Pastoid

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

This paste was last updated on February 27, 2009 at 11:27 am.

Pasted Coderaw

<li id="marathon"><h2>Marathon Meter!</h2>
<ul><li>
<p>Miles Run to date: 372</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 = (130/($difference/60/60/24));
		$barwidth = ((130-($difference/60/60/24))*$move);
		echo "<img src='";
		bloginfo('stylesheet_directory');
 		echo "/gwbar.php?prog=$barwidth'><br>";
 
?>

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 4
search.live.com 3
Is this paste spam?
<Hide