This will put a big burden on your database so I'd say forget it.
To ignore same members' view you have to first save all views in your database so that you can check a view if it exist or not before incrementing the count. Even in a small board attempting to keep the records of all thread views would take way a lot of database space, let alone increasing MYSQL activities.
|