View Single Post
Old 02-03-2006, 05:52 AM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
if you have a nastydollars account you can do this very simply.. for a fully updated daily tgp

save this as index.php

<?php
$url = "http://www.tunaparty.com/main.htm?id=yourid";
$html = file_get_contents($url);
echo "$html";
?>

if you want to add a header do this

<?php
$url = "http://www.tunaparty.com/main.htm?id=yourid";
$html = file_get_contents($url);
$hurl = "http://www.yoursite.com/header.html";
$head = file_get_contents($hurl);
echo "$head $html";
?>
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote