The Hacker's Guide to the Kingdom - The Book of Boozerbear

Author: Boozerbear

Chapter Three
(the Bounty Hunter Hunter)


<html>
<head>
<title>KOL BHH Hack</title>
</head>
<body>
<b>KOL BHH Hack</b>
<br>
<br>
<?php
if (($x < 1) || ($x > 999)) {$x=10;}
print <<<EOF
<font color=red>
Making $x Dense Meat Stacks!<br>
</font>
EOF;

for($z=1;$z<=$x;$z++){
print <<<EOF
Making Meat Stack #$z!<br>
<iframe src="http://www.kingdomofloathing.com/inventory.php?which=3&action=densestack" width="0" height="0">
</iframe>
EOF;
}

print <<<EOF
<br>
Selling all Dense Meat Stacks to the BHH! (whotta rube!)<br>
<iframe src="http://www.kingdomofloathing.com/town_wrong.php?action=bsellall&what=258" width="0" height="0">
</iframe>
</body>
</html>
EOF;
?>