Re: rapidgator - 1 file per day (at a time) March 15, 2013 06:43PM |
Registered: 11 years ago Posts: 13 |
Language: JavaYou acquire 6 pages from rapidgator... ($page1.get(url-1); $page2.get(url-2); $page3.get(url-3); etc) then you process one page for captcha request by <a href="#" class="link act-link btn-free"> ($get_captcha(page1)) process captcha; start download... when that download finish then you process second page for captcha request by <a href="#" class="link act-link btn-free"> ($get_captcha(page2)) process captcha; start download... when that download finish third one... etc Until error appears... then acquire THAT page whit error until error is resolved... when error is resolved then start from that file on... again acquire 6 pages pages from that file on etc...
Re: rapidgator - 1 file per day (at a time) March 15, 2013 10:14PM |
Registered: 12 years ago Posts: 1,185 |
Re: rapidgator - 1 file per day (at a time) March 15, 2013 11:09PM |
Registered: 11 years ago Posts: 13 |