From 1d9925c287b318ec21343e2682b51ab6a36ae8db Mon Sep 17 00:00:00 2001 From: Diego Roversi Date: Sun, 8 Sep 2019 18:12:27 +0200 Subject: initial commit from cvs 1.6.2 --- http2/data/new.html | 271 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 271 insertions(+) create mode 100644 http2/data/new.html (limited to 'http2/data/new.html') diff --git a/http2/data/new.html b/http2/data/new.html new file mode 100644 index 0000000..1709c8d --- /dev/null +++ b/http2/data/new.html @@ -0,0 +1,271 @@ + + + + + +New Bub's Brothers Server + + +  + +
+ + +%( +def nameval(name, value, default=0, options=options): + s = getattr(options, name) + if s == value or (default and not s): + s = 'checked ' + else: + s = '' + return s + 'name="%s" value="%s"' % (name, value) +)s + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +%( +if running: print ''' + + + + + +''')s + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
   
   
   
   
 New Server 
   
   
  + Back to the main page + 
   
  + + + + + +
Level file + + + + + +
+
+
+
 
  + + + + + + +
Levels to play + Start at level +and go on ... + + +  to the end of the level file
+  to level
+ skipping levels: + +
+
 
  + + + + + +
Limited lives +  no limited lives --- just run for points!
+  limit to lives (with an extra life for each points)
+  limit lifegain to max. life per level +
+
 
  + + + + + +
Permanent server +  Automatically restart the server after the end is reached, forever
+ Non-permanent servers time out after 2 hours of inactivity +
+
 
  + + + + + +
Internet game + + + + + +

 register the server on the Bub-'n-Bros meta-server, allowing it to appear on everybody's Internet Games list

+
+
 
   
  + + 
  +Note: this will replace the server already running on this machine. + 
   
   
   
   
   
  
   
+
+ + + -- cgit v1.2.3