Ok I install it now that?
- - - Updated - - -
disable MD5 on website.
Wher I changhe it?
- - - Updated - - -
Ok Its Work ! You the Best!
Printable View
Man Look
I try Edit From admincp My ranking or Eny Modules
Eror: ERROR: Could not load requested rankings.
- - - Updated - - -
At admincp eror : NOTE: The admincp module settings feature is still in BETA stage, so please, if a text box requires a number, make sure you add a number (same if it requires text only). And make sure you DO NOT leave any field empty!
But then : SUCCESS! Settings successfully saved.
Make sure that website has right privileges on the required files.
@ Jacubb please provide me a Sql Scripts to read the database statistic like total number o registered account, total number of character created and total number of guild created.
http://i57.tinypic.com/25iql2b.jpg
But don't use it on website with high traffic. If you have high traffic, you will have to cache this information and add cron job for it.PHP Code:$users = $dB->query_fetch_single("SELECT COUNT(memb___id) as users FROM MEMB_INFO");
echo $users['users'];
$chars = $dB->query_fetch_single("SELECT COUNT(Name) as chars FROM Character");
echo $chars['chars'];
$guilds = $dB->query_fetch_single("SELECT COUNT(G_Name) as guilds FROM Guild");
echo $guilds['guilds'];
How to ix this?
if i set the config.ini like this database order.
the result is. cant register and cant login the existing account.Quote:
$config['SQL_DB_NAME'] = 'MuOnline';
$config['SQL_DB_2_NAME'] = 'Me_MuOnline';
ERROR: We could not create your account, please contact the Administrator.
If the Databases order is Me__Muonline set 1st.
the result is i can register and login but the UserCP all module not working.Quote:
$config['SQL_DB_NAME'] = 'Me_MuOnline';
$config['SQL_DB_2_NAME'] = 'MuOnline';
reset character = ERROR: Your account has no characters.
unstuck character = ERROR: Your account has no characters.
Add stats = ERROR: Your account has no characters.
etc.
Hello im having this problem almost 2 days and still can't figure it out,
ERROR" website offline"
im using sql 2008 r2 32 bit, xampp 1.7.1 and already tried it to 1.7.3 still website offline
i already configure C:\xampp\htdocs\includes\ config.php
i already edit the php.iniQuote:
// SQL DATA$config['SQL_DB_HOST'] = 'Jhervin\Jhervin'; - i already triend localhost and 127.0.0.1 and my wan i.p
$config['SQL_DB_NAME'] = 'MuOnline';
$config['SQL_DB_2_NAME'] = 'MuOnline';
$config['SQL_DB_USER'] = 'sa';
$config['SQL_DB_PASS'] = 'example123';
$config['SQL_DB_PORT'] = '1433';
$config['SQL_USE_2_DB'] = false;
$config['SQL_PDO_DRIVER'] = 3; // 1= dblib (default) || 2= sqlsrv || 3= odbc - already tried to put 1 and 2 and now the 3 but still wont work
Quote:
;extension=php_pdo_firebird.dllextension=php_pdo_mssql.dll
extension=php_pdo_mysql.dll
;extension=php_pdo_oci.dll
;extension=php_pdo_oci8.dll
extension=php_pdo_odbc.dll -already remove the ;
;extension=php_pdo_sqlite.dll
extension=php_perl.dll
extension=php_pgsql.dll
;extension=php_phpdoc.dll
;extension=php_pop3.dll
;extension=php_printer.dll
i hope someone can help me with this problem, thanks
So, now you know what's the problem. Btw, I can recommend to use newer XAMPP with WebEngine andw edit PHP settings.
Quote:
Required PHP Modules, Extensions & Settings:
short_open_tag = On
php-bcmath
OpenSSL
[Linux] php-pdo_dblib
cURL
[Windows] PDO sqlsrv driver
[Windows] PDO ODBC driver