exifyde
8th July 2009, 09:46 PM
im sick of asking my host to whitelist mod_security on my subdomains.
Please add the folloing to out.php
if (!preg_match("http",$url,$match)){
$url=base64_decode($url);
}
this will stop the url=http from triggering mod_security
if u add it to the top of the send_hit function it should work fine
Please add the folloing to out.php
if (!preg_match("http",$url,$match)){
$url=base64_decode($url);
}
this will stop the url=http from triggering mod_security
if u add it to the top of the send_hit function it should work fine