Guest User

Untitled

a guest
Dec 22nd, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.63 KB | None | 0 0
  1. <?
  2. include 'dbconf.php';
  3.  
  4. if(!isset($_SESSION['id'])){
  5.  
  6. header ("Location: login.php");
  7.  
  8. }else{
  9. $pagel = "Map";
  10. $isitabattle = 1;
  11.  
  12. $_GET['map'] = abs((int) $_GET['map']);
  13. $_GET['map'] = mysql_real_escape_string($_GET['map']);
  14.  
  15. $mappy1 = mysql_query("SELECT * FROM `maps` WHERE `id`='" . $_GET['map'] . "'");
  16. $mappy = mysql_fetch_object($mappy1);
  17.  
  18. include 'map_locations1337.php';
  19.  
  20. if($_POST['pokeball']){
  21. $_POST['pokeball'] = abs((int) $_POST['pokeball']);
  22. $_POST['pokeball'] = mysql_real_escape_string($_POST['pokeball']);
  23. setcookie("lastpokeball", $_POST['pokeball'], time()+43200);
  24. $_COOKIE['lastpokeball'] = $_POST['pokeball'];
  25. }
  26.  
  27. $_SESSION['lastactive'] = $_SESSION['lastactive'] - 1;
  28. include 'leftmenu.php';
  29.  
  30. if($mappy->id < 1){
  31. echo Message("Please don't change links.");
  32. include 'rightmenu.php';
  33. die();
  34. }
  35.  
  36. include 'shopstuff.php';
  37.  
  38.  
  39. $x=$left-177;$y=$top-112;
  40. $x = 0 - $x;
  41. $y = 0 - $y;
  42.  
  43. $alandu = rand(1,8);
  44.  
  45. //START RANDOM POKEMON
  46. if($alandu == 5 && $block != 1){
  47. $catchy1=rand(1,15);
  48.  
  49. if($catchy1==1){$catchy = $mappy->poke1;}
  50. if($catchy1==2){$catchy = $mappy->poke2;}
  51. if($catchy1==3){$catchy = $mappy->poke3;}
  52. if($catchy1==4){$catchy = $mappy->poke4;}
  53. if($catchy1==5){$catchy = $mappy->poke5;}
  54. if($catchy1==6){$catchy = $mappy->poke6;}
  55. if($catchy1==7){$catchy = $mappy->poke7;}
  56. if($catchy1==8){$catchy = $mappy->poke8;}
  57. if($catchy1==9){$catchy = $mappy->poke9;}
  58. if($catchy1==10){$catchy = $mappy->poke10;}
  59. if($catchy1==13){$catchy = $mappy->poke13;}
  60. if($catchy1==14){$catchy = $mappy->poke14;}
  61. if($catchy1==15){$catchy = $mappy->poke15;}
  62.  
  63. if(rand(1,300) == 137){$catchy = "2222".$catchy;}
  64.  
  65. if($catchy1==11){$catchy = $mappy->poke11;
  66. if(rand(1,4) == 1){
  67. $unown = rand(1,26);
  68. $catchy = "201201".$unown;
  69. if($unown == 1){$catchy=201;}}
  70. }
  71. if($catchy1==12){
  72. $catchy = $mappy->poke12;
  73. if(rand(1,4) == 1){
  74. $unown = rand(1,26);
  75. $catchy = "201201".$unown;
  76. if($unown == 1){$catchy=201;}}
  77. }
  78.  
  79. if($catchy < 1){$catchy = $mappy->poke1;}
  80.  
  81. $catchedchacha=mysql_query("SELECT * FROM `pokemon` WHERE `id`='$catchy'");
  82. $catched4u=mysql_fetch_object($catchedchacha);
  83.  
  84. if($move == "Left"){$pokx = 16;$poky = -8;}
  85. if($move == "Right"){$pokx = -24;$poky = -8;}
  86. if($move == "Up"){$poky = 16;}
  87. if($move == "Down"){$poky = -24;}
  88. $pokx = 176 + $pokx;
  89. $poky = 105 + $poky;
  90.  
  91. }
  92. // END RANDOM POKEMON
  93.  
  94.  
  95.  
  96. ?>
  97. <script type='text/javascript'>
  98. document.onkeydown = keyCheck;
  99.  
  100. function keyCheck(e){
  101. var KeyID = (window.event) ? event.keyCode : e.keyCode;
  102. switch(KeyID)
  103. {
  104. case 38:
  105. move("up");
  106. break;
  107. case 40:
  108. move("down");
  109. break;
  110. case 37:
  111. move("left");
  112. break;
  113. case 39:
  114. move("right");
  115. break;
  116. }
  117. return false;
  118. }
  119.  
  120. function move(direction){
  121. window.location = "map.php?map=<? echo $mappy->id; ?>&id=<? $laid = rand(1,1000); echo $laid; ?>&move="+direction;
  122. }
  123.  
  124. function catcho(){
  125. var radio=document.getElementsByTagName('input'),bool=false;
  126. for(var i=0;i<radio.length;i++){
  127. if(radio[i].type=='radio'&&radio[i].checked==true) bool=true;
  128. }
  129.  
  130. if(bool == false){
  131. alert('Please select a pokeball.');
  132. }
  133.  
  134. return bool;
  135. }
  136. </script>
  137. <script language="JavaScript" src="items/qtip.js" type="text/JavaScript"></script>
  138. <link rel="stylesheet" href="maps/map.css" type="text/css" media="screen" />
  139. <div class="title"><? echo $mappy->name; ?></div>
  140. <div class="contentcontent">
  141. <table class="ranks">
  142.  
  143.  
  144. <tr>
  145. <th width="498" rowspan="6">
  146. <center>
  147. <div style="z-index:0;width:336px;height:240px;background-image: url('maps/map<?echo$_GET['map'];?>.png');background-repeat: no-repeat;background-position: <? echo $x; ?>px <? echo $y; ?>px; border: 1px solid darkred;">
  148. <?if($pokx != ""){?><div style="z-index:5;width:336px;height:240px;background-image: url('<? echo $catched4u->minipic; ?>');background-repeat: no-repeat;background-position: <? echo $pokx; ?>px <? echo $poky; ?>px;"><?}?>
  149. <div style="position: relative;z-index:50;">
  150. <?
  151. $see = time() - 43400;
  152. $leftmin = $left - 176 - 1;
  153. $leftmax = $left + 144 + 1;
  154. $topmin = $top - 112 - 1;
  155. $topmax = $top + 112 + 1;
  156.  
  157. $resulta = mysql_query("SELECT username, mapx, mapy, mavatar, direction FROM `users` WHERE `id`='$user->id' OR (`mapx` != '$left' OR `mapy` != '$top') AND `currentmap` = '".$_GET['map']."' AND `lastactive` > '".$see."' AND `mapx` > '$leftmin' AND `mapx` < '$leftmax' AND `mapy` > '$topmin' AND `mapy` < '$topmax' GROUP BY mapx, mapy ORDER BY `mapy` ASC");
  158.  
  159. while($ussie = mysql_fetch_object($resulta)) {
  160. $others++;
  161. $mapx = 176 + ($ussie->mapx - $left);
  162. $mapy = 102 + ($ussie->mapy - $top);
  163. if($ussie->direction == ""){$ussie->direction="Down";}
  164. #if($ussie->username == $user->username){$own="own";}else{$own="";}
  165. if($ussie->username == $user->username){$ussie->direction=$move;}
  166. ?><div style="z-index:5;width:336px;height:240px;background-image: url('maps/avatars/<? echo $ussie->mavatar.$ussie->direction; ?>.png');background-repeat: no-repeat;background-position: <? echo $mapx; ?>px <? echo $mapy; ?>px;">
  167. <label title="<? echo $ussie->username; ?>"><a href='prof.php?user=<? echo $ussie->username; ?>' target='_blank'><img src="maps/nothing.png" style="position:absolute;left:<? echo $mapx; ?>px;top:<? echo $mapy; ?>px;overflow:visible"></a></label><?
  168. }
  169. ?>
  170.  
  171.  
  172. <div style="z-index:100;width:336px;height:240px;background-image: url('maps/map<?echo$_GET['map'];?>over.png');background-repeat: no-repeat;background-position: <? echo $x; ?>px <? echo $y; ?>px;">
  173. </div>
  174. <?
  175. while($za < $others){
  176. $za++;
  177. echo "</div>";
  178. }
  179. ?>
  180. </div>
  181. </div>
  182. </div>
  183. <?if($pokx != ""){?></div><?}?>
  184. </center>
  185. </th>
  186.  
  187. <th>Movement</th>
  188. </tr>
  189.  
  190.  
  191. <td height="100">
  192. <table style="text-align: center;margin: auto;align:center;" align="center">
  193. <tr>
  194. <td colspan="3" width="20" style="border: 0;text-align: center;"><a href="?map=<?echo$_GET['map'];?>&id=<? echo $laid; ?>&move=up"><img src="img/arrow_up.png" border="0"></a></td>
  195. </tr>
  196. <tr>
  197. <td width="20" style="border: 0;text-align: center;"><a href="?map=<?echo$_GET['map'];?>&id=<? echo $laid; ?>&move=left"><img src="img/arrow_left.png" border="0"></td>
  198. <td width="20" style="border: 0;text-align: center;"><a href="?map=<?echo$_GET['map'];?>&id=<? echo $laid; ?>&move=down"><img src="img/arrow_down.png" border="0"></td>
  199. <td width="20" style="border: 0;text-align: center;"><a href="?map=<?echo$_GET['map'];?>&id=<? echo $laid; ?>&move=right"><img src="img/arrow_right.png" border="0"></td>
  200. </tr>
  201. </table>
  202.  
  203. <br>
  204. <small><b><font color=red>Controls:</font></b> Either click using these green arrows or use your arrow keys.<br>Hover your mouse over the players to view their usernames.</small>
  205. </td>
  206.  
  207. <tr><th>Map Result(s)</th></tr>
  208. <tr>
  209. <td>
  210. <br>
  211. <?
  212. if($_GET['move'] == "" && $_GET['catch'] == "" && $_GET['item'] == ""){
  213. ?>
  214. <b><? echo $mappy->desc; ?></b>
  215. <?
  216. }else{
  217.  
  218. if($_GET['item'] != "" && $user->gender == "T"){
  219. $item1 = mysql_query("SELECT * from `items` WHERE `id` = '$user->pok'");
  220. $item = mysql_fetch_object($item1);
  221. $same = $item->id * $top;
  222. if($item->id > 0 && $user->gender == "T" && $_GET['item'] == $same){
  223. Give_Item($item->id, $user->id);
  224.  
  225. $user->itemcatch = $user->itemcatch + 1;
  226. mysql_query("UPDATE `users` SET `itemcatch` = '$user->itemcatch', `pok` = '0' WHERE `id`='$user->id'");
  227.  
  228. echo "<table border='0' width='120' height='120' align='center' style='border: 0'><td style='border: 0' align='center'><img src='".$item->image."'></td></table><br>You've picked up the ".strtolower($item->name)." and placed it in your backpack!";
  229.  
  230. require_once 'figg.php';
  231. $end = 1;
  232. }
  233. }
  234.  
  235. if($_GET['catch'] != "" && $end != 1 && $_POST['pokeball'] != ""){
  236. $same = $user->pok * $left;
  237.  
  238. $catched1 = mysql_query("SELECT id,name,pic FROM `pokemon` WHERE `id`='$user->pok'");
  239. $catched = mysql_fetch_object($catched1);
  240. $ptwo = Check_Item($_POST['pokeball'], $user->id);
  241.  
  242.  
  243. if($_POST['pokeball'] == 2 && $catched->id != 555595 ){$chance = 70;}
  244. if($_POST['pokeball'] == 3 && $catched->id != 555595){$chance = 77;}
  245. if($_POST['pokeball'] == 4 && $catched->id != 555595){$chance = 90;}
  246. if($_POST['pokeball'] == 63 && $catched->id != 555595){$chance = 100;}
  247. if($_POST['pokeball'] == 5 && $catched->id != 555595){$chance = 100;}
  248. if($_POST['pokeball'] == 36 && $catched->id == 555595){$chance = 100;}
  249. if($_POST['pokeball'] == 102 && $catched->id == 555595){$chance = 100;}
  250.  
  251.  
  252.  
  253.  
  254. if(rand(1,100) > $chance && $ptwo != 0){
  255. Take_Multi($_POST['pokeball'], $user->id, 1);
  256. echo "<font color=red><b>You failed to catch the wild pokemon with your pokeball.</b></font>";
  257.  
  258. $end = 1;
  259. }else{
  260. if($catched->id > 0 && $user->gender != "T" && $same == $_GET['catch'] && $ptwo != 0){
  261. Take_Multi($_POST['pokeball'], $user->id, 1);
  262. echo "The following pokemon has been added to your box:<br>";
  263. $gender = $user->gender;
  264. $admin = 1337;
  265. $addpoke = $catched->id;
  266. include 'addpoke.php';
  267.  
  268. $user->catch = $user->catch + 1;
  269. mysql_query("UPDATE `users` SET `catch` = '$user->catch', `pok` = '0' WHERE `id`='$user->id'");
  270.  
  271. require_once 'figg.php';
  272. $end = 1;
  273. }
  274. }
  275. }
  276.  
  277. if($end == 1){$alandu = "";}
  278.  
  279. if($alandu != 5){
  280. $where = rand(1,28);
  281. if ($where == "1"){$whereone = "Nope. Nothing there.";}
  282. if ($where == "2"){$whereone = "Oh finally found something! Oh, it's just the wind!";}
  283. if ($where == "3"){$whereone = "I've been searching all day. Where's all the pokemon gone!?";}
  284. if ($where == "4"){$whereone = "I'm sure I saw a pokemon somewhere near here.";}
  285. if ($where == "5"){$whereone = "What's that pokemon? Oh, it's just a cat!";}
  286. if ($where == "6"){$whereone = "Awww.. Tough luck... I can't find anything!";}
  287. if ($where == "7"){$whereone = "Come out, come out, wherever you are.";}
  288. if ($where == "8"){$whereone = "There must be some pokemon around here!?";}
  289. if ($where == "9"){$whereone = "Oh I found one! Oh.. it's a rock!";}
  290. if ($where == "10"){$whereone = "I still can't find the pokemon I'm looking for...";}
  291. if ($where == "11"){$whereone = "Pokemon! I gotta catch 'em all!";}
  292. if ($where == "12"){$whereone = "Oh pokemon... where are you?";}
  293. if ($where == "13"){$whereone = "Why won't you just come out!?";}
  294. if ($where == "14"){$whereone = "If you won't come to me I'll just find you!";}
  295. if ($where == "15"){$whereone = "I found something! Oh, it's just a bucket!";}
  296. if ($where == "16"){$whereone = "Just exactly where are all the pokemon hiding?";}
  297. if ($where == "17"){$whereone = "What's that pokemon in the sky?! Oh, It's just a cloud.";}
  298. if ($where == "18"){$whereone = "Finally! I hear something! Oh, it was my footsteps!";}
  299. if ($where == "19"){$whereone = "What's that behind me!? Oh, my shadow.";}
  300. if ($where == "20"){$whereone = "Ooh.. what was that? I just felt a nice breeze through my hair!";}
  301. if ($where == "21"){$whereone = "What? What's that on my head? Did a bird just... Oh no..";}
  302. if ($where == "22"){$whereone = "Yes! I stepped on something squishy... Oh no! Don't tell me it's...!";}
  303. if ($where == "23"){$whereone = "Never give up!";}
  304. if ($where == "24"){$whereone = "I'm sure the next step I take I'll be able to find a pokemon.";}
  305. if ($where == "25"){$whereone = "These pokemon are too good at hiding!";}
  306. if ($where == "26"){$whereone = "Oh no! I almost slipped over my own shoe!";}
  307. if ($where == "27"){$whereone = "Oops... I stood on a slug.";}
  308. if ($where == "28"){$whereone = "Shhhh... I hear footsteps... Oh, they were only mine, silly buns...";}
  309. if ($block == 1){
  310. $blocky = rand(1,8);
  311. if($blocky == 1){$whereone = "<font color='red'>Nope, I can't move there...</font>";}
  312. if($blocky == 2){$whereone = "<font color='red'>There seems to be something blocking me...</font>";}
  313. if($blocky == 3){$whereone = "<font color='red'>It's blocked, I'll need to find another way in.</font>";}
  314. if($blocky == 4){$whereone = "<font color='red'>Hmmm, I don't think I can go there.</font>";}
  315. if($blocky == 5){$whereone = "<font color='red'>I already said, I can't go there!</font>";}
  316. if($blocky == 6){$whereone = "<font color='red'>It looks impossible to walk over there.</font>";}
  317. if($blocky == 7){$whereone = "<font color='red'>I wish there wasn't so many obstacles.</font>";}
  318. if($blocky == 8){$whereone = "<font color='red'>Why bother? It's obvious I can't move there!</font>";}
  319. if($blocky == 9){$whereone = "<font color='red'></font>";}
  320. }
  321. }
  322.  
  323. if($message != ""){
  324. $whereone = $message;
  325. $alandu = 1;
  326. }
  327.  
  328. //found results
  329.  
  330. //HWEEN START
  331. if(rand(1,120) == 1 && $end == "1337"){
  332. $item1 = mysql_query("SELECT id,name,image from `items` WHERE `id` = '74'");
  333. $item = mysql_fetch_object($item1);
  334. $obj = 74;
  335.  
  336. $genderz = "T";
  337. mysql_query("UPDATE `users` SET `gender` = '".$genderz."', `pok` = '$obj' WHERE `id`='$user->id'");
  338.  
  339. echo "<form action='map.php?map=".$mappy->id."&item=".$obj * $top."' method='post'><table style='border: 0' width='100' height='100' align='center'><td style='vertical-align:middle;border: 0' align='center'><img src='".$item->image."'></td></table><br><br>You feel a breeze and look up. A Spooky Scarf is floating around you!<br>Will you take this item?<br><br><input type='submit' value='Take Item' name='submit' class='longbutton'></form>";
  340. $end = 1;
  341. $alandu = 1;
  342. }
  343. //HWEEN END
  344.  
  345. if ($alandu == "5"){
  346. //start find items
  347. if($user->handhelds == 41 || $user->handhelds == 42){
  348. if($user->handhelds == 41){$name="Itemfinder";}else{$name="Dowsing Machine";}
  349. $anitem = rand(1,2000);
  350. if($anitem == 1){
  351. $obj = 43;
  352. }
  353.  
  354. if($anitem > 1994){
  355. $select = 1;
  356. $item1 = mysql_query("SELECT id,name,image from `items` WHERE `map` > '10000' ORDER BY RAND() Limit 0,1");
  357. $item = mysql_fetch_object($item1);
  358. $obj = $item->id;
  359. }elseif($anitem > 1970){
  360. $select = 1;
  361. $item1 = mysql_query("SELECT id,name,image from `items` WHERE `map` = '2' ORDER BY RAND() Limit 0,1");
  362. $item = mysql_fetch_object($item1);
  363. $obj = $item->id;
  364. }elseif($anitem > 1950){
  365. $select = 1;
  366. $item1 = mysql_query("SELECT id,name,image from `items` WHERE `map` = '1' ORDER BY RAND() Limit 0,1");
  367. $item = mysql_fetch_object($item1);
  368. $obj = $item->id;
  369. }elseif($anitem > 1930){
  370. $select = 1;
  371. $item1 = mysql_query("SELECT id,name,image from `items` WHERE `map` = '3' ORDER BY RAND() Limit 0,1");
  372. $item = mysql_fetch_object($item1);
  373. $obj = $item->id;
  374. }
  375.  
  376.  
  377. if($obj > 0){
  378. if($item->id < 1){
  379. $item1 = mysql_query("SELECT id,name,image from `items` WHERE `id` = '$obj'");
  380. $item = mysql_fetch_object($item1);
  381. }
  382. $genderz = "T";
  383. mysql_query("UPDATE `users` SET `gender` = '".$genderz."', `pok` = '$obj' WHERE `id`='$user->id'");
  384.  
  385. echo "<form action='map.php?map=".$mappy->id."&item=".$obj * $top."' method='post'><img src='".$item->image."'><br><br><br><br>Your ".$name." has detected a ".strtolower($item->name)."!<br>Will you pick up this item?<br><br><input type='submit' value='Take Item' name='submit' class='longbutton'></form>";
  386. $end = 1;
  387. }
  388. }
  389.  
  390. }
  391. //end find items
  392.  
  393.  
  394. if($_GET['map'] == 10 && $where == 1 && $user->city == "Fuchsia City" && $left > 816 && $left < 1568){
  395. mysql_query("UPDATE `users` SET `pok` = '1337' WHERE `id`='$user->id'");
  396. echo '<img src="img/pokemon/000.png"> <br><br>Wild Missingno. appeared!<br>Will you catch this pokemon?<br><br>
  397. <INPUT TYPE="longbutton" onClick="parent.location=\'battle.php?opp=Missingno.\'" value="Catch Pokemon!" class="longbutton">';
  398. $catchy=0;$end=1;$alandu=1;
  399. }
  400.  
  401. if($alandu == 5 && $obj < 1 && $block != 1){
  402.  
  403. $gendy1=rand(0,1);
  404. if($gendy1==0){
  405. $gendy=M;
  406. }
  407. if($gendy1==1){
  408. $gendy=F;
  409. }
  410.  
  411. mysql_query("UPDATE `users` SET `pok` = '".$catchy."', `gender` = '".$gendy."' WHERE `id`='$user->id'");
  412.  
  413. echo "<form action='map.php?map=".$mappy->id."&catch=".$catchy*$left."' method='post' background= url(\'maps/1.png\') onsubmit='return catcho ( );'><img src='$catched4u->pic'> <br><br>Wild ".$catched4u->name." appeared!<br>Will you catch this pokemon?<br><br><input type='submit' name='submit' value='Catch Pokemon' class='longbutton'>";
  414. $form = 1;
  415. }
  416.  
  417. if($alandu != 5 && $end != 1){
  418. echo $whereone;
  419. }
  420.  
  421. }
  422. if($addpoke == ""){echo"<br><br>";}
  423. ?>
  424. </td>
  425. </tr>
  426.  
  427.  
  428. <tr><th>Your Pok&#233;ball(s)</th></tr>
  429.  
  430. <td>
  431. <table width="100%">
  432.  
  433. <tr>
  434. <?
  435. $errormez = ' onClick="alert(\'You don\\\'t have any of these.\');this.checked=false;"';
  436.  
  437. $ptwo = Check_Item(2, $user->id);if($ptwo == 0){$locktwo = $errormez;}elseif($_COOKIE['lastpokeball'] == 2){$locktwo=" checked";}
  438. $pthree = Check_Item(3, $user->id);if($pthree == 0){$lockthree = $errormez;}elseif($_COOKIE['lastpokeball'] == 3){$lockthree=" checked";}
  439. $pfour = Check_Item(4, $user->id);if($pfour == 0){$lockfour = $errormez;}elseif($_COOKIE['lastpokeball'] == 4){$lockfour=" checked";}
  440. $psixtythree = Check_Item(63, $user->id);if($psixtythree == 0){$locksixtythree = $errormez;}elseif($_COOKIE['lastpokeball'] == 63){$locksixtythree=" checked";}
  441. $pgl = Check_Item(5, $user->id);if($pgl == 0){$lockpgl = $errormez;}elseif($_COOKIE['lastpokeball'] == 3){$lockpgl=" checked";}
  442. $ps = Check_Item(36, $user->id);if($ps == 0){$locks = $errormez;}elseif($_COOKIE['lastpokeball'] == 3){$locks=" checked";}
  443. $plegend = Check_Item(102, $user->id);if($plegend == 0){$locklegend = $errormez;}elseif($_COOKIE['lastpokeball'] == 3){$locklegend=" checked";}
  444.  
  445. ?>
  446. <td style="border: 1px solid darkred; background-color: black;width:14.5%;"><img src="items/pokeball.png" border="0"><br><input type="radio" name="pokeball" value="2"<?echo$locktwo;?>> <small>[x<? echo number_format($ptwo); ?>]</small></td>
  447.  
  448. <td style="border: 1px solid darkred; background-color: black;width:14.5%;"><img src="items/greatball.png" border="0"><br><input type="radio" name="pokeball" value="3"<?echo$lockthree;?>> <small>[x<? echo number_format($pthree); ?>]</small></td>
  449.  
  450. <td style="border: 1px solid darkred; background-color: black;width:14.5%;"><img src="items/ultraball.png" border="0"><br><input type="radio" name="pokeball" value="4"<?echo$lockfour;?>> <small>[x<? echo number_format($pfour); ?>]</small></td>
  451.  
  452. <td style="border: 1px solid darkred; background-color: black;width:14.5%;"><img src="items/masterball.png" border="0"><br><input type="radio" name="pokeball" value="63"<?echo$locksixtythree;?>> <small>[x<? echo number_format($psixtythree); ?>]</small></td>
  453.  
  454. <td style="border: 1px solid darkred; background-color: black;width:14.5%;"><img src="items/legendball.png" border="0"><br><input type="radio" name="pokeball" value="102"<?echo$locklegend;?>> <small>[x<? echo number_format($plegend); ?>]</small></td>
  455.  
  456. <td style="border: 1px solid darkred; background-color: black;width:14.5%;"><img src="items/rainbow pokeball.png" border="0"><br><input type="radio" name="pokeball" value="5"<?echo$lockpgl;?>> <small>[x<? echo number_format($pgl); ?>]</small></td>
  457.  
  458. <td style="border: 1px solid darkred; background-color: black;width:14.5%;"><img src="items/shadow pokeball.png" border="0"><br><input type="radio" name="pokeball" value="36"<?echo$locks;?>> <small>[x<? echo number_format($ps); ?>]</small></td>
  459. <?if($form == 1){echo"</form>";}?>
  460. </tr>
  461.  
  462. </table>
  463. </td>
  464.  
  465.  
  466.  
  467. </table>
  468. </div>
  469.  
  470. <?
  471. include 'rightmenu.php';}?>
Add Comment
Please, Sign In to add comment