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

PHP Problem Acc Menager 0.3.3 By gesior

Piechu

New Member
Joined
Oct 10, 2008
Messages
113
Reaction score
0
Location
Poland/Jasło
I have 1 problem i install all for xampp , htdocs i write /localhost/ and web can't load, this is problem :
Warning: parse_ini_file(C:/xampp/htdocs/config.lua) [function.parse-ini-file]: failed to open stream: No such file or directory in C:\xampp\htdocs\config-and-functions.php on line 13
Database error. Unknown database type in C:/xampp/htdocs/config.lua . Must be equal to: "mysql" or "sqlite". Now is: ""
 
Erro fatal : Não é possível usar $ this como parâmetro em C: \ xampp \ htdocs \ config-and-functions.php na linha 498

função getOrder ($ arr, $ order, $ this) {
// Função por Colandus!
$ type = 'asc';
se ($ orderBy = $ arr [$ this])
se (isset ($ _ GET [$ order])) {
$ v = exploda ('_', strrev ($ _ GET [$ order]), 2);
se (strrev ($ v [1]) == $ this)
$ type = (strrev ($ v [0]) == 'asc'? 'desc': 'asc');
}

devolva $ isso. '_'. $ tipo;
}


 
Back
Top