You need GD on your server but yeah, Ive got a version working now :-)
I made my own functions for os browser etc etc etc
Code:
// Get the OS
ACWB_SECURITY("OS", "WindowsNT1.0", "Windows 95");
ACWB_SECURITY("OS", "Windows98", "Windows 98 / ME");
ACWB_SECURITY("OS", "WindowsNT4.0", "Windows 98 / ME");
ACWB_SECURITY("OS", "WindowsNT5.0", "Windows 2000");
ACWB_SECURITY("OS", "WindowsNT5.1", "Windows XP");
ACWB_SECURITY("OS", "WindowsNT5.2", "Windows 2003");
ACWB_SECURITY("OS", "Linuxi686", "Linux");
ACWB_SECURITY("OS", "Linux", "Linux");
// Get the browser...
ACWB_SECURITY("BROWSER", "MSIE2.1", "Internet Explorer 2.1");
ACWB_SECURITY("BROWSER", "MSIE3.0", "Internet Explorer 3.0");
ACWB_SECURITY("BROWSER", "MSIE4.0", "Internet Explorer 4.0");
ACWB_SECURITY("BROWSER", "MSIE5.0", "Internet Explorer 5.0");
ACWB_SECURITY("BROWSER", "MSIE5.01", "Internet Explorer 5.01");
ACWB_SECURITY("BROWSER", "MSIE5.5", "Internet Explorer 5.5");
ACWB_SECURITY("BROWSER", "MSIE6.0", "Internet Explorer 6.0");
ACWB_SECURITY("BROWSER", "U", "Mozilla / Firebird");
ACWB_SECURITY("BROWSER", "I", "Mozilla");
ACWB_SECURITY("BROWSER", "Opera", "Opera");
ACWB_SECURITY("BROWSER", "Konqueror3.1", "Konqueror 3.1");
Thats the current ones, if you have any more lemme know :-)
How do you get the little character on it though :-)
Bookmarks