Can anyone recommend a good mobile redirect script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • roly
    Confirmed User
    • Aug 2002
    • 1844

    #1

    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
  • TheSwed
    Confirmed User
    • Feb 2004
    • 3483

    #2
    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, 10:15 AM.

    Cheap Viagra and Cialis Erectionpills

    Comment

    • roly
      Confirmed User
      • Aug 2002
      • 1844

      #3
      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

      Comment

      • fallenmuffin
        Confirmed User
        • Nov 2005
        • 8170

        #4
        http://wurfl.sourceforge.net/

        Comment

        • Ross
          Ik ben een aap
          • Sep 2002
          • 18874

          #5
          How do you want to do it? PHP, Java or htaccess?

          Comment

          • roly
            Confirmed User
            • Aug 2002
            • 1844

            #6
            Originally posted by fallenmuffin
            thanks i'll take a look

            Comment

            • Machete_
              WINNING!
              • Oct 2002
              • 14579

              #7
              i wonder if SE ban you for redirecting mobile users

              it sounds kind of like cloaking

              Comment

              • roly
                Confirmed User
                • Aug 2002
                • 1844

                #8
                Originally posted by Ross
                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.

                Comment

                • myneid
                  Confirmed User
                  • Jan 2003
                  • 738

                  #9
                  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

                  Comment

                  • Yngwie
                    I am an Alien from space
                    • May 2003
                    • 11118

                    #10
                    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

                    Comment

                    • roly
                      Confirmed User
                      • Aug 2002
                      • 1844

                      #11
                      Originally posted by Machete_
                      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.

                      Comment

                      • roly
                        Confirmed User
                        • Aug 2002
                        • 1844

                        #12
                        Thanks Yngie and Myneid I'll give them a try.

                        Cheers

                        Comment

                        • fallenmuffin
                          Confirmed User
                          • Nov 2005
                          • 8170

                          #13
                          Originally posted by Yngwie
                          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.

                          Comment

                          • Yngwie
                            I am an Alien from space
                            • May 2003
                            • 11118

                            #14
                            Originally posted by fallenmuffin
                            Forgot about this one. Very nice and thanks.

                            You're welcome.
                            ICQ: 16544251 - Skype: gator37 @ eastlink.ca - email: yngwie @ isys.ca

                            Comment

                            • BSleazy
                              Confirmed User
                              • Aug 2002
                              • 6721

                              #15
                              Originally posted by Yngwie
                              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

                              Comment

                              Working...