Author |
Message |
06/06/2002 01:41:18
|
Moon Knight
Newbie
Joined: 06/06/2002 01:35:20
Messages: 1
Location: Toronto, Canada
Offline
|
having installed the script, everything worked our great and after loading the admin page, I am stumped. Unsure on what each field is asking for, can anyone help?
fields listed:
Titel
Entry ID
Selected Page
Action
password
Jump to page
Moon Knight
|
|
07/06/2002 15:51:42
|
Anonymous
|
i have the same problem as you ..anyone can tell us what we need to enter in admin section ..
best regards
|
|
16/07/2002 03:00:43
|
Anonymous
|
am having the same problem, i have tried everything and cannot get the fields correct on the links admin page...
grzzzzzzzzzzzzz......
needs help badly!!!! 8O
|
|
19/07/2002 02:47:25
|
Anonymous
|
There needs to be more instructions
<?php
/* database or textfile */
$COUNT_CFG["use_db"] = false; SHOULD THAT BE TRUE ?
/* config */
$COUNT_CFG["block_time"] = 3600; /* sec */ WHAT DOES THAT MEAN?
$COUNT_CFG["offset"] = 0;
/* textfile settings */
$COUNT_CFG["logfile"] = "./ip.txt";
$COUNT_CFG["counter"] = "./total_visits.txt";
$COUNT_CFG["daylog"] = "./daily.txt";
/* database settings */
$COUNT_DB["dbName"] = "DBNAME";
$COUNT_DB["host"] = "localhost";
$COUNT_DB["user"] = "USER";
$COUNT_DB["pass"] = "DB PASSWORD";
$COUNT_TBL["visitors"] = "count_visitors";
$COUNT_TBL["daily"] = "count_daily";
$COUNT_TBL["total"] = "count_total";
?>
|
|
|