Page 1 of 1

TCL Website to display pjen database

Posted: Sat Aug 20, 2005 2:42 pm
by r0t3n
I just finished a antipjen script and database system.

I just wondered if anyone could help me make a webpage which would display the pjen hosts etc on a webpage in the format:

ID:Pass:Nick:Ident:Host:Botnick:Channel
so

17785 pa55w0rd Tosser^^ Tosser *!*@domain.com Chanserv #ChanServ

Also, maybe a login page for bot admins to login to change stuff like the password for a id, remove a pjen using the ID. Also, if you logged in as a admin, the public can still view the pjen database from the webpage, but they wont be able to see the password so they cant remove a host or anything as my database requires a password to remove a pjen host.
I know this is asking alot of you here, but i will really appreciate your help on this.

Thanks!!

Re: TCL Website to display pjen database

Posted: Mon Aug 22, 2005 12:39 am
by demond
Tosser^^ wrote:I just finished a antipjen script and database system.

I just wondered if anyone could help me make a webpage which would display the pjen hosts etc on a webpage in the format:

ID:Pass:Nick:Ident:Host:Botnick:Channel
so

17785 pa55w0rd Tosser^^ Tosser *!*@domain.com Chanserv #ChanServ
i.e. you need someone to teach you HTML? because you already know how to write to a file from Tcl, don't you?
Also, maybe a login page for bot admins to login to change stuff like the password for a id, remove a pjen using the ID. Also, if you logged in as a admin, the public can still view the pjen database from the webpage, but they wont be able to see the password so they cant remove a host or anything as my database requires a password to remove a pjen host.
I know this is asking alot of you here, but i will really appreciate your help on this.

Thanks!!
irrelevant, this is not PHP/web programming forum

Posted: Mon Aug 22, 2005 9:57 am
by caesar
Learn PHP and mysql to create a database, add/delete/edit stuff. There is a mysql module for eggdrop, and this would definitly help.

Posted: Tue Aug 23, 2005 8:53 am
by r0t3n
I was just wondering if there was something like the webpage connecting to the partyline of the eggdrop and call a proc to collect the database.
I found this php script which connects to the bots partyline. The URL is http://t0xirc.si.kz/ and i was just wondering if that script will collect the data using a proc and display in on a webpage. I know HTML and some PHP. I have looked at MySQLTCL but is this t0xirc script will work, then it will save alot of time messing around with MySQL and lots of php.