Search found 3 matches

by NiteHawk
Sun Jun 17, 2007 4:44 pm
Forum: PHP - Code
Topic: CURL and PHP, auto login script.
Replies: 3
Views: 3652

I think I may of found out why, theres a main page with the VIEWSTATE as well: http://www.exclusivepath.com/publishers/missioncontrol.aspx for example. then you click the link onto http://www.exclusivepath.com/publishers/regPathDataDetailsMain.aspx?id=10 How would it be possible to click the link wi...
by NiteHawk
Sun Jun 17, 2007 4:26 pm
Forum: PHP - Code
Topic: CURL and PHP, auto login script.
Replies: 3
Views: 3652

Anyways, I got the __VIEWSTATE working for the login, but afterwards, it states invalid __VIEWSTATE. The viewstate does change but I'm keeping up to date with it everytime.... Here's the script so far: <?php echo login_curl(); function login_curl() { //Define option variables $action ="http://w...
by NiteHawk
Sat Jun 16, 2007 3:54 pm
Forum: PHP - Code
Topic: CURL and PHP, auto login script.
Replies: 3
Views: 3652

CURL and PHP, auto login script.

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] I have a ...