Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Konqueror In Viewonline.php 
 
IP shows Konqueror just as Mozilla 5.0
There are two icons for Konqueror in images/http_agents and  images/http_agents/browsers but are very old ones.

Code: [Download] [Hide] [Select]
Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko)

 



 
DoxSend private message  
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: Konqueror In Viewonline.php 
 
yes, I noticed that too, but who uses konqueror as internet browser?  
I use it only as local file browser, firefox is faster and better even on linux

anyway here the 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('Konqueror/([0-9].[0-9]{1,2})', $http_user_agent_str, $log_version))
    {
        $user_browser_ver = 'Konqueror ' . $log_version[1];
        $user_browser_img .= 'konqueror.png';
    }


 

you can use the attached image if you prefer it  

konqueror.png
Description: images/http_agents/browsers/konqueror.png 
Filesize: 861 Bytes
Viewed: 2281 Time(s)

konqueror.png


 



 
z3d0Send private messageVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  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