Topic: How to switch off log of ip-adresses?
I need to make an anonymous forum. How to switch off log of ip-adresses for admins, moderators and data base?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 additions → How to switch off log of ip-adresses?
I need to make an anonymous forum. How to switch off log of ip-adresses for admins, moderators and data base?
Two methods:
Remove all information of Ip address, mainly from register.php and post.php, remove the SQL inserts and the ipaddress field in the DB, and remove where it displays the IP code.
(Reccomended)Overwrite the IP address so it dosnt insert an Ip insted it isnerts 00.00.00.00 Into the DB by changing the varaible called when inserting into the DB.
PunBB Forums → PunBB 1.3 additions → How to switch off log of ip-adresses?
Powered by PunBB, supported by Informer Technologies, Inc.