mIRC Home    About    Download    Register    News    Help

Print Thread
#65470 26/12/03 09:45 PM
Joined: Feb 2003
Posts: 282
S
Fjord artisan
OP Offline
Fjord artisan
S
Joined: Feb 2003
Posts: 282
Using a script of KingTomato (He gave me a link to his script), I made some changes to suite it to my needs. The scripts works, and it submits data to the website using php and mysql.

The problem is that if I try to surf to that website using IE, then I get error "Server gave a bad command error 400", or something like that.

The server is members.lycos.co.uk
When I submiting the data, I use members.lycos.co.uk as the server, and /username/submit.php as the path.

Is there any way of allowing me to still be able to surf to tripod while mIRC is submiting??

In order to submit to the server I use:

sockwrite -n submiter GET %path $+ %sdb HTTP/1.0
sockwrite -n submiter %server
sockwrite -n submiter $crlf


Where %sdb is the data that I'm sending to the website (in a form of ?Something=X&something_else=Y)


Thanks.

Joined: Nov 2003
Posts: 84
S
Babel fish
Offline
Babel fish
S
Joined: Nov 2003
Posts: 84
Use a different browser like mozilla firebird or opera


chat.irchat.tv
#Help #Trivia #Scripts
Co-Admin @ IRChat.tv
Joined: Feb 2003
Posts: 282
S
Fjord artisan
OP Offline
Fjord artisan
S
Joined: Feb 2003
Posts: 282
You are missing the point confused

Its like an old "joke" I have heard:

"Do you know that 60% of the accidents happends at home??

... Don't live at home!"
grin grin

Yeah, that would solve the problem, but being more carefull at your own house would be more practical then living at someones else house.


This is the same thing here.
I'm not so sure that working with mozilla will solve the problme either, cause the problem happens because mIRC open a connection to members.lycos.co.uk, and then IE sends data, the server of lycos sees that the same IP sends data (it doesn't know which browser sends the data), but then it causes the an error, cause both browsers are connected to the same server at the same time.

My question is how can it be solved??


Link Copied to Clipboard