Cookies and IE...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
theda
Forum Contributor
Posts: 332
Joined: Sat Feb 19, 2005 8:35 am
Location: USA

Cookies and IE...

Post by theda »

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
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

Can you show us some code please?
theda
Forum Contributor
Posts: 332
Joined: Sat Feb 19, 2005 8:35 am
Location: USA

Post by theda »

Um, for some reason, the people I've used as testers have told me that my site always shows up as a restricted website O.o?
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

hawleyjr wrote:Can you show us some code please?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Moved to PHP Code
theda
Forum Contributor
Posts: 332
Joined: Sat Feb 19, 2005 8:35 am
Location: USA

Post by theda »

Here's where it's at <_<

Code: Select all

&lt;?

// 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&#1111;'the'];
	} elseif (isset($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_GET_VARS&#1111;'the'];
		setcookie('the',$the, time()+60*60*24*30);
	} else {
		setcookie('the','see', time()+60*60*24*30);
		$the = &quote;see&quote;;
	}
// URL Identity
	if ($id==&quote;news&quote;) {
		$url = &quote;?id=news&quote;; 
	} elseif ($id==&quote;links&quote;) {
		$url = &quote;?id=links&quote;; 
	} elseif ($id==&quote;validations&quote;) {
		$url = &quote;?id=validations&quote;; 
	} elseif ($id==&quote;rants&quote;) {
		$url = &quote;?id=rants&quote;; 
	} elseif ($id==&quote;photos&quote;) {
		$url = &quote;?id=photos&quote;; 
	} elseif ($id==&quote;poems&quote;) {
		$url = &quote;?id=poems&quote;; 
	} elseif ($id==&quote;conts&quote;) {
		$url = &quote;?id=conts&quote;; 
	} else {
		$url = &quote;?id=news&quote;; 
	}
		// Opposite Language Identity
	if($ver == &quote;en&quote;)  {
		$ver2 = &quote;de&quote;; 
	} else {
		$ver2 = &quote;en&quote;; 
	}
// Page Identity
	if (isset($id)) {
		$id = $id;
	} else {
		$id = &quote;news&quote;; 
	}
// 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&#1111;'ver']) AND empty($HTTP_GET_VARS['ver'])) {
  		$ver = $HTTP_COOKIE_VARS['ver'];

// Theme Identity
	if (isset($HTTP_COOKIE_VARS&#1111;'the']) AND empty($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_COOKIE_VARS&#1111;'the'];
	} elseif (isset($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_GET_VARS&#1111;'the'];
		setcookie('the',$the, time()+60*60*24*30);
	} else {
		setcookie('the','see', time()+60*60*24*30);
		$the = &quote;see&quote;;
	}
// URL Identity
	if ($id==&quote;news&quote;) {
		$url = &quote;?id=news&quote;; 
	} elseif ($id==&quote;links&quote;) {
		$url = &quote;?id=links&quote;; 
	} elseif ($id==&quote;validations&quote;) {
		$url = &quote;?id=validations&quote;; 
	} elseif ($id==&quote;rants&quote;) {
		$url = &quote;?id=rants&quote;; 
	} elseif ($id==&quote;photos&quote;) {
		$url = &quote;?id=photos&quote;; 
	} elseif ($id==&quote;poems&quote;) {
		$url = &quote;?id=poems&quote;; 
	} elseif ($id==&quote;conts&quote;) {
		$url = &quote;?id=conts&quote;; 
	} else {
		$url = &quote;?id=news&quote;; 
	}
		// Opposite Language Identity
	if($ver == &quote;en&quote;)  {
		$ver2 = &quote;de&quote;; 
	} else {
		$ver2 = &quote;en&quote;; 
	}
// Page Identity
	if (isset($id)) {
		$id = $id;
	} else {
		$id = &quote;news&quote;; 
	}
// Load time Identity
$load = number_format(microtime(),2);
		include &quote;img/main.php&quote;;
	} elseif (isset($HTTP_GET_VARS&#1111;'ver'])) {
  		$ver = $HTTP_GET_VARS&#1111;'ver'];
  		setcookie('ver',$ver, time()+60*60*24*30);
		header(&quote;Location: index.php&quote;);
	} 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&#1111;'the'])) {
		$the = $HTTP_COOKIE_VARS&#1111;'the'];
	} elseif (isset($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_GET_VARS&#1111;'the'];
		setcookie('the',$the, time()+60*60*24*30);
	} else {
		setcookie('the','see', time()+60*60*24*30);
		$the = &quote;see&quote;;
	}
// URL Identity
	if ($id==&quote;news&quote;) {
		$url = &quote;?id=news&quote;; 
	} elseif ($id==&quote;links&quote;) {
		$url = &quote;?id=links&quote;; 
	} elseif ($id==&quote;validations&quote;) {
		$url = &quote;?id=validations&quote;; 
	} elseif ($id==&quote;rants&quote;) {
		$url = &quote;?id=rants&quote;; 
	} elseif ($id==&quote;photos&quote;) {
		$url = &quote;?id=photos&quote;; 
	} elseif ($id==&quote;poems&quote;) {
		$url = &quote;?id=poems&quote;; 
	} elseif ($id==&quote;conts&quote;) {
		$url = &quote;?id=conts&quote;; 
	} else {
		$url = &quote;?id=news&quote;; 
	}
		// Opposite Language Identity
	if($ver == &quote;en&quote;)  {
		$ver2 = &quote;de&quote;; 
	} else {
		$ver2 = &quote;en&quote;; 
	}
// Page Identity
	if (isset($id)) {
		$id = $id;
	} else {
		$id = &quote;news&quote;; 
	}
// Load time Identity
$load = number_format(microtime(),2);
		include &quote;img/main.php&quote;;
	} elseif (isset($HTTP_Gkie('ver',$del, time()-60*60*24*30);
		header("Location: index.php");
	} else {
// Language Identity
	if (isset($HTTP_COOKIE_VARS&#1111;'ver']) AND empty($HTTP_GET_VARS&#1111;'ver'])) {
  		$ver = $HTTP_COOKIE_VARS&#1111;'ver'];

// Theme Identity
	if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_COOKIE_VARS&#1111;'the'];
	} elseif (isset($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_GET_VARS&#1111;'the'];
		setcookie('the',$the, time()+60*60*24*30);
	} else {
		setcookie('the','see', time()+60*60*24*30);
		$the = &quote;see&quote;;
	}
// URL Identity
	if ($id==&quote;news&quote;) {
		$url = &quote;?id=news&quote;; 
	} elseif ($id==&quote;links&quote;) {
		$url = &quote;?id=links&quote;; 
	} elseif ($id==&quote;validations&quote;) {
		$url = &quote;?id=validations&quote;; 
	} elseif ($id==&quote;rants&quote;) {
		$url = &quote;?id=rants&quote;; 
	} elseif ($id==&quote;photos&quote;) {
		$url = &quote;?id=photos&quote;; 
	} elseif ($id==&quote;poems&quote;) {
		$url = &quote;?id=poems&quote;; 
	} elseif ($id==&quote;conts&quote;) {
		$url = &quote;?id=conts&quote;; 
	} else {
		$url = &quote;?id=news&quote;; 
	}
		// Opposite Language Identity
	if($ver == &quote;en&quote;)  {
		$ver2 = &quote;de&quote;; 
	} else {
		$ver2 = &quote;en&quote;; 
	}
// Page Identity
	if (isset($id)) {
		$id = $id;
	} else {
		$id = &quote;news&quote;; 
	}
// 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&#1111;'ver'])) {
  		$ver = $HTTP_COOKIE_VARS&#1111;'ver'];

// Theme Identity
	if (isset($HTTP_COOKIE_VARS&#1111;'the']) AND empty($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_COOKIE_VARS&#1111;'the'];
	} elseif (isset($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_GET_VARS&#1111;'the'];
		setcookie('the',$the, time()+60*60*24*30);
	} else {
		setcookie('the','see', time()+60*60*24*30);
		$the = &quote;see&quote;;
	}
// URL Identity
	if ($id==&quote;news&quote;) {
		$url = &quote;?id=news&quote;; 
	} elseif ($id==&quote;links&quote;) {
		$url = &quote;?id=links&quote;; 
	} elseif ($id==&quote;validations&quote;) {
		$url = &quote;?id=validations&quote;; 
	} elseif ($id==&quote;rants&quote;) {
		$url = &quote;?id=rants&quote;; 
	} elseif ($id==&quote;photos&quote;) {
		$url = &quote;?id=photos&quote;; 
	} elseif ($id==&quote;poems&quote;) {
		$url = &quote;?id=poems&quote;; 
	} elseif ($id==&quote;conts&quote;) {
		$url = &quote;?id=conts&quote;; 
	} else {
		$url = &quote;?id=news&quote;; 
	}
		// Opposite Language Identity
	if($ver == &quote;en&quote;)  {
		$ver2 = &quote;de&quote;; 
	} else {
		$ver2 = &quote;en&quote;; 
	}
// Page Identity
	if (isset($id)) {
		$id = $id;
	} else {
		$id = &quote;news&quote;; 
	}
// Load time Identity
$load = number_format(microtime(),2);
		include &quote;img/main.php&quote;;
	} 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&#1111;'ver']) AND empty($HTTP_GET_VARS&#1111;'ver'])) {
  		$ver = $HTTP_COOKIE_VARS&#1111;'ver'];

// Theme Identity
	if (isset($HTTP_COOKIE_VARS&#1111;'the']) AND empty($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_COOKIE_VARS&#1111;'the'];
	} elseif (isset($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_GET_VARS&#1111;'the'];
		setcookie('the',$the, time()+60*60*24*30);
	} else {
		setcookie('the','see', time()+60*60*24*30);
		$the = &quote;see&quote;;
	}
// URL Identity
	if ($id==&quote;news&quote;) {
		$url = &quote;?id=news&quote;; 
	} elseif ($id==&quote;links&quote;) {
		$url = &quote;?id=links&quote;; 
	} elseif ($id==&quote;validations&quote;) {
		$url = &quote;?id=validations&quote;; 
	} elseif ($id==&quote;rants&quote;) {
		$url = &quote;?id=rants&quote;; 
	} elseif ($id==&quote;photos&quote;) {
		$url = &quote;?id=photos&quote;; 
	} elseif ($id==&quote;poems&quote;) {
		$url = &quote;?id=poems&quote;; 
	} elseif ($id==&quote;conts&quote;) {
		$url = &quote;?id=conts&quote;; 
	} else {
		$url = &quote;?id=news&quote;; 
	}
		// Opposite Language Identity
	if($ver == &quote;en&quote;)  {
		$ver2 = &quote;de&quote;; 
	} else {
		$ver2 = &quote;en&quote;; 
	}
// Page Identity
	if (isset($id)) {
		$id = $id;
	} else {
		$id = &quote;news&quote;; 
	}
// Load time Identity
$load = number_format(microtime(),2);
		include &quote;img/main.php&quote;;
	} elseif (isset($HTTP_GET_VARS&#1111;'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&#1111;'ver'])) {
  		$ver = $HTTP_COOKIE_VARS&#1111;'ver'];

// Theme Identity
	if (isset($HTTP_COOKIE_VARS&#1111;'the']) AND empty($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_COOKIE_VARS&#1111;'the'];
	} elseif (isset($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_GET_VARS&#1111;'the'];
		setcookie('the',$the, time()+60*60*24*30);
	} else {
		setcookie('the','see', time()+60*60*24*30);
		$the = &quote;see&quote;;
	}
// URL Identity
	if ($id==&quote;news&quote;) {
		$url = &quote;?id=news&quote;; 
	} elseif ($id==&quote;links&quote;) {
		$url = &quote;?id=links&quote;; 
	} elseif ($id==&quote;validations&quote;) {
		$url = &quote;?id=validations&quote;; 
	} elseif ($id==&quote;rants&quote;) {
		$url = &quote;?id=rants&quote;; 
	} elseif ($id==&quote;photos&quote;) {
		$url = &quote;?id=photos&quote;; 
	} elseif ($id==&quote;poems&quote;) {
		$url = &quote;?id=poems&quote;; 
	} elseif ($id==&quote;conts&quote;) {
		$url = &quote;?id=conts&quote;; 
	} else {
		$url = &quote;?id=news&quote;; 
	}
		// Opposite Language Identity
	if($ver == &quote;en&quote;)  {
		$ver2 = &quote;de&quote;; 
	} else {
		$ver2 = &quote;en&quote;; 
	}
// Page Identity
	if (isset($id)) {
		$id = $id;
	} else {
		$id = &quote;news&quote;; 
	}
// Load time Identity
$load = number_format(microtime(),2);
		include &quote;img/main.php&quote;;
	} elseif (isset($HTTP_GET_VARS&#1111;'ver'])) {
  		$ver = $HTTP_GET_VARS&#1111;'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&quote;);
	} 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&#1111;'the'])) {
		$the = $HTTP_COOKIE_VARS&#1111;'the'];
	} elseif (isset($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_GET_VARS&#1111;'the'];
		setcookie('the',$the, time()+60*60*24*30);
	} else {
		setcookie('the','see', time()+60*60*24*30);
		$the = &quote;see&quote;;
	}
// URL Identity
	if ($id==&quote;news&quote;) {
		$url = &quote;?id=news&quote;; 
	} elseif ($id==&quote;links&quote;) {
		$url = &quote;?id=links&quote;; 
	} elseif ($id==&quote;validations&quote;) {
		$url = &quote;?id=validations&quote;; 
	} elseif ($id==&quote;rants&quote;) {
		$url = &quote;?id=rants&quote;; 
	} elseif ($id==&quote;photos&quote;) {
		$url = &quote;?id=photos&quote;; 
	} elseif ($id==&quote;poems&quote;) {
		$url = &quote;?id=poems&quote;; 
	} elseif ($id==&quote;conts&quote;) {
		$url = &quote;?id=conts&quote;; 
	} else {
		$url = &quote;?id=news&quote;; 
	}
		// Opposite Language Identity
	if($ver == &quote;en&quote;)  {
		$ver2 = &quote;de&quote;; 
	} else {
		$ver2 = &quote;en&quote;; 
	}
// Page Identity
	if (isset($id)) {
		$id = $id;
	} else {
		$id = &quote;news&quote;; 
	}
// Load time Identity
t;

Code: Select all

<?

// Deleting cookie Identity
	if (isset($del)) {
		setcookie('ver',$del, time()-60*60*24*30);
		header(&quote;Location: index.php");
	} else {
// Language Identity
	if (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARS['ver'])) {
  		$ver = $HTTP_COOKIE_VARS&#1111;'ver'];

// Theme Identity
	if (isset($HTTP_COOKIE_VARS['the']) AND empty($HTTP_GET_VARS['the'])) {
		$the = $HTTP_COOKIE_VARS&#1111;'the'];
	} elseif (isset($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_GET_VARS['the'];
		setcookie('the',$the, time()+60*60*24*30);
	} else {
		setcookie('the','see', time()+60*60*24*30);
		$the = &quote;see&quote;;
	}
// URL Identity
	if ($id==&quote;news&quote;) {
		$url = &quote;?id=news&quote;; 
	} elseif ($id==&quote;links&quote;) {
		$url = &quote;?id=links&quote;; 
	} elseif ($id==&quote;validations&quote;) {
		$url = &quote;?id=validations&quote;; 
	} elseif ($id==&quote;rants&quote;) {
		$url = &quote;?id=rants&quote;; 
	} elseif ($id==&quote;photos&quote;) {
		$url = &quote;?id=photos&quote;; 
	} elseif ($id==&quote;poems&quote;) {
		$url = &quote;?id=poems&quote;; 
	} elseif ($id==&quote;conts&quote;) {
		$url = &quote;?id=conts&quote;; 
	} else {
		$url = &quote;?id=news&quote;; 
	}
		// Opposite Language Identity
	if($ver == &quote;en&quote;)  {
		$ver2 = &quote;de&quote;; 
	} else {
		$ver2 = &quote;en&quote;; 
	}
// Page Identity
	if (isset($id)) {
		$id = $id;
	} else {
		$id = &quote;news&quote;; 
	}
// 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 == &quote;en&quote;)  {
		$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";
	}

	}
?>
amp;lt;?

// Deleting cookie Identity
if (isset($del)) {
setcookie('ver',$del, time()-60*60*24*30);
header(&quote;Location: index.php&quote;);
} 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 = &quote;see&quote;;
}
// URL Identity
if ($id==&quote;news&quote;) {
$url = &quote;?id=news&quote;;
} elseif ($id==&quote;links&quote;) {
$url = &quote;?id=links&quote;;
} elseif ($id==&quote;validations&quote;) {
$url = &quote;?id=validations&quote;;
} elseif ($id==&quote;rants&quote;) {
$url = &quote;?id=rants&quote;;
} elseif ($id==&quote;photos&quote;) {
$url = &quote;?id=photos&quote;;
} elseif ($id==&quote;poems&quote;) {
$url = &quote;?id=poems&quote;;
} elseif ($id==&quote;conts&quote;) {
$url = &quote;?id=conts&quote;;
} else {
$url = &quote;?id=news&quote;;
}
// Opposite Language Identity
if($ver == &quote;en&quote;) {
$ver2 = &quote;de&quote;;
} else {
$ver2 = &quote;en&quote;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = &quote;news&quote;;
}
// Load time Identity
$load = number_format(microtime(),2);
include &quote;img/main.php&quote;;
} elseif (isset($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_GET_VARSї'ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header(&quote;Location: index.php&quote;);
} else {
setcookie('ver','$ver', time()-60*60*24*30);
include &quote;img/splash.php&quote;;
}

}
?&gt;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 = &quote;see&quote;;
}
// URL Identity
if ($id==&quote;news&quote;) {
$url = &quote;?id=news&quote;;
} elseif ($id==&quote;links&quote;) {
$url = &quote;?id=links&quote;;
} elseif ($id==&quote;validations&quote;) {
$url = &quote;?id=validations&quote;;
} elseif ($id==&quote;rants&quote;) {
$url = &quote;?id=rants&quote;;
} elseif ($id==&quote;photos&quote;) {
$url = &quote;?id=photos&quote;;
} elseif ($id==&quote;poems&quote;) {
$url = &quote;?id=poems&quote;;
} elseif ($id==&quote;conts&quote;) {
$url = &quote;?id=conts&quote;;
} else {
$url = &quote;?id=news&quote;;
}
// Opposite Language Identity
if($ver == &quote;en&quote;) {
$ver2 = &quote;de&quote;;
} else {
$ver2 = &quote;en&quote;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = &quote;news&quote;;
}
// Load time Identity
$load = number_format(microtime(),2);
include &quote;img/main.php&quote;;
} 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(&quote;Location: index.php&quote;);
} 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 = &quote;see&quote;;
}
// URL Identity
if ($id==&quote;news&quote;) {
$url = &quote;?id=news&quote;;
} elseif ($id==&quote;links&quote;) {
$url = &quote;?id=links&quote;;
} elseif ($id==&quote;validations&quote;) {
$url = &quote;?id=validations&quote;;
} elseif ($id==&quote;rants&quote;) {
$url = &quote;?id=rants&quote;;
} elseif ($id==&quote;photos&quote;) {
$url = &quote;?id=photos&quote;;
} elseif ($id==&quote;poems&quote;) {
$url = &quote;?id=poems&quote;;
} elseif ($id==&quote;conts&quote;) {
$url = &quote;?id=conts&quote;;
} else {
$url = &quote;?id=news&quote;;
}
// Opposite Language Identity
if($ver == &quote;en&quote;) {
$ver2 = &quote;de&quote;;
} else {
$ver2 = &quote;en&quote;;
}
// Page Identity
if (isset($id)) {
$id = $id;
} else {
$id = &quote;news&quote;;
}
// Load time Identity
$load = number_format(microtime(),2);
include &quote;img/main.php&quote;;
} elseif (isset($HTTP_GET_VARSї'ver'])) {
$ver = $HTTP_GET_VARSї'ver'];
setcookie('ver',$ver, time()+60*60*24*30);
header(&quote;Location: index.php&quote;);
} 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&#1111;'ver']) AND empty($HTTP_GET_VARS&#1111;'ver'])) {
  		$ver = $HTTP_COOKIE_VARS&#1111;'ver'];

// Theme Identity
	if (isset($HTTP_COOKIE_VARS&#1111;'the']) AND empty($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_COOKIE_VARS&#1111;'the'];
	} elseif (isset($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_GET_VARS&#1111;'the'];
		setcookie('the',$the, time()+60*60*24*30);
	} else {
		setcookie('the','see', time()+60*60*24*30);
		$the = &quote;see&quote;;
	}
// URL Identity
	if ($id==&quote;news&quote;) {
		$url = &quote;?id=news&quote;; 
	} elseif ($id==&quote;links&quote;) {
		$url = &quote;?id=links&quote;; 
	} elseif ($id==&quote;validations&quote;) {
		$url = &quote;?id=validations&quote;; 
	} elseif ($id==&quote;rants&quote;) {
		$url = &quote;?id=rants&quote;; 
	} elseif ($id==&quote;photos&quote;) {
		$url = &quote;?id=photos&quote;; 
	} elseif ($id==&quote;poems&quote;) {
		$url = &quote;?id=poems&quote;; 
	} elseif ($id==&quote;conts&quote;) {
		$url = &quote;?id=conts&quote;; 
	} else {
		$url = &quote;?id=news&quote;; 
	}
		// Opposite Language Identity
	if($ver == &quote;en&quote;)  {
		$ver2 = &quote;de&quote;; 
	} else {
		$ver2 = &quote;en&quote;; 
	}
// Page Identity
	if (isset($id)) {
		$id = $id;
	} else {
		$id = &quote;news&quote;; 
	}
// Load time Identity
$load = number_format(microtime(),2);
		include &quote;img/main.php&quote;;
	} elseif (isset($HTTP_GET_VARS&#1111;'ver'])) {
  		$ver = $HTTP_GET_VARS&#1111;'ver'];
  		setcookie('ver',$ver, time()+60*60*24*30);
		header(&quote;Location: index.php&quote;);
	} else {
		setcookie('ver','$ver', time()-60*60*24*30);
include &quote;img/splash.php&quote;;
	}

	}
?&ampe;);
	} 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&#1111;'ver'];

// Theme Identity
	if (isset($HTTP_COOKIE_VARS&#1111;'the']) AND empty($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_COOKIE_VARS&#1111;'the'];
	} elseif (isset($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_GET_VARS&#1111;'the'];
		setcookie('the',$the, time()+60*60*24*30);
	} else {
		setcookie('the','see', time()+60*60*24*30);
		$the = &quote;see&quote;;
	}
// URL Identity
	if ($id==&quote;news&quote;) {
		$url = &quote;?id=news&quote;; 
	} elseif ($id==&quote;links&quote;) {
		$url = &quote;?id=links&quote;; 
	} elseif ($id==&quote;validations&quote;) {
		$url = &quote;?id=validations&quote;; 
	} elseif ($id==&quote;rants&quote;) {
		$url = &quote;?id=rants&quote;; 
	} elseif ($id==&quote;photos&quote;) {
		$url = &quote;?id=photos&quote;; 
	} elseif ($id==&quote;poems&quote;) {
		$url = &quote;?id=poems&quote;; 
	} elseif ($id==&quote;conts&quote;) {
		$url = &quote;?id=conts&quote;; 
	} else {
		$url = &quote;?id=news&quote;; 
	}
		// Opposite Language Identity
	if($ver == &amp1]<?

// Deleting cookie Identity
	if (isset($del)) {
		setcookie('ver',$del, time()-60*60*24*30);
		header("Location: index.php&quote;);
	} else {
// Language Identity
	if (isset($HTTP_COOKIE_VARS&#1111;'ver']) AND empty($HTTP_GET_VARS&#1111;'ver'])) {
  		$ver = $HTTP_COOKIE_VARS&#1111;'ver'];

// Theme Identity
	if (isset($HTTP_COOKIE_VARS&#1111;'the']) AND empty($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_COOKIE_VARS&#1111;'the'];
	} elseif (isset($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_GET_VARS&#1111;'the'];
		setcookie('the',$the, time()+60*60*24*30);
	} else {
		setcookie('the','see', time()+60*60*24*30);
		$the = &quote;see&quote;;
	}
// URL Identity
	if ($id==&quote;news&quote;) {
		$url = &quote;?id=news&quote;; 
	} elseif ($id==&quote;links&quote;) {
		$url = &quote;?id=links&quote;; 
	} elseif ($id==&quote;validations&quote;) {
		$url = &quote;?id=validations&quote;; 
	} elseif ($id==&quote;rants&quote;) {
		$url = &quote;?id=rants&quote;; 
	} elseif ($id==&quote;photos&quote;) {
		$url = &quote;?id=photos&quote;; 
	} elseif ($id==&quote;poems&quote;) {
		$url = &quote;?id=poems&quote;; 
	} elseif ($id==&quote;conts&quote;) {
		$url = &quote;?id=conts&quote;; 
	} else {
		$url = &quote;?id=news&quote;; 
	}
		// Opposite Language Identity
	if($ver == &quote;en&quote;)  {
		$ver2 = &quote;de&quote;; 
	} else {
		$ver2 = &quote;en&quote;; 
	}
// Page Identity
	if (isset($id)) {
		$id = $id;
	} else {
		$id = &quote;news&quote;; 
	}
// Load time Identity
$load = number_format(microtime(),2);
		include &quote;img/main.php&quote;;
	} elseif (isset($HTTP_GET_VARS&#1111;'ver'])) {
  		$ver = $HTTP_GET_VARS&#1111;'ver'];
  		setcookie('ver',$ver, time()+60*60*24*30);
		header(&quote;Location: index.php&quote;);
	} else {
		setcookie('ver','$ver', tisset($del)) {
		setcookie('ver',$del, time()-60*60*24*30);
		header(&quote;Location: index.php");
	} else {
// Language Identity
	if (isset($HTTP_COOKIE_VARS&#1111;'ver']) AND empty($HTTP_GET_VARS&#1111;'ver'])) {
  		$ver = $HTTP_COOKIE_VARS&#1111;'ver'];

// Theme Identity
	if (isset($HTTP_COOKIE_VARS&#1111;'the']) AND empty($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_COOKIE_VARS&#1111;'the'];
	} elseif (isset($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_GET_VARS&#1111;'the'];
		setcookie('the',$the, time()+60*60*24*30);
	} else {
		setcookie('the','see', time()+60*60*24*30);
		$the = &quote;see&quote;;
	}
// URL Identity
	if ($id==&quote;news&quote;) {
		$url = &quote;?id=news&quote;; 
	} elseif ($id==&quote;links&quote;) {
		$url = &quote;?id=links&quote;; 
	} elseif ($id==&quote;validations&quote;) {
		$url = &quote;?id=validations&quote;; 
	} elseif ($id==&quote;rants&quote;) {
		$url = &quote;?id=rants&quote;; 
	} elseif ($id==&quote;photos&quote;) {
		$url = &quote;?id=photos&quote;; 
	} elseif ($id==&quote;poems&quote;) {
		$url = &quote;?id=poems&quote;; 
	} elseif ($id==&quote;conts&quote;) {
		$url = &quote;?id=conts&quote;; 
	} else {
		$url = &quote;?id=news&quote;; 
	}
		// Opposite Language Identity
	if($ver == &quote;en&quote;)  {
		$ver2 = &quote;de&quote;; 
	} else {
		$ver2 = &quote;en&quote;; 
	}
// Page Identity
	if (isset($id)) {
		$id = $id;
	} else {
		$id = &quote;news&quote;; 
	}
// Load time Identity
$load = number_format(microtime(),2);
		include &quote;img/main.php&quote;;
	} elseif (isset($HTTP_GET_VARS&#1111;'ver'])) {
  		$ver = $HTTP_GET_VARS&#1111;'ver'];
  		setcookie('ver',$ver, time()+60*60*24*30);
		header(&quote;Location: index.php&quote;);
	} else {
		setcookie('ver',')) {
		setcookie('ver',$del, time()-60*60*24*30);
		header(&quote;Location: index.php");
	} else {
// Language Identity
	if (isset($HTTP_COOKIE_VARS['ver']) AND empty($HTTP_GET_VARS['ver'])) {
  		$ver = $HTTP_COOKIE_VARS&#1111;'ver'];

// Theme Identity
	if (isset($HTTP_COOKIE_VARS&#1111;'the']) AND empty($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_COOKIE_VARS&#1111;'the'];
	} elseif (isset($HTTP_GET_VARS&#1111;'the'])) {
		$the = $HTTP_GET_VARS&#1111;'the'];
		setcookie('the',$the, time()+60*60*24*30);
	} else {
		setcookie('the','see', time()+60*60*24*30);
		$the = &quote;see&quote;;
	}
// URL Identity
	if ($id==&quote;news&quote;) {
		$url = &quote;?id=news&quote;; 
	} elseif ($id==&quote;links&quote;) {
		$url = &quote;?id=links&quote;; 
	} elseif ($id==&quote;validations&quote;) {
		$url = &quote;?id=validations&quote;; 
	} elseif ($id==&quote;rants&quote;) {
		$url = &quote;?id=rants&quote;; 
	} elseif ($id==&quote;photos&quote;) {
		$url = &quote;?id=photos&quote;; 
	} elseif ($id==&quote;poems&quote;) {
		$url = &quote;?id=poems&quote;; 
	} elseif ($id==&quote;conts&quote;) {
		$url = &quote;?id=conts&quote;; 
	} else {
		$url = &quote;?id=news&quote;; 
	}
		// Opposite Language Identity
	if($ver == &quote;en&quote;)  {
		$ver2 = &quote;de&quote;; 
	} else {
		$ver2 = &quote;en&quote;; 
	}
// Page Identity
	if (isset($id)) {
		$id = $id;
	} else {
		$id = &quote;news&quote;; 
	}
// Load time Identity
$load = number_format(microtime(),2);
		include &quote;img/main.php&quote;;
	} 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";
	}

	}
?>
theda
Forum Contributor
Posts: 332
Joined: Sat Feb 19, 2005 8:35 am
Location: USA

Post by theda »

:!: :!: :!:
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

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
theda
Forum Contributor
Posts: 332
Joined: Sat Feb 19, 2005 8:35 am
Location: USA

Post by theda »

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)
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

Thank you for giving me a "scoop on things"...I didn't tell you to change every user's cookies. I just asked if you have checked your cookie settings. Having 'high' security settings in IE can possibly prohibit cookie use.
theda
Forum Contributor
Posts: 332
Joined: Sat Feb 19, 2005 8:35 am
Location: USA

Post by theda »

And by default in XP SP1/SP2, it's set to high or "custom". There's not much I can do about other users settings.
Post Reply