PDA

View Full Version : user limited to # of post views - V 2.2.6


kevinsdh
08-27-2002, 01:24 AM
There is currently a hack on limiting the number of views of guests to 5 - however it doesn't appear to work in version 2.2.6 - gives major parsing errors. Dire need here :confused:

Thanks!

Zzed
08-27-2002, 08:19 AM
I am running 2.2.6 and I just walked through the install process and it worked like a charm...

You must be missing a comma somewhere. Also be sure you alter the session table before installing the hack.
alter table session add visitcount smallint(5) unsigned DEFAULT 0;

Remi
08-27-2002, 11:19 AM
Wher is the original hack please

Zzed
08-27-2002, 04:02 PM
https://vborg.vbsupport.ru/showthread.php?s=&threadid=36857 :)