Someone able to tell me how to change the useragentstring so the forum recognizes chromium?
Org:
PHP Code:
Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11
Mod: Mozilla/5.0 (X11; Fedora Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chromium/17.0.963.79 Safari/535.11
---------- Post added at 09:55 AM ---------- Previous post was at 09:55 AM ----------
With the modified string, it recognizes Fedora but now showing Safari instead of chrome

New mod:
PHP Code:
Mozilla/5.0 (X11; Fedora Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chromium/17.0.963.79
EDIT:
Weird, even with removed "Safari / XY" string it shows up safari as browser

---------- Post added at 10:15 AM ---------- Previous post was at 09:55 AM ----------
After some research on useragentstring.com, i hope this string does show:
Fedora
Chromium
PHP Code:
Mozilla/5.0 (X11; Fedora Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Chromium/17.0.963.79 Safari/535.11