Log in

View Full Version : Fake views count !


Abdo-sa
10-30-2006, 06:27 PM
When you want to fake the number of views in your forum by editing

showthread.php

SET views = views + 1

and change 1 to any number you want.

if you change it to

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