Results 11 to 20 of 74
-
28th Aug 2011, 01:47 AM #11MemberWebsite's:
MechoDDL.com Leaserver.comThanks 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
-
28th Aug 2011, 04:25 AM #12BannedWebsite's:
CuraShare.Net CuraShare.Me CuraShare.InfoI got this error:
Code:PHP Parse error: syntax error, unexpected '}' in /home/curahack/public_html/axel/CurlAxel.php on line 141
-
28th Aug 2011, 04:33 AM #13MemberWebsite's:
tufos.netKeep up the good work dear!
-
28th Aug 2011, 04:47 AM #14OPMemberWebsite's:
tehMoviez.com 0Senes.com GeekFaceGames.comJokerHacker Blog
JokerHacker PHP coding Service // back again!
CurlAxel PHP Download Accelerator
hardly remembering the milk :p
-
28th Aug 2011, 04:49 AM #15Respected MemberWebsite's:
DL4Everything.com Soft2050.inNice class you made there
Surely going to use it in my projects
-
28th Aug 2011, 05:08 AM #16BannedWebsite's:
CuraShare.Net CuraShare.Me CuraShare.InfoI'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";
-
28th Aug 2011, 05:13 AM #17OPMemberWebsite's:
tehMoviez.com 0Senes.com GeekFaceGames.comCuraHack, 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();JokerHacker Blog
JokerHacker PHP coding Service // back again!
CurlAxel PHP Download Accelerator
hardly remembering the milk :p
-
28th Aug 2011, 04:51 PM #18OPMemberWebsite's:
tehMoviez.com 0Senes.com GeekFaceGames.comi need some recommendations from a developer so i can add some features like http-headers to send etc...
JokerHacker Blog
JokerHacker PHP coding Service // back again!
CurlAxel PHP Download Accelerator
hardly remembering the milk :p
-
28th Aug 2011, 05:13 PM #19It 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.
-
28th Aug 2011, 06:06 PM #20BannedWebsite's:
CuraShare.Net CuraShare.Me CuraShare.InfoHi, 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
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
download file???
By q295516594 in forum Webmasters, Money MakingReplies: 0Last Post: 3rd Oct 2011, 03:10 PM -
Download Accelerator with Rapidleech
By CuraHack in forum Web Development AreaReplies: 10Last Post: 28th Aug 2011, 03:53 PM -
Why it's not download the file?
By ChaoscripT in forum Web Application/Script SupportReplies: 6Last Post: 13th Aug 2011, 04:03 PM -
Which File host will count download with jdownloader or download manager?
By vonomono in forum File Host DiscussionReplies: 8Last Post: 11th Dec 2010, 12:52 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...