This problem has been resolved thankfully to Noppid at
www.vbwebmaster.com
Quote:
Modify the visits field in table banners
Change tinyint(6) to INT(6). (6) is the length.
This is the new query to start from scratch.
ALTER TABLE `banners` ADD `visits` INT( 6 ) DEFAULT '0' NOT NULL ;
That is the 127 limit fix. I dunno if anything else is broken.
|
we're very fortunate to have people out there who support others hacks...
Thanks noppid.