Activity Stream
48,167 MEMBERS
62503 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1.     
    #11
    Member
    Website's:
    fileservedownload.net
    yes it give this error

  2.   Sponsored Links

  3.     
    #12
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    How are you calling the function? Paste the line where you are calling that function

  4.     
    #13
    Member
    Website'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;} 

  5.     
    #14
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Replace 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;} 
    I am assuming that you have already changed the function name of upBitShare to upBS in your code.

  6.     
    #15
    Member
    Website's:
    fileservedownload.net
    ok...i try it and give a result

    but...

    the link not work...


    example : http://bitshare.com/files/vf88tolw/1...part2.rar.html

  7.     
    #16
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Could 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

  8.     
    #17
    Member
    Website's:
    fileservedownload.net
    a 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) ?

  9.     
    #18
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    I 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.

  10.     
    #19
    Member
    Website's:
    fileservedownload.net
    the 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

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Remote Upload bitshare
    By xaineez in forum File Host Discussion
    Replies: 2
    Last Post: 14th May 2012, 03:13 PM
  2. Remote upload from bitshare to...?
    By Quacking in forum File Host Discussion
    Replies: 0
    Last Post: 25th Mar 2012, 12:16 PM
  3. Replies: 4
    Last Post: 13th Mar 2012, 09:33 AM
  4. Bitshare RL Upload plugin
    By lukip006 in forum Technical Help Desk Support
    Replies: 3
    Last Post: 16th Apr 2011, 08:32 AM
  5. [Hiring] Bitshare curl upload script? Any Coder here?
    By automan in forum Completed Transactions
    Replies: 2
    Last Post: 16th Mar 2011, 07:44 PM

Tags for this Thread

BE SOCIAL