[ PHPXref.com ] [ Generated: Sun Jul 20 19:28:49 2008 ] [ Phaos 0.9.3 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/mapmaker/ -> index.php (source)

   1  <?php
   2  
   3  // ---------------------------------------------------- //

   4  // - Programmer : Thunder Doom                        - //

   5  // - Email      : thunder_doom@gmc.de                 - //

   6  // - Web        : http://www.utkingdom.com            - //

   7  // - Sript      : Map Maker.php                       - //

   8  // - Languange  : Deutsch                             - //

   9  // - Version    : v1.0.0000                           - //

  10  // - Date       : 16.09.2004                          - //

  11  // - Info       :                                     - //

  12  // -            :                                     - //

  13  // ---------------------------------------------------- //

  14  
  15  echo "
  16  <html>
  17  
  18  <head>
  19  <meta http-equiv='Content-Language' content='de'>
  20  <meta http-equiv='Content-Type' content='text/html; charset=windows-1252'>
  21  <title>..:: Phaos Mapmaker v1.0 ::..</title>
  22  </head>
  23  
  24  <body link='#FFCC00' vlink='#FF9933' alink='#FF0000' text='#FFCC66' bgcolor='#000000'>";
  25  
  26  echo "
  27  <div align='center'>
  28      <table width='50%' border='2' cellspacing='1' bordercolorlight='#FF0000' bordercolordark='#800000' bordercolor='#800000' bgcolor='#000000' style='border-collapse: collapse'>
  29          <tr>
  30              <td>
  31                  <form method=post action=phaos_mapmaker.php>
  32                        Map Name: <input type='text' name='map_name_s' size='20' value='bobo'><br><br>
  33  
  34                      Map Width: <input type='text' name='map_width_s' size='4' value='15'><br>
  35                      Map Height: <input type='text' name='map_height_s' size='4' value='15'><br><br>
  36  
  37                      SQL Start ID: <input type='text' name='tile_id_start_s' size='7' value='1000'><br><br>
  38  
  39                      Fill Map with ?<br>
  40                        Land   :<input type='radio' name='map_fill_s' value='1' checked ><br>
  41                        Water :<input type='radio' name='map_fill_s' value='2'><br>
  42                        Snow :<input type='radio' name='map_fill_s' value='3'><br>
  43                        Desert  :<input type='radio' name='map_fill_s' value='4'><br>
  44                      Dungeon :<input type='radio' name='map_fill_s' value='5'><br>
  45                      Forrest :<input type='radio' name='map_fill_s' value='6'><br>
  46                        nothing :<input type='radio' name='map_fill_s' value='99'><br>
  47                        <center><input type='submit' value='Edit Map' name='B1'></center>
  48                  </form>
  49              </td>
  50          </tr>
  51      </table>
  52  </div>
  53  ";
  54  
  55  echo "</body></html>";
  56  
  57  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]