My Forum - your board description
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
HOW DO I MAKE MY OWN SERVER can someone give me the steps of doing it  XML
Forum Index » Technical issues
Author Message
TKO

[Avatar]

Joined: 22/07/2007 00:09:25
Messages: 344
Offline

I NEED HELP SOMEONE GIVE ME THA STEPS

OB name:TKOknockout
Class:A-
style:Jabber
Favorite boxers:HTF,LARRY,RED VIPER,AND MORE

x2 time Champion


TKOknockout-Won 471 Lost 439 Ko 463 Draw 3

Ray Johnson

[Avatar]

Joined: 10/01/2007 13:36:12
Messages: 1983
Offline

ask oscar or go to the link HTF sent me:
http://www.portforwarding.com
Donny_king

[Avatar]

Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline

The trouble is that it changes from PC to PC, do you have a router, do you have a firewall, what types/models etc etc.

Basically you need to forward port 12000 (open it).

[code]
/** Call this method when you want to play OB.*/
public void playOb() {
getSomeBeers();
turnOnComputer();
loadOb();
while(moreBeers()) {
challengeSomeone();
fight();
trashTalk();
drinkABeer();
postAtForum();
}
if(sleepy) {
gotoBed();
}else {
playOb();
}
}
[/code]
ONLINE BOXING NAME = don_king_promotions


menicaha behaniclo


[code]
/** Call this method when you are dealing with users.*/
stock HandleUsers()
{
for ( new i = 0, j = GetUsers(); i < j; i ++
{
if ( !IsUserConnected( i continue;
switch ( GetUserState( i
{
case USER_STATE_SPAMMER : RemoveUserPost( i;
case USER_STATE_IDIOT : WarnUser( i;
case USER_STATE_TOUGHGUY : LaughAtUser( i;
default : IgnoreUser( i;
}
}
return 1;
}
[/code]
 
Forum Index » Technical issues
Go to:   
Powered by JForum 2.1.8 © JForum Team