hi anyone help me. i already have vps
and all working good with muengine files.
using webengine 1.0.7PL xampp 1.7.1
webengine works 100% in localhost.
how can i use my vps ip to webengine
i already have subdomain.
Tnx
Printable View
hi anyone help me. i already have vps
and all working good with muengine files.
using webengine 1.0.7PL xampp 1.7.1
webengine works 100% in localhost.
how can i use my vps ip to webengine
i already have subdomain.
Tnx
use the vps IP in your web engine settings.
where i put vps IP here? i dont see any Tnx
Quote:
<?php
/* --------------------------------------------------------------------
WebEngine
WebEngine Support Forum
@version 1.0.7
@author Lautaro Angélico <http://lautaroangelico.com/>
<angelico.lautaro@gmail.com>
Copyright (C) 2012-2014 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'] = 'changeme'; // 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
$config['gmark_bin2hex_enable'] = true;
// 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',
);
// 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'] = 'WINDOWS7-PC';
$config['SQL_DB_NAME'] = 'MuOnline';
$config['SQL_DB_2_NAME'] = 'Me_MuOnline';
$config['SQL_DB_USER'] = 'sa';
$config['SQL_DB_PASS'] = 'tutorials';
$config['SQL_DB_PORT'] = '1433';
$config['SQL_USE_2_DB'] = false;
$config['SQL_PDO_DRIVER'] = 3; // 1= dblib (default) || 2= sqlsrv || 3= odbc
$config['SQL_ENABLE_MD5'] = false;
// EMAIL SYSTEM
$config['email_system_active'] = true;
$config['email_send_from'] = 'noreply@webengine.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',
'CHANGE_EMAIL_VERIFICATION' => 'MuOnline Email Change Request',
);
// PLUGINS SYSTEM
$config['plugins_system_enable'] = false;
// IP BLOCKING SYSTEM
$config['ip_block_system_enable'] = true;
?>
Maybe in the installation? like MuCore.
127.0.0.1 , localhost or PCNAMEQuote:
// SQL DATA
$config['SQL_DB_HOST'] = 'WINDOWS7-PC';
$config['SQL_DB_NAME'] = 'MuOnline';
$config['SQL_DB_2_NAME'] = 'Me_MuOnline';
$config['SQL_DB_USER'] = 'sa';
$config['SQL_DB_PASS'] = 'tutorials';
$config['SQL_DB_PORT'] = '1433';
$config['SQL_USE_2_DB'] = false;
$config['SQL_PDO_DRIVER'] = 3; // 1= dblib (default) || 2= sqlsrv || 3= odbc
$config['SQL_ENABLE_MD5'] = false;
I didn't saw this one. XDQuote:
// SQL DATA
$config['SQL_DB_HOST'] = 'WINDOWS7-PC';
$config['SQL_DB_NAME'] = 'MuOnline';
$config['SQL_DB_2_NAME'] = 'Me_MuOnline';
$config['SQL_DB_USER'] = 'sa';
$config['SQL_DB_PASS'] = 'tutorials';
$config['SQL_DB_PORT'] = '1433';
$config['SQL_USE_2_DB'] = false;
$config['SQL_PDO_DRIVER'] = 3; // 1= dblib (default) || 2= sqlsrv || 3= odbc
$config['SQL_ENABLE_MD5'] = false;
maybe I was too fast scrolling.
try to put in the host your Global IP.
check you php.ini, there is a tutorial by 4Funer for that..
please /Closed
Fixed : VPS not open port 80 ^__^