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.5 PL1

Custom Title Activated
Loyal Member
Joined
Dec 5, 2009
Messages
2,657
Reaction score
1,178
I have delet every where
[dbo].[fn_md5] like you do it

Thats what happend

String or binary data would be truncated.

If your memb__pwd is varchar, replace only the one line for non-md5 support like i said.

If your memb__pwd is varbinary/binary type, support for md5 is included by default.

If you have problems log-in using localhost, remove ip check for test period like i've explain b4.

Learn basics no other words to say.

Does this Web supports z-team's season 8 ep 2 because im having trouble on Mucore? hope someone could help me thnx!

By default support is 100 % for MuEngine, however with few changes & a bit of code you can make it easily support any files.

now its working its not offline but i encounter this error.


php.ini

short_open_tag=on & restart webserver.

May help.
 
Newbie Spellweaver
Joined
Mar 30, 2008
Messages
45
Reaction score
2
WebEngine it’s an open source CMS for Mu Online MMORPG servers. It is designed to be the fastest, most secure, reliable and most extensible web for Mu. The version on here is very outdated. I guess the author of WebEngine doesn't understand the meaning of open source when they charge massive prices for it.
 
Last edited:
ImperiaMuCMS CEO
Loyal Member
Joined
Jul 4, 2011
Messages
1,390
Reaction score
370
Added new links for download and released premium template.

Download:




Premium Template (version coded by me):




If something will goes down, please write me, I will reupload it.
 
Experienced Elementalist
Joined
Jul 26, 2004
Messages
218
Reaction score
7
the webengine is working perfectly fine and thanks for ScriptKid for giving me a heads up!
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Dec 7, 2008
Messages
227
Reaction score
19
1. Download latest xampp if you are windows user.

2. Enable ODBC ($config['SQL_PDO_DRIVER'] = 3;) <--- where to enable this?

3. Enable extension=php_pdo_odbc.dll by removing ";" at php/php.ini

4. Restart WebServer.

5. Configure config.php (if you use MSSSQL Express use for host NAME\SQLEXPRESS ex ROOTHOME\SQLEXPRESS)
else you can use host ip

What's the reason why the message is "website offline" ?
 
Newbie Spellweaver
Joined
Jul 9, 2012
Messages
26
Reaction score
0
is the admin account base on mysql? or in sqlserver?
 
Experienced Elementalist
Joined
Jul 26, 2004
Messages
218
Reaction score
7
Check in ur sql configuration if ur 1433 connection is open/enabled.

you don't need to open the sql port just to run this webengine! you can run this even the port is disabled!

can u share your logo on website :D mine is working :D

it's on this thread already just download it btw mine is 1.0.6 version

can you teach me? please how it work

just follow the instruction!

Pogg said:
Hey, listen do not give a link where you can download SQL Server 2012, where you can put the server MU. Previously, only with SQL 2000 across.

Pogg said:
Or tell me which one is suitable for SQL Server 2012 server.

i have no idea what this person is talking about? if you asking me about the sql i'll tell you
i'm running the server on windows 8.1 and for the SQL is SQL 2012 with sp 1! both server and web engine are running perfectly fine! satisfied?
 
Last edited:
Experienced Elementalist
Joined
Jun 1, 2012
Messages
205
Reaction score
34
you don't need to open the sql port just to run this webengine! you can run this even the port is disabled!



it's on this thread already just download it btw mine is 1.0.6 version



just follow the instruction!





i have no idea what this person is talking about? if you asking me about the sql i'll tell you
i'm running the server on windows 8.1 and for the SQL is SQL 2012 with sp 1! both server and web engine are running perfectly fine! satisfied?

in your case you can run it without enabled port 1433 in mssql connection, mine is needed to open, if not is not working on me :)
if that problem is in my laptop its ok because is not for public :)
 
Custom Title Activated
Loyal Member
Joined
Dec 5, 2009
Messages
2,657
Reaction score
1,178
To reload rankings, edit path at Extra/cron.bat to your cron/cron.php file

& make it run every X minutes for example via windows task scheduler or if you are linux user via crontab & done.
 
Last edited:
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
@4FUNer i can't wait to see that version ^_^ and i have some problem about the admincp there was an error page 404 not found :(



even i change this

// USERS WITH ADMINCP ACCESS
$config['admincp_users_access'] = array(
'clerigz',
);



and this sir martin
$config['SQL_PDO_DRIVER'] = 3; // 1= dblib (default) || 2= sqlsrv || 3= odbc
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
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?



i'm using server 2003 64bit and xampp 1.7.3
 
Experienced Elementalist
Joined
Jul 26, 2004
Messages
218
Reaction score
7
in your case you can run it without enabled port 1433 in mssql connection, mine is needed to open, if not is not working on me :)
if that problem is in my laptop its ok because is not for public :)

i'm not using mssql i'm using sqlsvr! and for the record i'm using a laptop too this is where i run the web and muserver
 
Back
Top