require('inc/header.inc.php'); // Register globals turned off so need to pull in the variables : $PG = $_GET['PG']; // Strip any special characters from the variables to avoid html injection (They are in the Includes so not affected by globals being turned off) // $STS = $_POST['STS']; // $STSB = $_POST['STSB']; // $STSL = $_POST['STSL']; // $TOPIC = $_POST['TOPIC']; $STS = HTMLSpecialChars($STS); $STSB = HTMLSpecialChars($STSB); $STSL = HTMLSpecialChars($STSL); $TOPIC = HTMLSpecialChars($TOPIC); // Stutas bar scrolling text if ($STS=="") { $STSB=""; // Banner script $STSL="showBanner()"; // ON LOAD } else { $STS=""; $STSB=""; $STSL=""; } // require('inc/norightclick.inc.php'); if ($PG=="") { $PG="inc/main.inc.php"; } else { $PG="inc/" . $PG . ".inc.php"; } if ($INDEX=="") { $INDEX="inc/index.inc.php"; } else { $INDEX="inc/" . $INDEX . ".inc.php"; } if ($TOPIC=="") { $TOPIC="Creatronic CC"; } else { $TOPIC="C R E A T R O N I C - " . $TOPIC; } include($PG); $MARQUEE="Welcome to Creatronic CC"; echo $HEADER; echo ("
![]() |
|
|||||||||||||
![]() |
echo("" . $CONTENT . " | \n"); ?>
|
||||||||||||
Michael |
¤ previous
¤ webmaster
¤ email ¤ © 2000 - 2023 Creatronic CC |