Hide My WP Disabling Perl Script
-
Hi, I have a custom perl script that is executed on every page on my WP installs, but installing Hide My WP is disabling the execution (it no longer executes or produces any output). Is there a way to not interfere with this perl script execution?
Here’s what my request looks like, located within the footer of the theme template:<?php
shell_exec("/usr/bin/perl /home/httpd/html/domain.com/cgi-bin/script.cgi");
?>Disabling Hide My WP and the above executes from every WP page. With Hide My WP running, the above request is removed entirely and not being processed. I’m not sure if the entire cgi-bin path is being disabled or something else is being blocked while Hide My IP is running, but I require access to this specific script on all pages.
Thank you.
- The topic ‘Hide My WP Disabling Perl Script’ is closed to new replies.