Dongguan Junyi Hotel website source code
v0
Dongguan Junyi Hotel website source code
COUNTER_HITS: The number of visits recorded by the counter, stored in the setting
USR_ONLINE: The current number of online users, stored in the Application object
COUNTER_INCREASE_TYPE: Counter counting method, "0": Each time the user visits, it increases by 1, "1": Each time the user visits, it increases a random number between 1-STR_COUNTER_INCREASE_RANGE, stored in the setting, modify the STR_COUNTER_INCREASE_RANGE constant in getCounter() The range in which the count is increased can be changed
GBOOK_MODEL: Guestbook mode "0" is fully open, "1" is semi-open, and "-1" is fully closed