• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] WBV 1.2 + MuOnlines.eu Theme 2

Banned
Banned
Joined
Jul 1, 2014
Messages
131
Reaction score
30


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")."'";