ok heres my new settings
%ircserver =
http://x.x.x.x
%ircfilepath = /forums/irconline.php
%irckey = 11111
%ircchan = #qteam
%ircwait = 60
admincp
Handle #qteam
Server b0rk.uk.quakenet.org
this is the error I get
* /sockwrite: 'dbupdate' not connected (line 2, ircon_rm.txt)
Quote:
this is from ircon_rm.txt
on *:sockopen:dbupdate:{
sockwrite -n $sockname POST %ircfilepath HTTP/1.1
sockwrite -n $sockname User-Agent: mIRC $+ / $+ $version (compatible; MTS Downloader 1.1; Windows $os $+ )
sockwrite -n $sockname Host: %ircserver
sockwrite -n $sockname Connection: close
sockwrite -n $sockname Content-Type: application/x-www-form-urlencoded
sockwrite -n $sockname Content-Length: $len(%sockstring)
sockwrite -n $sockname $crlf
sockwrite -t $sockname %sockstring
|
any tips?