Author |
Message |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 20/08/2007 18:13:49
|
1 JIGSAW 1
Joined: 01/03/2007 14:35:55
Messages: 844
Location: United States, DC
Offline
|
I want to launch a server for P4P private training but when i try to start it it doesnt do anything.Help please?
|
 |
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 20/08/2007 18:18:23
|
Ray Johnson
![[Avatar]](/jforum/images/avatar/0e65972dce68dad4d52d063967f0a705.png)
Joined: 10/01/2007 13:36:12
Messages: 1983
Offline
|
stuff u have to do with ur firewall n port or w/e ill show u
|
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 20/08/2007 18:19:49
|
Ray Johnson
![[Avatar]](/jforum/images/avatar/0e65972dce68dad4d52d063967f0a705.png)
Joined: 10/01/2007 13:36:12
Messages: 1983
Offline
|
tommorw gotta go now srry
666th post
This message was edited 1 time. Last update was at 20/08/2007 18:20:04
|
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 20/08/2007 18:26:48
|
1 JIGSAW 1
Joined: 01/03/2007 14:35:55
Messages: 844
Location: United States, DC
Offline
|
omg lmao postaholiantichrist
|
 |
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 20/08/2007 21:39:39
|
TKO
![[Avatar]](/jforum/images/avatar/b6f0479ae87d244975439c6124592772.jpg)
Joined: 22/07/2007 00:09:25
Messages: 344
Offline
|
i was having a problem with that too
|
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
|
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 21/08/2007 04:02:40
|
Ray Johnson
![[Avatar]](/jforum/images/avatar/0e65972dce68dad4d52d063967f0a705.png)
Joined: 10/01/2007 13:36:12
Messages: 1983
Offline
|
1 JIGSAW 1 wrote:omg lmao postaholiantichrist 
ok so you gotta open ur firewall for port 12000 or something oscar knows.
|
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 01/09/2007 06:30:52
|
goldenboy88
Joined: 30/01/2007 01:38:10
Messages: 953
Offline
|
my port is opened for ob. as it is.. i still cant get one running? i get a login screen and such but doenst work
|
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 01/09/2007 13:48:39
|
Donny_king
![[Avatar]](/jforum/images/avatar/8f14e45fceea167a5a36dedd4bea2543.png)
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
|
Ok this is what I do:
1) Go in my router and open ports 11000 to 12002 (save)
2) Go in my windows Firewall and make an exception for port 12000 (tcp I used)
3) Go to OB, hit launch server (it starts)
4) Go to the manage server, log in and configure it
5) Click continue or start (whichever I'm not on OB right now)
6) Refresh the list and connect
To add a password is simple, in the control panel (management) just place a password in the box that prompts you to do so and save configuration.
If you guys need it I could make a guide but I haven't got the time right now. I could make it in a few days if you want.
|
[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] |
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 01/09/2007 16:15:25
|
TKO
![[Avatar]](/jforum/images/avatar/b6f0479ae87d244975439c6124592772.jpg)
Joined: 22/07/2007 00:09:25
Messages: 344
Offline
|
thank u don now imma make one for ZT training
|
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
|
|
 |
|