PDA

View Full Version : ME AGAIN, EXPERTS NEEDED! very quick and short!


yinyang
06-03-2004, 02:33 PM
The below is something designed for PHPNuke. Can someone translate it to VBulletin please? i totally need it for the front page of my site www.6r4mp5.com.

This is really short and i'd do it myself, but i'm really good at following instructions, not really so good at creating things.



<?php
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = "<SCRIPT LANGUAGE=\"JavaScript\" ";
$content .= "SRC=\"http://share1.serverspy.net/cgi-bin/monitor.js?mid=*****\">";
$content .= "</SCRIPT>";
?>

as you can see, it's quite short. Any help would be awesome!

yinyang

Brian
06-04-2004, 12:11 PM
What exactly is this module supposed to do?