ozm8 Posted February 5, 2014 Share Posted February 5, 2014 Hello I bought a script called php guard v2 and successfully installed it but I'm haveing trouble intergrating it into my other scripts like wordpress chat room etc I'm supposes to put this line of code in any main file of my scripts <?php include “phpguard_folder/config.php”; include “phpguard_folder/security.php”; ?> so i put my folder name where it says phpguard_foldername but when i go to test it i get lots of errors saying cannot find path blah blah blah If someone could help me that would be good I'd even pay $5 if someone can do it for me Quote Link to comment https://forums.phpfreaks.com/topic/285949-php-guard-help/ Share on other sites More sharing options...
cyberRobot Posted February 28, 2014 Share Posted February 28, 2014 Have you tried using a root-relative path? You could use $_SERVER['DOCUMENT_ROOT'] as shown here: http://www.php.net/manual/en/function.include.php#86842 Of course, you'll need to adapt the path so it points to phpguard_folder. Quote Link to comment https://forums.phpfreaks.com/topic/285949-php-guard-help/#findComment-1471049 Share on other sites More sharing options...
sambalette Posted March 3, 2014 Share Posted March 3, 2014 I'll gladly integrate php guard in your system. You can contact me at sambalette@gmail.com Quote Link to comment https://forums.phpfreaks.com/topic/285949-php-guard-help/#findComment-1471323 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.