Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
BobbaRP no connect
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="wow97" data-source="post: 447763" data-attributes="member: 85569"><p>[CODE]## BobbaRP EMULATOR</p><p></p><p>## MySQL Configuration</p><p>db.hostname=127.0.0.1</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=</p><p>db.name=</p><p></p><p>## MySQL pooling setup (controls amount of connections)</p><p>db.pool.minsize=10</p><p>db.pool.maxsize=999999</p><p></p><p>## Game TCP/IP Configuration</p><p>game.tcp.bindip=my-ip</p><p>game.tcp.port=30000</p><p>game.tcp.conlimit=100000</p><p>game.tcp.conperip=200</p><p>game.tcp.enablenagles=true</p><p></p><p>## MUS TCP/IP Configuration</p><p>mus.tcp.bindip=myip</p><p>mus.tcp.port=30001</p><p>mus.tcp.allowedaddr=myip</p><p></p><p>## Client configuration</p><p>client.ping.enabled=1</p><p>client.ping.interval=20000</p><p>client.maxrequests=300</p><p></p><p># WebSocket TCP/IP Configuration</p><p>ws.tcp.bindip=my-ip (not correct????????)</p><p>ws.tcp.port=3000</p><p></p><p># Head color</p><p>head.color=;40;34;35;36;31;32;37;38;43;46;47;48;44;39;45;42;61;1394;1395;33;1396;1397;1398;49;1342;1343;1399;1344;1400;1401;59;1345;1348;54;1346;1347;55;1349;56;1350;1351;1352;1402;1403;1404;1405;1353;57;60;58;1354;1355;1356;53;52;1406;51;1316;50;41;1407;</p><p>look.color=;1048;90;91;66;1320;68;73;72;71;74;75;76;82;81;80;83;84;85;88;64;1325;67;1409;89;92;93;1321;1410;1322;94;1323;70;1411;1324;1329;1330;1331;100;1412;1413;96;1328;1414;97;1326;98;1327;95;99;1415;1416;1417;1418;1419;79;1420;78;1340;1421;1339;1337;105;104;1422;106;1423;107;1424;108;1341;1425;1426;1338;77;1427;63;1428;1334;1335;1429;109;1336;1430;1431;1432;1433;87;86;1315;103;102;101;1332;1333;110;</p><p></p><p>price.soin=20[/CODE]</p><p></p><p></p><p></p><p></p><p>If i put the static ip or 127.0.0.1 on ws.tcp.bindip, it works but does not receive connections.</p><p>My hotel is traveling on the 8080 if it is of interest</p><p></p><p></p><p></p><p></p><p>First case:[ATTACH=full]8623[/ATTACH]</p><p></p><p></p><p>Second Case:</p><p>[ATTACH=full]8624[/ATTACH]</p></blockquote><p></p>
[QUOTE="wow97, post: 447763, member: 85569"] [CODE]## BobbaRP EMULATOR ## MySQL Configuration db.hostname=127.0.0.1 db.port=3306 db.username=root db.password= db.name= ## MySQL pooling setup (controls amount of connections) db.pool.minsize=10 db.pool.maxsize=999999 ## Game TCP/IP Configuration game.tcp.bindip=my-ip game.tcp.port=30000 game.tcp.conlimit=100000 game.tcp.conperip=200 game.tcp.enablenagles=true ## MUS TCP/IP Configuration mus.tcp.bindip=myip mus.tcp.port=30001 mus.tcp.allowedaddr=myip ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300 # WebSocket TCP/IP Configuration ws.tcp.bindip=my-ip (not correct????????) ws.tcp.port=3000 # Head color head.color=;40;34;35;36;31;32;37;38;43;46;47;48;44;39;45;42;61;1394;1395;33;1396;1397;1398;49;1342;1343;1399;1344;1400;1401;59;1345;1348;54;1346;1347;55;1349;56;1350;1351;1352;1402;1403;1404;1405;1353;57;60;58;1354;1355;1356;53;52;1406;51;1316;50;41;1407; look.color=;1048;90;91;66;1320;68;73;72;71;74;75;76;82;81;80;83;84;85;88;64;1325;67;1409;89;92;93;1321;1410;1322;94;1323;70;1411;1324;1329;1330;1331;100;1412;1413;96;1328;1414;97;1326;98;1327;95;99;1415;1416;1417;1418;1419;79;1420;78;1340;1421;1339;1337;105;104;1422;106;1423;107;1424;108;1341;1425;1426;1338;77;1427;63;1428;1334;1335;1429;109;1336;1430;1431;1432;1433;87;86;1315;103;102;101;1332;1333;110; price.soin=20[/CODE] If i put the static ip or 127.0.0.1 on ws.tcp.bindip, it works but does not receive connections. My hotel is traveling on the 8080 if it is of interest First case:[ATTACH=full]8623[/ATTACH] Second Case: [ATTACH=full]8624[/ATTACH] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
BobbaRP no connect
Top