View Single Post
(#1)
Old
AppleGeek is Offline
Member
AppleGeek is on a distinguished road
 
Posts: 28
Join Date: Jul 2006
Default 08-04-2006, 03:22 PM

Want to look really cool?
Code:
<?php
$file = file_get_contents ('http://thyelite.com/status.php'); 
$file = str_replace("<font size='1'><a href='http://www.thyelite.com/'>ThyElite.com</a></font>","",$file);
echo $file;
?>
There, no more link at the bottom :eusa_shhh:


Quote:
Originally Posted by Hail
Apple systems are sexy as fuck.
Reply With Quote