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

[Website]Installing Modern AAC on Uniform Server

Hey Znote, you're one heck of a teacher, you should teach how to make OT Servers on a college haha :) However back to the subject... I have no fri**in clue in how to set town temples in config.php ?? I can only find
/*Positions to start when creating character*/
$startPos['x'] = 1000;
$startPos['y'] = 1000;
$startPos['z'] = 7;

W00t? :p So... Can you please explain (for retards like me) how to set it? :D I know the coordinates for all cities and so (CTRL+T) I dunno what to do? :p

Please answer ASAP :)

Sincerely Kippan (The retarded one.) xD

In config.php:
PHP:
/*List of cities, declare by using city ID and name eg. 2=>"Eternia City" etc.*/
$config['cities'] = array(1=>'Main City', 2=>'Second City');

the number = town id
The name = city name

The position x y z you set in map editor with CTRL + T.
Make sure town id in config.php is the same as on map editor.
 
In config.php:
PHP:
/*List of cities, declare by using city ID and name eg. 2=>"Eternia City" etc.*/
$config['cities'] = array(1=>'Main City', 2=>'Second City');

the number = town id
The name = city name

The position x y z you set in map editor with CTRL + T.
Make sure town id in config.php is the same as on map editor.

Ty man, you're the greatest in the whole friggin world :D
 
In config.php:
PHP:
/*List of cities, declare by using city ID and name eg. 2=>"Eternia City" etc.*/
$config['cities'] = array(1=>'Main City', 2=>'Second City');

the number = town id
The name = city name

The position x y z you set in map editor with CTRL + T.
Make sure town id in config.php is the same as on map editor.

That's how I have it now.. /\
|
PHP:
/*List of cities, declare by using city ID and name eg. 2=>"Eternia City" etc.*/
%config['cities'] = array(thais=>'Thais', 2=>'Second City'
This isn't how you put it... How do I put it? :/ I didn't really understand what you meant... Can you show me in detail? Please? :p
 
Ehm... I don't know if the post ever got on... :S So I guess I have to write it again...

Okay, right now I have $config['cities']bla bla bla (The normal thingy like you show in the code)

Should I change it to array(thais=>'Thais') ?? I don't realy understand, please explain a bit more detailed.

Sincerely Kippan.
 
I installed it with no problems..
apacheworking.png


But can't access it from other computers..
didntwork.png


Help please.. xD
 
I installed it with no problems..
apacheworking.png


But can't access it from other computers..
didntwork.png


Help please.. xD

could not connect to 24.188.20.230

Apparently I cant communicate with port 80 on your IP. Which means there is something fuzzy with your port forwarding OR your firewall is blocking port 80 traffic OR your anti virus program ain't allowing Uniform Server to do as it please.
 
Znote, i changed the router... can you try again now? :D

And btw, before it was Accessible from internet = NO... now it's YES... so something is fixed xD
 
i have problem i can creat account on web but when i try to log in to my server that say wrong password all times what i need to do

in config.lua change password from "plain" to "sha1"


Znote, i changed the router... can you try again now? :D

And btw, before it was Accessible from internet = NO... now it's YES... so something is fixed xD

Ye, add: [email protected]. I tend to be online there these days.
 
I have 1 error
I can't create character..
says loading loading loading but never create character
 
i got somenthing like that

i try to create an account but when i am done i put register and it start loading and loading and never done
 
GOD BLESS U!
i could make my website *o*
well i haved to change program apache ports to 8090 to other people see, but not problems ^^
if anyone wants to know how to change apache ports pm me
and topic creators rep+
 
{SOLVED}Hey how do i add more buttons here, like shop and donation
Modern aac side Menu.jpg
 
Last edited:
Do these 2 steps:

1: php support:
make sure extention_PDO_mysql is enabled


2: do a clean reinstall:
- Drop database, create new database, import clean TFS schema, install Modern AAC. Test again.

This usually helps.

How ? ^_^
 
How ? ^_^

Redo the first steps of this tutorial. (It shows you how to enable pdo_mysql)
Then perhaps try to reboot your comp. Run Uniserver and see how it goes.
 
I have a problem too with this.
I followed every step of this tutorial, all my ports are open, and even the Server Status tells me:

ACCESIBLE FROM INTERNET= YES

But nobody can connect to my server.
Any ideas?
 
Show this when i got install ModernAAC

Code:
Could not connect to database.
Could not find your database.
 
A Database Error Occurred

Error Number: 1054

Unknown column 'answer_id' in 'where clause'

SELECT * FROM poll_votes WHERE answer_id = 0


wat do?
 
Back
Top