I want to test in depth... but i cannot manage to get it working at all..
I have enable php5 for the prom folder (and subfolders)
the files are however completly not parsed by PHP(5) after a certain line in the index.php file:
code: Select all
<?
define("PROMISANCE", true);
ob_start("ob_gzhandler");
// These three must be included from our own code, so as to make the rest work
include("find-server.php"); // Should be absolutely no need to modify
include("conf-proc.php"); // This below file manually tries to see if local/config.php exists, so no worries there
require_once("server-env.php"); // This makes 'local' work
// From here on they can all be local
include("ip.php");
require_once("theend.php");
include("smarty/Smarty.class.php");
global $tpl;
$tpl = new Smarty;
$tpl->caching = false;
$tpl->compile_dir = './cache/templates/';accessing single files directly are parsed (you get php erros, like forbidden etc etc
PHP4 will be available until they keep bringing out security patches.. after it is not longer considered safe to use anymore it will be removed from the server! (within short period, that is from all hosting companies on the internet then!)
anyone have a suggestion? *laughs*