
kidd rune3
Enthusiast

Jan 8, 2007, 9:41 AM
Post #3 of 4
(326 views)
Shortcut
|
|
Re: [Peach Pit] y is my site being gay?
[In reply to]
|
Can't Post
|
|
index.php of my site:
<? include ('config.php'); include ('includes/main.php'); ob_start(); // Check for valid cookie cookiecheck(); // If valid cookie and not logged in, find out if logged in or not if(isset($_COOKIE["ava_username"])){ // Store all cookie data in variables $user = $_COOKIE['ava_username']; $code = $_COOKIE['ava_code']; $userid = $_COOKIE['ava_userid'];} echo '<br>'; // Is needed for some reason to make certain templates work // Include the template include ('.'.$template_url.'/index.php'); ob_end_flush(); ?> the template : http://www.megaupload.com/?d=MB10GGC5
Mix a pancake, Stir a pancake, Pop it in the pan; Fry the pancake; Toss the pancake, Catch it if you can.
(This post was edited by kidd rune3 on Jan 8, 2007, 9:49 AM)
|