Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
18/02/2005 21:57:27
|
ET
Graduate
Joined: 21/02/2003 22:17:48
Messages: 179
Offline
|
Read-me - Installation for Daily Counter 1.1
(Does Not Include MySQL set-up Instructions)
1) Create a directory folder on your webserver/website for the daily counter
2) Edit config.inc.php
a) If using MySQL database - change this line
b) If using Flat Files - leave this line
c) Edit the following lines if needed
d) Add this information only if using MySQL
3) Upload the following files into that new directory:
config.inc.php
counter.class.php
demo.php
visitor.php (CHMOD 755)
+ upload the following if using flat files for records
daily.txt (CHMOD 666)
total_visits.txt (CHMOD 666)
ip.txt (CHMOD 666)
OR upload the following if using MySQL for records
create_tbl.php
mysql.class.php
4) Visit your demo page to check for functioning
5) To pull the counter into your pages, you will need to use pages with .php extensions (or check for the Mods I have posted on the forum for html pages)
6) Include the following code into the very top of your pages that you want the daily counter to show up (Look at how the demo.php is set up for a visual example)
7) Include the following into your pages where you want
the daily counter to be displayed: (Use the Demo Page as your example
Use the Search Engine to check the forum for Daily Counter Modifications
|
--------------- |
|
24/07/2006 14:17:59
|
hypz
Newbie
Joined: 24/07/2006 14:15:05
Messages: 1
Offline
|
Hello
Where can i fund the mod for html pages?
I search for it but not found it can you plz show me ..
|
|
|
|
|
|
Based on the open source JForum
|