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

Status
Not open for further replies.
How to add SHA512 encryption support?

I changed from SHA1 to SHA512 in these files:

· C:\xampp\htdocs\system\application\models\account_model.php
· C:\xampp\htdocs\system\application\controllers\account.php
· C:\xampp\htdocs\API\createAccount.php


But it doesn't work, I get this error:
Code:
A Database Error Occurred

Error Number: 1305

FUNCTION dbserver.sha512 does not exist

SELECT `id`, page_access FROM `accounts` WHERE `name` = '51551' AND `password` = sha512('test')

You MySQL server doesn't have that function.
 
No, but PHP does, like I said "hash('sha512', 'string');".

Yea of course, but it takes a bit longer as you have to fetch data and then check it, but it will have multiple encryption support when I get occasion to do it.
 
Oki, done. Now it's working well with SHA512.

Thanks hehehe.

The AAC is quite good itself, but it's a bit confusing about finding files xDDD.
 
Oki, done. Now it's working well with SHA512.

Thanks hehehe.

The AAC is quite good itself, but it's a bit confusing about finding files xDDD.

Everything is logically placed :peace::$
 
Yes, altho people are not used to the MVC structure.
 
Does this work with same Xampp + phpmyadmin only??

How do I
Set CHMOD to 777 on config.php, system folder, cache folder, compile folder, injections folder and configs folder. Or the whole Modern AAC if it makes any easier for you.
??
 
Last edited:
Yeh, just googled it
I can't access install web
Parse error: syntax error, unexpected T_VARIABLE in C:\xampp\htdocs\config.php on line 17
PHP:
/*Name of server*/
$config['server_name'] = "%SERVER_NAME%";
 
Boards @ Forums dont work.. It just says: "Alert:

There is no boards to display"

Thought I've created board @adminstration
 
Boards @ Forums dont work.. It just says: "Alert:

There is no boards to display"

Thought I've created board @adminstration

Seems like you didn't. Check again, and also make sure u have installed it correctly.
 
It's seems that the Modern template from Archez, doesn't have any style declarations for forums in the css file.
 
An Error Was Encountered

Your server runs verion of PHP older than 5.3.0. Please update in order to use this system. Err code: 140704042010

I imported a clean 0.3.6PL1 (Crying Damson) database.
Any suggestions/ideas how to solve this problem?
 
Status
Not open for further replies.
Back
Top