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

Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 74
  1.     
    #11
    Member
    Website's:
    MechoDDL.com Leaserver.com
    Thanks a lot for this awesome script. You rock
    || Leaserver : Virtual Server Solutions
    || Leaserver.com - Virtual servers | Netherlands
    || 99.9% server uptime guaranteed
    || www.leaserver.com | email : sales@leaserver.com

  2.   Sponsored Links

  3.     
    #12
    Banned
    Website's:
    CuraShare.Net CuraShare.Me CuraShare.Info
    I got this error:
    Code: 
    PHP Parse error:  syntax error, unexpected '}' in /home/curahack/public_html/axel/CurlAxel.php on line 141

  4.     
    #13
    Member
    Website's:
    tufos.net
    Keep up the good work dear!

  5.     
    #14
    Member
    Website's:
    tehMoviez.com 0Senes.com GeekFaceGames.com
    Quote Originally Posted by CuraHack View Post
    I got this error:
    Code: 
    PHP Parse error:  syntax error, unexpected '}' in /home/curahack/public_html/axel/CurlAxel.php on line 141
    are you sure you have the last verson?
    + you didn't edit the file?

  6.     
    #15
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Nice class you made there

    Surely going to use it in my projects

  7.     
    #16
    Banned
    Website's:
    CuraShare.Net CuraShare.Me CuraShare.Info
    Quote Originally Posted by jokerhacker View Post
    are you sure you have the last verson?
    + you didn't edit the file?
    I'm running 0.1b, I've only added a testfile to download, and modded the download location:

    Code: 
    class CurlAxel {
    	private $url = "http://93.190.137.8/1000mb.bin";
    	private $optarray = array();
    	private $megaconnection;
    	private $partnames = array();
    	private $tempdir = "./temp/";
    	private $downdir = "./files/";
    	private $partcount = 5;
    	private $log = true;
    	private $buffersize = 67108864;
    	public $version = "0.1b beta 27/08/11";

  8.     
    #17
    Member
    Website's:
    tehMoviez.com 0Senes.com GeekFaceGames.com
    CuraHack, you don't need to put dots, just check the __construct function
    try to revert the mods, and use it like that : create another file in the same dir and put its contents like that
    PHP Code: 
    <?php
    require_once "CurlAxel.php";
    $fileurl "http://93.190.137.8/1000mb.bin"
    $curlaxel = new CurlAxel
    $curlaxel->setUrl($fileurl); 
    $curlaxel->activeLog(true); 
    //$curlaxel->setTempDir(somewhere);
    //$curlaxel->setDownloadDir(somewhere);
    $curlaxel->download();
    aishamontreal, soft2050, praveer : i'm glad you like it

  9.     
    #18
    Member
    Website's:
    tehMoviez.com 0Senes.com GeekFaceGames.com
    i need some recommendations from a developer so i can add some features like http-headers to send etc...

  10.     
    #19
    It begins...
    Good script, and most definitely good effort right there. But a quick look through it, and the way you're accelerating downloads (using Curl) is not efficient at all. As it stands, curl/php is not good with file streaming/handling. And curl was most definitely not built with multi threaded downloading as it's pioneer or trump feature; it's just there.

    I'll go through it in detail and suggest improvements. But beyond that, good effort.

    Google 'Aria2' and then Google 'Aria2Web'. Then look through Aria2Web and see if you can create a simpler class based on that for users of KWWH. Aria2 is an excellent command line download accelerator for Linux; and coding a PHP XML-RPC gateway for it, which is simpler (and works) would be a great idea.

  11.     
    #20
    Banned
    Website's:
    CuraShare.Net CuraShare.Me CuraShare.Info
    Quote Originally Posted by Lifetalk View Post
    Good script, and most definitely good effort right there. But a quick look through it, and the way you're accelerating downloads (using Curl) is not efficient at all. As it stands, curl/php is not good with file streaming/handling. And curl was most definitely not built with multi threaded downloading as it's pioneer or trump feature; it's just there.

    I'll go through it in detail and suggest improvements. But beyond that, good effort.

    Google 'Aria2' and then Google 'Aria2Web'. Then look through Aria2Web and see if you can create a simpler class based on that for users of KWWH. Aria2 is an excellent command line download accelerator for Linux; and coding a PHP XML-RPC gateway for it, which is simpler (and works) would be a great idea.
    Hi, Lifetalk,

    JokerHacker's idea was originated from my thread here, we already had this discussion, as mentioned in that thread Aria's XML-RPC is very badly documented so it'll be very hard to build as scripts as such with Aria's API, if you're able to prove us wrong, feel free to do so

Page 2 of 8 FirstFirst 1234 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. download file???
    By q295516594 in forum Webmasters, Money Making
    Replies: 0
    Last Post: 3rd Oct 2011, 03:10 PM
  2. Download Accelerator with Rapidleech
    By CuraHack in forum Web Development Area
    Replies: 10
    Last Post: 28th Aug 2011, 03:53 PM
  3. Why it's not download the file?
    By ChaoscripT in forum Web Application/Script Support
    Replies: 6
    Last Post: 13th Aug 2011, 04:03 PM
  4. Replies: 8
    Last Post: 11th Dec 2010, 12:52 AM

Tags for this Thread

BE SOCIAL