forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Web Development for the psp

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
npmaster



Joined: 18 Sep 2005
Posts: 1

PostPosted: Sun Sep 18, 2005 4:04 am    Post subject: Web Development for the psp Reply with quote

i am having a web development problem for the psp. i decieded i was going to make a psp version of my site. i made the site ok and it works on my psp. the only trouble is i want to be able to send users to me psp sized site automatically. another trouble is that cause i am a student i am using a free 50 megs account so i am slightly restricted. anyway i found out (maybe) a solution to this problem but i need to have the psp's user agent code (the web browser id thingy). i can't find it anywhere so if someone can help me i will really be happy :-).

p.s i wasn't sure where to put this, if it is in the wrong forum then sorry. if admin can move it to the right place if there is one i would be grateful, thanks.
Back to top
View user's profile Send private message
Bytrix



Joined: 14 Sep 2005
Posts: 72
Location: England

PostPosted: Sun Sep 18, 2005 7:31 am    Post subject: Reply with quote

At the top of my index.php for my main domain I have this line :

if($_SERVER['HTTP_USER_AGENT']=='Mozilla/4.0 (PSP (PlayStation Portable); 2.00)') header('location:/psp/');

Which will basically just load the page from domain.com/psp/ if viewed from a PSP (or a browser pretending to be a PSP for testing).
Back to top
View user's profile Send private message Send e-mail
mrbrown



Joined: 17 Jan 2004
Posts: 1536

PostPosted: Sun Sep 18, 2005 9:34 am    Post subject: Reply with quote

Moved off-topic.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> General Discussion All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group