Author | Real 11 has made me unhappy |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
There are very few things which annoy me but one of them in spending hours coding to find this.
|
 |
Author | RE: Real 11 has made me unhappy |
Mr_Cheese Member

Posts: 2468 Location: Brighton, UK
Joined: 30.11.04 Rank: Uber Elite | |
keep going. nearly there 
|
 |
Author | RE: Real 11 has made me unhappy |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Yer, but what direction do I need to go in?
This is what I've done so far
Logged Onto HBH
curl_setopt ($ch, CURLOPT_COOKIESESSION, 1);
curl_setopt ($ch, CURLOPT_COOKIE, 1);
curl_setopt ($ch, CURLOPT_COOKIEJAR, 'c:\xampp\htdocs\cookie.txt');
curl_setopt ($ch, CURLOPT_COOKIEFILE, 'c:\xampp\htdocs\cookie.txt');
Logged into Real 11 AdminPanel
curl_setopt ($ch, CURLOPT_COOKIE, 1);
curl_setopt ($ch, CURLOPT_COOKIEJAR, 'c:\xampp\htdocs\cookie.txt');
curl_setopt ($ch, CURLOPT_COOKIEFILE, 'c:\xampp\htdocs\cookie.txt');
Deleted Database
curl_setopt ($ch, CURLOPT_COOKIE, 1);
curl_setopt ($ch, CURLOPT_COOKIEJAR, '/cookie.txt');
curl_setopt ($ch, CURLOPT_COOKIEFILE, '/cookie.txt');
Deleted Pages
curl_setopt ($ch, CURLOPT_COOKIE, 1);
curl_setopt ($ch, CURLOPT_COOKIEJAR, 'c:\xampp\htdocs\cookie.txt');
curl_setopt ($ch, CURLOPT_COOKIEFILE, 'c:\xampp\htdocs\cookie.txt');
But it still doesn't seem to find the session to say I have completed the db though it has displayed it to be completed
Edited by on 04-08-06 15:05 |
 |
Author | RE: Real 11 has made me unhappy |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Lol thats closer then im able to get. i can barely log into hbh. AGH i know php cURL pretty good but i must still be missing something. I tried also to just do cookies through the header instead of just putting them to a file.
|
 |
Author | RE: Real 11 has made me unhappy |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
I got it, my script wokr fine but i have :
/challenges/real11/clients/comple.php was not found on this server etc etc
Why?
|
 |