Hallo habe das modul bereits bei 161 genutzt da hat alles super geklapt nun bau ich eine 164 seite
die Aktuelle version 1.6.4 pl3 mit neusen hotfix
mein problem ist in der online inst anleitung steht
Installation 1.6.4:
============================================
Suche in der Datei pkinc/main.php nach:
#check register_globals and unset everything if nessesary
if(@ini_get('register_globals'))
und füge direkt darüber folgendes ein:
//---> load pkSecurityModule <---\
define('smInScript',true);
include(pkDIRWWWROOT."pkSecurityModule/main.php");
//---> / load pkSecurityModule <---\
und wenn ich nun meine main aufmache ist die gesuchte zeile nicht vorhanden sihe hier
<?php
// ------------------------------ pkSecurityModule Copyright ------------------------------- //
// pkSecurityModule v1 - 2008 by KitNetwork.de | Headless
// Der Download dieses Addons ist nur von den Seiten des KNW erlaubt.
// ------------------------------- pkSecurityModule Copyright ------------------------------- //
if(!defined('smInScript'))
die('pkSecurityModule: Direkter Zugriff auf diese Datei ist nicht gestattet!');
# clean vars
unset($DEBUG, $uaBlacklist, $urlBlacklist, $postBlacklist, $postWhitelist, $spamBlacklist, $uploadBlacklist, $uploadWhitelist);
# include additional files
require_once('configuration.php');
include_once(confCorePath.'main.class.php');
include_once(confCorePath.'helper.class.php');
include_once(confListsPath.'global.lists.php');
include_once(confListsPath.'own.lists.php');
# load class
$MAIN = new SecurityModule();
$HELPER = new SecurityModuleHelper();
# get path 4 inclusion
define('smMainPath', $HELPER->getPath().confSystemPath);
# check ua
if(confBlockUA)
{
$MAIN->checkUserAgent();
}
# check URL
if ($HELPER->checkExceptions($MAIN->SERVER['REQUEST_URI'],'URL'))
{
$MAIN->urlEngine();
}
# check POST & SPAM
if ($HELPER->checkExceptions($MAIN->SERVER['REQUEST_URI'], 'POST'))
{
$MAIN->readPostValues();
}
# check UPLOAD
if (confBlockUpload)
{
$MAIN->getUploads();
}
?>
also was muss ich nun machen??
HP im Aufbau =
http://phoenix.radio-magma.de/