Automatic login and page parser

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lordfrikk
Forum Newbie
Posts: 1
Joined: Wed Oct 11, 2006 8:30 am

Automatic login and page parser

Post by lordfrikk »

Hello,

I wanted to ask you for a little help with this one... What I want to do is, that there is a page that has a form on in and I want to use PHP to automatically log-in (no brute force attack, using my login & pass) and then extract part of text from a page.

I'd like to write a script that would automatically create direct links on my favourite file-hoster, ie. rapidshare. I have a premium account there, but it really suck to do it one by one... For referece go to:

Code: Select all

http://rapidshare.de
Even a little advice would be great!

Thanks in advance
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

A little advice? cURL.
Post Reply