|
How do I detect the Sony PSP Web browser on my site?I'm looking to make a Sony PSP optimized website, but I want it so that it can only be viewed by the PSP and if viewed in a normal pc internet browser, you have a message saying "please visit us using your psp" or something along those lines. How do I do that? This is a very cool question and one that turns out to be pretty easy to solve once you realize that all Web browsers return information about themselves using a CGI environment variable called HTTP_USER_AGENT. I wrote a quick little shell script that displays the calling environment when accessed via a browser and used that for testing: #!/bin/sh When this script is invoked from Apple's Safari browser, for example, I see: HTTP_USER_AGENT=Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) but when I go to my Sony Playstation Portable (PSP) and use its built-in Web browser to access the very same script, I see: HTTP_USER_AGENT=Mozilla/4.0 (PSP (PlayStation Portable); 2.00) So that's your answer. You need to check the value of HTTP_USER_AGENT to see if it contains the sequence "PSP". You can do that within a CGI script or with a scripting language like JavaScript, depending on your preferences. There's also a second variable you could check for that I've only ever seen with the PSP browser: HTTP_X_PSP_BROWSER=2.60 (LX) I talk about how to accomplish this sort of conditional page delivery in my book Creating Cool Web Sites with HTML,XHTML and CSS too, as it happens! Hope that gets you moving in the right direction!
Categorized:
CGI Scripts and Web Site Programming
,
iPod, Sony PSP and MP3 Player Help
(Article 5246,
Written by Dave Taylor)
Tagged: Previous: Check free space on Windows XP? Next: How do I get started with affiliate marketing? Subscribe!
I have an article about how to do this in ASP.NET 2.0 so it automatically detects and reformats the page for the PSP browser... Here ya go: http://community.hackingpsp.com/forums/283/ShowPost.aspx Best, -Auri DAVE THESE ARENT HELPING ME I JUST WANT TO GET INTERNET ON MY PSP I TRIED MAND SITES I HAVE A USB CABLE TO AND A DNS CABLE IT DOESENT DO ANY THING AND WHEN I CONNECT MY USB CABLE TO THEY COMPUTER THEN IT SAYS CONNECT A USB CABLE WHEN I GO TO SETTING AND CLICK TEST USB CONNATION OK I JUST WANT TO KNOW HOW TO GET INTERNET AND PLAY ONLINE GAMES THATS ALL I ASK For the guy above, the PSP connects to the internet through a wireless connection, not through any cables. Even if you lack any common sense, at least read the damn manual, or even the box it came in. I'm surprised you actually used a computer to type that. Posted by: Tim at July 30, 2006 4:17 PMTim, i couldnt agree more....people who dont read their hand books/ manuals have no grounds to ask questions to answers they could solve themselves....COME ON PEOPLE! if you arent going to read the manual than AT LEAST google "How to connect my psp to the internet" DUH......people aggravate me soo....much Posted by: Danny at April 13, 2007 6:10 PMYeah..I guess Sony didn't figure you'd need to connect to the internet with USB. Since that would imply that you are sitting in front of a perfectly capable, internet ready PC in the first place ;P Posted by: Brandon at May 8, 2007 4:18 PMwhen does psp version 4.00 come out for psp? and what will it include Posted by: james at March 1, 2008 8:12 PMIs it possible to read CGI scripting from the PSP. I would like to read the cgi from my satellite internet terminal in order to see connection status and so on. Posted by: Malcolm Bevege at April 5, 2008 1:33 AMHi Dave, I have a question or three about the PSP browser. Please enlighten me and I’ll buy you a coffee. Thanks.. Tim, I definitely agree with you. :D
Phil, the psp's browser is very secure according to me due to its limitation. When you delete everything on the psp, it truly does delete everything except the bookmark.html file. A person will not be able to recover your sensitive information directly from the memory stick. I recommend not buying things online on the psp as the psp's browser tends to run out of memory quickly (on the phat usually) and it will cause the page to fail after the "Out of Memory" error comes up. This means that if it fails and you reload the page in the middle of a transaction, you will end up paying twice. The sensitive information can also be obtained if you are not careful online. For example, you use your credit card on a fraudulent site. I hope that helps. :) plzzz dave help me i want to know how come i can't chck my email on psp when try to go to moblie site it say sve only 3kb when it done nothing ....??? ppl hv been saying i hve to connect 2 ma pc and stuff does tht really wrk cause i can rarely go on ma pc cause parents bought this plzzz help thx in advnce hurry Posted by: nick at January 2, 2010 9:14 PMI have something to say, now that you mention it, but ...
I do have a comment, now that you mention it!
|
Recommended
Recent Entries
Search
I Need Help!
Apple iPad Help
Articles and Reviews Auctions and Online Shopping Blogs and RSS Feeds Building Web Site Traffic Business and Management CGI Scripts and Web Site Programming Computer and Internet Basics d) None of the Above Facebook Help Google Plus Help HTML and CSS Industry News and Trade Shows iPhone and Cell Phone Help iPod, Sony PSP and MP3 Player Help Mac OS X Help Pay Per Click (PPC) Advertising Search Engine Optimization (SEO) Shell Script Programming Tech Support Video Help The Writing Business Twitter, LinkedIn and Social Network Help Unix and Linux Help Video Game Tips and Help Windows PC Help WordPress Help |