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.

Web base bot/scrip for channel chatting

Old posts that have not been replied to for several years.
Locked
T
Tempest_Waters

Web base bot/scrip for channel chatting

Post by Tempest_Waters »

Hello all I'm looking for a bot that is linked to my web site or a bot that is interactive with those in the channel well basic I run an RPG chat and this is what I'm looking for let just say someone in the channel wants to buy a drink or weapons or whatever it might be they will whisper the bot and give it a command like !nickname buy item what the bot will do then is send me an e-mail or make the changes on the main site like remove this much gold from that person's profile I know this seem like a dream but I'm such it can be down anyways if anyone can find me a bot that will at least send an e-mail to me that would be great I have my own site so I can host it I'm still learning and still have no clue what to do but if you can help PLEASE do lol thank you for you're time
User avatar
arcane
Master
Posts: 280
Joined: Thu Jan 30, 2003 9:18 am
Location: Germany
Contact:

Post by arcane »

well, its not hard in theory:

first, you store all your settings in a file/db (dont know if eggdrop supports mysql or any other db). then youve got an eggdrop script that reacts on commands like !buy !sell and changes the values in the file/db. on your page you read data from this file/db using php.

thats how i would solve this.
Locked