When you want to fake the number of views in your forum by editing
showthread.php
Code:
SET views = views + 1
and change 1 to any number you want.
if you change it to
Code:
SET views = views + 6
That means one click will accounted as 6
the problem with this that vistores will notice it so you have to disable
Update Thread Views Immediately
Now how can I do the same if I disable Update Thread Views Immediately ?
Thanks in Advance
Thanks