Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

 

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help.

 
Thread Tools
Old 06-03-2010, 11:47 AM   #1
zoddy
Confirmed User
 
Join Date: Oct 2006
Posts: 278
You good at Mobile Redirection?

I am looking for someone to give me a hand with mobile redirection and a couple things I want to be able to do with it. I don't think it is a lot of work but would be willing to compensate for someone with the proper Mobile skills...

222 569 966 on icq
hit me up
zoddy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 06-03-2010, 08:04 PM   #2
svzcom
Confirmed User
 
svzcom's Avatar
 
Industry Role:
Join Date: Jun 2007
Posts: 4,654
Here´s an exemple in php:


Code:
<?php
if(strstr($_SERVER['HTTP_USER_AGENT'],'Android') ||
   strstr($_SERVER['HTTP_USER_AGENT'],'webOS') ||
   strstr($_SERVER['HTTP_USER_AGENT'],'iPhone') ||
   strstr($_SERVER['HTTP_USER_AGENT'],'iPod')) {
  header('Location: http://www.google.com');
  exit;
}
?>

and one in javascript:


Code:
var uagent = navigator.userAgent.toLowerCase();
 if(uagent.indexOf('android') ||
    uagent.indexOf('webos') ||
    uagent.indexOf('iphone') ||
    uagent.indexOf('ipod')){
    document.location = 'http://www.google.com';
}
Hope this can help you
svzcom is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 06-03-2010, 11:00 PM   #3
Jack Sparrow
Almost goners..
 
Industry Role:
Join Date: May 2008
Location: Netherlands
Posts: 11,420
Use htaccess redirect codes. Safest way.
If you need any help, just hit me up and i will see if i can help you with something.
Jack Sparrow is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 06-05-2010, 04:24 PM   #4
fatfoo
ICQ:649699063
 
Industry Role:
Join Date: Mar 2003
Posts: 27,763
Good luck, zoddy.
__________________
Send me an email: [email protected]
fatfoo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 06-21-2010, 08:47 PM   #5
zoddy
Confirmed User
 
Join Date: Oct 2006
Posts: 278
hey thanks guys, actually figured out what i was going to do..... i might still hit u up in the future.... cheers
zoddy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
 
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks

Tags
mobile



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.