The way to get Http_user_agent is simple, like the PHP code:
Copy the Code code as follows:
?>
Copy the Code code as follows:
?>
Both of these can be user-agents and IP information, preferably with regular expressions, filtering out information.
———— –user-agents List ————-
Internet Explorer 6
Internet Explorer 7
Internet Explorer 8
Firefox
Chrome
Safari
Netscape
Opera
Maxthon
360SE
OmniWeb
More user-agents information at Useragents.xml
With the information in this file, what kind of browser and operating system can be disguised.
Ways to use user-agents:
firefox:[recommend using User-agent switcher this Firefox extension]
Address bar type: About:config Enter
Sets the:general.useragent.override–> custom UA information.
Chrome
Start the EXE icon property with the start parameter: –user-agent= "UA info".
Safari
Menu bar->edit->preferences->advanced->show Develop menu in menu bar;
The menu bar->develop->user-agent->ua information.
Maxthon
toolbar, tools, navigation settings, advanced options, and more, customize the UA information.
Opera
Address bar type: Opera:config Enter
Set:user-agent-> Custom ID 0-5
Note: [0 Default 1 Opera 2 Mozilla, opera detectable 3 Internet Explorer, opera detectable 4 Mozilla, opera hidden 5 internet Explorer, Opera hidden]
Iphone
Replace the mozilla/5.0 string for this file with custom UA information/system/library/frameworks/webkit.framework/webkit
The settings of IE browser need to modify the registry
User-agent location in the registry
[Hkey_local_machinesoftwaremicrosoftwindowscurrentversioninternet settingsuser-agentpost Platform], create a new string value, leave the contents blank, The name is the character you want to add to the user-agent, with "Motorolarokre2″" as an example. Modify the registry corresponding to the REG file as follows:
Windows Registry Editor Version 5.00
[Hkey_local_machinesoftwaremicrosoftwindowscurrentversioninternet Settingsuser-agentpost Platform]
"Motorolarokre2″=" "
After the change, restart IE browser.
The user-agent value of IE, below is the combination of the following address + some default values
Hkcusoftwaremicrosoftwindowscurrentversioninternet Settingsuser-agentpost Platform
Hklmsoftwaremicrosoftwindowscurrentversioninternet Settingsuser-agentpost Platform
Hklmsoftwaremicrosoftwindowscurrentversioninternet Settings5.0user-agentpost Platform
IE8 's user-agents:
IE8 on Windows Vista (compatible browsing)
mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; trident/4.0)
IE8 on Windows Vista
mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; trident/4.0)
IE8 on Windows 7
mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; trident/4.0)
64-bit IE on 64-bit Windows 7:
mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; trident/4.0)
32-bit IE on 64-bit Windows 7:
mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; trident/4.0)
By modifying User-agent, you also have the perfect disguise: operating systems, browsers, spiders, mail clients, link checking, analyzers, RSS readers, and other client-side information.
The above describes the Arguments.callee php to modify the browser user-agent to disguise your browser and operating system, including the arguments.callee aspects of the content, I hope to be interested in PHP tutorial friends helpful.