HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //var/installatron/installers/phpmycounter/locale_en.php
<?php

itron::$locale = array_merge(itron::$locale,array(
	"_installer_phpmycounter_title" => "phpMyCounter",
	"_installer_phpmycounter_type" => "_types_statistics",
	"_installer_phpmycounter_category" => "_categories_surveysandstatistics",
	"_installer_phpmycounter_description" => "phpMyCounter is a highly-configurable free webpage hits counter maintained by Installatron.",
	"_installer_phpmycounter_authordescription" => "phpMyCounter is an easy to use yet sophisticated hit counting application. It includes an administration interface that allows you to customize the counter appearance and it works with PHP, SSI, or plain HTML webpages.",
	"_installer_phpmycounter_usagenotes" => "Cut and paste <u>one</u> of the following into your webpage code where you would like the counter to appear:<br><br>For a <b>PHP</b> webpage (ie. your page has a .php extension):<br><input type=text size=85 value='<? include (\"{http}://{subd}{domain}{dir}/counter.php\"); ?>'><br><br>For an <b>SSI</b> webpage (ie. your page has a .shtml extension):<br><input type=text size=85 value='<!--#include virtual=\"{dir}/counter.php\"-->'><br><br>For a <b>HTML</b> webpage (ie. your page has a .html or .htm extension):<br><input type=text size=85 value='<iframe width=\"100\" height=\"50\" src=\"{dir}/counter.php\" scrolling=\"no\"></iframe>'><br><br>Finally, use the admin page to configure and customize the counter appearance.",
));

?>