Results 1 to 10 of 21
Threaded View
-
27th May 2010, 06:06 PM #16MemberWebsite's:
litewarez.net litewarez.com triniwarez.comPHP Code:/*
*Functions
*/
function hostImage($filename) {
$file = gzfile($filename);
$file = implode("\n",$file);
$matches = array(
array('rapidshare.png', '[url=http://rapidshare'),
array('megaupload.png', '[url=http://megaupload')
);
$image = 'none.png';
foreach($matches as $match) {
if(strpos($file, $match[1]) !== false) {
$image = $match[0];
break;
}
}
return $image;
}
//Ditrectory stuff
$gdir = CONTENT_DIR.$y.'/'.$m.'/*.gz';
foreach(glob($gdir) as $file)
{
$image = hostImage(CONTENT_DIR.$y.'/'.$m.'/' . $file);
echo $image; // rapidshare.png or megaupload.png
}
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Selling] .:: Clip23.Com ::. Having a video site should not be complicated
By errabbaa in forum Completed TransactionsReplies: 1Last Post: 16th Sep 2012, 12:14 AM -
So, the question is:
By M.D.House in forum General DiscussionReplies: 6Last Post: 15th Nov 2011, 02:52 AM -
Question
By UmairDiGrt in forum OtherReplies: 5Last Post: 14th Aug 2011, 09:01 AM -
Question
By MasterDKR in forum Webmaster DiscussionReplies: 13Last Post: 3rd Sep 2010, 04:28 AM -
question about windows server before i buy and question about wrzhost
By priviet02 in forum Hosting DiscussionReplies: 5Last Post: 3rd Jan 2010, 05:23 PM
themaManager - edit and manage...
Version 4.20 released. Open older version (or...