This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

BamzeNET pastebin

Posted by mrmr Thu 26th Aug 23:10

001 
002 
003 
004 
005 
006 
007 
008 
009 
010 
011 
012 
013 
014 
015 
016 
017 
018 
019 
020 
021 
022 
023 
024 
025 
026 
027 
028 
029 
$date=$_GET['date'];
if (!$date)
{
        $today = date("Y-m-d");
        $date = $today;
}
else
{
        $today=$date;
}
$tidfuck = strtotime($date);
$tstamp=strtotime($today);

global $todaysecs;
global $yr;
global $mon;

$yr=date("Y","$tstamp");
$mon=date("n",$tstamp);
$day = date("d",$tstamp);
$m = date("m", $tstamp);

$lastmon = $mon - 1;
$yesteryear = date("Y-m-d", mktime(0,0,0,$mon, $day, $yr-1));
$yesteryear2 = date("Y-m-d", mktime(0,0,0,$mon, $day, $yr-1));

$date = date("Y-m-d", mktime(0,0,0,$mon, $day, $yr));

$db = mysql_connect("localhost", "temperatur", "temperatur");


Submit a correction or amendment below. (click here to make a fresh posting)
Name

Remember my name in a cookie

To cope with spam please enter "im not a spambot" with first char in every word capitalized:


Code: To ensure legibility, keep your code lines under 80 characters long.
Include comments to indicate what you need feedback on.