## MOD Author: Smartor < smartor_xp@hotmail.com > (Hoang Ngoc Tu) http://smartor.is-root.com
## MOD Description: This will add a visit counter into your phpBB. Use MySQL to store data
## MOD Version: 1.1.1
***********************************************
Ziyaret Modu !!! Fakat Alltaki SQL Yapamadım !!! Yardım Edin ?
Kod: Tümünü seç
#-----[ SQL QUERY ]-------------------------------------
# Replace phpbb_ with your table prefix
# Replace '1' with your wised starting value
#
INSERT INTO phpbb_config (config_name, config_value) VALUES ('visit_counter', '1');