Code Search for Developers
 
 
  

settingsmain.html from Scorched 3D at Krugle


Show settingsmain.html syntax highlighted

#include header.html 

#include menu.html

#include settingsmenu.html

<form method="post">
<table align="center" border="0">
	<tr>
		<td align="center">Main Settings<br>
	</tr>
	<tr>
		<td>
			<input type="hidden" name="sid" value="[[sid]]"> 
			<i>Note: Some of the settings below cannot be altered on a running system.</i>
			<table border="0" width="400">
				<tr><td>Server Name :</td><td>[[ServerName_set]]</td></tr>
				<tr><td>Port Number :</td><td>[[PortNo_set]]</td></tr>
				<tr><td>Management Port :</td><td>[[ManagementPortNo_set]]</td></tr>
				<tr><td>Published IP :</td><td>[[PublishAddress_set]]</td></tr>
				<tr><td>Publish?  Allows other internet users to see this server. :</td><td>[[PublishServer_set]]</td></tr>
				<tr><td>Allow multiple clients with same IP address :</td><td>[[AllowSameIP_set]]</td></tr>
				<tr><td>Allow multiple clients with same unique ID :</td><td>[[AllowSameUniqueId_set]]</td></tr>
				<tr><td>Log to file :</td><td>[[ServerLogger_set]]</td></tr>
			</table>
		</td>
	</tr>
	<tr>
		<td align="Left">
			<br><br>
			<input type="submit" name="action" value="Set"> <i>Set these settings as the server current settings.</i><br>
			<input type="submit" name="action" value="Load"> <i>Load settings from server.xml file.</i><br>
			<input type="submit" name="action" value="Save"> <i>Save settings to server.xml file.</i><br>
		</td>
	</tr>
</table>
</form>

#include footer.html




See more files for this project here

Scorched 3D

Scorched3D is a 3D remake of the popular 2D artillery game Scorched Earth.\r\nScorched3D can be played against the computer, other players and remotely across the internet or LAN.

Project homepage: http://sourceforge.net/projects/scorched3d
Programming language(s): C,C++,XML
License: gpl2

  binary/
    Applet.jar
    Applet.java
    EventStreamReader.java
  applet.html
  banned.html
  footer.html
  game.html
  header.html
  log.html
  logfile.html
  logfiles.html
  login.html
  menu.html
  message.html
  mods.html
  player.html
  server.css
  server.html
  sessions.html
  settingsall.html
  settingslandscape.html
  settingsmain.html
  settingsmenu.html
  settingsmod.html
  settingsplayers.html
  stats.html