Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Add New Google Chrome To Browser Agents 
 
If you want to add to your Icy the new Google Chrome browser in the browser agents , you could apply this simply mod:

OPEN includes/functions_mg_http.php
FIND
Code: [Download] [Hide] [Select]
    elseif (ereg('Firefox/([0-9].[0-9]{1,2})', $http_user_agent_str, $log_version))
    {
        $user_browser_ver = 'Firefox ' . $log_version[1];
        $user_browser_img .= 'firefox.png';
    }

AFTER ADD
Code: [Download] [Hide] [Select]
    elseif (ereg('Chrome/([0-9].[0-9]{1,2})', $http_user_agent_str, $log_version))
    {
        $user_browser_ver = 'Chrome ' . $log_version[1];
        $user_browser_img .= 'chrome.png';
    }


Then, you have to copy this image in imageshttp_agentsbrowsers folder:

 chrome_1220807915_656883

It should work!
 




____________
My Icy forum: www.lineameteo.it
Staff Member @ IcyPhoenix.com & IcyPhoenix.it
 
andrea75Send private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Add New Google Chrome To Browser Agents 
 
thank you , its working perfectly

 crome
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Add New Google Chrome To Browser Agents 
 
I'm using chrome on linux, and originally it was coming up as Mozilla. I looked in functions_mg_http.php and saw that your suggested code was already their, but underneath Mozilla. I moved it up, and now it works fine

Thanks very much
 



 
McManusSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron