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

Solved [Mysql error] Znote Acc @ characterprofile.php

GOD Suimy

Member
Joined
Sep 11, 2012
Messages
98
Reaction score
15
wkmkao.png


xampp/htdocs/engine/users.php (where it's suposed to be the error)

Code:
// Fetch account ID from player NAME
function user_character_account_id($character) {
    $character = sanitize($character);
    return mysql_result(mysql_query("SELECT `account_id` FROM `players` WHERE `name`='$character';"), 0, 'account_id');
}

Thanks to everyone who try to help me!;)
 
wkmkao.png


xampp/htdocs/engine/users.php (where it's suposed to be the error)

Code:
// Fetch account ID from player NAME
function user_character_account_id($character) {
    $character = sanitize($character);
    return mysql_result(mysql_query("SELECT `account_id` FROM `players` WHERE `name`='$character';"), 0, 'account_id');
}

Thanks to everyone who try to help me!;)
If you are going to host this server on a Windows machine, i recomend uniformserver.
 
Give me reasons!;) Xampp is good and Wamp too

Edit ur last post to put your reasons.
1. Xampp takes more resources than Uniformserver
2. Xampp is well known for it's bad security.

Well i don't care about your server just giving you a warning that someday your server may get hacked if you won't do anything.
 
Okey, I will think about installing uniform. But why u said "If you are going to host THIS server on a Windows machine, i recomend uniformserver"

This serv is too good for hosting with windows or what
 
Okey, I will think about installing uniform. But why u said "If you are going to host THIS server on a Windows machine, i recomend uniformserver"

This serv is too good for hosting with windows or what
Nah, but Windows is not always good hosting on, I would have used Linux.
 
Well I can install Linux in my PC xD, install unif serv and then znote 1.5.

Are these the best options?

SOLVED. CLOSE THE THREAD THANKS!
 
Last edited:
Back
Top