Results 61 to 70 of 74
Hybrid View
-
10th Dec 2011, 03:06 PM #1OPMemberWebsite's:
tehMoviez.com 0Senes.com GeekFaceGames.comsorry i forgot to update test.php
i've just pushed the changes, tested it again and works perfect. try it now.
jokerhacker Reviewed by jokerhacker on . CurlAxel - PHP file download accelerator http://i28.lulzimg.com/e5b0e69371.png hey, i thought many people will like that. I just wanted to help, so this PHP class may help some people who need it. it's not a script, neither a software, it's a class used by developers to be integrated in their scripts. How about cookies, proxies and other curl option?? well, everybody know curl_setopt_array(), you need to create an array, put all your configs there and pass it to the class using setCurlOpts(). But keep in mind, these settings Rating: 5JokerHacker Blog
JokerHacker PHP coding Service // back again!
CurlAxel PHP Download Accelerator
hardly remembering the milk :p
-
19th Dec 2011, 07:47 PM #2Member
nice job guys.
really amazing php class
but, i dont know why progress bar not work normally
1st tried: finish 80%
2nd tried: finish 40%
3th tried: finish 42%
4th tried: finish 100%
5th tried: finish 20%
this happen both on less than 5mb and 5mb++ (slow_download and fast_download)
i modified your script like this to know the basic of progress bar
http://www.mediafire.com/?sb23aqhspsa1hv9
these are the result of slow_download(), fast_download() and my script
so, the problem is, progress bar didn't work fine, although the file is 100% downloaded.
i so confused about this, because if i look for the source in my browser (firefox) the progressBar() is called from 1 until 100, but the progressbar still shown on 63%. have i did something wrong?
and the second,
i dont know why my browser is like hang up before progress bar has shown up.
sorry 4 my english.
i hope u can understand what i meant.
anyway, i like your class
-
14th Dec 2011, 06:17 AM #3Member
This class is great
Keep the great work
i will try to add to rapidleech script .
And I WILL ADD UR NAME.
Regards
MHR (Maher Ghoul)
-
19th Dec 2011, 09:37 PM #4OPMemberWebsite's:
tehMoviez.com 0Senes.com GeekFaceGames.comi've noticed this issue, but honestly, with my limited experience with jquery icouldn(t solve it properly, but i'm working on it
JokerHacker Blog
JokerHacker PHP coding Service // back again!
CurlAxel PHP Download Accelerator
hardly remembering the milk :p
-
20th Dec 2011, 06:25 AM #5Member
doesnt matter, may be still callback issue only.
but at most this class is very awesome for single file download.
thanx for this
-
20th Dec 2011, 07:46 AM #6Member
solved
change $progress
into
PHP Code:$progress = create_function('$download_size, $downloaded, $upload_size, $uploaded','static $sprog = 0;
@$prog = ceil($downloaded*100/$download_size);
echo \'<script>$("#'.$pb.'").progressBar(\'. $prog. \');</script>\';
');
download first file >> wait until finish (progress bar show) >> finish >>
download second file >> wait until finish (progress bar show) >> finish >> .....
is very nice see the basic of your work , awesome class
now, i ask u permission to use this class for my apps. may i have this?
cehhms@yahoo.com
-
20th Dec 2011, 03:33 PM #7OPMemberWebsite's:
tehMoviez.com 0Senes.com GeekFaceGames.comJokerHacker Blog
JokerHacker PHP coding Service // back again!
CurlAxel PHP Download Accelerator
hardly remembering the milk :p
-
29th Dec 2011, 07:57 PM #8Member
can u explain why i must use time condition in it?
at first i just need how to implemented progress bar download with curl.
now, i try to concern to get more speed like curlaxel did.
thx 4 your replay.
github: i can place this apps in github cz this is an ilegal apps
just brute link to download 15++ epaper (paid or free) and combine it automatically. so sorry if i cant show u my full code, but i still write your name in my source code
-
20th Dec 2011, 09:16 AM #9MemberWebsite's:
proxy-vpn.comPlease i have a problem
Notice: Use of undefined constant CURLOPT_PROGRESSFUNCTION - assumed 'CURLOPT_PROGRESSFUNCTION' in /**************/CurlAxel.php on line 352
Notice: Use of undefined constant CURLOPT_PROGRESSFUNCTION - assumed 'CURLOPT_PROGRESSFUNCTION' in /**************/CurlAxel.php on line 352
Notice: Use of undefined constant CURLOPT_PROGRESSFUNCTION - assumed 'CURLOPT_PROGRESSFUNCTION' in /**************/CurlAxel.php on line 352
Notice: Use of undefined constant CURLOPT_PROGRESSFUNCTION - assumed 'CURLOPT_PROGRESSFUNCTION' in /**************/CurlAxel.php on line 352
Notice: Use of undefined constant CURLOPT_PROGRESSFUNCTION - assumed 'CURLOPT_PROGRESSFUNCTION' in /**************/CurlAxel.php on line 352
-
20th Dec 2011, 01:01 PM #10Member
what have u did before?
did u try to change my own $progress to curAxel.php $progress directly?
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...