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] WBV 1.2 + MuOnlines.eu Theme 2

Banned
Banned
Joined
Jul 1, 2014
Messages
131
Reaction score
30
Roberts Gindra - [Release] WBV 1.2 + MuOnlines.eu Theme 2 - RaGEZONE Forums

Roberts Gindra - [Release] WBV 1.2 + MuOnlines.eu Theme 2 - RaGEZONE Forums

To edit swf header use this editor
Full WBV 1.2(Fixed Some Bugs) + MuOnlines theme2.
(Text Font:TrajanPro)
Sorry for bad graphic pictures(Used paint for screen shots)

 
Last edited by a moderator:
Newbie Spellweaver
Joined
Aug 9, 2009
Messages
38
Reaction score
0
when I wont login write in web write Invalid session, possibly a change of information or a different IP address, when I login with admin acc it is all god how I can fix this?
 
Junior Spellweaver
Joined
Dec 25, 2007
Messages
174
Reaction score
2
Code:
$wbv['license'] = md5($_ENV['COMPUTERNAME'].$_ENV['PROCESSOR_IDENTIFIER'].$_ENV['PROCESSOR_REVISION']);        // Your License Code

what about this?


this error's also when i install it . >
Code:
[B]Notice[/B]:  Undefined index: COMPUTERNAME in [B]X:\xampp\htdocs\config.php[/B] on line [B]43[/B]

[B]Notice[/B]:  Undefined index: PROCESSOR_IDENTIFIER in [B]X:\xampp\htdocs\config.php[/B] on line [B]43[/B]

[B]Notice[/B]:  Undefined index: PROCESSOR_REVISION in [B]X:\xampp\htdocs\config.php[/B] on line [B]43[/B]

[B]Notice[/B]:  Undefined index: ajax in [B]X:\xampp\htdocs\includes\func\ajax_fix.php[/B] on line [B]3 [/B]
 
Last edited:
Newbie Spellweaver
Joined
Aug 9, 2009
Messages
38
Reaction score
0
Code:
$wbv['license'] = md5($_ENV['COMPUTERNAME'].$_ENV['PROCESSOR_IDENTIFIER'].$_ENV['PROCESSOR_REVISION']); // Your License Code
what about this?
I try edit this md5 line but nothing has changed :(
 
Banned
Banned
Joined
Jul 1, 2014
Messages
131
Reaction score
30
Please pm skype:firefox112112 and i try to fix, license is disabled, and don't touch it, leave it.
 
Newbie Spellweaver
Joined
Aug 14, 2017
Messages
12
Reaction score
0
Change this:
Code:
$wbv['license'] = md5($_ENV['COMPUTERNAME'].$_ENV['PROCESSOR_IDENTIFIER'].$_ENV['PROCESSOR_REVISION']);        // Your License Code
To this:
Code:
$wbv['license'] = true;        // Your License Code

and this
Code:
$wbv['show_all_error'] = true;

change to: false
 
Newbie Spellweaver
Joined
Aug 14, 2017
Messages
12
Reaction score
0
KEK
wbv_lang_fatal_error


in config.php change this
Code:
$wbv['sql_date'] = "'".date("Y-m-d h:m:s")."'";
To this
Code:
$wbv['sql_date'] = "'".date("Ymd h:m:s")."'";
 
Back
Top