Results 11 to 20 of 25
-
25th Jan 2012, 02:27 AM #11
-
25th Jan 2012, 03:27 PM #12Respected MemberWebsite's:
DL4Everything.com Soft2050.inDid you specified your api key which is required in order to use there api?
http://www.netload.in/index.php?id=56
-
25th Jan 2012, 04:58 PM #13OPMemberWebsite's:
fileservedownload.netyes...the auth...
i use this but give error...
upload error....
it's possible that i must indicate the rar password?
i think it's necessary in netload...
ps. sborg dont work with netload ...it give login error...
-
25th Jan 2012, 05:04 PM #14Respected MemberWebsite's:
DL4Everything.com Soft2050.inYou would have to give the password for the archive if it is password protected. In that case, the code above won't work. You have to get the token and then post again the password or post the password with the first upload request only
-
25th Jan 2012, 05:04 PM #15MemberWebsite's:
sborg.ussBorg -> http://i.imgur.com/dVUh6.png
In netload's file manager -> http://i.imgur.com/vxEwe.png
Check your logins again.
V3g3ta | Halcyon | Abhi
-
25th Jan 2012, 07:17 PM #16OPMemberWebsite's:
fileservedownload.net
-
25th Jan 2012, 07:19 PM #17OPMemberWebsite's:
fileservedownload.net
-
26th Jan 2012, 12:56 AM #18MemberWebsite's:
sborg.usID (Number) and password should be enough
V3g3ta | Halcyon | Abhi
-
26th Jan 2012, 07:02 AM #19Respected MemberWebsite's:
DL4Everything.com Soft2050.inPHP Code:function upNetLoad($value, $usr, $pass){
// Soft2050
$url = file_get_contents('http://api.netload.in/getserver.php');
$post = Array ('modus' => 'file_upload', 'file_link' => "@$value", 'auth' => '', 'user_id' => $usr , 'user_password' => $pass);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
$result = curl_exec ($ch);
curl_close ($ch);
if (preg_match("/upload_failed/", $result) || preg_match("/prepare_failed/", $result)) {
return 'Upload failed.';
}
else if (preg_match("/UPLOAD_OK/", $result)) {
$arr = explode(';', $result);
/*
$arr[0] : UPLOAD_OK
$arr[1] : FILENAME
$arr[2] : FILESIZE
$arr[3] : DOWNLOAD LINK
$arr[4] : DELETE LINK
*/
return $arr[3];
}
}
Its given as file => file_link in there documentation though the reverse of it works i.e. file_link => file
Tested the script now without password and it works
-
26th Jan 2012, 05:11 PM #20OPMemberWebsite's:
fileservedownload.netnot work for mee (
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Netload.in, Can I upload by FTP on Netload.in?
By xitrumndt in forum File Host DiscussionReplies: 6Last Post: 15th Jul 2012, 08:05 AM -
how can I remote upload in netload
By red_lover in forum File Host DiscussionReplies: 0Last Post: 5th Mar 2012, 05:43 PM -
How do you upload to Netload
By pecko in forum File Host DiscussionReplies: 1Last Post: 9th Feb 2012, 11:09 AM -
How to Remote upload to Netload?
By wolverineq32 in forum Technical Help Desk SupportReplies: 0Last Post: 10th Sep 2010, 01:59 AM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...