sorry my english was bad. hehehe im use php-nuke and now try to search module javascript to put top banner
Edit:
now i've got it how to do thank you so much for your helps
Edit:
this is code what i've use
<?php
if (eregi("block-adsx10host.php", $PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = "<center>";
$content .= "<script language=\"JavaScript\" src=\"http://x10hosting.com/adserve.js?corporate\" charset=\"UTF-8\"></script>\n";
$content .= "</center>";
?>


LinkBack URL
About LinkBacks
Reply With Quote
