Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
???? Full Tilt

 
Post new topic   Reply to topic Printable version
 View previous topic  SSCI Quantum Arena Post :: Post Age of Empires  View next topic  
Author Message
B@TMAN
Newbie


Gender:Gender:Male
Joined: Aug 02 2007
Posts: 8
Location: Pittsburgh, PA
Offline

PostPosted: Sat Aug 04, 2007 1:27 pm    Post subject: ???? Full Tilt Reply to topic Reply with quote

Full Tilt is a project I've been working on.


Description

Ship have moderate speed and agility, not the one shot kill type of zone. 3 fighters, 3 bombers, and 2 snipers. The snipers are humans the rest are reg ships. The snipers have tubes, and passageways the other ship cant fit into. The image and sound files were switched so it seems like your firing L4's at times, but not really.


Zone Status

It runs on my DSL line from time to time, feel free to stop in if you catch us live.

???? Full Tilt
IP 68.162.140.67 Port 10100



A better description of the zone can be found here

http://fulltiltzone.brinkster.net/



-B@TMAN
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website
BDwinsAlt
Agurus's Posse


Age:33
Gender:Gender:Male
Joined: Jun 16 2003
Posts: 1145
Location: Alabama
Offline

PostPosted: Sat Aug 04, 2007 6:42 pm    Post subject: Reply to topic Reply with quote

I like the website. Did you do it yourself?
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website AIM Address Yahoo Messenger MSN Messenger
B@TMAN
Newbie


Gender:Gender:Male
Joined: Aug 02 2007
Posts: 8
Location: Pittsburgh, PA
Offline

PostPosted: Sat Aug 04, 2007 8:10 pm    Post subject: Reply to topic Reply with quote

BDwinsAlt wrote:
I like the website. Did you do it yourself?



I coded the whole thing by hand in a text based editor, Im sick like that icon_wink.gif


The backend was my first .asp application its generic but works, and recently did some work on the frontend. Its suppost to be a quick and easy plug-n-play type of site, but takes a little know how to setup and run being that I never got around to finishing it.


Need a copy just send a email to:

BATMAN.SS@verison.net

subject line should read ( I need a copy of SBSS ) other wise it will get deleted with all the other spam.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:36
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Wed Aug 08, 2007 5:47 am    Post subject: Reply to topic Reply with quote

Code: Show/Hide
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
   
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta http-equiv="Page-Enter" content="blendtrans(duration=1.2)">
<META NAME="KEYWORDS" CONTENT="Full Tilt, Full Tilt Zone, subspace, SubSpace, Continuum, continuum, online, game, zone">
<META NAME="DESCRIPTION" CONTENT="Full Tilt - A Continuum (SubSpace) zone development site. Continuum is also known as the chat client that comes with a cool little 2D space shooter game.">

<!-- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-->

<title>Full Tilt</title>

<script language="JavaScript" type="text/javascript"><!--//

/*-- Top Level Functions --*/
function winscreen(){
   return{
      w   : window.screen.width,
      h   : window.screen.height
   }
}
function getElm(obj)
{
   if(document.getElementById(obj)){
         return document.getElementById(obj);
   }
}
function getElmS(obj)
{
   if(document.getElementById(obj)){
         return document.getElementById(obj).style;
   }
}


function getElmbT(obj)
{
   if(document.getElementsByTagName(obj)){
         return document.getElementsByTagName(obj);
   }
}

function popwin(_url,_width,_height)
{
   var _top=(winscreen().h/2)-(_height/2);
   var _left=(winscreen().w/2)-(_width/2);
   var popwin = window.open(_url, "windowname", "width="+_width+", height="+_height+", top="+_top+",left="+_left+", resizable=1, scrollbars=yes, status=yes");
}


function popfswin(_url)
{
var popwinfs = window.open(_url, "fullscreenwin", "fullscreen, resizable=1, scrollbars=yes, status=yes");
}

function popsbfswin()
{
var popwinfs = window.open("spacebook/Space.html", "fullscreenwin", "fullscreen, resizable=1, scrollbars=yes, status=yes");
}

-->
</script>
<script language="JavaScript" type="text/javascript"><!--//

/*-- Form Inserts --*/

var tTimer=null;
function clearit(x,y){
   if(x.value==y){x.value=""}
}
function submiturl(){
   if(getElm("_url").value != "URL" && getElm("_url").value != ""){
      var xlink = getElm("_url").value;
      var xName = getElm("_url").value;
      if(getElm("_urlname").value != "Link Name (optional)" && getElm("_urlname").value != ""){
         xName = getElm("_urlname").value;
      }
      var xCode;
      if(getElm("thistarget").checked){
         xCode = "[url="+xlink+"]"+xName+"[/url]";
      }else{
         xCode = "[urlx="+xlink+"]"+xName+"[/urlx]";
         getElm("thistarget").checked=true;
      }
      getElmbT("TEXTAREA")[0].value+=xCode;
      tTimer = setTimeout("diplayLink()", 700);
   }else{alert("Nothing to submit")}
}
function submitImg(){
   if(getElm("_img").value != "Image URL" && getElm("_img").value != ""){
      var iurl = getElm("_img").value;
      var xCode = "[img="+iurl+"]"
      getElmbT("TEXTAREA")[0].value+=xCode;
      tTimer = setTimeout("diplayImg()", 700);
   }else{alert("Nothing to submit")}
}   
function displaynone(obj)
{
   if(document.getElementById(obj)){
         getElmS(obj).display="none";
   }
}
function displayon(obj)
{
   if(document.getElementById(obj)){
         getElmS(obj).display="";
   }
}
function diplayLink(){displaynone("isrImg");cImgInputs();displaynone("colorPal");
   if(getElmS("isrLink").display=="none"){displayon("isrLink")}
   else{displaynone("isrLink");cLinkInputs();clearTimeout(tTimer)}
}
function diplayImg(){displaynone("isrLink");cLinkInputs();displaynone("colorPal")
   if(getElmS("isrImg").display=="none"){displayon("isrImg")}
   else{displaynone("isrImg");cImgInputs();clearTimeout(tTimer)}
}
function cLinkInputs(){
   getElm("_url").value="URL";
   getElm("_urlname").value="Link Name (optional)";
}
function cImgInputs(){
   getElm("_img").value="Image URL";
}
function insrtCenter(){
   getElmbT("TEXTAREA")[0].value+="[center] [/center]";
}
function setColor(){displaynone("isrLink");cLinkInputs();displaynone("isrImg");cImgInputs();
   if(getElm("colorPal").style.display=="none"){displayon("colorPal")}
   else{displaynone("colorPal");clearTimeout(tTimer)}
}
function fcolor(y){
   formatTextPlus("color", y);tTimer = setTimeout("setColor()", 500);
}
function formatText(tag) {
el = document.getElementsByTagName("TEXTAREA")[0]
   if (el.setSelectionRange) {//if not IE
      el.value = el.value.substring(0,el.selectionStart) + "[" + tag + "]" + el.value.substring(el.selectionStart,el.selectionEnd) + "[/" + tag + "]" + el.value.substring(el.selectionEnd,el.value.length)
   }else {//if IE
          var selectedText = document.selection.createRange().text;
       if (selectedText != "") {
           var newText = "[" + tag + "]" + selectedText + "[/" + tag + "]";
           document.selection.createRange().text = newText;
       }
   }
}
function formatTextPlus(tag, xption) {
el = document.getElementsByTagName("TEXTAREA")[0]
   if (el.setSelectionRange) {//if not IE
      el.value = el.value.substring(0,el.selectionStart) + "[" + tag + "=" + xption + "]" + el.value.substring(el.selectionStart,el.selectionEnd) + "[/" + tag + "]" + el.value.substring(el.selectionEnd,el.value.length)
   }else {//if IE
          var selectedText = document.selection.createRange().text;
       if (selectedText != "") {
           var newText = "[" + tag + "=" + xption + "]" + selectedText + "[/" + tag + "]";
           document.selection.createRange().text = newText;
       }
   }
}
//-->
</script>


<style type="text/css">   <!--
   /*=============  HTML/BODY CSS  ===========*/
   html{
      scrollbar-face-color: black;
      scrollbar-arrow-color: #333333;
      scrollbar-track-color: black;
      scrollbar-shadow-color:#333333;
      scrollbar-highlight-color:black;
      scrollbar-3dlight-color:#333333;
      scrollbar-darkshadow-Color:#333333;
   }
   body{
      background-image: url(images/hiveback.png);
      background-attachment: fixed;
      background-position: bottom;
      background-repeat: repeat;
      background-color: Black;
      border-bottom-color: #575757;
      border-left-color: #262626;
      border: 0px outset #333333;
      border-bottom-color: #575757;border-left-color: #262626;
      margin: 0px;
      padding: 0;
      color: Gray;
      cursor:url("cursors/Arrow.white.window.cur");

      /*border-width: expression(document.all && document.getElementById ? "40px" : "" );*/

   }
   /* ============  Fonts  ==================*/

   body,table,td,pre,a{
      font-size: 12px;
      font-family: Verdana, Geneva, Arial ;
      color:Gray;

   /*

      font-family: "Times New Roman", Times, serif;

   Georgia 2nd choice
      font-family: Arial, sans-serif, Helvetica, Georgia ;
      font-family: Palatino Linotype, Book Antiqua;
      font-family: sans-serif, Helvetica, Arial;
      font-family: "Courier New", Courier, monospace;

   */
   }
   .logonTD{
      display: block;
   }

   pre{font-family: Courier, monospace, ;}

   /*=============  Table/TD CSS  ===========*/

   table{
      border-width: 0px;
   }
   td{
      border-width: 0px;)
   }
   .td_width_fiv{width:500px;}
   .td_width_six{width:600px;}
   .td_width_sev{width:700px;}
   .td_width_eight{width:780px;}
   .menuWidth{width:185px;}

   .tdheadLeft,.tdheadRight,.tdfootLeft,.tdfootRight,a.tdheadLink:link,a.tdheadLink:visited{
      font-weight: bold;
      /* font-family: Georgia, Verdana, Geneva, Arial; font-style: italic; */
   }
   .tdheadLeft,.tdheadRight{ /* tdheadLeft tdheadRight */
      background-color: #1E1E1E;
      border-bottom: 1px inset #333333;
      border-width: 3px;
      white-space: nowrap;

      border-style: inset outset outset inset;
      border-color: #333333 #1E1E1E #1E1E1E #333333;

   /*lesser browser fix*/
      border-style: expression(document.all && document.getElementById ? "inset" : "" );
      border-color: expression(document.all && document.getElementById ? "#333333" : "" );

   }
   .tdheadLeft{
      filter: Alpha(Opacity=100, FinishOpacity=80, Style=1, StartX=20, StartY=0, FinishX=60, FinishY=0);
      border-right: 0px none;
      padding-left:4px;

   }
   .tdheadRight{
      filter: Alpha(Opacity=100, FinishOpacity=80, Style=1, StartX=60, StartY=0, FinishX=20, FinishY=0);
      border-left: 0px none;
      padding-right: 4px;
      text-align: right;
   }
   .tdbody{

      /*font-family:  Verdana, Geneva, Arial ;
      font-family:  Verdana, Geneva, Arial ;
      border-color: #575757 #575757 #575757 #575757;
   */
      border-width: 3px;
      padding:12px;padding-bottom:14px;

      border-style: inset outset outset inset;
      border-color: #333333 #1E1E1E #1E1E1E #333333;

   /*lesser browser fix*/
      border-style: expression(document.all && document.getElementById ? "inset" : "" );
      border-color: expression(document.all && document.getElementById ? "#333333" : "" );

   }


   .tdbody2{


      border-width: 3px;
      padding:0px;padding-bottom:0px;

      border-style: inset outset outset inset;
      border-color: #333333 #1E1E1E #1E1E1E #333333;

   /*lesser browser fix*/
      border-style: expression(document.all && document.getElementById ? "inset" : "" );
      border-color: expression(document.all && document.getElementById ? "#333333" : "" );

   }

   .tdfootLeft,.tdfootRight{
      border-top: 3px inset #333333;
      border-width: 3px;
      padding-top: 0px;margin-top: 0px;
      border-style: inset outset outset inset;
      border-color: #333333 #1E1E1E #1E1E1E #333333;

   /*lesser browser fix*/
      border-style: expression(document.all && document.getElementById ? "inset" : "" );
      border-color: expression(document.all && document.getElementById ? "#333333" : "" );

   }

   .tdfootLeft{
      border-right: 0px none;
      font-weight: normal;
      font-style: italic;
      font-size:11px;
   }
   .tdfootRight{
      border-left: 0px none;
      white-space: nowrap;
      text-align: right;
   }

   /*=============  Link CSS below  ===========
      cursor:hand;
      cursor:pointer;
   */

   a{cursor:url("cursors/Hand.white.window.cur");}
   a:link,a:visited{
      text-decoration: underline;
   }
   a:hover{
      background-color: #575757; text-decoration: none;
   }
   a.tdheadLink:link,a.tdheadLink:visited{
      text-decoration: none;
   }
   a.tdheadLink:hover{
      background-color: #575757;
   }
   a.mlink:link,a.mlink:visited{
      font-weight: bold;
      text-decoration: none;
   }
   a.mlink:hover{
      background-color: #575757;
   }
   a.submlink:link,a.submlink:visited{
      text-decoration: none;
      font-size:11px;
   }
   a.submlink:hover{
      background-color: #313131;
   }



   /*=============  Form input CSS  ===========*/


   .buttoncursor{cursor:url("cursors/Arrow.white.window.cur");}
   input,button,select,textarea,a.fake_form_button:link, a.fake_form_button:visited{
      background-color: #313131;color: gray;font-size:12px;
      border: 0px none #FFFFFF;height: 18px;
   }
   input{
      padding:0px;padding-left:5px;padding-right:5px;
   }
   button{
      padding:0px;padding-left:5px;padding-right:5px;
   }
   submit{}
   select{}
   textarea{
      width: 415px;height: 190px;
   }
   .input_login{
      width: 75px;
   }
   a.fake_form_button:link, a.fake_form_button:visited{
      font-weight: bold;
      text-decoration: none;
      padding:2px;
      padding-right:12px;
      padding-left:12px;
   }
   a.fake_form_button:hover{
      background-color: #999999;color:#313131
   }



   /*============== Members and Vote TDs =================*/


   .membersTD TD{
      border-color: #333333;
      border-style: solid;
      border-width: 1px;
   }
   .membersHeadTD TD{
      background-color: #1E1E1E;
      filter: Alpha(Opacity=100, FinishOpacity=80, Style=1, StartX=20, StartY=0, FinishX=60, FinishY=0);
   }


   /*============== Menu Tool Tips ==================*/

   #menuinfo{
      border: none dashed #1E1E1E;
      width: 90%;
      height: 100px;
      padding: 4px;
      visibility: hidden;
      color: #696969;
      text-align: center;
      font-weight: bold;
   }
   #spaceText{
      font-size: 26px;
      font-family: Verdana, Geneva, Arial ;
      color:red;
      filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=25);
   }

   ol{padding:6px;margin-left:12px;
      list-style: square outside;
   }
   li{padding: expression(document.all && document.getElementById ? "6px" : "" );}
   /*
      padding: expression(document.all && document.getElementById ? 6px : "" );



   table,td{
      border-color: red;
      border-style: solid;
      border-width: 2px;
   }
   */
   -->
</style>

<!-- link href="sb.css" rel="stylesheet" type="text/css" -->

<script language="JavaScript" type="text/javascript">
<!-- /*This script is for Squadbase's site only, and should be removed.*/


function showlogin(){
//alert(getElmS("logonTDID").display)


      if(getElmS("logonTDID").display=="none" || getElmS("logonTDID").display=="")
      {
         getElmS("logonTDID").display="block";
      }
      else if(getElmS("logonTDID").display=="block")
      {
         getElmS("logonTDID").display="none";
      }
}




function crossBrowsercssrule(){
   if(document.styleSheets[0].rules)
   {
      return document.styleSheets[0].rules
   }
   else if(document.styleSheets[0].cssRules)
   {
      return document.styleSheets[0].cssRules
   }
}

function getrulenum(rulename)
{
   var thisrule = null;
   
   if(document.styleSheets[0].rules)
   {
      thisrule = document.styleSheets[0].rules
   }
   else if(document.styleSheets[0].cssRules)
   {
      thisrule = document.styleSheets[0].cssRules
   }
   var i=0;
      if(thisrule!=null){
            try{
               while(thisrule[i].selectorText != rulename && i < thisrule.length)
               {
                  i++;
               }
            }
            catch(e)
            {
               alert("the css rule: " + rulename + " was not found.");
               return
            }
      }
      return thisrule[i]
}



function getrulenum_(){
   
   var rulesLength = document.styleSheets[0].rules, thisrule;
   
   for(i=0;i<rulesLength.length;i++){
   
      thisrule = document.styleSheets[0].rules[i];
   
      if(thisrule.selectorText=="INPUT"){
      //alert(i)

      return
      }
   }
}


getrulenum(".logonTD").style.display="none";

function intonload(){

      setcur();
      
}

window.onload=intonload;

//===============

/*

if(window.screen){
   if(window.screen.width > 850){
      if (document.all && document.getElementById && document.styleSheets[0].rules)
      {
         crossBrowsercssrule()[1].style.borderWidth = "0px";
      }
   }
}
*/




   /*alert(document.styleSheets[0].rules[1].selectorText)*/

////////////////////////////////////////////////////////////////////////////////////////////////////////


function shake(n) {
if (parent.moveBy) {
   for (i = 10; i > 0; i--) {
   for (j = n; j > 0; j--) {
   parent.moveBy(0,i);
   parent.moveBy(i,0);
   parent.moveBy(0,-i);
   parent.moveBy(-i,0);
         }
      }
   }
}


var trackborder=0, trackid=0, tracktimer;

function flashborder(){

   trackid+=1;
   
   
   if(trackid==2 || trackid==4 || trackid==6 || trackid==8 || trackid==10 || trackid==12 || trackid==14 || trackid==16 || trackid==18 || trackid==20){colorswap();}
   
   
   
   if(trackid==20) /* reset - kill effect */
   {
         getElmbT("BODY")[0].style.borderColor = "#333333";
         getElmbT("BODY")[0].style.borderBottomColor = "#575757";
         getElmbT("BODY")[0].style.borderLeftColor = "#262626";
         trackid=0;window.clearTimeout(tracktimer);
         shake(2);
         //popfswin('space/space.html')
         return;
   }
   
getElmbT("BODY")[0].style.borderColor="#333333";
if(trackborder==0){getElmbT("BODY")[0].style.borderLeftColor="#575757";trackborder=1;}
else if(trackborder==1){getElmbT("BODY")[0].style.borderTopColor="#575757";trackborder=2;}
else if(trackborder==2){getElmbT("BODY")[0].style.borderRightColor="#575757";trackborder=3;}
else if(trackborder==3){getElmbT("BODY")[0].style.borderBottomColor="#575757";trackborder=0;}

tracktimer = window.setTimeout("flashborder()", 2, "Javascript");
}



function colorswap(){
/*
num to swap

13 head fron color
15 footleft
16 footright
6  a
4 body
41 input
*/
   
   
   var thisrule = crossBrowsercssrule()[13];
      if(!thisrule.style.color){thisrule.style.color="gray";}
      if(thisrule.style.color=="gray"){thisrule.style.color="red";}else{thisrule.style.color="gray";}
      

      thisrule = crossBrowsercssrule()[15];
      if(!thisrule.style.color){thisrule.style.color="gray";}
      if(thisrule.style.color=="gray"){thisrule.style.color="yellow";}else{thisrule.style.color="gray";}
      
      thisrule = crossBrowsercssrule()[16];
      if(!thisrule.style.color){thisrule.style.color="gray";}
      if(thisrule.style.color=="gray"){thisrule.style.color="orange";}else{thisrule.style.color="gray";}
      
      thisrule = crossBrowsercssrule()[6];
      if(!thisrule.style.color){thisrule.style.color="gray";}
      if(thisrule.style.color=="gray"){thisrule.style.color="blue";}else{thisrule.style.color="gray";}
      
      thisrule = crossBrowsercssrule()[4];
      if(!thisrule.style.color){thisrule.style.color="gray";}
      if(thisrule.style.color=="gray"){thisrule.style.color="silver";}else{thisrule.style.color="gray";}
      
}


function pinballtable(){
   //if (document.all && document.getElementById){/*If IE*/

      flashborder();
   
   //}
}


function menuinfo(num){

   if(num==0) tex="Every site needs a home page this is ours.";
   if(num==1) tex="Find out whats been going on around here.";
   if(num==2) tex="A place for our members to hangout.";
   if(num==3) tex="Member information can be found here.";
   if(num==4) tex="Choose the lesser of two evils, and click.";
   if(num==5) tex="You really think we want you?";

   //getElm("menuinfo").innerHTML=tex;
   //getElm("menuinfo").style.visibility = "visible";
}
function clearmenuinfo(){
   //getElm("menuinfo").innerHTML="";
   //getElm("menuinfo").style.visibility = "hidden";
}


function locationReload(){location.reload();return false}

function swaptodsb(){
   getElm("toplogo").src="images/dsb.jpg";
   getElm("toplogo").width=700;
   getElm("toplogo").height=150;
}


function swapexpand(){
//alert(document.styleSheets[0].cssRules[8].selectorText)
   if(document.styleSheets[0].rules){
      document.styleSheets[0].rules[12].style.width="100%"
   }
   else if(document.styleSheets[0].cssRules){
      document.styleSheets[0].cssRules[8].style.width="100%"
   }
}

function expandlogo(){
getElm("toplogo").width=document.getElementsByTagName("BODY")[0].clientWidth-16
window.onresize=expandlogo;
}

function displaycol(){
getElmS("rcol").display="block"
}

function setcur(){
   var buttoncur = document.getElementsByTagName("INPUT");
   for(i=0;i<buttoncur.length;i++)
   {
      if(buttoncur[i].type=="button" || buttoncur[i].type=="submit"  )
      {
            buttoncur[i].className="buttoncursor"
      }
   }
}


/*

filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=36)

*/

//-->
</script>

</head>
<body>
<br><br>
<table class="td_width_six" border="0" cellspacing="0" cellpadding="0" align="center">
   <tr>
      <td colspan="2" align="center" valign="top" style="padding-top: 8px;">
          <br><img src="images/top.png" alt="" width="411" height="52" border="0">
      </td>
   </tr>
</table>
            

<table class="td_width_six" border="0" cellspacing="0" cellpadding="5" align="center">
   <tr>
      
    <td valign="top">
         <table class="td_width_six" cellspacing="0" cellpadding="2" border="2" align="center">
               <td>
               </td>
            </tr>
            <tr>
               <td colspan="2" valign="top">
               
                     <table border="0" cellspacing="0" cellpadding="0" align="center">
                     <tr>
                        <td>
                           <a href="default.asp" class="mlink"></a>
                           <a class="mlink" href="news.asp">News</a><strong>  -  </strong>
                           <a class="mlink" href="message_center.asp">Forum</a><strong>  -  </strong>
                           <a class="mlink" href="display_members.asp">Members</a><strong>  -  </strong>
                           <a class="mlink" onClick="showlogin()" href="javascript://">Login</a><strong>  -  </strong>
                           <a class="mlink" href="signup_applicants.asp">Join</a>
                         <br>
                        </td>
                     </tr>
                     <tr>
                        <td align="center">
                              
                                 <form action="login.asp?sendback=news.asp" method="post" name="login" id="login">
                                 <table cellspacing="2" cellpadding="0" class="logonTD" id="logonTDID">
                                    <tr>
                                       <td><br>
                                          <input class="input_login" type="text" name="username" value="username" title="username" onFocus="this.value=''">
                                       </td>
                                       <td><br>
                                          <input class="input_login" type="password" name="password" value="PassWord" title="Password" onFocus="this.value=''">
                                       </td>
                                       <td><br>
                                          <input class="input_login" type="submit" value="Login">
                                       </td>
                                    </tr>
                                 </table>
                                 </form>
                                 
                        </td>
                     </tr>
                     </table>


               </td>
   
               
               
            </tr>
         </table>
      </td>
      
   
      </tr>
      <tr>
      <td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
    <td class="tdheadLeft">News - Toolbar</td>
   <td class="tdheadRight"><a href="write_news.asp" class="tdheadLink">
   <img src="images/icon_pencil.gif" alt="" width="12" height="12" border="0"> Write News</a>
   </td>
</tr>
</table><br>


<table width="100%" cellspacing="0" cellpadding="2" border="0"><tr><td class="tdheadLeft">
Welcome - 10/18/2006
</td><td class="tdheadRight">
B@TMAN
</td></tr><tr><td class="tdbody" colspan="2">
<em><b><center><span style="color: Maroon;"><font style="font-family: Tahoma;"><font style="font-size: large;">FULL TILT - Development WebSite.</font></font></span></b></em><br>Full Tilt is a zone development project for the online game Continuum.<br><span style="color: Navy;"><em><font style="font-size: 10px;"><b>( CURRENTLY NOT AVAILIBLE TO THE PUBLIC. )</b> </font></em> </span><br><br></center><br><br><center><img src="images/screenshot.png" border="0"></center><br><br><center><em><b><font style="font-family: Tahoma;">Started November 2006</font></b></em><br><br>This website is intended for those who wish to contribute to the development of this zone. <br>If you would like to contribute, the first step is joining this website.<br><br><br><a href="signup_applicants.asp"> <b>Join Here</b> </a><br><br><br><br>Here are some screen shots of Full Tilt in various stages of its development, <br>but keep in mind the final map is along way from being complete.<br><br><b><br><a href="screens/radar.png" target="twin">0</a> <a href="screens/screenshot4.png" target="twin">1</a> <a href="screens/screenshot5.png" target="twin">2</a> <a href="screens/screenshot7.png" target="twin">3</a> <a href="screens/screenshot8.png" target="twin">4</a> <a href="screens/screenshot11.png" target="twin">5</a> <a href="screens/screenshot12.png" target="twin">6</a> <a href="screens/screenshot15.png" target="twin">7</a> <a href="screens/screenshot17.png" target="twin">8</a> <a href="screens/screenshot18.png" target="twin">9</a><br></b><br><br><br>Here is a chart that outlines Full Tilts ship settings, and prize-bot functions. <br>Ship settings and prize-bot function are still being worked out. <br>This chart will be updated when the final design is complete.<br><br><br><a href="shipchart/ship_settings.html" target="_blank"> <b>Ship Chart</b> </a><br><br><br><br>Visitors of this website can sign our SpaceBook if they so chose to. <br>Just double click where you'd like to sign. Note: SpaceBook has effects that can <br>only be seen if using Internet Explorer 5.5+, I recommend viewing it with that browser <br>if possible.<br><br><br><a href="javascript:popsbfswin()"><b>Sign SpaceBook Here</b></a><br></center>
</td></tr></table>
<br>
<div align="center"><b>1 listings. page  1 of 1 page(s).</b></div>  
<br>
      </td>
   </tr>
</table><br><br><br><br>
<table class="td_width_six"  border="0" cellspacing="0" cellpadding="4" align="center">
   <tr>
      <td valign="bottom" style="font-size: 10px;"><a href="http://www.brinkster.com/redirect.aspx?rf=FullTiltZone&ad=1000&redirect=/hosting/hosting.aspx" target="_blank" style="text-decoration: none;font-size: 10px;font-weight:normal;">SIMPLIFIED WEB HOSTING! CLICK HERE.</a></td>
     <td colspan="2" align="right" valign="bottom" style="font-size: 10px;"><a href="#" title="Its Mine All Mine!" style="text-decoration: none;font-size: 10px;font-weight:normal;">COPYRIGHTED (C) 2003 ALL RIGHTS RESERVED</a> <a href="admin/admin_control.asp" style="text-decoration: none;"> </a></td>
   </tr>
</table>



</body>
</html>


Seriously: What the hell?
Back to top
View users profile Send private message Add User to Ignore List
Cancer+
Server Help Squatter


Age:36
Gender:Gender:Male
Joined: Aug 19 2005
Posts: 271
Offline

PostPosted: Wed Aug 08, 2007 3:15 pm    Post subject: Reply to topic Reply with quote

Why don't you get a real host? SST, SSM ?
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address
BDwinsAlt
Agurus's Posse


Age:33
Gender:Gender:Male
Joined: Jun 16 2003
Posts: 1145
Location: Alabama
Offline

PostPosted: Wed Aug 08, 2007 3:53 pm    Post subject: Reply to topic Reply with quote

I wouldn't recommend SSM. Read trash talk about SSM Rapid Fire. Cancer doesn't keep good security in place in the zones he hosts and makes no backups. Confess+ is good (SST).

You can host your zone on your computer if you like anyway. Just remember to have fun and don't be sad if things don't work out. It's not easy to get population and it doesn't happen over night.

@Solo: I see what you're saying. It's perfectly organized then it's jumbled.
Kinda weird.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website AIM Address Yahoo Messenger MSN Messenger
D1st0rt
Miss Directed Wannabe


Age:36
Gender:Gender:Male
Joined: Aug 31 2003
Posts: 2247
Location: Blacksburg, VA
Offline

PostPosted: Wed Aug 08, 2007 8:07 pm    Post subject: Reply to topic Reply with quote

That's not what he was talking about
_________________

Back to top
View users profile Send private message Add User to Ignore List Visit posters website
BDwinsAlt
Agurus's Posse


Age:33
Gender:Gender:Male
Joined: Jun 16 2003
Posts: 1145
Location: Alabama
Offline

PostPosted: Wed Aug 08, 2007 8:46 pm    Post subject: Reply to topic Reply with quote

You mean the W3C thing?
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website AIM Address Yahoo Messenger MSN Messenger
Cancer+
Server Help Squatter


Age:36
Gender:Gender:Male
Joined: Aug 19 2005
Posts: 271
Offline

PostPosted: Wed Aug 08, 2007 11:21 pm    Post subject: Reply to topic Reply with quote

You moron. The zone was up for like MAYBE a week. Good security? It's his settings. No backups? He didn't really have anything to back up. Stop talking and go shoot yourself.

Anyways, I suggest getting a good host whenever you finish your zone. Good luck.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address
B@TMAN
Newbie


Gender:Gender:Male
Joined: Aug 02 2007
Posts: 8
Location: Pittsburgh, PA
Offline

PostPosted: Thu Aug 09, 2007 8:04 pm    Post subject: Reply to topic Reply with quote

Solo Ace wrote:


Seriously: What the hell?


What the hell what?

Must all my threads get hijacked by some idiot...
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website
Cheese
Wow Cheese is so helpful!


Joined: Mar 18 2007
Posts: 1017
Offline

PostPosted: Thu Aug 09, 2007 9:56 pm    Post subject: Reply to topic Reply with quote

BDwinsAlt wrote:
It's not easy to get population and it doesn't happen over night.


soooooooooooooooooooooo true. >: (
_________________
SSC Distension Owner
SSCU Trench Wars Developer
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address
B@TMAN
Newbie


Gender:Gender:Male
Joined: Aug 02 2007
Posts: 8
Location: Pittsburgh, PA
Offline

PostPosted: Fri Aug 10, 2007 12:38 am    Post subject: Reply to topic Reply with quote

Building a zone that people will actually spend their time at is no doubt the real challenge. All I can say is I've seen them all, and could list a million things not to do, and a few that seem to work. We will see if im added to the crash-n-burn list, or not.. lol..


As for hosting, The zone would die a horrible death before its even finished, if I did that.


Thanks to everyone for the advice,
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website
Smong
Server Help Squatter


Joined: 1043048991
Posts: 0x91E
Offline

PostPosted: Sat Aug 11, 2007 11:36 am    Post subject: Reply to topic Reply with quote

Have you though of adding the website to your forum profile? That way more people may see it.
_________________
ss news
Back to top
View users profile Send private message Add User to Ignore List Visit posters website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Zone Hosting / Advertising All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 661 page(s) served in previous 5 minutes.

phpBB Created this page in 0.474456 seconds : 38 queries executed (88.7%): GZIP compression disabled