Quote:
Originally Posted by corriewf
What would be better is if it redirected them back to whos online so it would seem like nothing happened but a refresh.
|
Sure. Put this code in vbspell_iframe.php
Find:
PHP Code:
include('global.php');
Place after:
PHP Code:
if (strpos(REFERRER, "vbspell") === false) {
$url = REFERRER;
eval(print_standard_redirect("vB Spell cannot be accessed directly", 0));
}