Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/kno1003/public_html/Lotgd/dbwrapper.php on line 120

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/kno1003/public_html/Lotgd/dbwrapper.php:120) in /home/kno1003/public_html/Lotgd/common.php on line 2244

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/kno1003/public_html/Lotgd/dbwrapper.php:120) in /home/kno1003/public_html/Lotgd/common.php on line 2244

Warning: Cannot modify header information - headers already sent by (output started at /home/kno1003/public_html/Lotgd/dbwrapper.php:120) in /home/kno1003/public_html/Lotgd/common.php on line 2367
LoGD Standardrelease steht hier zum Download zur Verfügung!

Zeige Source: /paths.php

Hier klicken für den Source, ODER
Weitere Dateien, von denen du den Quelltext sehen kannst:
(Das Lesen des Source, um sich spielerische Vorteile zu verschaffen, ist nicht erlaubt. Solltest du Schwachstellen oder Fehler entdecken, bist du als Spieler verpflichtet, diese zu melden.)

Source von: /paths.php

<?php

// 21072004

// includes specials for normal use
// idea by Durandil

require_once("common.php");

if ($_GET[ziel]=="") redirect("village.php");

checkday();
page_header("Etwas Besonderes");
addcommentary();
$pfad="special/".($_GET[ziel]).".php";
include("$pfad");

page_footer();
?>