Pastoid

The page you are looking at now is at this URL: http://pastoid.com/bog

This paste was last updated on February 2, 2009 at 1:31 pm.

Pasted Coderaw

<li id="marathon"><h2>Marathon Meter!</h2>
<ul><li>
<p>Miles Run to date: 287.4</p>
<?php
	$cdate = mktime(0, 0, 0, 5, 3, 2009, 0);
	$today = time();
	$difference = $cdate - $today;
	if ($difference < 0) { $difference = 0; }
	echo floor($difference/60/60/24)." days remaining";
 
#Display (Do Not Edit)
		$move = (160/($difference/60/60/24));
		$barwidth = ((160-($difference/60/60/24))*$move);
		echo "<img src='";
		bloginfo('stylesheet_directory');
 		echo "/gwbar.php?prog=$barwidth'><br>";
 
?>

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
www.bing.com 4
search.live.com 2
Is this paste spam?
<Hide