Thread: html issue..
View Single Post
Old
  (#5 (permalink))
Marty
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
04-21-2006, 11:39 AM

Quote:
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.....


Share4Gain.com- 80% Adsense Revenue Share, no website required
   
Reply With Quote