RosInfo problem

Is there chance to make rosinfo to work at PHP 5.3.3 ??

I have this error:

Deprecated: Function split() is deprecated in /var/www/rosinfo/include/functions.php on line 58

Graph show’s only latency.

snmpwalk -v1 -c public IP_ADDRESS

Result:

iso.3.6.1.2.1.31.1.1.1.15.1 = Gauge32: 0
iso.3.6.1.2.1.31.1.1.1.15.2 = Gauge32: 0
iso.3.6.1.2.1.31.1.1.1.15.3 = Gauge32: 0
iso.3.6.1.2.1.31.1.1.1.15.4 = Gauge32: 0
iso.3.6.1.2.1.31.1.1.1.15.5 = Gauge32: 0
iso.3.6.1.2.1.31.1.1.1.15.6 = Gauge32: 0
iso.3.6.1.2.1.31.1.1.1.15.7 = Gauge32: 0
iso.3.6.1.2.1.31.1.1.1.15.9 = Gauge32: 0
iso.3.6.1.2.1.9999.1.1.1.1.0 = STRING: "MikroTik DHCP server"
iso.3.6.1.2.1.9999.1.1.1.2.0 = OID: iso.3.6.1.4.1.14988.1

There are much more lines, bo graph dosn’t show anything.
Where is the problem ???

what is rosinfo?

look at http://www.php.net/manual/en/function.split.php , ‘Notes’ section

Bigger problem is that rosinfo dosn’t graph any other data.

Snmp work fine with php, i wrote simple script to check signal strenght and it’s work.
Rosinfo dosn’t work.

Here is script: http://81.219.24.4/rosinfo/snmp.php

And this is rosinfo: http://81.219.24.4/rosinfo/show.php

Anyone can help ???