and put the this php file info on my page.
<?php
if (isset($HTTP_GET_VARS['page']))
{
$p2 = '&page='.$HTTP_GET_VARS['page'];
}
if ($dh = @fopen("http://www.linkdiy.com/linksexchange.php?id=2751".$p2,"r")) {
while (!feof($dh)) {
$retrievedhtml .= fread($dh,8192);
}
}
echo $retrievedhtml;
?>
But when I go to manage account this comes up:
Your link has not been activated! Please go here to copy and paste the codes to your link page.After you finish this, your link will be activated right away!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum