Well, I really don't know what happed with the script because it was working fine until now.
The message error says
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/mydomain/public_html/png_a.php on line 16
Warning: include(
http://www.mydomain.com/cgi-bin/status.pl?stat=33) [function.include]: failed to open stream: no suitable wrapper could be found in /home/mydomain/public_html/png_a.php on line 16
Warning: include() [function.include]: Failed opening 'http://www.mydomain.com/cgi-bin/status.pl?stat=33' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mydomain/public_html/png_a.php on line 16
I've removed the path by security reasons.
I used this code to show the count number:
<?php include "http://www.mydomain.com/cgi-bin/status.pl?stat=33"; ?>
This error is new and I want to know if is possible to fix it.
Thanks in advance.