and I am getting the following error:
Code: Select all
Fatal error: Call to undefined function: html_header_sort() in /var/www/html/plugins/mactrack/mactrack_view.php on line 1405
I get output when I run php mactrack_scanner.php manually
Code: Select all
php mactrack_scanner.php -d -id=1
Content-type: text/html
X-Powered-By: PHP/4.3.9
DEBUG: HOST: 172.20.1.23 is alive, processing has begun.
DEBUG: WARNING: SITE: North, IP: 172.20.1.23, TYPE: Cisco IOS Software, C3560 Software (C356, Device Type Not Found in Device Type Table.
DEBUG: SQL: UPDATE mac_track_devices SET ports_total='0',device_type_id='0',scan_type = '1',vlans_total='0',ports_active='0',ports_trunk='0',macs_active='0',snmp_readstring='AcCd_5h0w',snmp_sysName='zone3',snmp_sysLocation='North.Tunnel.Zone3',snmp_sysContact='Eric Garnel',snmp_sysObjectID='.1.3.6.1.4.1.9.1.564',snmp_sysDescr='Cisco IOS Software, C3560 Software (C3560-IPBASE-M), Version 12.2(25)SEB1, RELEASE SOFTWARE (fc1) Copyright (c) 1986-2005 by Cisco Systems, Inc. Compiled Fri 29-Apr-05 22:25 by yenanh',snmp_sysUptime='2728451077',snmp_status='4',last_runmessage='WARNING: Device Type Not Found in Device Type Table.',last_rundate='2006-08-08 10:00:21',last_runduration='0.0836' WHERE device_id ='1'
thanks