Quote:
Originally Posted by tamarian
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));
}
|
It doesnt work. Will refer ever ocurance of its opening to the page of which you clicked it on.