M Minamoto Member Aug 31, 2018 #1 I would like to delete stored IP addresses. Can I do this from the Xenforo 2 admin control panel or must I go into the Cpanel? Thanks.
I would like to delete stored IP addresses. Can I do this from the Xenforo 2 admin control panel or must I go into the Cpanel? Thanks.
P Paul B XenForo moderator Staff member Aug 31, 2018 #2 Set the 'delete IP usage data after' logging option to 1 day and wait for the cron to run, or run it manually. Upvote 0 Downvote
Set the 'delete IP usage data after' logging option to 1 day and wait for the cron to run, or run it manually.
upnet Active member Nov 19, 2019 #3 I'm looking to run it manually. Is the cron "daily clean up"? Upvote 0 Downvote
D Deleted member 91401 Guest May 30, 2020 #4 @Brogan what about if I only want to remove IP entries for a specific user? Is there a way to do this via a SQL query or some other way? Upvote 0 Downvote
@Brogan what about if I only want to remove IP entries for a specific user? Is there a way to do this via a SQL query or some other way?
D Deleted member 91401 Guest May 30, 2020 #5 HazedOff said: @Brogan what about if I only want to remove IP entries for a specific user? Is there a way to do this via a SQL query or some other way? Click to expand... Figured it out: DELETE FROM xf_ip WHERE user_id = 45 Upvote 1 Downvote
HazedOff said: @Brogan what about if I only want to remove IP entries for a specific user? Is there a way to do this via a SQL query or some other way? Click to expand... Figured it out: DELETE FROM xf_ip WHERE user_id = 45
WxP Member Mar 2, 2021 #6 I have delete all ip on user but at this poit where i do show ip... that show me ip of 2 years ago ! How to delete it... HazedOff said: Figured it out: DELETE FROM xf_ip WHERE user_id = 45 Click to expand... Upvote 0 Downvote
I have delete all ip on user but at this poit where i do show ip... that show me ip of 2 years ago ! How to delete it... HazedOff said: Figured it out: DELETE FROM xf_ip WHERE user_id = 45 Click to expand...