Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] WebEngine 1.0.8 / 1.0.8 PL1

Newbie Spellweaver
Joined
Aug 18, 2016
Messages
28
Reaction score
4
This is how you should do:

Lautaro - [Release] WebEngine 1.0.8 / 1.0.8 PL1 - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Mar 20, 2009
Messages
5
Reaction score
0
hello, i'm trying this web, but no sucess.



/**
* MSSQL Connection Details
*/
$config['SQL_DB_HOST'] = "VPS-IP";
$config['SQL_DB_NAME'] = 'MuOnline';
$config['SQL_DB_2_NAME'] = 'MuOnline';
$config['SQL_DB_USER'] = 'sa';
$config['SQL_DB_PASS'] = 'pwsql';
$config['SQL_DB_PORT'] = '1433';
$config['SQL_USE_2_DB'] = false;
$config['SQL_PDO_DRIVER'] = 1; // 1= dblib (default) || 2= sqlsrv || 3= odbc
$config['SQL_ENABLE_MD5'] = false;

Website: Godaddy Linux host
VPS: Windows server 2008 r2 x64
ms sql server 2012 enterprise (i try also 2008 r2, same error.)
Can someone help me?
 
Newbie Spellweaver
Joined
Aug 18, 2016
Messages
28
Reaction score
4
hello, i'm trying this web, but no sucess.



/**
* MSSQL Connection Details
*/
$config['SQL_DB_HOST'] = "VPS-IP";
$config['SQL_DB_NAME'] = 'MuOnline';
$config['SQL_DB_2_NAME'] = 'MuOnline';
$config['SQL_DB_USER'] = 'sa';
$config['SQL_DB_PASS'] = 'pwsql';
$config['SQL_DB_PORT'] = '1433';
$config['SQL_USE_2_DB'] = false;
$config['SQL_PDO_DRIVER'] = 1; // 1= dblib (default) || 2= sqlsrv || 3= odbc
$config['SQL_ENABLE_MD5'] = false;

Website: Godaddy Linux host
VPS: Windows server 2008 r2 x64
ms sql server 2012 enterprise (i try also 2008 r2, same error.)
Can someone help me?



Edit php ini: extension=php_pdo_odbc.dll , remove ; . And edit $config['SQL_PDO_DRIVER'] = 3; // 1= dblib (default) || 2= sqlsrv || 3= odbc and working =)
 
Newbie Spellweaver
Joined
Mar 20, 2009
Messages
5
Reaction score
0
Edit php ini: extension=php_pdo_odbc.dll , remove ; . And edit $config['SQL_PDO_DRIVER'] = 3; // 1= dblib (default) || 2= sqlsrv || 3= odbc and working =)

i try, check:

/**
* MSSQL Connection Details
*/
$config['SQL_DB_HOST'] = "VPS-IP";
$config['SQL_DB_NAME'] = 'MuOnline';
$config['SQL_DB_2_NAME'] = 'MuOnline';
$config['SQL_DB_USER'] = 'sa';
$config['SQL_DB_PASS'] = 'SQL PASS';
$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;









 
Initiate Mage
Joined
Jan 3, 2017
Messages
1
Reaction score
0
Hi,How to run SQL queries in Microsoft SQL Server 2014,
 
Newbie Spellweaver
Joined
Aug 6, 2014
Messages
67
Reaction score
12
Hello,
Recentley i installed webengine,
Im using season 1 server,
everything working fine but one thing
rankings is empty:
Lautaro - [Release] WebEngine 1.0.8 / 1.0.8 PL1 - RaGEZONE Forums


What should i do?
Thanks in advanced, AfikHabaz,

skype : afikvnkl
 
Newbie Spellweaver
Joined
Aug 6, 2014
Messages
67
Reaction score
12
Make sure you edit the Tables.php in "WebEngine_1.0.8\Files\includes" to make it compatible in your DB

I didn't understand how to make this compitiable with my database,
I'm afraid to do this things there are already players on my server.
 
Junior Spellweaver
Joined
Jul 29, 2007
Messages
134
Reaction score
301
Lautaro, Can I ask how to configure Email in you CMS using Gmail?
In the AdminCP go to:
Website Configuration -> Modules Manager -> Email System

Enable the Email System if it's not already enabled and the SMTP status as well.
You will have to add Gmail's SMTP info:

SMTP host: smtp.gmail.com
SMTP port: 465
SMTP user: Your full Gmail or Google Apps email address
SMTP password: Your Gmail or Google Apps email password
 
Joined
Apr 22, 2013
Messages
710
Reaction score
49
In the AdminCP go to:
Website Configuration -> Modules Manager -> Email System

Enable the Email System if it's not already enabled and the SMTP status as well.
You will have to add Gmail's SMTP info:

SMTP host: smtp.gmail.com
SMTP port: 465
SMTP user: Your full Gmail or Google Apps email address
SMTP password: Your Gmail or Google Apps email password

>Already did this settings but I keep on getting "SMTP Error: Could not authenticate."
 
Joined
Mar 14, 2014
Messages
17
Reaction score
1
Thanks for you good job.
Thanks for the files, its fast unlike other mu web, easy to config, i tested this files with PerfectZone S4 and its great, btw is there any other compatible template that i can try?

Which webserver did you use?

PD: i use sql server 2008 R2

I used xammp 1.7.3 and iis but I had no result.

Which webserver do you recommend to run this web?

Regards.:8:
 
Last edited:
Junior Spellweaver
Joined
Jul 29, 2007
Messages
134
Reaction score
301
>Already did this settings but I keep on getting "SMTP Error: Could not authenticate."

Try this: Open file:
/includes/classes/class.email.php

In line 112 you will see this:
Code:
$this->mail->Password = $this->_smtpPass;

Add the following below that line:
Code:
$this->mail->SMTPSecure = 'tls';

Save changes and try to use the email system.

Thanks for you good job.


Which webserver did you use?

PD: i use sql server 2008 R2

I used xammp 1.7.3 and iis but I had no result.

Which webserver do you recommend to run this web?

Regards.:8:

I never recommend running the web server in the same machine as the game server.
My recommendation has always been to get a dedicated server or VPS for the web alone running CentOS (Operating System).

Apache 2.4.25
PHP 5.6

Or if you don't know how to manage a linux server then just get a shared hosting account that allows outgoing connections to port 1433.
 
Back
Top