Server Info

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
Maluendaster
Forum Contributor
Posts: 124
Joined: Fri Feb 25, 2005 1:14 pm

Server Info

Post by Maluendaster »

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.
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

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 »

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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

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 »

i know that, but some of the upload services like rapidshare doesn't use captcha... how do i get info from those servers?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

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 »

feyd wrote:If you don't know what information you need, I don't know how much we can help you.
ftp details...
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

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.
Post Reply