to all that have problem 1 thing is important!
MAKE IT SURE YOUR DATABASE IS MD5.
Printable View
to all that have problem 1 thing is important!
MAKE IT SURE YOUR DATABASE IS MD5.
does it includes "website offline" problem?
solve just change
short_open_tag = Off to short_open_tag = On in php.ini but i can't see the admincp it will have a picture say 404 not found how to fix this?
- - - Updated - - -
i'm using server 2003 64bit and xampp 1.7.3
// USERS WITH ADMINCP ACCESS
$config['admincp_users_access'] = array(
'admin',
);
// RESTRICT ADMINCP MODULES TO CERTAIN USERS
$config['admincp_modules_restriction'] = array(
'latestpaypal' => 'admin',
'latestsr' => 'admin',
);
replace admin username to ur username that u are using for admin, like if u have ur gm char there in that account. when u login u can see at the right side of the top the admincp button
i can't reg in site i'm using MuE Server files :D
but i can't go to admincp @jacubb because the module have not activated yet
because i have some error in 404 not found
and this is correct?
- - - Updated - - -Quote:
<?php
/* --------------------------------------------------------------------
WebEngine
http://web.muengine.net/
@version 1.0.5
@author Lautaro Angélico <http://lautaroangelico.com/>
<angelico.lautaro@gmail.com>
Copyright (C) 2012-2013 Lautaro Angélico All rights reserved.
--------------------------------------------------------------------- */
// GENERAL SETTINGS
$config['system_active'] = true;
$config['error_reporting'] = false;
$config['website_template'] = 'default';
$config['website_language'] = 'en';
$config['encryption_hash'] = ''; // one time setting
$config['maintenance_page'] = 'http://web.muengine.net/';
$config['add_credits_to_temp'] = true; // if false, adding credits will edit the cspoints
column! (RECOMMENDED: TRUE)
$config['404_redirect'] = false; // if true, when a page is not found the user will be
redirected to home
// USERS WITH ADMINCP ACCESS
$config['admincp_users_access'] = array(
'clerigz',
);
// RESTRICT ADMINCP MODULES TO CERTAIN USERS
$config['admincp_modules_restriction'] = array(
'latestpaypal' => 'admin',
'latestsr' => 'admin',
);
// WEBSITE TITLE
$config['website_title'] = 'Welcome to MuOnline Season 6 Episode 3';
$config['website_footer_copyright'] = 'Copyright ©2012, MuOnline. All rights reserved.';
$config['website_meta_description'] = 'Season 6 Episode 3 Free MuOnline Server.';
$config['website_meta_keywords'] = 'muonline, season6, mu, private, mmorpg, best, server';
$config['website_forum_link'] = 'http://web.muengine.net/';
$config['website_title_alt'] = 'MuOnline S6EP3 - '; // for sub-pages
$config['website_page_titles'] = array(
'downloads' => 'Downloads',
'faq' => 'Frequently Asked Questions',
'forgotpassword' => 'Recover Lost Password',
'login' => 'Log In',
'rankings' => 'Top Rankings',
'register' => 'Register a New Account',
'tos' => 'Terms of Service',
'usercp' => 'User Control Panel',
'verifyemail' => 'Email Verification',
);
// SQL DATA
$config['SQL_DB_HOST'] = 'localhost';
$config['SQL_DB_NAME'] = 'MuOnline';
$config['SQL_DB_2_NAME'] = 'Me_MuOnline';
$config['SQL_DB_USER'] = 'sa';
$config['SQL_DB_PASS'] = 'pass';
$config['SQL_DB_PORT'] = '1433';
$config['SQL_USE_2_DB'] = true;
$config['SQL_PDO_DRIVER'] = 3; // 1= dblib (default) || 2= sqlsrv || 3= odbc
// EMAIL SYSTEM
$config['email_system_active'] = true;
$config['email_send_from'] = 'noreply@muonline.com';
$config['email_send_from_name'] = 'MuOnline';
$config['email_titles'] = array(
// email template => title
'CHANGE_PASSWORD' => 'MuOnline Password Updated!',
'CHANGE_PASSWORD_EMAIL_VERIFICATION' => 'MuOnline Password Change Request',
'PASSWORD_RECOVERY_REQUEST' => 'MuOnline Password Recovery Request',
'PASSWORD_RECOVERY_COMPLETED' => 'Your New MuOnline Password',
'MASTER_KEY_RECOVERY' => 'Your MuOnline Master Key',
'WELCOME_EMAIL' => 'Welcome to MuOnline!',
'WELCOME_EMAIL_VERIFICATION' => 'Verify your MuOnline email',
);
// PLUGINS SYSTEM
$config['plugins_system_enable'] = false;
// IP BLOCKING SYSTEM
$config['ip_block_system_enable'] = true;
?>
and i use 4 db and using MuE server files.. how to fix that problem sir @jacubb
- - - Updated - - -
http://i58.tinypic.com/2hz5sh5.png
Let's see who can find a solution for this problem.
Problem: "website offline:
I changed $config['error_reporting'] = false; to "true" so I'll be able to see what's going on and when I tried again, here's what I got;
PDOException: SQLSTATE[08001] SQLDriverConnect: 17 [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.
with this configuration:
// SQL DATA
$config['SQL_DB_HOST'] = 'localhost';
$config['SQL_DB_NAME'] = 'MuOnline';
$config['SQL_DB_2_NAME'] = 'Me_MuOnline';
$config['SQL_DB_USER'] = 'sa';
$config['SQL_DB_PASS'] = 'mypassword';
$config['SQL_DB_PORT'] = '1433';
$config['SQL_USE_2_DB'] = false;
$config['SQL_PDO_DRIVER'] = 3; // 1= dblib (default) || 2= sqlsrv || 3= odbc
Any hint? TIA
Man, just open php file and look into insert query, what columns are used and compare it with your database, if you have everything what it uses.
bro @jacubb what is this error? in admincp??
http://i58.tinypic.com/2hz5sh5.png
can you help me about this?
- - - Updated - - -
and about this problem when i'm debuging the site i see this
http://i62.tinypic.com/nqybed.png
clerigz you are not logged in, it would say logout, instead login on your header.
probably you are testing website on localhost, & ip check doesn't let you in
and for register problem use query
ALTER TABLE MEMB_INFO add confirmed int null