Community pioneers
Wanted to contribute with ideas?, want to expand the use of pandora or to help us improving it?. This... View more
add IP search to main search
-
add IP search to main search
hi,
in pandorafms 4.0.3 and pandorafms5 both versions main search cannot use for ip searching. but with simple modification we can use it for ip searching also.
this modification is for /var/www/pandora_console/operation/search_agents.php file.root@myserver:/var/www/pandora_console/operation# diff search_agents.php.18032013 search_agents.php 115a116,117 >Â Â Â // Adding an optional searching criteria by the IP Address >Â Â Â $extra_sql = "t1.direccion COLLATE utf8_general_ci LIKE '%%" . $stringSearchSQL . "%%' OR"; 146a149 >Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â " . $extra_sql . "
—-thank you Mr supun, for showing me this modifications—-