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

by shanks
Thu Feb 03, 2005 8:16 am
Forum: Archive
Topic: Users in SQL db?
Replies: 11
Views: 4948

I used to have one... I had my bot use it to share user accounts with a website...

don't think i've got it any more though - was planning on writing a new one soon though. much more efficient aswell. (it will be with a MySQL DB however)
by shanks
Wed Aug 04, 2004 3:39 pm
Forum: Archive
Topic: Creating a 'logged in' user list
Replies: 1
Views: 1151

Creating a 'logged in' user list

Ok I need some help - I'm trying to think of how to do this, but I can't - (Once I know 'how' to do it, I should be able to code most of it myself, it's just working out what is the best way of doing it) What will happen: A user can /msg mybot login user pass The bot then checks the username and pas...
by shanks
Wed Jun 23, 2004 4:35 pm
Forum: Archive
Topic: Script idea?
Replies: 3
Views: 1745

can only do those if you have Rcon on the server...
by shanks
Wed Jun 23, 2004 8:46 am
Forum: Archive
Topic: Requesting Script
Replies: 26
Views: 8204

god help the people who join an IRC server where the ircops with potential to kill your connection are people like zakir....
by shanks
Sat Jun 19, 2004 3:12 pm
Forum: Archive
Topic: Requesting Script
Replies: 26
Views: 8204

zakir... do you even read people's replies?

there are already loads of badword scripts... just get one of those and just change the line that tells the bot what to do
by shanks
Sat Jun 19, 2004 1:06 pm
Forum: Archive
Topic: error when var not exist (part is mysqltcl)
Replies: 2
Views: 1070

Well i added that line... tested it today didn't really go too well :o <NSP-Hub> [17:51] Tcl error in script for 'timer28' <NSP-Hub> [17:51] can't read "id": no such variable proc getpost {} { global db_handle posttimer putlog "\[ #ns.pcw \] - Processing queue slot 1" set que1 &q...
by shanks
Thu Jun 17, 2004 4:53 am
Forum: Archive
Topic: error when var not exist (part is mysqltcl)
Replies: 2
Views: 1070

error when var not exist (part is mysqltcl)

proc getpost {} { global db_handle posttimer putlog "\[ #ns.pcw \] - Processing queue slot 1" set que1 "SELECT * FROM posts ORDER BY thetime ASC LIMIT 1" set newpost [mysqlsel $db_handle $que1 -flatlist] foreach {id ircnick qauth thetime post} $newpost { puthelp "PRIVMSG $:...
by shanks
Thu May 20, 2004 5:48 am
Forum: Archive
Topic: Using an SQL script - need some help
Replies: 1
Views: 1171

sorry for bump, but can no one help me with this one?
by shanks
Wed May 19, 2004 5:45 am
Forum: Archive
Topic: Using an SQL script - need some help
Replies: 1
Views: 1171

Using an SQL script - need some help

I asked around on a couple of eggdrop / tcl channels for which script to use, and I was advised to use either fbsql or mysqltcl - note : i don't want this entire thing written for me - i am trying to learn tcl, but i've got no experience with databases and some other bits needed to do this : i want ...
by shanks
Fri May 14, 2004 7:19 am
Forum: Archive
Topic: custom channel flags
Replies: 3
Views: 984

the isop bit i've done - it's changing the channel flag? i don't know how to do that bit :s
by shanks
Fri May 14, 2004 6:41 am
Forum: Archive
Topic: custom channel flags
Replies: 3
Views: 984

custom channel flags

I want any one who is op'd in a channel to be able to add/remove a custom flag to their channel ie: !relay on and it gives the channel the +relaymsg flag if it's already on, tells the person it already is !relay off removes the relaymsg flag if it's already off, tells the person Bits i'm not sure on...
by shanks
Fri May 14, 2004 6:37 am
Forum: Archive
Topic: Parsing web page information
Replies: 1
Views: 707

Parsing web page information

Could some one outline how you go about parsing information from a website with a script so that things can be posted into the channel?

for example retrieving stats like how many registered members, latest news etc
by shanks
Sat Apr 10, 2004 10:59 am
Forum: Archive
Topic: setting a variable to people's Q account name
Replies: 1
Views: 1079

setting a variable to people's Q account name

This is for a script for an eggdrop on quakenet! for a user to use a public command, he has to pass a series of requirements: proc pub:check { nick host hand chan text } { # check if user is ops if {![isop $nick $chan]} { putserv "PRIVMSG $chan :Sorry $nick, you have to be Op'd to post messages...
by shanks
Wed Aug 20, 2003 2:24 pm
Forum: Archive
Topic: Would it be possible...
Replies: 16
Views: 4783

hmm. i might have to test that.. at the moment i'm using a script i was pointed to that lets me unload and then load the other script through dcc chat.. but thats almost as much hastle as doing it via config. this would work nicely... problem is, there may be a 3rd script soon! :p nevermind.i'll tes...
by shanks
Mon Aug 18, 2003 1:51 pm
Forum: Archive
Topic: Would it be possible...
Replies: 16
Views: 4783

it is a nice idea, but not actually necessairy. i was directed to a script in the archive that lets me load and unload scripts through dcc. with a little modification, i should be able to make it a public command for the people who need it. will solve the problems. thanks a lot for all your help tho...