Example:
ArrayBanned on the Run
FlashTheater.net
Mike Lopez''s Livejournal
--> StatiCFlasH <--
AQUA Clan
My WEbSite
Code: Select all
echo $openfile = file("linkdump/plug.db.php");
$total = count($openfile);
for ($i=0; $i<6; $i++):
list($UNEMPOWERED,$url,$sitename,$ip) = explode('|',chop($openfileї$i]));
$url = str_replace("http://","",$url);
$url = str_replace("www.","",$url);
$url = str_replace("/","",$url);
echo "<a href=http://$url target=_new title=$url>$sitename</a><br>\n";
endfor;