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

Modern AAC 1.0

Status
Not open for further replies.
isn't hotmail because i can enter in msn, hotmail website etc...

in email field i try put @otland.net @gmail.com @yahoo.com.br @bol.com.br and i get samer error :/

PHP:
Error:

The Email field must contain a valid email address.

i have the same error :S plx help
 
Lol, I just did everything from scratch and now it's working 100%
I made a mistake with the database as you said.

But it was my first time

I'm glad it worked out :thumbup:
 
Quote:
Originally Posted by xTremoxx
isn't hotmail because i can enter in msn, hotmail website etc...

in email field i try put @otland.net @gmail.com @yahoo.com.br @bol.com.br and i get samer error :/

PHP Code:
Error:

The Email field must contain a valid email address.
i have the same error :S plx help


i also have that error. please help. i will love to change to modernaac. but i cant:( geisor works for me thou
 
Paxton/Stian- Have you noticed the extra "/" in the URL? Not sure if the best solution would be to take out the "/" from the config.php file, or fix the 'HTTP_HOST variable. Here is an example of what I'm talking about:
http://WEBSITE//index.php/p/v/commands

Current:
Code:
$config['website'] = $config['http://power.forgeofelements.com'] = 'http://'.$_SERVER['HTTP_HOST'] . '/'.trim(dirname($_SERVER['SCRIPT_NAME']), '/.\\');
Changed:
Code:
$config['website'] = $config['http://power.forgeofelements.com'] = 'http://'.$_SERVER['HTTP_HOST'] .trim(dirname($_SERVER['SCRIPT_NAME']), '/.\\');
 
its work now thanks man just dont copy the last

}

and the error gone :)

ty
 
To all the ModernACC Team,
Sicerely I want to congratulate all of your team, sincerely before I preffered gesior, but this morning I said, hmm I'll try to use ModernACC & UniformServer~ Then I tried, and I kinda love It, much of people will be asking me why?, Because,
1- More lighter than Gesior / Xampp
2- More Secure
3- Layouts kinda rox
4- Excelent Team & Updating well
5- More clean than gesior
6- And much much more,
Thank all of you for this Nice / Perfect release.
 
One quick question,
Why are you able to choose what town you want to spawn in when you create your character, but when you login you end up in the /*Positions to start when creating character*/ anyway?
 
One quick question,
Why are you able to choose what town you want to spawn in when you create your character, but when you login you end up in the /*Positions to start when creating character*/ anyway?

Example:

Town ID = rookguard

Position to start when creating character = Tutorial Island before rookgard.

If you understand :p

Your character is set to the town and will respawn at the town if you die. However, you might want to create a room or something for character to appear in for the first time, to get started.

The pos will only be effective the first login.
 
Last edited:
Example:

Town ID = rookguard

Position to start when creating character = Tutorial Island before rookgard.

If you understand :p

Your character is set to the town and will respawn at the town if you die. However, you might want to create a room or something for character to appear in for the first time, to get started.

The pos will only be effective the first login.

Ohhh! I see.
So if I make that start position in like nothing (black map) then they spawn at the temple of their choice?
 
where can i change the avatars config? i mean the size of the avatars
 
Why not change the download link for the latest rev but it had been 2 fix?
First fix: * Bugfix world with id rev 179
Second Fix: Security Fix rev 180

And good job ^ ^!
ModernAAC Forever
 
Why not change the download link for the latest rev but it had been 2 fix?
First fix: * Bugfix world with id rev 179
Second Fix: Security Fix rev 180

And good job ^ ^!
ModernAAC Forever

Because on SVN there is always beta version, and I'm relasing the stable ones.
 
Status
Not open for further replies.
Back
Top Bottom