- Pronoun
- she/her
Welcome to The Cave of Dragonflies forums, where the smallest bugs live alongside the strongest dragons.
Guests are not able to post messages or even read certain areas of the forums. Now, that's boring, don't you think? Registration, on the other hand, is simple, completely free of charge, and does not require you to give out any personal information at all. As soon as you register, you can take part in some of the happy fun things at the forums such as posting messages, voting in polls, sending private messages to people and being told that this is where we drink tea and eat cod.
Of course I'm not forcing you to do anything if you don't want to, but seriously, what have you got to lose? Five seconds of your life?
<?php
setcookie ('sitestyle', $_POST["set"], time()+31536000, »
'/', 'http://www.aobarunet.vibrai.com', '0');
header("Location: $HTTP_REFERER");
?>
<html>
<center>
<head>
<title>.:AobaruNet v5:.</title>
<link rel="stylesheet" type="text/css"
media="screen" title="User
Defined Style" href="<?php echo
(!$sitestyle)?'darkness':$sitestyle ?>.css" />
<link rel="alternate stylesheet"
type="text/css" media="screen"
title="Giggly Mew" href="gigglymew.css" />
</head>
~LEFT MENU CODE~
<td id="content" valign="top">
<a href="switcher.php?set=gigglymew">click here to change to GigglyMew!</a><br />
<a href="switcher.php?set=darkness">click here to change to Darkness!</a>
</td>
~RIGHT MENU CODE~
<?php
setcookie ('sitestyle', $_GET["set"], time()+31536000, '/',
'www.aobarunet.vibrai.com/', '0');
header("Location: $HTTP_REFERER");
?>
<html>
<center>
<head>
<title>.:AobaruNet v5:.</title>
<link rel="stylesheet" type="text/css"
media="screen" title="User
Defined Style" href="<?php echo
(!$_COOKIES["sitestyle"])?'darkness':$_COOKIES["sitestyle"] ?>.css" />
<link rel="alternate stylesheet"
type="text/css" media="screen"
title="Giggly Mew" href="gigglymew.css" />
</head>
LMENU CODE~~~~
<td id="content" valign="top">
<a href="switcher.php?set=gigglymew">click here to change to GigglyMew!</a><br />
<a href="switcher.php?set=darkness">click here to change to Darkness!</a>
</td>
RMENU CODE~~~~
header("Location: $HTTP_REFERER");
header("Location: {$_SERVER['HTTP_REFERER']}");
<?php
setcookie ('sitestyle', $_GET["set"], time()+31536000, '/',
'www.aobarunet.vibrai.com', '0');
header("Location: {$_SERVER['HTTP_REFERER']}");
?>
<html>
<center>
<head>
<title>.:AobaruNet v5:.</title>
<link rel="stylesheet" type="text/css"
media="screen" title="User
Defined Style" href="<?php echo
(!$_COOKIES["sitestyle"])?'darkness':$_COOKIE["sitestyle"] ?>.css" />
<link rel="alternate stylesheet"
type="text/css" media="screen"
title="Giggly Mew" href="gigglymew.css" />
</head>
RMENU~~~~~~
<td id="content" valign="top">
<a href="switcher.php?set=gigglymew">click here to change to GigglyMew!</a><br />
<a href="switcher.php?set=darkness">click here to change to Darkness!</a>
</td>
LMENU~~~~
<link rel="stylesheet" type="text/css"
media="screen" title="User
Defined Style" href="<?php echo
(![b]$_COOKIES[/b]["sitestyle"])?'darkness':$_COOKIE["sitestyle"] ?>.css" />
<link rel="stylesheet" type="text/css"
media="screen" title="User
Defined Style" href="<?php echo
(!$_COOKIE["sitestyle"])?'darkness':$_COOKIE["sitestyle"] ?>.css" />
I don't think he's implemented the cookie setting across the entire site yet