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 
free links admin info  XML
Forum Index » Support Forum
Author Message
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
[ICQ]
Anonymous



i have the same problem as you ..anyone can tell us what we need to enter in admin section ..

best regards
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
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";

?>
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum