GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Redirect your incoming iPhone and mobile traffic so your sponsor can't steal it (https://gfy.com/showthread.php?t=909281)

spacedog 06-06-2009 03:55 PM

Redirect your incoming iPhone and mobile traffic so your sponsor can't steal it
 
Are you a TGP webmaster, blogger, or tubesite owner?

Are you redirecting mobile and iphone traffic off your site? You should be.

This traffic 99.9% of the time is incapable of viewing your site on a mobile device and more to the point, you're losing money by doing nothing with it.

Bet your ass that many affiliate programs and sponsors are making BANK off YOUR MOBILE AND IPHONE TRAFFIC and they're giving you NOTHING FOR IT!!!!

Download the firefox user agent switcher here
https://addons.mozilla.org/en-US/firefox/addon/59

and then add user agent for iPhone.

{ User Agent = Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en)
APP Name = AppleWebKit/420+ (KHTML, like Gecko)
APP Version = Version/3.0
platform= Mobile/1A542a Safari/419.3 }

Once you have this addon, activate it so that you can load your aff links as if on an iPhone and you will see which sponsors are redirecting your iPhone traffic to brazzersmobile .. Like pimproll is doing via porn.com

Why should these companies make bank of YOUR TRAFFIC and not pay you anything for it.

Redirect it to JuggCash sites. If you need anything, hit up Rico.. tell him I sent you :) icq 476746386

budz 06-06-2009 05:09 PM

what's the best way to redirect it?

I'm currently some php

Code:


$mobile_browser = '0';
 
if(preg_match('/(up.browser|up.link|mmp|symbian|smartphone|midp|wap|phone)/i', strtolower($_SERVER['HTTP_USER_AGENT']))) {
    $mobile_browser++;
}
 
if((strpos(strtolower($_SERVER['HTTP_ACCEPT']),'application/vnd.wap.xhtml+xml')>0) or ((isset($_SERVER['HTTP_X_WAP_PROFILE']) or isset($_SERVER['HTTP_PROFILE'])))) {
    $mobile_browser++;
}   
 
$mobile_ua = strtolower(substr($_SERVER['HTTP_USER_AGENT'],0,4));
$mobile_agents = array(
    'w3c ','acs-','alav','alca','amoi','audi','avan','benq','bird','blac',
    'blaz','brew','cell','cldc','cmd-','dang','doco','eric','hipt','inno',
    'ipaq','java','jigs','kddi','keji','leno','lg-c','lg-d','lg-g','lge-',
    'maui','maxo','midp','mits','mmef','mobi','mot-','moto','mwbp','nec-',
    'newt','noki','oper','palm','pana','pant','phil','play','port','prox',
    'qwap','sage','sams','sany','sch-','sec-','send','seri','sgh-','shar',
    'sie-','siem','smal','smar','sony','sph-','symb','t-mo','teli','tim-',
    'tosh','tsm-','upg1','upsi','vk-v','voda','wap-','wapa','wapi','wapp',
    'wapr','webc','winw','winw','xda','xda-');
 
if(in_array($mobile_ua,$mobile_agents)) {
    $mobile_browser++;
}
 
if (strpos(strtolower($_SERVER['ALL_HTTP']),'operamini')>0) {
    $mobile_browser++;
}
 
if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),' ppc;')>0) {
        $mobile_browser++;
}
 
if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),'windows ce')>0) {
        $mobile_browser++;
}
else if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),'windows')>0) {
    $mobile_browser=0;
}
 
if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),'iemobile')>0) {
        $mobile_browser++;
}
 
if($mobile_browser>0) {
 header( 'Location: http://url.com/mobile' ) ;
}
else {


st0ned 06-06-2009 05:14 PM

I would be interested in knowing a good way to redirect this traffic also.

u8l2 06-06-2009 05:25 PM

andy moore has written an awesome php mobile detect script you can download for free from andymoore.info
i use this script exclusively on a couple hundred sites, it works wonders

Cheers
Rob

spacedog 06-06-2009 05:26 PM

Quote:

Originally Posted by st0ned (Post 15933200)
I would be interested in knowing a good way to redirect this traffic also.

There's various ways.. .htaccess, php, javascript, etc

What I do is place this in my meta so to redirect google mobile search to a mobile site rather than site in results.

Code:

<link rel="alternate" media="handheld" href="http://sendtothisurl.com" />
this tells google mobile search that the other url is the mobile version.

In addition to this, I add the following javascript for iPhone and iPod.
PHP Code:

<script language=javascript>
<!--
if((
navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
{
location.href='http://thisurl.com';
}
-->
</script> 

.. to be continued...

spacedog 06-06-2009 05:28 PM

too many chars for me to post the other codes.. but there's no shortage of systems that work.

Juggcash gives you the code, so don't topbucks and revshare it

spacedog 06-06-2009 05:35 PM

Oh.. this in .htaccess too.

Code:

RewriteCond %{HTTP_ACCEPT} text/vnd.wap.wml
RewriteCond %{REQUEST_URI} !^/mobile
RewriteRule ^/?(.*)$ http://thisurl.com [L]


st0ned 06-06-2009 05:51 PM

Thanks for sharing the info spacedog, much appreciated. :thumbsup

Sly 06-06-2009 06:45 PM

Quote:

Originally Posted by spacedog (Post 15933240)
too many chars for me to post the other codes.. but there's no shortage of systems that work.

Juggcash gives you the code, so don't topbucks and revshare it

I think you meant that we do give you the code. :-)

At Top Bucks we do redirect your mobile traffic, but we redirect it to our mobile sites with your affiliate code so that you still get credit. To anyone sending traffic to TB, check your stats, I'm betting that you have mobile sales with us and didn't even realize it.

dav3 06-06-2009 07:11 PM

Hey man, thanks a lot!

spacedog 06-06-2009 07:27 PM

Quote:

Originally Posted by Sly (Post 15933490)
I think you meant that we do give you the code. :-)

At Top Bucks we do redirect your mobile traffic, but we redirect it to our mobile sites with your affiliate code so that you still get credit. To anyone sending traffic to TB, check your stats, I'm betting that you have mobile sales with us and didn't even realize it.


That's what I said, that you give the code. :thumbsup

As for redirecting and giving credit, what I was talking about was programs that don't have mobile sites and send mobile/iphone traffic that affiliates send to them off to brazzersmobile or ipinkpass, etc.

Naturally Topbucks sends affiliates mobile traffic to their mobile pages, same as juggcash, teencash, nastydollars, etc do. and that's a good thing.

Agent 488 06-07-2009 07:49 AM

thanks for the heads up spacedog. just noticing some of my sponsors have been redirecting traffic on a site of mine that is pretty much 100% iphone traffic.

Snake Doctor 06-07-2009 08:08 AM

Quote:

Originally Posted by spacedog (Post 15933029)
This traffic 99.9% of the time is incapable of viewing your site on a mobile device and more to the point, you're losing money by doing nothing with it.

Bet your ass that many affiliate programs and sponsors are making BANK off YOUR MOBILE AND IPHONE TRAFFIC and they're giving you NOTHING FOR IT!!!!

If this mobile traffic is incapable of viewing my site 99.9% of the time, how are the sponsors MAKING BANK off of my mobile traffic that can't see my site and by extension, view or click on my ads?

What a tool. :1orglaugh

quantum-x 06-07-2009 08:23 AM

Hit up Biggy from FYC.
They've got a mobile solution in beta that is incredible.

GTS Mark 06-07-2009 12:08 PM

Hey guys, we're buying up mobile traffic. Hit me up if you're selling :)

spacedog 06-07-2009 12:50 PM

Quote:

Originally Posted by DrinkingHARDEST (Post 15934888)
Hey guys, we're buying up mobile traffic. Hit me up if you're selling :)

Not unless you're paying $1+ per click :winkwink:

spacedog 06-07-2009 12:53 PM

Quote:

Originally Posted by Snake Doctor (Post 15934433)
If this mobile traffic is incapable of viewing my site 99.9% of the time, how are the sponsors MAKING BANK off of my mobile traffic that can't see my site and by extension, view or click on my ads?

What a tool. :1orglaugh

You're the fucking tool you douchebag. As usual you can't comprehend the subject at hand.

Do you have an iPhone you screwball? Load your goddamn site in it and see what it looks like. It certainly loads, but not as intended. You know goddamn well what the fuck I'm talking about but choose to twist things as usual for another cheap shot for trolling.

BVF 06-07-2009 01:38 PM

Quote:

Originally Posted by spacedog (Post 15934975)
You're the fucking tool you douchebag. As usual you can't comprehend the subject at hand.

Do you have an iPhone you screwball? Load your goddamn site in it and see what it looks like. It certainly loads, but not as intended. You know goddamn well what the fuck I'm talking about but choose to twist things as usual for another cheap shot for trolling.

Mine loads as intended but I get what you're saying, which is to redirect the ipone traffic to a site that is geared specifically for ipones.

PR_Dave 06-07-2009 08:04 PM

spacedog, not sure what your issue with my programs are but we are not re-directing affiliate traffic to brazzers.

brazzers did buy the TYPE-IN non-affiliate phone traffic on porn.com, this in no way affects affiliate traffic.

Regardless, PimpRoll has a nice selection of mobile sites coming out, you won't need to do a thing, our sites will automatically re-format for a variety of phone browsers.

:pimp

Biggy 06-07-2009 08:11 PM

We can help educate you on the different kind of redirects and effectiveness. We have a tool already waiting and ready where you can upload your own logo to your own skin.

Contact me privately: silverman {dot} adam (AT) gmail {...dot} com

Agent 488 06-07-2009 08:13 PM

Quote:

Originally Posted by PR_Dave (Post 15935823)
spacedog, not sure what your issue with my programs are but we are not re-directing affiliate traffic to brazzers.

brazzers did buy the TYPE-IN non-affiliate phone traffic on porn.com, this in no way affects affiliate traffic.

Regardless, PimpRoll has a nice selection of mobile sites coming out, you won't need to do a thing, our sites will automatically re-format for a variety of phone browsers.

:pimp

when i try and login to persignup i get an error message today. a heads up.

HowlingWulf 06-09-2009 01:28 PM

When my mobile traffic clicks my affliate link to a Juggcash site (like Baby got Boobs), they're redirected to brazzersmobile without my affiliate code. Is that what you meant?

Roald 06-09-2009 01:32 PM

Quote:

Originally Posted by PR_Dave (Post 15935823)
spacedog, not sure what your issue with my programs are but we are not re-directing affiliate traffic to brazzers.

brazzers did buy the TYPE-IN non-affiliate phone traffic on porn.com, this in no way affects affiliate traffic.

Regardless, PimpRoll has a nice selection of mobile sites coming out, you won't need to do a thing, our sites will automatically re-format for a variety of phone browsers.

:pimp

thnks for clearing that up, I was worried for half a sec there.


All times are GMT -7. The time now is 12:14 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc