
Remove meta tags, all schools pick up on them..Thanks
Not sure if it will work because they're parked domains but try
www.ermlol.com or www.iambored.eu Both go to Nexdana
Also, meta tags etc have been added so maybe you're schools picking up on that?
Ok will do, they haven't been there long though. Dunno if they're still there.
Joe
Parse error: syntax error, unexpected T_IF in /home/nexdana/public_html/index.php on line 54
Lets set the stage on fire, and hollywood will be jealous.
thats because the site re-opens tomorrowThis was to let people know whats coming tomorrow and promote the forum that opened again today
![]()
Joe
Should be able to add something to the URL like, ?meta=0 and it sets a session that won't display the META tags ^_^.
That explains it then
iJoe this is the code for what Dentafrince said if you want it.
So then if you went to nexdana.com?meta the tags wouldn't be there.PHP Code:<?php
session_start();
if ( isset ( $_GET['meta'] ) ) {
$_SESSION['meta'] = "true";
header ( "location: index.php" );
}
else if ( !isset ( $_SESSION['meta'] ) ) {
echo 'your meta tags go here';
}
?>
Last edited by Decode; 08-01-2009 at 09:40 PM.
Lets set the stage on fire, and hollywood will be jealous.
Yeah but you'd have to have that on each page.. and have to add the $_GET on each page.. it should be site wide.
Should work.PHP Code:session_start(); // top of page.
if ($_GET["meta"] == 0) {
$_SESSION["no_meta"] = true;
} elseif ($_GET["meta"] == 1) {
$_SESSION["no_meta"] = false;
}
if (!$_SESSION["no_meta"]) {
// display meta tags here.
}
Last edited by Dentafrice; 08-01-2009 at 09:41 PM.
As requested...
http://www.nexdana.com/?meta=0
does not showCode:<meta name="description" content="Nexdana is a great online games site opened in May 2008!Has loads of different games all different types! Play today!" /> <meta name="keywords" content="games free fun online multiplayer bored forum discussion friends">![]()
Yeah but you have to add that to EACH page URL like that..As requested...
http://www.nexdana.com/?meta=0
does not showCode:<meta name="description" content="Nexdana is a great online games site opened in May 2008!Has loads of different games all different types! Play today!" /> <meta name="keywords" content="games free fun online multiplayer bored forum discussion friends">
Want to hide these adverts? Register an account for free!