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.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 11-05-2010, 10:58 AM   #1
roly
Confirmed User
 
Join Date: Aug 2002
Posts: 1,844
Can anyone recommend a good mobile redirect script

hi

has anyone got any recommendations for the best way of redirecting my mobile traffic?

thanks in advance
roly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2010, 11:05 AM   #2
TheSwed
Confirmed User
 
TheSwed's Avatar
 
Join Date: Feb 2004
Location: Sweden.
Posts: 3,483
see sig...SexGoesMobile the best mobile site, and easy tools to set up your own WL mobile site or just redirect all mobile traffic.
Here is the reason why this site convert your traffic to money

World wide billing system

World-wide BillingWhat good is having best product, if your customer is not able to pay for it?
With our state of the art billing-connections we offer you unique billing opportunities for all of your customers. Our billing system includes the following mechanisms: Premium SMS (Premium Text-messages), direct operator billing (phone bill), credit card, and direct debit.

We have operator billing in place in 51 countries (and this is still expanding), enabling your customers to pay with a simple click, and getting the receipt on their phone bill. Alternatively, in countries where operator billing for adult content is not applicable the customer can pay using credit/debit card or direct debit from his bank account.

Here are the different payment methods we use. :
1. Premium SMS
This is the oldest of all payment methods on mobile devices. In our opinion, this method had its day when people used it to pay for pictures and videos; however, we're still using it with our player as it is comfortable and quick. Premium SMS charges the phone bill of an end user.

2. WAP Billing (The payment system of the mobile network provider)
These days, many operators have their own billing system which can be used directly in the mobile internet. That means the user doesn't have to abort the session to send a SMS. In addition, the payouts are usually higher than those for Premium SMS,and the customer can pay with just one click on their device.. With this method, the user can comfortably pay on his mobile phone bill.

3. Credit Card
Billing via credit card is also an interesting payment method. It's obvious that it's difficult to implement directly in more than 130 countries therefore;therefore we used credit/debit card billing on mobile. The user has to insert his credit card information in his mobile which isn't particularly quick; however, especially in North America and other countries, this doesn't seem to be a problem. In addition, the operator's encryption mechanisms are used. The payout is significantly higher with credit card billing than with other payment methods.

4. Direct Debit
Credit card penetration in Europe is smaller than in other countries and people are quite sensitive about their credit card data. Many people prefer and are used to pay via direct debit. This is easier and compatible for the customer. Further the payout and the spending limits are significantly higher than with the other payment methods

Last edited by TheSwed; 11-05-2010 at 11:15 AM..
TheSwed is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2010, 11:20 AM   #3
roly
Confirmed User
 
Join Date: Aug 2002
Posts: 1,844
i'm just looking at a way of redirecting it currentky, i'll look for where to send it once i have that figured.

thanks anyway
roly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2010, 11:21 AM   #4
fallenmuffin
Confirmed User
 
fallenmuffin's Avatar
 
Industry Role:
Join Date: Nov 2005
Posts: 8,170
http://wurfl.sourceforge.net/
fallenmuffin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2010, 11:45 AM   #5
Ross
Ik ben een aap
 
Industry Role:
Join Date: Sep 2002
Location: Traffic Force Towers, Canada!
Posts: 18,874
How do you want to do it? PHP, Java or htaccess?
Ross is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2010, 12:01 PM   #6
roly
Confirmed User
 
Join Date: Aug 2002
Posts: 1,844
Quote:
Originally Posted by fallenmuffin View Post
thanks i'll take a look
roly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2010, 12:02 PM   #7
Machete_
WINNING!
 
Industry Role:
Join Date: Oct 2002
Posts: 14,579
i wonder if SE ban you for redirecting mobile users

it sounds kind of like cloaking
Machete_ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2010, 12:04 PM   #8
roly
Confirmed User
 
Join Date: Aug 2002
Posts: 1,844
Quote:
Originally Posted by Ross View Post
How do you want to do it? PHP, Java or htaccess?
I don't mind to be honest, whatever anyones found to be the best method. php or htaccess would be preferable to javascript i think.
roly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2010, 12:05 PM   #9
myneid
Confirmed User
 
myneid's Avatar
 
Industry Role:
Join Date: Jan 2003
Location: Los Angeles
Posts: 736
javascript:

if (navigator.userAgent.match(/(opera mini|ipod|iphone|android|webOS|up.browser|up.link| mmp|symbian|smartphone|midp|wap|vodafone|o2|pocket |kindle|mobile|hiptop|\bpda|psp|treo|nokia|blackbe rry)/i)) { location.replace("http://google.com"); }
__________________
Tanguy 0x7a69 inc. Programmer/President/CEO
http://www.0x7a69.com
A Leader in Programming since 1996
PHP, Ruby on Rails, MySQL, PCI DSS, and any Technical Consulting
myneid is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2010, 12:06 PM   #10
Yngwie
I am an Alien from space
 
Yngwie's Avatar
 
Industry Role:
Join Date: May 2003
Location: Ontario, Canada
Posts: 11,118
You can use an .htaccess redirect like

RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (mobile|android|blackberry|brew|htc|j2me|lg|midp|m ot|motorola|netfront|nokia|obigo|openweb|opera.min i|palm|psp|samsung|sanyo|sch|sonyericsson|symbian| symbos|teleca|up.browser|vodafone|wap|webos|window s.ce) [NC]
RewriteRule ^(.*)$ PUT URL HERE [R=302,L]

That's what I use to redirect any mobile traffic that I get.
__________________
ICQ: 16544251 - Skype: gator37 @ eastlink.ca - email: yngwie @ isys.ca
Yngwie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2010, 12:09 PM   #11
roly
Confirmed User
 
Join Date: Aug 2002
Posts: 1,844
Quote:
Originally Posted by Machete_ View Post
i wonder if SE ban you for redirecting mobile users

it sounds kind of like cloaking
yeah i've wondered that, but i'm guessing most websites redirect to a mobile site these days.
roly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2010, 12:18 PM   #12
roly
Confirmed User
 
Join Date: Aug 2002
Posts: 1,844
Thanks Yngie and Myneid I'll give them a try.

Cheers
roly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2010, 12:22 PM   #13
fallenmuffin
Confirmed User
 
fallenmuffin's Avatar
 
Industry Role:
Join Date: Nov 2005
Posts: 8,170
Quote:
Originally Posted by Yngwie View Post
You can use an .htaccess redirect like

RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (mobile|android|blackberry|brew|htc|j2me|lg|midp|m ot|motorola|netfront|nokia|obigo|openweb|opera.min i|palm|psp|samsung|sanyo|sch|sonyericsson|symbian| symbos|teleca|up.browser|vodafone|wap|webos|window s.ce) [NC]
RewriteRule ^(.*)$ PUT URL HERE [R=302,L]

That's what I use to redirect any mobile traffic that I get.
Forgot about this one. Very nice and thanks.
fallenmuffin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-05-2010, 12:35 PM   #14
Yngwie
I am an Alien from space
 
Yngwie's Avatar
 
Industry Role:
Join Date: May 2003
Location: Ontario, Canada
Posts: 11,118
Quote:
Originally Posted by fallenmuffin View Post
Forgot about this one. Very nice and thanks.

You're welcome.
__________________
ICQ: 16544251 - Skype: gator37 @ eastlink.ca - email: yngwie @ isys.ca
Yngwie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-25-2010, 03:51 PM   #15
BSleazy
Confirmed User
 
Industry Role:
Join Date: Aug 2002
Location: USA
Posts: 6,721
Quote:
Originally Posted by Yngwie View Post
You can use an .htaccess redirect like

RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (mobile|android|blackberry|brew|htc|j2me|lg|midp|m ot|motorola|netfront|nokia|obigo|openweb|opera.min i|palm|psp|samsung|sanyo|sch|sonyericsson|symbian| symbos|teleca|up.browser|vodafone|wap|webos|window s.ce) [NC]
RewriteRule ^(.*)$ PUT URL HERE [R=302,L]

That's what I use to redirect any mobile traffic that I get.
Gave me an internal server error.
__________________
icq 156131086
BSleazy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



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.