phpwebgallery 1.7
Update my phpwebgallery to 1.7, started playing around with the different plugins that are available. RV maps & earth for google maps and google earth integration are really great !.
Also installed Stats_IP_excluder, but only got it to work after changeing the real callback function ( using * in stead of % as wildcard in the config ):
if ($this->my_config['ip_activated'])
{
if( preg_match(“/$Exclusion/”,$_SERVER['REMOTE_ADDR']) ) $do_log = false;
}

