Search results

  1. B

    FileSonic.com – $17PPS, $35/1000 Downloads – Make Your Life Easier - Go with FS!

    generally fsc are biggest loosers right now..
  2. B

    Videobb - Make Up to $30 - Upload Videos and Make $$$

    @breezer1990 But why the f#$# they dont act like they should? Like Willy did. Make last payment than remove aff.
  3. B

    Need Help In cURL Progressbar

    yep like halcyon, and me before said. do that in javascript things you need: setTimeout(function() { // here your ajax request },5000);and about request - google that if u dont know: jQuery.ajax()
  4. B

    Need Help In cURL Progressbar

    Getting size of whole file: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://www.dsa.da/urfile.rar"); curl_setopt($ch, CURLOPT_NOBODY, 1); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 0); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_exec($ch); $info = curl_getinfo($ch); $maxSize =...
  5. B

    Need Help In cURL Progressbar

    i did that with filesize(), curl_getinfo() (before dl start), and with html5 <progress>
  6. B

    Free Steam Games

    3 plz :)
  7. B

    PutLocker.com - Get Paid For Sharing Your Streaming and Non-Streaming Content

    And about promotion for wj users - 1 month pro and level 2. Is it over?
  8. B

    Curl url file (I need help)

    It's not too simple. If you want to make it in order to use that AND learn something you should: 1. Download firebug. 2. Open it, and go to convertfiles.com url. 3. Click firebug's last tab, and check there whats going on when you input any file and do submit. You'll see that it post's some data...
  9. B

    Curl url file (I need help)

    What do you mean by "convert in my host"? It is possible to send file from your host to that site and recive link/download that converted file.
  10. B

    IMDb Generator (Online)

    Like i would hear myself :) everythin is same, even academ. and my next project is imdb parser. anyway nice job :)
  11. B

    PutLocker.com - Get Paid For Sharing Your Streaming and Non-Streaming Content

    hello, may i count on lvl 2? user: borewik
  12. B

    Buying I need a logo

    If your looking for drawn logo, not traced image nor stock vectors, just work from 0. The price for professional design your talking about is about ~250$
  13. B

    CurlAxel - PHP file download accelerator

    Yes, its true. I have checked this with ~250MB , ~400MB files. Effect was the same as above. First parts are downloading fine - stops when they are the size what it should be (~250MB / 5 (if 5 parts)). But size of the last part is like the whole file [~250MB].
Back
Top