Forumlar / Cotonti / Support / Direct Linking

Trustmaster
#14395 2009-07-17 04:42
It's something with the REFERER check (anti-leech). A dirty fix would be commenting that check in page.inc.php:
/*if ($_SESSION['dl']!=$pag['page_id'])
	{
		header('Location: ' . SED_ABSOLUTE_URL . $pag['page_pageurl']);
		exit;
	}*/
May the Source be with you!