Log in

View Full Version : Making Login script



ShowerThoughts
09-04-2008, 05:56 PM
Yes, I did copy from someone and filled my own info but i know what the shit does.

I got this code but it says something about cookies =/
It says cookies not accepted but I put in "HandleCookies = true".
var
HTTPClient : Integer;
begin
ClearDeBug;
HTTPClient := InitializeHTTPClient(True, True);
AddPostVariable(HTTPClient, 'user', 'H3rmpie');
AddPostVariable(HTTPClient, 'password', '174285396');
AddPostVariable(HTTPClient, 'server', 'nl9');
AddPostVariable(HTTPClient, 'clear', 'true');
WriteLn(PostHTTPPageEx(HTTPClient, 'http://www.tribalwars.nl/index.php?action=login'));
ClearPostData(HTTPClient);
end.

about pass I don't care(10 Mins account ^^).

Please tell me how to fix.

And it could be cool if u tell me how to do this in C#(I googled but found nothing)

Zyt3x
09-04-2008, 06:27 PM
Hmm.. Your standars... It looks just like mines ^_^

ShowerThoughts
09-04-2008, 06:31 PM
Yes, I did copy from some IDIOT and filled my own info but i know what the shit does.



Hmm.. Your standars... It looks just like mines ^_^

^^, But still not working