[sockets] login to site
I want to login(enter email & password) to this site http://cp.gaming-service.com via sokets.
I have this link it enters email and password: Code:
http://cp.gaming-service.com/login.php?email=test%40gmail.com&password=mypassword123 |
Re: [sockets] login to site
Quote:
http://forums.alliedmods.net/showthread.php?t=117744 http://forums.alliedmods.net/showthread.php?t=117748 http://forums.alliedmods.net/showthread.php?t=116095 |
Re: [sockets] login to site
Quote:
PHP Code:
|
Re: [sockets] login to site
But you're not sending your email/password in your code
|
Re: [sockets] login to site
you gotta send POST headers
|
Re: [sockets] login to site
Quote:
PHP Code:
|
Re: [sockets] login to site
Quote:
|
Re: [sockets] login to site
Quote:
|
Re: [sockets] login to site
You should use POST as method and the correct url is /process.php
Then add the parameters as POST variables. Try to read an http protocol tutorial to understand how to do it http://www.jmarshall.com/easy/http/#othermethods EDIT: You need to edit you HTTP REQUEST (POST blahblah HTTP/1.0^nHost: blabla^n^nvariable=dasd&variable2=value2^n^n) |
Re: [sockets] login to site
if i enter that to my browser it says wrong password or email even if its ok. Why is that so?
Quote:
|
| All times are GMT -4. The time now is 14:55. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.