Heyho,
wollte mal fragen, welche Ports müssen in der inc.config stehen? Nutze GabbaCMS v3 und ich hoffe einer kann mir helfen! Ich komme nicht in den Client und auch kein anderer.
Das ist in der inc.config:
PHP
<?php
/*==================================================================\
| GabbaCMS v3.0 Beta - Content Management System (CMS) für UberEmu
| #######################################################################
| Copyright (c) 2012-2013, 'Retroluga inc.' & 'PlaYsTylE'
| http://retroluga.webege.com & http://playstyle.square7.ch
| #######################################################################
| Dieses CMS ist ein weiterentwickeltes Edit von dem UberCMS 1.0
| Ein großes Dankeschön an Roy Meth0d.
| #######################################################################
| Dieses Programm darfst du für deine Zwecke bearbeiten und ändern.
| Jedoch darfst du beim veröffentlichen deines CMS nicht vergessen eine sichtbare
| Anmerkung zu hinterlassen das dieses CMS von Retroluga und Meth0d stammt!
\==================================================================*/
$config['Site']['www'] = "http://gabba.zapto.org";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "1234";
$config['MySQL']['database'] = "mod";
$config['MUS']['enabled'] = true;
$config['MUS']['ip'] = "gabba.zapto.org";
$config['MUS']['port'] = "11223";
?>
Alles anzeigen
Und das in der Config vom Emulator:
Code
## uberEmulator System Configuration File
## Must be edited for the server to work
## License key Config ##
license.name=
license.key=
## Fun Emu Professional Mode
## Anzeige von detaillierten Informationen
## Jeder SQL Befehl wird angezeigt! 1 = AN 0 = AUS
professional.mode=1
## Please use only DE / EN
language=DE
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=1234
db.name=mod
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=300
## Game TCP/IP Configuration
game.tcp.bindip=gabba.zapto.org
game.tcp.port=1232
game.tcp.conlimit=5000
## MUS TCP/IP Configuration
mus.tcp.bindip=gabba.zapto.org
mus.tcp.port=11223
mus.tcp.allowedaddr=gabba.zapto.org
## Client configuration
client.ping.enabled=0
client.ping.interval=30000
## Welcome Message
welcome.message.enabled=yes
welcome.message=Willkommen im GabbaCMS Demo Hotel
## Hoteleinstellungen
## Erklärung : ( 0 = Aus / 1 = Ein )
## auto.credits = Automatisches Verteilen von Talern alle 15 Minuten ( Rang 1 20 / Rang 2 50 )
## auto.credits.notif = Benachrichtigung für Rang 1 das man VIP kaufen kann um mehr zu bekommen und Meldung zu deaktivieren.
## achievement.?? = Bonussystem eines Systems
## site.linking = Verlinken im Chat
auto.credits=1
auto.credits.value=200
auto.credits.value.vip=700
auto.credits.notif=1
pixelmanager.minutes=15
pixelmanager.amount=100
pixelmanager.amount.vip=300
banzai.achievement=1
site.linking=1
achievement.banzai=1
achievement.fireworks=1
achievement.trade=1
achievement.chat=1
command.push.onlyvip=1
command.analytics=1
## Rangsystem - Bitte angeben ab welchem Rang man dem Befehl kann.
## Ranksystem - Please specify at what you rank the command can.
## ONLY NUMBERS!!! OR THE EMULATOR WILL CRASH!
allow.update_catalog=7
allow.give=7
allow.debug=7
allow.massgift=7
allow.update_defs=7
allow.reload_models=7
allow.t=7
allow.reload_navigator=7
allow.masscredits=6
allow.specialha=4
allow.globalcredits=7
allow.roomenable=2
allow.roomdrink=2
allow.massenable=6
allow.massdrink=6
allow.unload=6
allow.takecredits=6
allow.chatha=6
allow.credits=6
allow.mushs=6
allow.staffpick=6
allow.ha=4
allow.roombadge=6
allow.givebadge=6
allow.massbadge=6
allow.override=6
allow.hal=4
allow.chatalert=5
allow.roomkick=5
allow.invisible=5
allow.ban=4
allow.roomalert=4
allow.alert=4
allow.mute=4
allow.unmute=4
allow.kick=4
allow.roommute=4
allow.drink=2
allow.ui=2
allow.enable=2
allow.sellroom=2
allow.buyroom=2
Alles anzeigen
Wer kann mir da helfen, was ich ändern bzw. falsch gemacht habe