Results 11 to 19 of 19
-
4th Apr 2012, 11:43 AM #11OPMemberWebsite's:
fileservedownload.netyes it give this error
-
4th Apr 2012, 11:44 AM #12Respected MemberWebsite's:
DL4Everything.com Soft2050.inHow are you calling the function? Paste the line where you are calling that function
-
4th Apr 2012, 11:50 AM #13OPMemberWebsite's:
fileservedownload.net
PHP Code:if($bitshare_username!=""){
$count = 0;
logThis($dir, "\nUploading to BitShare:", $workDir);
$BSlink = null;
while($BSlink == null){
$count++;
$BSlink = upBS($file2bupped, $bitshare_username, $bitshare_password, $client);
logThis($dir, $BSlink, $workDir);
if ($count>=5){break;}}
$bs1[] = $BSlink;}
-
4th Apr 2012, 11:54 AM #14Respected MemberWebsite's:
DL4Everything.com Soft2050.inReplace with:
PHP Code:if($bitshare_username!=""){
$count = 0;
logThis($dir, "\nUploading to BitShare:", $workDir);
$BSlink = null;
while($BSlink == null){
$count++;
$BSlink = upBS($bitshare_username, $bitshare_password, $file2bupped);
logThis($dir, $BSlink, $workDir);
if ($count>=5){break;}}
$bs1[] = $BSlink;}
-
4th Apr 2012, 12:39 PM #15OPMemberWebsite's:
fileservedownload.netok...i try it and give a result
but...
the link not work...
example : http://bitshare.com/files/vf88tolw/1...part2.rar.html
-
4th Apr 2012, 02:35 PM #16Respected MemberWebsite's:
DL4Everything.com Soft2050.inCould be a reason that the file you were trying to upload was blacklisted and got automatically deleted after uploading, Try uploading a different file.
The files that i have tried to upload through the same function works for me here: http://bitshare.com/files/sj9jny8y/test.txt.html
-
4th Apr 2012, 04:01 PM #17OPMemberWebsite's:
fileservedownload.neta ok...thanks...i dont know there is a blacklist here too
then i need to change name??
it's possible to implement a random name for upload (but the real name to post in my blog) ?
-
4th Apr 2012, 04:10 PM #18Respected MemberWebsite's:
DL4Everything.com Soft2050.inI doubt that there blacklist would be based on the filename. More likely, it would be the md5 hash of the file.
So, just try to change the md5 hash of the file before you try to upload. You can unrar and then rerar the files back or simply add a byte at the end of a file before uploading it.
-
4th Apr 2012, 04:43 PM #19OPMemberWebsite's:
fileservedownload.netthe script do this...unrar and rerar with a +jpg
...i think is the name
or i need to arfchive with pass... dont know how bitshare work
SOLVED !!!
NOW ALL WORK !!!
GREAT THANKS SOFT2050
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Remote Upload bitshare
By xaineez in forum File Host DiscussionReplies: 2Last Post: 14th May 2012, 03:13 PM -
Remote upload from bitshare to...?
By Quacking in forum File Host DiscussionReplies: 0Last Post: 25th Mar 2012, 12:16 PM -
Bitshare Remote Upload | RS GIving Faild Uploads | What Do You Use?
By elpirata in forum File Host DiscussionReplies: 4Last Post: 13th Mar 2012, 09:33 AM -
Bitshare RL Upload plugin
By lukip006 in forum Technical Help Desk SupportReplies: 3Last Post: 16th Apr 2011, 08:32 AM -
[Hiring] Bitshare curl upload script? Any Coder here?
By automan in forum Completed TransactionsReplies: 2Last Post: 16th Mar 2011, 07:44 PM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...