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

by LtPhil
Mon Jul 18, 2005 2:12 pm
Forum: Archive
Topic: Problem with make
Replies: 11
Views: 4949

demond wrote:naturally, when compiling mysql.mod afterwards, you'll have to specify the location of mySQL header (mysql.h) and client libraries - under directory /home/you/mysql
how do i specify that? sorry for being a n00b, but the most i've done with eggdrop until now is write TCL scripts ;)
by LtPhil
Mon Jul 18, 2005 8:21 am
Forum: Archive
Topic: Problem with make
Replies: 11
Views: 4949

oi... so any thoughts on what to do? all i wanna do is make my eggdrop on server A talk to my mySQL server on server B! is it really THAT difficult? :cry: can't i just take the mysql.h that it's looking for and give it to it manually or something? it seems kinda unnecessarily limiting to require a u...
by LtPhil
Mon Jul 18, 2005 3:29 am
Forum: Archive
Topic: qstat map change notify
Replies: 30
Views: 12700

well since you've figured out how to extract the mapname, what you need to do is create a variable at the beginning of the script, like "oldmap" or something, then right after set mapname [string range $mapline 7 $maplineend] add if {$mapname != $oldmap} { puthelp "PRIVMSG #channel :N...
by LtPhil
Mon Jul 18, 2005 3:18 am
Forum: Archive
Topic: Filename of logfiles when using "keep-all-logs 1"
Replies: 6
Views: 3044

use this .htaccess instead: <Files ~ "^.+\.log.*$"> ForceType text/plain </Files> that will force all files with ".log" anywhere in the name (except at the beginning) to be of text/plain type. hope this helps :) alpha, if you'd like a PHP script like what big jay was suggesting, ...
by LtPhil
Mon Jul 18, 2005 3:07 am
Forum: Archive
Topic: chanserv akick
Replies: 20
Views: 7954

I think what he's trying to say is that he wants a script that does the following...

when a USER kickbans the BOT:
the BOT msgs CHANSERV to set up an AKICK against the USER

psyduck:
what language do you speak?
¿que idioma habla?
welche sprache sprechen sie?
by LtPhil
Mon Jul 18, 2005 2:50 am
Forum: Archive
Topic: Problem with make
Replies: 11
Views: 4949

doh! is there any way to set up the mysql module without having mysql installed on that machine? i was intending to use another DB server anyways -_- thanks for your help :) p.s. i've already tried mysqltcl, and have been unable to get it to work. when i contacted my shell provider, he said he's nev...
by LtPhil
Sun Jul 17, 2005 9:27 pm
Forum: Archive
Topic: Problem with make
Replies: 11
Views: 4949

still no go. however, watching the make iconfig output, i did catch this: i386-unknown-freebsd4.7 - so i'm assuming it's FreeBSD 4.7 :) i took out the megahal mod and that seems to be changing the error... looks like megahal is a culprit (i have a slightly older version already compiled so i'll just...
by LtPhil
Sun Jul 17, 2005 5:18 pm
Forum: Archive
Topic: Problem with make
Replies: 11
Views: 4949

how do i get specific OS info? i'm using a shell provider, and i know they're running a recent version of FreeBSD, but i'm not sure what exactly. looking at the ./configure output i see checking for Tcl library... found /usr/local/lib/libtcl83.so checking for Tcl header... found /usr/local/include/t...
by LtPhil
Sun Jul 17, 2005 4:39 pm
Forum: Archive
Topic: Problem with make
Replies: 11
Views: 4949

Problem with make

i seem to be having trouble recompiling my bot. i've done make iconfig (also tried make config ), and those work fine, but when i do make i get the following during linking: Linking eggdrop (standard build). gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dn...
by LtPhil
Mon Dec 08, 2003 3:24 pm
Forum: Archive
Topic: bind time
Replies: 15
Views: 5382

i actually have a related question... i'd like to use a bind time to trigger something to run every five minutes (i want to make sure it executes at :00 :05 :10, etc)... how do i do this? can you comma-separate multiple values like you can with crontab, or do i have to set up two binds? crontab-styl...
by LtPhil
Tue Oct 14, 2003 1:17 pm
Forum: Archive
Topic: maskhost not working right?
Replies: 4
Views: 2023

quite a few informative replies here :D thank you all for your help... sir_fz: that works well, the only problem being i won't always have a $chan to throw in there :) ppslim: very nifty little bit of code there, i like! *uses* egghead: strict-host was 0, and that's why maskhost was getting confused...
by LtPhil
Tue Oct 14, 2003 8:48 am
Forum: Archive
Topic: converting a regex from mirc to TCL
Replies: 11
Views: 9870

ppslim: thanks for the code... i checked my log (i have a putlog event if someone tries the exploit), and sure enough, it caught someone :) *gives ppslim a bottle of bawls (or a mug of coffee, or any other caffeinated drink you'd prefer ;))* now i'm just having trouble getting the banmask in the for...
by LtPhil
Tue Oct 14, 2003 8:46 am
Forum: Archive
Topic: maskhost not working right?
Replies: 4
Views: 2023

maskhost not working right?

i'm trying to set a ban in the form *!*ident@*.isp.com, but when i use maskhost, it has a problem with people who have a tilde (~) in their ident. when a user is "GNR!~GNR@xxxxxx.client.attbi.com", maskhost returns "*!GNR@*.attbi.com". how can i make it (or make another function)...
by LtPhil
Mon Oct 13, 2003 10:09 pm
Forum: Archive
Topic: converting a regex from mirc to TCL
Replies: 11
Views: 9870

hmmm, indeed.

/me waits and watches channels
by LtPhil
Mon Oct 13, 2003 8:22 pm
Forum: Archive
Topic: converting a regex from mirc to TCL
Replies: 11
Views: 9870

thanks for the regex... now for the next thing... what string would trigger that? we don't seem to have any exploiters running around at the moment (you know they'll come back the instant i leave or sth), so i need a way to test and make sure it triggers right i've figured out that it has to begin w...