IP Address Deletion

All 3.3.x (Rhea) Extensions released in our Extensions Database will be announced in here. All support for released Extensions needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of Extensions. Any Extension support should be obtained through the Customisations Database in the support area designated for each Extension.

A direct link to support for each Extension is in the first post of the respective topic.
Locked
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29220
Joined: Sat Aug 16, 2003 7:36 am

IP Address Deletion

Post by Extensions Robot »

Extension name: IP Address Deletion
Author: Mike-on-Tour
Extension description: IP Address Deletion

Image Image


IP Address Deletion is an extension to the phpBB bulletin board software which ensures privacy and data protection by deleting user related IP addresses in all database tables original to phpBB when a user gets deleted.

Description
There are countries where the IP address an internet user uses is assumed to belong to his/her personal data and thus falls under privacy and data protection laws. Especially the supreme court of the European Union ruled that a user has a right to be informed if the IP address from which he/she logs into a web site is stored and that he/she has a right to have this information deleted if the respective service is no longer used. This means that the IP address still stored within phpBB's database must be deleted if a user gets deleted.
phpBB stores user IP addresses in several tables and explicitly within the posts table it is not deleted if a user gets deleted and his/her posts are retained. This is what IP Address Deletion does.
To fulfill this task IP Address Deletion is hooked into phpBB's delete_user function via the core.delete_user_before event. Everytime a user is deleted it replaces IP addresses stored with this user's user_id with an empty string to ensure that nowhere within the phpBB core tables the IP address is stored any longer.
From version 1.1.0 on an additional check for posts re-assigned by a moderator to another author is done. Since phpBB doesn't change the IP address to the new author it is still stored. This version is looking for such re-assignments and deletes the IP address of the original author.
To accomplish this the extension uses data not available through the used event prior to phpBB 3.2.4, it is therefor limited to phpBB versions equal to or higher than 3.2.4!

Note
IP Address Deletion has no settings and is not visible anywhere in the ACP. After having been successfully enabled it just works in the background. Its existence is only visible through its presence in the table listing the enabled extensions.
Extension version: 1.1.0
Tested on phpBB version: 3.3.3

Download file: mot_ipdelete_1.1.0.zip
File size: 11.52 KiB

Extension overview page: View

Except where otherwise noted, the phpBB Team is not responsible nor required to provide support for this extension. By installing this extension, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.

-->Extension support<--
Last edited by Extensions Robot on Mon Sep 19, 2022 7:32 pm, edited 5 times in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: IP Address Deletion

Post by Paul »

Extension validated/released
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: IP Address Deletion

Post by Paul »

Extension Updated to version 1.1.0
See first post for Download Link
Locked

Return to “[3.3.x] Extensions Database Releases”