Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: PHP Forum:
y is my site being gay?

 

 


kidd rune3
Enthusiast


Jan 8, 2007, 3:34 AM

Post #1 of 4 (334 views)
Shortcut
y is my site being gay? Can't Post

http://gfx.heroesofgaming.com/arcade/

why is it so repetitive?


Mix a pancake,
Stir a pancake,
Pop it in the pan;
Fry the pancake;
Toss the pancake,
Catch it if you can.



Peach Pit
Veteran / Moderator


Jan 8, 2007, 5:13 AM

Post #2 of 4 (328 views)
Shortcut
Re: [kidd rune3] y is my site being gay? [In reply to] Can't Post

The site is just copied a million times in the source, use THIS HTML document instead.


bye.


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:

Code
  
<?
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)


t0nersxb0ners
Newbie

Feb 4, 2007, 1:16 PM

Post #4 of 4 (281 views)
Shortcut
Re: [kidd rune3] y is my site being gay? [In reply to] Can't Post

OK, your problem is this part of the code:
include ('.'.$template_url.'/index.php');
That is just saying to reinclude the index.php file.
Make sure that $template_url points somewhere, or
else you are just repeating your page over and over.

Either that, or you are using while () or for().

It all really depends on what is in those other page files.



http://www.city-wars.com

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.11 s on (CGI/1.1)