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

Page 7 of 8 FirstFirst ... 5678 LastLast
Results 61 to 70 of 72
  1.     
    #61
    Member
    Website's:
    premium-links.net wanted-programs.com
    Quote Originally Posted by futureawesome View Post
    I've finished testing the code gunda kindly shared, but I have a weird experience. As I dont have php 5.3 I've measured upload speed by benchmark filesize/(end time - start time). I'm only getting around 1-2MB/s upload vs FTP @ 10-40MB/s.

    Anyone know why this is?
    u cannot compare ftp protocol speed with the http protocol m8,

    they always depends one the codition

    Quote Originally Posted by Nan0 View Post
    nice.
    one question, filesonic is the unique that provides its api?
    the rest also do the same?
    well filesonic and wupload does provide api, but i am not sure about others

  2.     
    #62
    Probation
    seems filesonic changed the way their links looks now...

    any idea when a possible fix will come from this script?

    been using it for some months now.. amazing script!

  3.     
    #63
    Member
    Website's:
    wscripts.net damnlolscript.com lulzjet.com
    change this:
    Code: 
     preg_match('/F[0-9]+/', html_entity_decode($result), $match)
    to this:

    Code: 
     preg_match('/F[a-zA-Z0-9]+/', html_entity_decode($result), $match)

  4.     
    #64
    Probation
    hmm its getting the numbers ID but when i paste that link into browser file does not exist

    seems the file links to download looks different


    <script type="text/javascript">
    uploadIdentifier = "upload_1324743438018_kqjfk1itee62ot423sj6cofpn1_7 8820";
    data = [{"linkId":"F4364237814","statusCode":0,"filename": "file1.mp3","statusMessage":"File was successfully uploaded and assigned to the link id F4364237814"}];
    if ('undefined' != (typeof top.CMApplication.Widgets.AdvancedUpload.Uploads[uploadIdentifier])) {
    top.CMApplication.Widgets.AdvancedUpload.Uploads[uploadIdentifier].step = 'complete';
    top.CMApplication.Widgets.AdvancedUpload.openCompl ete(uploadIdentifier, data);
    } else {
    top.CMApplication.Widgets.Upload.Progress.complete (uploadIdentifier, data);
    }
    </script>

  5.     
    #65
    Probation
    ./filesonic.php file.mp3
    http://www.filesonic.com/file/4364660464/file1.mp3

    when going online to grab the file it does not exist

    is there a new upload link that filesonic is using ? to get the new links?

  6.     
    #66
    Member
    This site is using a hacked database of W junction
    Last edited by Gavo; 4th Jan 2015 at 02:36 PM.

  7.   Sponsored Links

  8.     
    #67
    Member
    Awseome , WIl it work wid RL ? coz Its cURL based I guess so ?

  9.     
    #68
    Member
    Is this still working? I am getting 'Couldn't open file' errors. Permissions are fine.
    Any ideas?

  10.     
    #69
    Member
    I think it's broken because of the new design.
    Code: 
    preg_match('/F[0-9]+/', html_entity_decode($result), $match);
    echo 'http://www.filesonic.com/file/'.str_replace('F','',$match[0]).'/'.$x;
    This won't work as the new links contains an alphanumeric ID and not just an incrementing numeric ID.

    Try this instead:
    Code: 
    preg_match('/\/file\/([a-z0-9]{4,10})\//i', html_entity_decode($result), $match);
    echo 'http://www.filesonic.com/file/'.$match[1].'/'.$x;
    Though I didn't test it, and I don't know if there are any other problems in the original script.

  11.     
    #70
    Member
    I am still getting same error (error- couldn't open file). It's weird that curl is giving me such an error. I hope someone can look into this.

Page 7 of 8 FirstFirst ... 5678 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [help] Uploading images to imageporter with curl
    By hover in forum Web Development Area
    Replies: 3
    Last Post: 23rd Apr 2011, 10:23 PM
  2. Help with Uploading.com batch Link Checker and Curl ..
    By Lock Down in forum Webmaster Resources
    Replies: 9
    Last Post: 3rd Dec 2010, 02:31 AM
  3. [linux] Uploading to FileServe via curl
    By Snell in forum Tutorials and Guides
    Replies: 0
    Last Post: 19th Jun 2010, 12:52 PM
  4. [guide] Uploading to Hofile using curl
    By desiboy in forum Tutorials and Guides
    Replies: 19
    Last Post: 30th May 2010, 07:40 PM

Tags for this Thread

BE SOCIAL