What are your thoughts on the blatant copyright you're infringing upon that is my likeness? 
I made my username up 13 years ago when I was in kindergarten and didn't know what the internet was, also show me your l3git copyright claim
hey can u show me the source code for that
<?php
$username = "Swololol";
if(file_exists("steam_stat.txt"))
{
	$fr = fopen("steam_stat.txt",'r');
	$contents = fread($fr,filesize("steam_stat.txt"));
	fclose($fr);
	$data = explode("\t",$contents);
	$last_t = (int)$data[0];
	$stat_t = (int)$data[1];
}
else
{
	$last_t = 0;
	$stat_t = 0;
}
if(time()-$last_t > 20)
{
	$cont = file_get_contents("http://steamcommunity.com/id/" . $username . "/");
	$ind = strpos($cont,"profile_in_game persona online");
	if($ind === false)
		$ind = strpos($cont,"profile_in_game persona in-game");
	if($ind === false)
		$stat = 0;
	else
		$stat = 1;
	
	$fw = fopen("steam_stat.txt",'w');
	fwrite($fw,time() . "\t" . $stat);
	fclose($fw);
}
else
	$stat = $stat_t;
if($stat > 1)
	$stat = 1;
$img = imagecreate(9,8);
$back = imagecolorallocate($img,0,0,254);
$black = imagecolorallocate($img,0,0,0);
if($stat == 0)
	$col = imagecolorallocate($img,255,0,0);
else
	$col = imagecolorallocate($img,155,255,155);
imagecolortransparent($img,$back);
imagefilledarc($img, 4, 4, 7, 7,  0, 360, $col,IMG_ARC_PIE);
imagearc($img, 4, 4, 7, 7,  0, 360, $black);
header("Content-type: image/png");
imagepng($img);
imagecolordeallocate($img,$back);
imagecolordeallocate($img,$black);
imagedestroy($img);
?>it was made a really long time ago so its kinda gross but here
also I hope you're into petplay, master. give me treats pls
don't like dogs...
I am a domAre you prepared for the inevitable coup I will perform to claim the title of Blocklander of the year?
the minefield and slave warriors are already in place