Results 251 to 260 of 685
-
2nd Sep 2010, 01:01 AM #251Member
would it help if it created posts in side text files after it uploaded, to keep it clean and seprate? Plus you can use it as a reference.
Please follow signature rules
-
2nd Sep 2010, 01:09 AM #252MemberWebsite's:
gudz.org
-
2nd Sep 2010, 01:11 AM #253OPIt begins...
That's actually done, already. The entire process in the script is echo'd as each step completes. The 'flush()' argument takes care of that.
I've tested it with Chrome and FF, both show progressing output. However, I also read that the functionality of 'flush()' also depends on the http webserver/php version and such. So even though a script supports it, it may not necessarily work on every server
@Xman
I've already fixed that bug. I'll release the complete update bug-free
EDIT: I'll add MTN support by tomorrow.
-
2nd Sep 2010, 01:30 AM #254MemberWebsite's:
gudz.orgone more thing that would be really handy is to grab the poster and upload to lulzimg.com
here is code that grabs and saves the poster but i am not a coding genious and dont know where to go from here. (not my code btw)
Code:/** * Save an image. * * @param string $sUrl */ private function saveImage($sUrl) { $sUrl = trim($sUrl); if (preg_match('/imdb-share-logo.gif/', $sUrl)) { if (file_exists('posters/not-found.jpg')) { return 'posters/not-found.jpg'; } return 'n/A'; } $bolDir = false; if (!is_dir(getcwd() . '/posters')) { if (mkdir(getcwd() . '/posters', 0777)) { $bolDir = true; } } $sFilename = getcwd() . '/posters/' . preg_replace("#[^0-9]#", "", basename($sUrl)) . '.jpg'; if (file_exists($sFilename)) { return 'posters/' . basename($sFilename); } if (is_dir(getcwd() . '/posters') OR $bolDir) { if (function_exists('curl_init')) { $oCurl = curl_init($sUrl); curl_setopt_array($oCurl, array ( CURLOPT_VERBOSE => 0, CURLOPT_HEADER => 0, CURLOPT_RETURNTRANSFER => 1, CURLOPT_TIMEOUT => 5, CURLOPT_CONNECTTIMEOUT => 5, CURLOPT_REFERER => $sUrl, CURLOPT_BINARYTRANSFER => 1)); $sOutput = curl_exec($oCurl); curl_close($oCurl); $oFile = fopen($sFilename, 'x'); fwrite($oFile, $sOutput); fclose($oFile); return 'posters/' . basename($sFilename); } else { $oImg = imagecreatefromjpeg($sUrl); imagejpeg($oImg, $sFilename); return 'posters/' . basename($sFilename); } return false; } return false; }
-
2nd Sep 2010, 01:31 AM #255MemberWebsite's:
WRZhost.com WExplain.comYeah I see it now, I don't know why it didn't show up when I posted the single link
Any questions? Want to make money?My Online Marketing Forum
WRZhost offshore hosting! Still the best offshore hosting after 7 years! Hongkong,Russia,NL,Germany
-
2nd Sep 2010, 01:54 AM #256MemberWebsite's:
csoffensive.com fagbag.meok so i have another idea y not make it so that u can try
ok make it so that u can put 1 batch of links then another then another then another ..... about 100+ and then hit start it then generates the posts and puts it in text files and saves it on the server and then u can access it from text file of page
example(first batch):the expendables(u click the expendables the expendables text and it directs u there
for example http://serveriphere/Anumberornameofpost
if u want me to xplain more i can make a youtube video
-
2nd Sep 2010, 01:55 AM #257MemberWebsite's:
ihide.infocuz once again thats yawns script
KWWH has turned gay. I will not return until Phamous is demoted.
-
2nd Sep 2010, 02:00 AM #258MemberWebsite's:
WRZhost.com WExplain.comnow I know why it didn't show downloading
I added a link after a download was done and pressed go,now it still shows the old outputAny questions? Want to make money?My Online Marketing Forum
WRZhost offshore hosting! Still the best offshore hosting after 7 years! Hongkong,Russia,NL,Germany
-
2nd Sep 2010, 02:17 AM #259MemberWebsite's:
ihide.infofound a mistake... says FleHost ... should say FileHost
KWWH has turned gay. I will not return until Phamous is demoted.
-
2nd Sep 2010, 04:00 AM #260MemberWebsite's:
somik.org sborg.us
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 2 users browsing this thread. (0 members and 2 guests)
Similar Threads
-
Internet Explorer 10 to bring browser-based auto-correct
By CyberPrince in forum News & Current EventsReplies: 11Last Post: 15th Nov 2011, 02:42 AM -
auto uploader script
By ppbb in forum File Host DiscussionReplies: 0Last Post: 16th Aug 2011, 10:58 AM -
auto post to categories based on keywords
By blok0672 in forum WordpressReplies: 1Last Post: 5th Aug 2011, 07:55 PM -
Are there any mac/java based auto posters?
By savaged in forum Webmaster ResourcesReplies: 3Last Post: 15th Jan 2010, 01:32 AM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...