IP Blacklist on admin part...

Many will agre with me, big problem is that don't have this option in user list. I will have to gues which is IP address of which member... What is the use of IP Blacklist? I have to look in the been which IP address will i block... So, sugestion, bond IP address with user's...

Quote · 12 Dec 2009

It would be a nice feature to have is when a user joins their IP is automatically logged as part of their profile, like join date and last login it doesn't have to be visible to anyone but the admin.  Can we get a ticket on this:

here's a basic code to get the remote IP, the return $addr can be placed in the profile table and displayed in the Admin>Members>Geeky view for us to have in case we do need to ban a user by IP or if they do somethign illegal we can have their IP for legal reasons.  Most sites do log IP for user names to protect themselves.

<?php
function getIPfromXForwarded() {
$ipString=@getenv("HTTP_X_FORWARDED_FOR");
$addr = explode(",",$ipString);
return
$addr[sizeof($addr)-1];
}
?>

Quote · 12 Dec 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.