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

Experienced Elementalist
Joined
May 12, 2006
Messages
212
Reaction score
11
how to add cron.bat using IIS anybody know how?

and why the login box and server info not showing in rightside of the page?
 
Last edited:
Skilled Illusionist
Joined
Jul 13, 2012
Messages
334
Reaction score
7
someone help me about this.
Lautaro - [Release] WebEngine 1.0.7 PL1 - RaGEZONE Forums
 
Experienced Elementalist
Joined
May 12, 2006
Messages
212
Reaction score
11
hello guys. why every time i manually run the cron.bat job. the webengine 1.0.7 Banner, Cs owner ang logo disappear. when im going to check in MuCastle_DATA the OWNER_GUILD table become empty. any idea why the guild name of owner guild disapear?
 
Newbie Spellweaver
Joined
Feb 19, 2015
Messages
20
Reaction score
0
i having a problem logging in it always says

[ERROR: You have reached the maximum number of login failures, therefore your account has been temporarily disabled to login to the website.
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Feb 19, 2015
Messages
20
Reaction score
0
I'm trying to solve this problem, but i really can't

i cant reset character: it always says:

ERROR: There has been an unexpected error, contact the Administrator.

then i try to enable error reporting and i found this error:

Warning: mcrypt_encrypt(): Key of size 10 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported in C:\xampp\htdocs\includes\classes\class.encryption.php on line 27


and i cant understand that error,....

im running webengine 1.0.7 season 8 episode 2 sql2008 r2
webengine patch with zteam
 

Attachments

You must be registered for see attachments list
ImperiaMuCMS CEO
Loyal Member
Joined
Jul 4, 2011
Messages
1,390
Reaction score
370
I'm trying to solve this problem, but i really can't

i cant reset character: it always says:



then i try to enable error reporting and i found this error:




and i cant understand that error,....

im running webengine 1.0.7 season 8 episode 2 sql2008 r2
webengine patch with zteam

In config file find $config['encryption_hash'] and setup there 16 characters string.
 
Newbie Spellweaver
Joined
Feb 19, 2015
Messages
20
Reaction score
0
In config file find $config['encryption_hash'] and setup there 16 characters string.
sorry im really newbie here that's the one i cant understand jacubb what should i put there? give me example please
 
Last edited:
ImperiaMuCMS CEO
Loyal Member
Joined
Jul 4, 2011
Messages
1,390
Reaction score
370
sorry im really newbie here that's the one i cant understand jacubb what should i put there? give me example please

For example "1234567890ABCDEF". But you can put there any random string with numbers, letters and special symbols, but length must be 16 characters.
 
Newbie Spellweaver
Joined
Feb 19, 2015
Messages
20
Reaction score
0
For example "1234567890ABCDEF". But you can put there any random string with numbers, letters and special symbols, but length must be 16 characters.

whats the use of encryption_hash so i can understand the code?

can i put like this ?

$config['encryption_hash'] "7777777777" ????

and do i need to reset up it again? coz it says one time setup only
 
ImperiaMuCMS CEO
Loyal Member
Joined
Jul 4, 2011
Messages
1,390
Reaction score
370
whats the use of encryption_hash so i can understand the code? so i can put like this

$config['encryption_hash'] "7777777777" ????

and do i need to reset up it again? coz it says one time setup only

It's used by encryption class to encode some input's data, as I remember, add stats module is using it for example.

Is there symbol "7"16x? Anyways, I would recommend you to use some random string like this one below:

$config['encryption_hash' = "t0QFP3ujFLIjSwa8";
 
Newbie Spellweaver
Joined
Feb 19, 2015
Messages
20
Reaction score
0
It's used by encryption class to encode some input's data, as I remember, add stats module is using it for example.

Is there symbol "7"16x? Anyways, I would recommend you to use some random string like this one below:

$config['encryption_hash' = "t0QFP3ujFLIjSwa8";


now i got it, but how about this one ? 060506?

can i use $config['encryption_hash' = "t0QFP3ujFLIjSwa8"; to my config?
 
Newbie Spellweaver
Joined
Feb 19, 2015
Messages
20
Reaction score
0
One last question
when i click vote it always says

ERROR: There has been an unexpected error, contact the Administrator.

but error reporting not showing up what do you think, and then i try to add credits via admincp

and it says
CREDITS : Unknown

in my account webpanel

there's no error reporting showing up too.,...
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top