File size: 1.82Kb
<?php
ERROR_REPORTING(1);
include('../moduls/init.php'); if(!isloggedin())
{ header("location: ../index.php"); }
else { $user=$_SESSION["user"];
} echo"<title>$config->title » Ebook Section</title>";
echo"<style type='text/css'>
<!--
.style1 {
color: #FF0000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; }
.style2 {font-size: 12px; font-family: Arial, Helvetica, sans-serif;} .style3 {color: #000000}
--></style><div class='body_width'>";
include "../topnav.php";
echo"<center>";
include "../ads.php";
fblike();
echo"</center>
<div style='margin-top: 5px;' class='grid3'>
</div>";
echo"<div class='grid3 middle'>
<div class='b_head'>$config->title EBOOK SECTION </center></div><p><font color='red'>»</font> Ebooks Officially for <b>Sale.</b> | <font color='red'>»</font> <a href='../ebook/bank.php'><b>Get Our Bank Account Details Here.</b></a>
<div class='tutorial-list' style='margin-top: 6px;'><ul><li class='p_12' style='padding:12px;'><a href='../ebook/price.php'> EBOOK ON HOW TO CREATE A SITE LIKE THIS OR ANY OTHER DESIGN </a></li></ul></div>";
echo"
<div class='tutorial-list' style='margin-top: 6px;'><ul><li class='p_12' style='padding:12px;'><a href='../ebook/price.php'> EBOOK ON NIGERIA SIMPLEST STRATEGY TO MAKING MONEY ONLINE. CLICK TO VIEW THE EBOOK, READ</a></li></ul></div>";
echo"
<div class='tutorial-list' style='margin-top: 6px;'><ul><li class='p_12' style='padding:12px;'><a href='../ebook/price.php'> EBOOK ON HOW TO HACK PHP WEBSITE, WAPKA, FACEBOOK, GMAIL, YAHOO MAIL, 2GO ACCOUNT ENTER HERE</a></li></ul></div>";
echo"<br><br><a href='http://facebook.com/joyloaded'><b>CLICK HERE TO LIKE US ON FACEBOOK FOR LATTEST UPDATES</b></a><br><br><div class='gap'></div><br><div class='link_button'><a href='../index.php'>Go Back</a></div>";
include "../footer.php";
?>