help me

Status
Not open for further replies.

mikezzz

New Member
Aug 21, 2011
5
0
I am working on a retro R63 but I can only find the sparrow port and not the port ame help me

naamloos-png.60


uberdb
uber-conif
## uberEmulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=******
db.name=uberdb
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=300
## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30001
game.tcp.conlimit=5000
## MUS TCP/IP Configuration
mus.tcp.bindip=bebbo.com/game-nl
mus.tcp.port=30000
mus.tcp.allowedaddr=993
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
## Welcome Message
welcome.message.enabled=yes
welcome.message=This is a Welcome Message! Have Fun!

site config
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d'
|
| #######################################################################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| #######################################################################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\======================================================================*/
$config['Site']['www'] = " ";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "******";
$config['MySQL']['database'] = "uberdb";
$config['Game']['ip'] = "127.0.0.1";
$config['Game']['port'] = 30000;
$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "bebbo.com/game-nl";
$config['MUS']['port'] = 30001;
?>

page-client

sorry bad english from me
 

Attachments

  • naamloos.PNG
    naamloos.PNG
    35.7 KB · Views: 24
Status
Not open for further replies.

Users who are viewing this thread

Top