• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Server crash + website...

Spankarn

New Member
Joined
Jul 1, 2010
Messages
101
Reaction score
1
Yoo!
I've just made my ot done..
and i have made a website and it's working but when i'm going to start my server now it just crash...

here's my config.lua
Code:
	sqlType = "mysql"
	sqlHost = "127.0.0.1"
	sqlPort = 3306
	sqlUser = "Fenara123"
	sqlPass = "Secret"
	sqlDatabase = "Fenara123"
	sqlFile = "mysql.sql"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "sha1"


Sk_rmbild_9.png
[/QUOTE]

Look that crash message...

What can i do to change it and to get my server start up?:)

Help me!

Here is my Groups.xml file..
Code:
<?xml version="1.0" encoding="UTF-8"?>
<groups>
	<group id="1" name="Player"/>
	<group id="2" name="Tutor" flags="16809984" customFlags="2" access="1" violationReasons="4" nameViolationFlags="2"/>
	<group id="3" name="Senior Tutor" flags="68736352256" customFlags="14" access="2" violationReasons="10" nameViolationFlags="2" statementViolationFlags="63" maxVips="200"/>
	<group id="4" name="Gamemaster" flags="3808558964575" customFlags="257215" access="3" violationReasons="19" nameViolationFlags="10" statementViolationFlags="69" depotLimit="3000" maxVips="300" outfit="75"/>
	<group id="5" name="Community Manager" flags="3840774348794" customFlags="781823" access="4" violationReasons="23" nameViolationFlags="42" statementViolationFlags="213" depotLimit="4000" maxVips="400" outfit="266"/>
	<group id="6" name="God" flags="3845069447162" customFlags="2097151" access="5" violationReasons="23" nameViolationFlags="426" statementViolationFlags="469" depotLimit="5000" maxVips="500" outfit="302"/>
</groups>

- - - Updated - - -

Please help me!:(
 
Last edited:
Seriously you just gave anyone the information to hack your sql database and do whatever they want...
dont post your password to your sql database
 
Seriously you just gave anyone the information to hack your sql database and do whatever they want...
dont post your password to your sql database

hahahha!
do you really think that is my password to my sql database?
I wrote secret because i didn't wanna show my password Lol..

Do you know how to fix this?
 
Back
Top