Quote:
Originally Posted by fridayweb
Nice, added it a few minutes ago and it works great.
ADDED: One thing, when I saved my settings for the Domain name, it reloaded and showed me that the last two letters of my address were cut off:
"fridaythe13thforum.c"
Is that going to affect the program, or is that just a character display limit?
|
There is a character display limit of 25 spells.
You can change this manuelly
Run this query
PHP Code:
ALTER TABLE `statistic_setting` CHANGE `setting_for` `setting_for` VARCHAR( 40 ) NOT NULL
40 is the new character display limit.
Or use the string "the13thforum.com", that will works, too.
Or antother way. Look in the installation_english.txt and read this part
HTML Code:
######################################################################
**********************************************************************
**If you want to exclude more than one domainname from beeing logged**
**********************************************************************
######################################################################
PcFreak