Search found 4 matches

by monkey
Wed Apr 14, 2004 2:07 pm
Forum: Services
Topic: MAX SENDQ PROB W/SERVICES!!!!!!
Replies: 1
Views: 3103

MAX SENDQ PROB W/SERVICES!!!!!!

i upgraded to RC2fix and after my services (anope 1.4.27) they get de-linked after a few seconds and this is the error:
[10:01] -acura.torontoundergroundracing.com- *** Global -- Closing link: Max SendQ exceeded - services.torontoundergroundracing.com[64.73.226.92]

weird....
thx
by monkey
Wed Mar 17, 2004 1:29 am
Forum: General chat
Topic: just a simple command from ircd
Replies: 2
Views: 4712

just a simple command from ircd

hey guys.. im sorry to bug all of u again..
i just need the ircd todo a simple command when a user connects

isnt there something like
exec("/usr/bin/lynx http://www.mywebsite.com/online.asp?nick=bob");
that i can add into my ircd so it just executes that command so my asp script recognizes online ...
by monkey
Wed Mar 17, 2004 12:54 am
Forum: General chat
Topic: Question about Unrealircd programming
Replies: 8
Views: 7272

I got this error with the activeusers module:

Warning: file(/home/monkey/Unreal3.2/tur.db): failed to open stream: Permission denied in /usr/home/monkey/public_html/tur/test.php on line 35

and everything is set properly
activeusers {
update-frequency 1m;
show-realhost no;
monitorchan "#tur ...
by monkey
Tue Mar 16, 2004 5:30 pm
Forum: General chat
Topic: Question about Unrealircd programming
Replies: 8
Views: 7272

Question about Unrealircd programming

Can u help me code this into the ircd:

When User connects to IRC...Unreal IRCd sends WWW command -http://www.mywebsite.com/irc_login.asp? ... =<nickname>

so i can record who's online and who's not
thx