erm..kalau wordpress aku tatau...kalau php nuke aku dah jumpe cara die..kene wat satu block untuk php-nuke...
pastuh enable block tuh kejap...dah verify delete je..
kalau untuk web yg pakai php-nuke aku leh tolong...
Code:
<?php
if (eregi("block-aductions.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
}
$content = "";
$stuff = <<< End_Stuff
<center>
<!--aductions -->
<script type='text/javascript'>
masukkan script js sini</script>
<!--aductions-->
</center>
End_Stuff;
$content .= $stuff;
?>
pastuh enable block tuh kejap...dah verify delete je..
kalau untuk web yg pakai php-nuke aku leh tolong...
