Log in

View Full Version : Fake views count


Abdo-sa
10-30-2006, 05:23 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





Thanks

G0F0RBR0KE
10-30-2006, 10:53 PM
Doing that, will cause the topic to die. When a user sees 1 reply with 10+view. They have no attention in visiting the site.

Abdo-sa
10-31-2006, 07:41 AM
Doing that, will cause the topic to die. When a user sees 1 reply with 10+view. They have no attention in visiting the site.
but do you know how to do it ? or any other member ?

G0F0RBR0KE
11-01-2006, 03:44 AM
Go to ACP>Maintenance>Update Counters>Rebuild Thread Information and Rebuild Post Cache or simply try them all unless it's not needed.

Abdo-sa
11-01-2006, 10:21 AM
Go to ACP>Maintenance>Update Counters>Rebuild Thread Information and Rebuild Post Cache or simply try them all unless it's not needed.
I think you didn't get it.

I want to fake numbers of views. Your way will decrease the numbers of view.