|
Originally Posted by beezkneez
|
i was trying to use server spys server status code.
<SCRIPT LANGUAGE="JavaScript"
what do i do if it says this in there?
ill look in my config file to add these html things..
Also with that treasury mod thing, do you need to install e107? (what ever that is..)
|
Create a new phpfile called block-Block_NAME_GOES_HERE.php
|
Code:
|
<?php
if (eregi("block-Block_NAME_GOES_HERE.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = "<SCRIPT code goes here><script>"
?> |
Upload to your /blocks directory and activate it from admin.php Blocks
If your stuck with it post your code here.....