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 30 matches

by almighty
Fri May 30, 2003 6:07 pm
Forum: Archive
Topic: Problems with Invite MySQL script
Replies: 17
Views: 2585

right new thing. bind msg - login inv_1 load /home/almighty/eggdrop/scripts/sql/fbsql.so proc inv_1 { nick uhost hand arg } { global chan_1 set arg [split $arg] set user [lindex $arg 0] set pass [lindex $arg 1] sql startquery "SELECT * FROM tbl_member WHERE username = '$user' AND password = '$p...
by almighty
Thu May 29, 2003 3:59 pm
Forum: Archive
Topic: Problems with Invite MySQL script
Replies: 17
Views: 2585

ok well ive removed the conn variable out of it however it now says
[20:55] Tcl error [inv_1]: sql query statement; you are not connected to a mysql server yet (sql connect).

the sql connect code is:
sql connect localhost user "pass"
sql selectdb almighty
by almighty
Wed May 28, 2003 1:36 pm
Forum: Archive
Topic: Problems with Invite MySQL script
Replies: 17
Views: 2585

bind msg - login inv_1 # Script starts now load /home/almighty/eggdrop/scripts/sql/fbsql.so set conn [sql connect localhost ***** "*****"] sql selectdb almighty $conn proc inv_1 { nick uhost hand arg } { global chan_1 set arg [split $arg] set user [lindex $arg 0] set pass [lindex $arg 1] ...
by almighty
Tue May 27, 2003 5:15 pm
Forum: Archive
Topic: Problems with Invite MySQL script
Replies: 17
Views: 2585

right this is my new code load /sql/fbsql.so sql connect localhost ***** "*****" sql selectdb almighty bind msg - login inv_1 # Script starts now proc inv_1 { nick uhost hand arg } { global chan_1 set found 0 set arg [split $arg " "] set user1 [lindex $arg 0] set pass1 [lindex $a...
by almighty
Tue May 27, 2003 11:29 am
Forum: Archive
Topic: Problems with Invite MySQL script
Replies: 17
Views: 2585

so u suggest i change the IF statement which ive now done, and also remove the string range commands?

Also if i remove the lindex commands where do i catch the username and password of the member?
by almighty
Tue May 27, 2003 9:37 am
Forum: Archive
Topic: Problems with Invite MySQL script
Replies: 17
Views: 2585

the sql server is on localhost
by almighty
Tue May 27, 2003 9:37 am
Forum: Archive
Topic: Problems with Invite MySQL script
Replies: 17
Views: 2585

This is the whole script load /sql/fbsql.so sql connect **** **** "****" sql selectdb almighty bind msg - login inv_1 # Script starts now proc inv_1 { nick uhost hand arg } { global chan_1 set found 0 set arg [split $arg " "] set user1 [lindex $arg 0] set user1 [string range $use...
by almighty
Tue May 27, 2003 8:56 am
Forum: Archive
Topic: Problems with Invite MySQL script
Replies: 17
Views: 2585

Problems with Invite MySQL script

I have the following code proc inv_1 { nick uhost hand arg } { global chan_1 set found 0 set arg [split $arg " "] set user1 [lindex $arg 0] set user1 [string range $user1 0 end] set pass1 [lindex $arg 1] set pass1 [string range $pass1 0 end] set data [sql "SELECT * FROM tbl_member WHE...
by almighty
Sun May 25, 2003 12:27 pm
Forum: Archive
Topic: Wont reconnect on netsplit
Replies: 2
Views: 892

Wont reconnect on netsplit

Hi there, When my bot gets disconnected through a netsplit it leaves irc but is left in the background processes list. However seeing as it is still active it doesnt run through crontab. I have tried to see if the bot is on irc with /whois <botname> but its not found. Is there a way for the bot to r...
by almighty
Thu May 22, 2003 8:22 am
Forum: Archive
Topic: Problem starting with eggdrop 1.6.15
Replies: 3
Views: 1744

look for two lines which are along the lines of that, if you remove these or comment them out, then it will work
by almighty
Wed May 21, 2003 7:52 am
Forum: Archive
Topic: Problem with need-op
Replies: 4
Views: 1951

right sorted now, thanks all for your help
by almighty
Tue May 20, 2003 5:45 pm
Forum: Archive
Topic: Problem with need-op
Replies: 4
Views: 1951

Problem with need-op

right i have the following settings in my config file set global-flood-chan 10:60 set global-flood-deop 3:10 set global-flood-kick 3:10 set global-flood-join 5:60 set global-flood-ctcp 3:60 set global-flood-nick 5:60 set global-aop-delay 5:30 set global-idle-kick 0 set global-chanmode "nt"...
by almighty
Fri May 16, 2003 12:50 pm
Forum: Archive
Topic: Inviting ?
Replies: 6
Views: 2780

well where do u get the invite file from?
by almighty
Fri May 16, 2003 5:37 am
Forum: Archive
Topic: Inviting ?
Replies: 6
Views: 2780

is this the invite.tcl u are on about?

http://www.egghelp.org/files/tcl/InviteKban.zip

if not which one are u on about as im intrested in a script similar to the one u mentioned
by almighty
Tue Jan 07, 2003 5:43 pm
Forum: Archive
Topic: FTP Commands
Replies: 2
Views: 847

FTP Commands

I want to directly download the eggdrop file to my shell. What commands would i use to do this.
Sorry new at Shells and Eggys