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.

Search found 3 matches

by rickity
Wed Feb 16, 2011 2:20 pm
Forum: Scripting Help
Topic: private channel user checked against mysql
Replies: 4
Views: 4418

works brilliantly ty so much :D :D
by rickity
Wed Feb 16, 2011 1:28 pm
Forum: Scripting Help
Topic: private channel user checked against mysql
Replies: 4
Views: 4418

i manged to work it out thanks to your help im over the moon :D :D package require mysqltcl #-> Change the information below to connect to your MySQL database set mysqlserver localhost; set mysqluser ***; set mysqlpwd ***; set mysqldb ***; #-> Change the chan below for the chan you wish to monitor s...
by rickity
Sun Feb 13, 2011 9:34 pm
Forum: Scripting Help
Topic: private channel user checked against mysql
Replies: 4
Views: 4418

private channel user checked against mysql

hi im trying to make a script so the eggdrop checks against a mysql db if a user that is not in the database tries to enter the room he/she is kicked ive been trying to modify a script all is good except when it comes to executing the kick ,or welcoming a member into the room. package require mysqlt...