Results 1 to 6 of 6
-
30th Sep 2010, 03:33 AM #1OPRespected DeveloperWebsite's:
X4B.orgCoder to do some quick and cheap code
Need someone to write classes to upload a given file to various filehosts (members accounts, collectors accounts or whatever they are called must be utilised).
Looking to get around 10 written. Will pay $10 each. $100 in total for about 4-8 hours work depending on your skill.
An example is given below, can use rapidleech implementation as a guideline if you wish, infact all of mine including the one below where made using rl.
PHP Code:class rs {
public function Upload($file) {
if (! file_exists ( $file )) {
die ( "The file <b>$file</b> does not exist" );
}
$matches = array();
$rsrv = file_get_contents ( 'http://rapidshare.com/cgi-bin/rsapi.cgi?sub=nextuploadserver_v1' );
$url = "http://rs{$rsrv}.rapidshare.com/cgi-bin/upload.cgi";;
$postData = array ();
//simulates <input type="file" name="filecontent">
$postData ['filecontent'] = "@$file";
$postData ['submit'] = "Upload!";
$postData ['freeaccountid'] = 'splitice4';
$postData ['password'] = '-';
$postData ['rsapi_v1'] = "1";
$ch = curl_init ();
curl_setopt ( $ch, CURLOPT_URL, $url );
curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, 1 );
curl_setopt ( $ch, CURLOPT_POST, 1 );
curl_setopt($ch, CURLOPT_NOPROGRESS, true);
echo("Sending <b>$file</b> to RapidShare.com\r\n");
curl_setopt ( $ch, CURLOPT_POSTFIELDS, $postData );
$response = curl_exec ( $ch );
if (strstr ( $response, "http://rapidshare.com/files/" )) {
$url = strstr ( $response, "http://rapidshare.com/files/" );
$url = substr ( $url, 0, strpos ( $url, "\n" ) );
return $url;
}
return false;
}
}
Output: false on failure
URL (string) on success.
Hosts needed:
FileServe
Hotfile
SendSpace
FileFactory
Badongo
Load.to
SharedZilla
NetLoad
EasyShare
FlyUpload
Interested? Add me on MSN: splitice [spam.AT.spam] hotmail.com
And if you do good I have more code needing to be doneSplitIce Reviewed by SplitIce on . Coder to do some quick and cheap code Need someone to write classes to upload a given file to various filehosts (members accounts, collectors accounts or whatever they are called must be utilised). Looking to get around 10 written. Will pay $10 each. $100 in total for about 4-8 hours work depending on your skill. An example is given below, can use rapidleech implementation as a guideline if you wish, infact all of mine including the one below where made using rl. class rs { public function Upload($file) { Rating: 5
-
30th Sep 2010, 07:49 AM #2MemberWebsite's:
Pirateview.org Gfxs.org StarkWood.orgI can code if you just do the analysis part like what POST fields to send, on which link, what to return and all these shits..
-
30th Sep 2010, 07:52 AM #3Banned
Hey NucleA Download RapidLeech and check its Plugins
They have ALL THE INFO
-
30th Sep 2010, 08:06 AM #4OPRespected DeveloperWebsite's:
X4B.org
-
30th Sep 2010, 08:17 AM #5You can call me G
I have FS, HF Megashares ready.. had made them for my scrit
Added u in msn..
My Langotiya Yaars (Chaddi buddies): JmZ, humour, Chutad, Esotorisk, l0calhost, Daniel, Mind Freak?, TLK, Amz
-
30th Sep 2010, 08:27 AM #6OPRespected DeveloperWebsite's:
X4B.org
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Hiring] Quick vBulletin code edit...
By DOPE in forum Completed TransactionsReplies: 7Last Post: 1st Nov 2011, 08:41 PM -
Need a good coder to code a skin, I will show you what I need, you just code it
By Nickk96 in forum Web Development AreaReplies: 1Last Post: 27th Aug 2011, 01:45 PM -
[Hiring] PHP coder for quick & easy job
By ebizzz in forum Completed TransactionsReplies: 0Last Post: 19th Jul 2011, 10:41 PM -
[Hiring] C++ Coder for a quick Job. 10$
By MisterL in forum Completed TransactionsReplies: 7Last Post: 12th May 2011, 03:20 PM -
[Hiring] C# coder - Quick work
By pankaj in forum Completed TransactionsReplies: 0Last Post: 3rd Jul 2010, 02:27 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...