Code: Select all
$delete_time = $current_time - 86400;
vietgamer wrote: Make it so increase count by IP only, instead of every refresh, that way people won't spam the page views.Good mod...
vietgamer wrote: Make it so increase count by IP only, instead of every refresh, that way people won't spam the page views.Good mod...
So were do you put that code?? do you put it in with the "usercp_viewprofile.php"????? cause im getting the same error!!!!wolfz wrote:you have only add an sql key..
add this one too
CREATE TABLE phpbb_profile_views ( user_id mediumint( 8 ) NOT NULL,
time int( 11 ) NOT NULL,
ip_address char( 20 ) NOT NULL );
bye bye