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

[SmallFix]Vacantion Mode-If you have problems

Status
Not open for further replies.
Joined
Jan 1, 2009
Messages
384
Reaction score
20

AdriaN401MasteR - [SmallFix]Vacantion Mode-If you have problems - RaGEZONE Forums
Hey there o-game lovers :eek:tt:,

If you have problems with the vacantion mode (and even if you don't know if you have, you can still use this..)...

This small php code will block users that have vacantion mode activated to visit any other page than "/overview.php","/options.php","/frames.php","/leftmenu.php"&"/messages.php".

1.Open common.php

2.At the end, after:
PHP:
	$dpath     = "../" . DEFAULT_SKINPATH;
}

3.Add:
PHP:
$vacantion_page = array("/overview.php","/options.php","/frames.php","/leftmenu.php","/messages.php");//page autorisé
        if($user['urlaubs_modus'] == 1 && in_array($_SERVER['PHP_SELF'],$vacantion_page) == false){
            message ("Vacantion mode is active | You can't play!");
        }
urlaubs_modus is the column for the vacantion mode in the users table.​

Maybe usefull for some...:sneaky2:
 
Skilled Illusionist
Joined
Oct 28, 2008
Messages
379
Reaction score
47
Tested,
Working !
Another great share! I'll use it in my new source ;)
 
Skilled Illusionist
Joined
Oct 28, 2008
Messages
379
Reaction score
47
Nice to hear that. I hope Ill see some credits ( just kidding :)) ).

Can I have some secret infos about your upcoming release?:>

all the "secrets" are exposed, made a beta to get it bug free, french free, get people suggestions and so on ;)
 
Status
Not open for further replies.
Back
Top