
This is a discussion on [Tutorial] Curl Login within the PHP forums, part of the Program Your Site category; THIS IS SUPERSEDED BY THIS CURL TUTORIAL YouTube - Curl Login Tutorial PHP Code: function curl_login ( $url , $data ...
| |||||||
| 49 Online | Register | Projects | Products | Members List | Calendar | Today's Posts | Search |
| |||
| [Tutorial] Curl Login THIS IS SUPERSEDED BY THIS CURL TUTORIAL PHP Code: |
| |||
| I lied at youtube :P (Mads18) It didn't work perfectly after all *emberassed*. I added this: curl_login('http://www.root.no/forum/index.php?act=Login&CODE=01','referer=http%3A%2F%2Fwww.root.no%2Fforum %2Findex.php%3Fact%3DLogin%26CODE%3D00&UserName=test&PassWord=test&CookieDate=1','','off') And didn't change anything on this: function curl_login($url,$data,$proxy,$proxystatus){ And I get this error: Parse error: syntax error, unexpected T_FUNCTION in C:\Programfiler\xampp\htdocs\Hacking\Root.no attack - test.php on line 5 PS: I checked the script in the very start without editing anything, and it was all blank; as if everything was working correctly. |
| |||
| Quote:
PHP Code: |
| |||
| Ahh, have had much to do lately~ New error now thought: Fatal error: Call to undefined function curl_init() in C:\Programfiler\xampp\htdocs\Hacking\Root.no attack - test.php on line 8 PS: I knew I didn't do curl_grab_page, but because I knew it wasn't affecting the error, I skipped it until I found out how to fix the error. Thanks for your help Chad. |
| |||
| |
| |||
| to get thise thing running do i need to uploaded im new to this and i made this PHP Code: |
![]() |
| |