PBNL USER VIEWING TOPIC LYK NETNAIJA

Cr8 a file and put dis code in the file you creat

Code
<?php
error_reporting(0);
 
/*
salute to ma oga's
hack3i , judinho , hakorede,
gander, chistel
*/
 
require("init.php");
?><?php
echo "<title>$config->title &raquo; onlineforum Installation</title>";
echo "<div class=\"body_width\">";
echo "<div class=\"page_wrapper clearfix\">";
echo "<div class=\"b_head\">";
echo "onlineforum Installation</div><br>";
 
$insert=mysql_query("CREATE TABLE IF NOT EXISTS `b_onlineforum` (
`id` text COLLATE latin1_general_ci NOT NULL,
`time` text COLLATE latin1_general_ci NOT NULL,
`carthex` text COLLATE latin1_general_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci");
 
if(!$insert) {
header("location: index.php?msg=Error Contact carthex");
} else {
header("location: index.php?msg=onlineforum Installed!,visit spyloaded");
}
include "footer.php";
echo "</body>";
?></html>

Comments

Keep up to date with our latest articles and uploads...