Advertisement
Guest User

Untitled

a guest
May 5th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.65 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>
  4.             Hackwars Network Guide
  5.             </title>
  6.        
  7.         <link rel="stylesheet" type="text/css" href="style.css" />
  8.     </head>
  9. <div class="pageBody">
  10.     <div class="feature">
  11.       <table border="1" cellspacing="1" cellpadding="1">
  12.         <tr>
  13.           <th align="left">Network</th>
  14.           <th align="left">Ammount of NPC's</th>
  15.                   <th align="left">Quest NPC's</th>
  16.           <th align="left">Shipping NPC's</th>
  17.           <th align="left">Regular NPC's</th>
  18.           <th align="left">Average PettyCash Drop</th>
  19.           <th align="left">Firewalls</th>
  20.                  
  21.         </tr>
  22.         <tr>
  23.           <td>SubNet</td> <?php /* Network */ ?>
  24.           <td>52</td> <?// Total Npc's ?>
  25.           <td> 2 NPC's <br> <select name=select1> <?// Quest Npc's ?>
  26. <option>DarkNet Gateway - 900.800.1.002</option>
  27. <option>The GateKeeper - 900.800.9.999</option>
  28.  
  29. </select><noscript><INPUT type="submit" value="Go" name=submit1></noscript></td>
  30.           <td>None</td><? // Shipping npcs's Basically all the npc's that give u DT,GE,SI,YBCO and PU ?>
  31.           <td>50 NPCS'S <br> <select name=select2>
  32. <option>Script Kiddie - 900.800.6.100 - 900.800.6.149</option><? // Basic Npc's Such as Attackable ones.. Noob's Script kiddies etc etc ?>
  33. </select><noscript><INPUT type="submit" value="Go" name=submit2></noscript></td>
  34.           <td>$99.31</td><? // Average Cash. ?>
  35.           <td>PortProtector On All Ports</td> <? // What Firewall They Have ?>
  36.            
  37.       </table>
  38.     </div>
  39. </div>
  40.  
  41. <body>
  42. <br>
  43. <br>
  44. <br>
  45. Background:- <br>
  46.  
  47. Connecting to Server.....<br>
  48. Enter Username:********<br>
  49. Enter Password:XXXXXXXX<br>
  50. Waiting....<br>
  51. Waiting....<br>
  52. <b>ACCESS DENIED!</b>
  53.  
  54. </body>
  55. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement