• 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!

Windows Problem with installing acc maker on dedicated server

grand128

New Member
Joined
Jun 8, 2009
Messages
33
Reaction score
0
Hello
I've installed many times gesior acc maker on my computer and it worked. I bought dedicated server, made mysql database, configured server and it works, but I cant install account maker.
In fact I dont know where should I put all files from account maker, I put it in httpdocs folder on my domain and when I put my IP in IE browser installation has started, but I have error there:

Code:
STEP 2
Check database connection
If you don't see any errors press link to STEP 3 - Add tables and columns to DB. If you see some errors it mean server has wrong configuration. Check FAQ or ask author of acc. maker.Database error - can't connect to MySQL database. Possible reasons:
1. MySQL server is not running on host.
2. MySQL user, password, database or host isn't configured in: e:/otsn/config.lua .
3. MySQL user, password, database or host is wrong.

Of course database was running this time on host.
Can anyone solve my problem? Maybe I'm doing it wrong. I've also tried install Xampp there, but I can't run apache (port is taken), the same with mysql. It's Windows Server 2008.

Please help me ;)
 
Last edited:
Hello
I've installed many times gesior acc maker on my computer and it worked. I bought dedicated server, made mysql database, configured server and it works, but I cant install account maker.
In fact I dont know where should I put all files from account maker, I put it in httpdocs folder on my domain and when I put my IP in IE browser installation has started, but I have error there:

Code:
STEP 2
Check database connection
If you don't see any errors press link to STEP 3 - Add tables and columns to DB. If you see some errors it mean server has wrong configuration. Check FAQ or ask author of acc. maker.Database error - can't connect to MySQL database. Possible reasons:
1. MySQL server is not running on host.
2. MySQL user, password, database or host isn't configured in: e:/otsn/config.lua .
3. MySQL user, password, database or host is wrong.

Of course database was running this time on host.
Can anyone solve my problem? Maybe I'm doing it wrong. I've also tried install Xampp there, but I can't run apache (port is taken), the same with mysql. It's Windows Server 2008.

Please help me ;)

1. Configure your config.lua correctly which means setup correct database pw etc...
2. Start MySQL correctly.
 
1. Configure your config.lua correctly which means setup correct database pw etc...
2. Start MySQL correctly.

As I said, my ots works well and I can play there so mysql in config.lua is configured correctly I think. What you mean "start mysql correctly"?
 
I've installed xampp and it works but acc maker still doesnt see database.
I have error in database:

Code:
cannot load mcrypt extension. please check your php configuration

how to fix it on windows server 2008?
 
/xampp/php/php4/php4.ini and php.ini
Uncomment:
Code:
extension=php_mcrypt.dll
(Remove ; in front of it)

Also make sure that you have php_mcrypt.dll in php/ext and php/extensions
 
@Cykotitan

I deleted ; from php4.ini and I have php_mcrypt.dll in php/ext and php/extensions, but I still have this error :/

Also I copied libmcrypt.dll to system32 but It doesnt work too
help me please ;x
 
Back
Top