I get all the images from Google. For example, Dm's logs has a visitor in his logs now. One of his recent donors.Webmaster Chuck wrote: 01 Jan 2018, 22:46 What is the best place you folks have found to get the images of the phones?
Code: Select all
Mozilla/5.0 (Linux; Android 7.0; SM-G955F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36
Connected via Android by Charlie_M » less than a minute agoNormally it's a .jpg image. Then I trim off any excess and reduce the size to 32px height, normally it comes out 16px width.
Then I add 8px transparent on each side and the image becomes 32px x 32px in size. Save it as a .png image with the device name.
I have a list showing as Android I've been making that I need to add. If you need help with it Chuck just let me know.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
But yet in this case above we already have the Samsung Galaxy S8 listed in the core/functions.php file.
Code: Select all
				else if (preg_match('/SM-G950F/i',$user_agent))
				{
					$status = $this->user->lang['SGS8'];
				}Code: Select all
				else if (preg_match('/SM-G950F|SM-G955F/i',$user_agent))

 
 



 
 

 
 

 
 


 
 