AROS stuff
<?
    
if(!isset($_SERVER))        // for older PHP versions
        
{
        
$_SERVER $HTTP_SERVER_VARS;
        
$_POST   $HTTP_POST_VARS;
        
$_GET    $HTTP_GET_VARS;
        
$_COOKIE $HTTP_COOKIE_VARS;
        
$_FILES  $HTTP_POST_FILES;
        }

    
$PHP_DIR     'php';
    
$CONTENT_DIR "$PHP_DIR/content";
    
$INCLUDE_DIR "$PHP_DIR/include";
    
$MISC_DIR    "$PHP_DIR/misc";
    
$LB_DIR         "$PHP_DIR/leftbar";
    
$RB_DIR         "$PHP_DIR/rightbar";


    if(isset(
$_GET['content']))
        
$content $_GET['content'];
    else
        {
        
$_GET['file']    = 'news';
        
$content "parse";
        }
    
//I hope no-one's dumb enough to try this
    
if(isset($_GET['as_username']) || isset($_POST['as_username']))
        {
        echo 
"Nope. That won't work. U R n0t 1337!";
        exit;
        }

    if(isset(
$_COOKIE['as_username']))
        
$username $_COOKIE['as_username'];
    else
        unset(
$username);
?>
 
Latest News
Migration
kal, 2005/11/26 14:09:10.

"Code changes!" they cried.
kal, 2004/12/08 11:38:01.

Ages
kal, 2004/09/25 02:01:04.

Linkish
kal, 2004/07/10 07:40:57.

No updates
kal, 2004/05/16 06:57:33.

Latest Software
read 0.3.6
kal, 2004/04/30 07:14:24.

nroff 1.10
kal, 2004/04/22 08:29:10.

Nenscript 1.13.3
kal, 2004/04/22 08:23:53.

necho 0.2.3
kal, 2004/04/19 10:58:47.

dgrep 0.1.4
kal, 2004/04/19 10:49:42.

Select Theme
  

Copyright © 2003, 2004 Kalle Räisänen.
Sources: index.php, global.inc, init.inc, theme.inc, navigation.php, sources.php, rightbar.php, xml.inc, io.inc, theme.php, footer.php