Thread: Banner exchange
View Single Post
  #2  
Old 06-23-2005, 04:59 AM
smithmis is offline smithmis
Registered User

Join Date: Jun 2005
Posts: 2

its ok I sorted it but if anyone else need this info
copy and paste this into a html editor


then save it as block-nhq.php then upload it to your nuke site in the blocks folder then go to blocks admin and add block look on the list note : add it as a center block
enjoy
PHP Code:
<?php
#### Block created by Devil email me @ [email]devil_mislead@hotmail.co.uk[/email] ###
if (eregi("block-Block_nhq.php",$PHP_SELF)) {
    
Header("Location: index.php");
    die();
}
$content  =  "<!--Begin Novahq.net exchange code -->";
$content  .= "<script language=\"JavaScript\" src=\"http://Your code here \"></script>";
$content  .= "<!--End Novahq.net exchange code -->";

Last edited by smithmis; 06-23-2005 at 05:05 AM.
Reply With Quote