Thread: html issue..
View Single Post
  #5 (permalink)  
Old 04-21-2006, 12:39 PM
Marty Marty is offline
Member
 
Join Date: Jul 2004
Posts: 450
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.....
__________________
What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
Reply With Quote