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)
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)