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
Maluendaster
Forum Contributor
Posts: 124 Joined: Fri Feb 25, 2005 1:14 pm
Post
by Maluendaster » Thu Nov 16, 2006 2:47 pm
I don't know if this is the right forum.. if it's not, i'm sorry..
I need to know how to get info from servers like rapidshare.com ,megaupload.com, etc... i'm trying to do a script that uploads at the same time to servers like that, and i need info... anyone knows how to'?
thanks.
Burrito
Spockulator
Posts: 4715 Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah
Post
by Burrito » Thu Nov 16, 2006 2:49 pm
you need to be more specific in your question. What kind of information are you trying to glean from those servers?
Maluendaster
Forum Contributor
Posts: 124 Joined: Fri Feb 25, 2005 1:14 pm
Post
by Maluendaster » Thu Nov 16, 2006 2:54 pm
Burrito wrote: you need to be more specific in your question. What kind of information are you trying to glean from those servers?
info to know how to upload to those servers... maybe ftp info?? i really don't know.
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Thu Nov 16, 2006 2:59 pm
Do these services allow automated uploads?
Unless they output tokens, captcha or some other automation defense, you shouldn't have to interact with their pages much if at all before sending a submission.
Maluendaster
Forum Contributor
Posts: 124 Joined: Fri Feb 25, 2005 1:14 pm
Post
by Maluendaster » Thu Nov 16, 2006 3:35 pm
i know that, but some of the upload services like rapidshare doesn't use captcha... how do i get info from those servers?
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Thu Nov 16, 2006 3:40 pm
If you don't know what information you need, I don't know how much we can help you.
Maluendaster
Forum Contributor
Posts: 124 Joined: Fri Feb 25, 2005 1:14 pm
Post
by Maluendaster » Thu Nov 16, 2006 4:35 pm
feyd wrote: If you don't know what information you need, I don't know how much we can help you.
ftp details...
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Thu Nov 16, 2006 4:38 pm
If they haven't provided that information to you on their sites, you're going to have to ask them or find an alternate path that doesn't require FTP.