If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: ordhor
Forum Index » Profile for ordhor » Messages posted by ordhor
Author Message

/**
* ----------------------------------------------
* Simple Animated Counter PHP 1.1
* Copyright (c)2001 Chi Kien Uong
* URL: http://www.proxy2.de
* ----------------------------------------------
*/


Requirements:

- PHP

Installation:

Set the permissions for all *.php files to mode 755
and give write permissions to the directory:

- pages - 777 (drwxrwxrwx) (directory)


Usage:

<?php

include_once "./acounter.php";
$ani_counter = new acounter();
echo $ani_counter->create_output("page");

?>


page = the page you want to track




well, i try to put the php code in a html page and i can't make it work (how do i make it work in a html page?).

and what must i do so i can give a counter to my /~users (kinda like <img src=" "> ) ?

echo $ani_counter->create_output("page");

must make a different file for each page/user ?
 
Forum Index » Profile for ordhor » Messages posted by ordhor
Go to:   
Based on the open source JForum