Cookies and IE...
Moderator: General Moderators
Cookies and IE...
Hey, for some reason, when I code PHP setcookie(), it seems to always set cookies in Firefox, but when it comes to IE, it seems to ignore the setcookie() tag... Am I confused as to what is wrong. O.o
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Here's where it's at <_<
amp;lt;?
// Deleting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("e;Location: index.php"e;);
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARSї'ver']) AND empty($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARSї'the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2);
include "e;img/main.php"e;;
} elseif (isset($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_GET_VARSї'ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header("e;Location: index.php"e;);
} else {
setcookie('ver','$ver', time()-60*60*24*30);
include "e;img/splash.php"e;;
}
}
?>ver'])) {
$ver = $HTTP_COOKIE_VARS['ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARS['the'])) {
$the = $HTTP_COOKIE_VARS['the'];
} elseif (isset($HTTP_GET_VARS['the'])) {
$the = $HTTP_GET_VARS['the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "see";
}
// URL Identity
if ($id=="news") {
$url = "?id=news";
} elseif ($id=="links") {
$url = "?id=links";
} elseif ($id=="validations") {
$url = "?id=validations";
} elseif ($id=="rants") {
$url = "?id=rants";
} elseif ($id=="photos") {
$url = "?id=photos";
} elseif ($id=="poems") {
$url = "?id=poems";
} elseif ($id=="conts") {
$url = "?id=conts";
} else {
$url = "?id=news";
}
// Opposite Language Identity
if($ver == "en") {
$ver2 = "de";
} else {
$ver2 = "en";
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "news";
}
// Load time Identity
$load = number_format(microtime(),2);
include "img/main.php";
} elseif ()-60*60*24*30);
header("Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARSї'ver']) AND empty($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARSї'the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2);
include "e;img/main.php"e;;
} elseif (isset($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_GET_VARSї'ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header(&ameting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("e;Location: index.php"e;);
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARSї'ver']) AND empty($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARSї'the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2);
include "e;img/main.php"e;;
} elseif (isset($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_GET_VARSї'ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header("e;Location: index.php"e;);
} else {
at <_<
Code: Select all
<?
// Deleting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_COOKIE_VARS['ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARS['the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(micIdentity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARSї'ver']) AND empty($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_COOKIE_VARS['ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARSї'the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2);
include "e;img/main.php"e;;
} elseif (isset($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_GET_VARSї'ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header("e;Location: index.php"e;);
} else {
setcookr']) AND empty($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_COOKIE_VARS['ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2);
include "e;img/main.php"e;;
} elseif (isset($HTTP_Gkie('ver',$del, time()-60*60*24*30);
header("Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARSї'ver']) AND empty($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load ddd0]<?
// Deleting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARSї'the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2);
include "e;img/main.php"e;;
} elseif (isset($HTTP_GETat <_<Code: Select all
<?
// Deleting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARSї'ver']) AND empty($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARSї'the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2);
include "e;img/main.php"e;;
} elseif (isset($HTTP_GET_VARSї'ver'])) {
$ver = $HTTPat <_<Code: Select all
<?
// Deleting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARSї'the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2);
include "e;img/main.php"e;;
} elseif (isset($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_GET_VARSї'ver'];
setcookie('ver',$ver, time()+60 (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_COOKIE_VARS['ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARS['the'])) {
$the = $HTTP_COOKIE_VARS['the'];
} elseif (isset($HTTP_GET_VARS['the'])) {
$the = $HTTP_GET_VARS['the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "see";
}
// URL Identity
if ($id=="news") {
$url = "?id=news";
} elseif ($id=="links") {
$url = "?id=links";
} elseif ($id=="validations") {
$url = "?id=validations";
} elseif ($id=="rants") {
$url = "?id=rants";
} elseif ($id=="photos") {
$url = "?id=photos";
} elseif ($id=="poems") {
$url = "?id=poems";
} elseif ($id=="conts") {
$url = "?id=conts";
} else {
$url = "?id=news";
}
// Opposite Language Identityie('ver',$del, time()-60*60*24*30);
header("Location: index.php"e;);
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_COOKIE_VARS['ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
t;Code: Select all
<?
// Deleting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("e;Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARS['the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARS['the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2) = $HTTP_COOKIE_VARS['ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARS['the'])) {
$the = $HTTP_COOKIE_VARS['the'];
} elseif (isset($HTTP_GET_VARS['the'])) {
$the = $HTTP_GET_VARS['the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "see";
}
// URL Identity
if ($id=="news") {
$url = "?id=news";
} elseif ($id=="links") {
$url = "?id=links";
} elseif ($id=="validations") {
$url = "?id=validations";
} elseif ($id=="rants") {
$url = "?id=rants";
} elseif ($id=="photos") {
$url = "?id=photos";
} elseif ($id=="poems") {
$url = "?id=poems";
} elseif ($id=="conts") {
$url = "?id=conts";
} else {
$url = "?id=news";
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "de";
} else {
$ver2 = "en";
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "news";
}
// Load time Identity
$load = number_format(microtime(),2);
include "img/main.php";
} elseif (isset($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_GET_VARS['ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header("Location: index.php");
} else {
setcookie('ver','$ver', time()-60*60*24*30);
include "img/splash.php";
}
}
?>// Deleting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("e;Location: index.php"e;);
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARSї'ver']) AND empty($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARSї'the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2);
include "e;img/main.php"e;;
} elseif (isset($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_GET_VARSї'ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header("e;Location: index.php"e;);
} else {
setcookie('ver','$ver', time()-60*60*24*30);
include "e;img/splash.php"e;;
}
}
?>ver'])) {
$ver = $HTTP_COOKIE_VARS['ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARS['the'])) {
$the = $HTTP_COOKIE_VARS['the'];
} elseif (isset($HTTP_GET_VARS['the'])) {
$the = $HTTP_GET_VARS['the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "see";
}
// URL Identity
if ($id=="news") {
$url = "?id=news";
} elseif ($id=="links") {
$url = "?id=links";
} elseif ($id=="validations") {
$url = "?id=validations";
} elseif ($id=="rants") {
$url = "?id=rants";
} elseif ($id=="photos") {
$url = "?id=photos";
} elseif ($id=="poems") {
$url = "?id=poems";
} elseif ($id=="conts") {
$url = "?id=conts";
} else {
$url = "?id=news";
}
// Opposite Language Identity
if($ver == "en") {
$ver2 = "de";
} else {
$ver2 = "en";
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "news";
}
// Load time Identity
$load = number_format(microtime(),2);
include "img/main.php";
} elseif ()-60*60*24*30);
header("Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARSї'ver']) AND empty($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARSї'the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2);
include "e;img/main.php"e;;
} elseif (isset($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_GET_VARSї'ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header(&ameting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("e;Location: index.php"e;);
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARSї'ver']) AND empty($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARSї'the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2);
include "e;img/main.php"e;;
} elseif (isset($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_GET_VARSї'ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header("e;Location: index.php"e;);
} else {
at <_<
Code: Select all
<?
// Deleting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_COOKIE_VARS['ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARS['the'])) {
$the = $HTTP_COOKIE_VARS['the'];
} elseif (isset($HTTP_GET_VARS['the'])) {
$the = $HTTP_GET_VARS['the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "see";
}
// URL Identity
if ($id=="news") {
$url = "?id=news";
} elseif ($id=="links") {
$url = "?id=links";
} elseif ($id=="validations") {
$url = "?id=validations";
} elseif ($id=="rants") {
$url = "?id=rants";
} elseif ($id=="photos") {
$url = "?id=photos";
} elseif ($id=="poems") {
$url = "?id=poems";
} elseif ($id=="conts&q
// Deleting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARSї'ver']) AND empty($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARSї'the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2);
include "e;img/main.php"e;;
} elseif (isset($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_GET_VARSї'ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header("e;Location: index.php"e;);
} else {
setcookie('ver','$ver', time()-60*60*24*30);
include "e;img/splash.php"e;;
}
}
?&e;);
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_COOKIE_VARS['ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARS['the'])) {
$the = $HTTP_COOKIE_VARS['the'];
} elseif (isset($HTTP_GET_VARS['the'])) {
$the = $HTTP_GET_VARS['the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "see";
}
// URL Identity
if ($id=="news") {
$url = "?id=news";
} elseif ($id=="links") {
$url = "?id=links";
} elseif ($id=="validations") {
$url = "?id=validations";
} elseif ($id=="rants") {
$url = "?id=rants";
} elseif ($id=="photos") {
$url = "?id=photos";
} elseif ($id=="poems") {
$url = "?id=poems";
} elseif ($id=="conts") {
$url = "?id=conts";
} else {
$url = "?id=news";
}
// Opposite Language Identity
if($ver == "en") {
$ver2 = "de";
} else {
$ver2 = "en";
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "news";
}
// Load time Identity
$load = number_format(microtime(),2);
include &aat <_<Code: Select all
<?
// Deleting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARSї'the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == &1]<?
// Deleting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("Location: index.php"e;);
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARSї'ver']) AND empty($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARSї'the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2);
include "e;img/main.php"e;;
} elseif (isset($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_GET_VARSї'ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header("e;Location: index.php"e;);
} else {
setcookie('ver','$ver', tisset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("e;Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARSї'ver']) AND empty($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARSї'the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2);
include "e;img/main.php"e;;
} elseif (isset($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_GET_VARSї'ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header("e;Location: index.php"e;);
} else {
setcookie('ver',')) {
setcookie('ver',$del, time()-60*60*24*30);
header("e;Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_COOKIE_VARSї'ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARSї'the']) AND empty($HTTP_GET_VARSї'the'])) {
$the = $HTTP_COOKIE_VARSї'the'];
} elseif (isset($HTTP_GET_VARSї'the'])) {
$the = $HTTP_GET_VARSї'the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "e;see"e;;
}
// URL Identity
if ($id=="e;news"e;) {
$url = "e;?id=news"e;;
} elseif ($id=="e;links"e;) {
$url = "e;?id=links"e;;
} elseif ($id=="e;validations"e;) {
$url = "e;?id=validations"e;;
} elseif ($id=="e;rants"e;) {
$url = "e;?id=rants"e;;
} elseif ($id=="e;photos"e;) {
$url = "e;?id=photos"e;;
} elseif ($id=="e;poems"e;) {
$url = "e;?id=poems"e;;
} elseif ($id=="e;conts"e;) {
$url = "e;?id=conts"e;;
} else {
$url = "e;?id=news"e;;
}
// Opposite Language Identity
if($ver == "e;en"e;) {
$ver2 = "e;de"e;;
} else {
$ver2 = "e;en"e;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "e;news"e;;
}
// Load time Identity
$load = number_format(microtime(),2);
include "e;img/main.php"e;;
} elseif (isset(at <_<Code: Select all
<?
// Deleting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_COOKIE_VARS['ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARS['the'])) {
$the = $HTTP_COOKIE_VARS['the'];
} elseif (isset($HTTP_GET_VARS['the'])) {
$the = $HTTP_GET_VARS['the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "see";
}
// URL Identity
if ($id=="news") {
$url = "?id=news";
} elseif ($id=="links") {
$url = "?id=links";
} elseif ($id=="validations") {
$url = "?id=validations";
} elseif ($id=="rants") {
$url = "?id=rants";
} elseif ($id=="photos") {
$url = "?id=photos";
} elseif ($id=="poems") {
$url = "?id=poems";
} elseif ($id=="conts") {
$url = "?id=conts";
} else {
$url = "?id=news";
}
// Opposite Language Identity
if($ver == "en") {
$ver2 = "de";
} else {
$ver2 = "en";
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "news";
}
// Load time Identity
$load = number_format(microtime(),2);
include "img/main.php";
} elseif (isset($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_GET_VARS['ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header("Location: index.php");
} else {
setcookie('ver','$ver', time(0*60*24*30);
header("Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_COOKIE_VARS['ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARS['the'])) {
$the = $HTTP_COOKIE_VARS['the'];
} elseif (isset($HTTP_GET_VARS['the'])) {
$the = $HTTP_GET_VARS['the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "see";
}
// URL Identity
if ($id=="news") {
$url = "?id=news";
} elseif ($id=="links") {
$url = "?id=links";
} elseif ($id=="validations") {
$url = "?id=validations";
} elseif ($id=="rants") {
$url = "?id=rants";
} elseif ($id=="photos") {
$url = "?id=photos";
} elseif ($id=="poems") {
$url = "?id=poems";
} elseif ($id==& (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_COOKIE_VARS['ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARS['the'])) {
$the = $HTTP_COOKIE_VARS['the'];
} elseif (isset($HTTP_GET_VARS['the'])) {
$the = $HTTP_GET_VARS['the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "see";
}
// URL Identity
if ($id=="news") {
$url = "?id=news";
} elseif ($id=="links") {
$url = "?id=links";
} elseif ($id=="validations") {
$url = "?id=validations";
} elseif ($id=="rants") {
$url = "?id=rants";
} elseif ($id=="photos") {
$url = "?id=photos";
} elseif ($id=="poems") {
$url = "?id=poems";
} elseif ($id=="conts") {
$url = "?id=conts";
} else {
$url = "?id=news";
}
// Opposite Language Identity
if($ver == "en") {
$ver2 = "de";
} else {
$ver2 = "en";
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "news";
}
// Load time Identity
$load = number_format(microtime(),2);
include "img/main.php";
} elseif (isset($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_GET_VARS['ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header("Location: index.php");
} else {
setcookie('ver','$ver', time()-60*60*24*30);et($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARS['the'])) {
$the = $HTTP_COOKIE_VARS['the'];
} elseif (isset($HTTP_GET_VARS['the'])) {
$the = $HTTP_GET_VARS['the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "see";
}
// URL Identity
if ($id=="news") {
$url = "?id=news";
} elseif ($id=="links") {
$url = "?id=links";
} elseif ($id=="validations") {
$url = "?id=validations";
} elseif ($id=="rants") {
$url = "?id=rants";
} elseif ($id=="photos") {
$url = "?id=photos";
} elseif ($id=="poems") {
$url = "?id=poems";
} elseif ($id=="conts") {
$url = "?id=conts";
} else {
$url = "?id=news";
}
// Opposite Language Identity
if($ver == "en") {
$ver2 = "de";
} else {
$ver2 = &q<?
// Deleting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header("Location: index.php");
} else {
// Language Identity
if (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_COOKIE_VARS['ver'];
// Theme Identity
if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARS['the'])) {
$the = $HTTP_COOKIE_VARS['the'];
} elseif (isset($HTTP_GET_VARS['the'])) {
$the = $HTTP_GET_VARS['the'];
setcookie('the',$the, time()+60*60*24*30);
} else {
setcookie('the','see', time()+60*60*24*30);
$the = "see";
}
// URL Identity
if ($id=="news") {
$url = "?id=news";
} elseif ($id=="links") {
$url = "?id=links";
} elseif ($id=="validations") {
$url = "?id=validations";
} elseif ($id=="rants") {
$url = "?id=rants";
} elseif ($id=="photos") {
$url = "?id=photos";
} elseif ($id=="poems") {
$url = "?id=poems";
} elseif ($id=="conts") {
$url = "?id=conts";
} else {
$url = "?id=news";
}
// Opposite Language Identity
if($ver == "en") {
$ver2 = "de";
} else {
$ver2 = "en";
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = "news";
}
// Load time Identity
$load = number_format(microtime(),2);
include "img/main.php";
} elseif (isset($HTTP_GET_VARS['ver'])) {
$ver = $HTTP_GET_VARS['ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header("Location: index.php");
} else {
setcookie('ver','$ver', time()-60*60*24*30);
include "img/splash.php";
}
}
?>Have you checked your cookie settings in IE?
Also, $HTTP_COOKIE_VARS and $HTTP_GET_VARS are both deprecated. You should use $_COOKIE and $_GET
http://us3.php.net/variables.predefined
Also, $HTTP_COOKIE_VARS and $HTTP_GET_VARS are both deprecated. You should use $_COOKIE and $_GET
http://us3.php.net/variables.predefined
HawleyJR... Here's a little scoop on things: I cannot change every bloody IE-visitor's cookie settings... I've even had a person add me to the green/trusted sites list in IE and still come up as Restricted Sites. icon at the bottom.
And note I have an old version of PHP, PHP4... I don't believe $_COOKIE is supported by my webhost (I'd love a new webhost, if you have one for free =D)
And note I have an old version of PHP, PHP4... I don't believe $_COOKIE is supported by my webhost (I'd love a new webhost, if you have one for free =D)