This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

TCL Website to display pjen database

Website and forum-related announcements and discussion, and anything else that doesn't fit in the above forums.
Post Reply
r
r0t3n
Owner
Posts: 507
Joined: Tue May 31, 2005 6:56 pm
Location: UK

TCL Website to display pjen database

Post 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!!
r0t3n @ #r0t3n @ Quakenet
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Re: TCL Website to display pjen database

Post 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
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post 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.
Once the game is over, the king and the pawn go back in the same box.
r
r0t3n
Owner
Posts: 507
Joined: Tue May 31, 2005 6:56 pm
Location: UK

Post 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.
r0t3n @ #r0t3n @ Quakenet
Post Reply