1.1.0
phpBB 3.3.3, 3.2.11
- Released:
- Fri Jun 11, 2021 8:12 am
- File size:
- 11.52 KiB
- Validated for:
- phpBB 3.3.3, 3.2.11
- MD5 checksum:
- 94c84b64a905a08bec1f5751092aad5e
- Install directory:
- ext/mot/ipdelete
- Description
-
IP Address Deletion
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'sdelete_user
function via thecore.delete_user_before
event. Everytime a user is deleted it replaces IP addresses stored with this user'suser_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.
- Author Mike-on-Tour
- Last updated Fri Jun 11, 2021 8:12 am
- Total Downloads 226572
- Announcement topic phpBB 3.2.x, phpBB 3.3.x
- Rating ( )
- Categories Tools
-
- Revisions
- Version
- phpBB Version(s)
-
- 1.1.0
-
- 3.3.3
- 3.2.11
-
Validation time: Jun 11, 2021 8:12 am
Downloads: 178344
-
- 1.0.3
- 3.3.2
-
Validation time: Jan 17, 2021 8:34 am
Downloads: 48220