このカウンターは任意の桁数にカスタマイズでき、無料で利用できる場合は簡単な広告を表示できます。
実行時には、nobody アカウントが上書きする権限を持つディレクトリ data を作成する必要があります。
実際の実行例は
http://www.hnpts.ha.cn/freecount.htm
Header("Content -type: image/png");
if ($user=="") $user="test";
$fn="datas/".$user.".txt";
if ($bit== "") $bit=8; //デフォルト値を使用します
if (is_readable($fn)) {$f=fopen($fn,"r");
$c=fgets($ f,255);fclose( $f);} //元のカウント値を読み取ります
else $c="0"; //新しいユーザー
$l=strlen($c); //実際の値の長さを計算します
$cnt="";
for ($i=0;$i $cnt.=$c;$c1= intval($c);$c1++;
$f=fopen($fn,"w");fputs($f,$c1);fclose($f); /返信します
$font=20;
if (($c1%10==9)&&($user!="test")) {$cnt="www.hnpts.ha.cn";$font=16 ;}
//条件が満たされた場合に広告を表示します
$s=ImageTTFBBox($font,0,"times.ttf", $cnt);
$x=abs($s[4])+8;$y= abs($s[5])+7;