![]() |
What sponsors has mobile redirect scripts available?
I have thousands of blogs and i want all of their mobile traffic to be redirected. I rather have one global script i can add to all the sites... spam away
|
try us out yet? ;)
|
I do not see the redirect codes in the affiliate page
|
We have one at top bucks. I can show you where it is or even just send it to your ICQ. Are you online right now?
|
We can do this for you
|
Already has your revid inserted - you can just use this and be ready to roll. I suggest using the htaccess especially because you have a large network of blogs you want to redirect.
------------------------------------------------------------------------------------------------ <?php $REGULAR_URL = ''; // http://www.yourhomepage.com $MOBILE_URL = 'http://www.ipinkvisualpass.com/?revid=61441'; // Do not edit below $WORDS = array('mobile','android','blackberry','brew','htc' ,'j2me','lg','midp','mot','motorola','netfront','n okia','obigo','openweb','opera mini','palm','psp','samsung','sanyo','sch','sonyer icsson','symbian','symbos','teleca','up.browser',' vodafone','wap','webos','windows ce'); $is_mobile = FALSE; foreach ($WORDS as $w) { if (isset($_SERVER['HTTP_USER_AGENT']) && strpos(strtolower($_SERVER['HTTP_USER_AGENT']), $w) !== false) { $is_mobile = TRUE; break; } } $url = ($is_mobile) ? $MOBILE_URL : $REGULAR_URL; if (!empty($url)) { header('Location: ' . $url); } ?> ------------------------------------------------------------------------------------------------ <!--JAVASCRIPT MOBILE SITE REDIRECTION CODE--> <script type="text/javascript"> MOBILE_URL = "http://www.ipinkvisualpass.com/?revid=61441"; // Do not edit below var WORDS = ["mobile","android","blackberry","brew","htc","j2me ","lg","midp","mot","motorola","netfront","nokia", "obigo","openweb","opera mini","palm","psp","samsung","sanyo","sch","sonyer icsson","symbian","symbos","teleca","up.browser"," vodafone","wap","webos","windows ce"]; var WLEN = WORDS.length; for (var i = 0; i < WLEN; i++) { var re = new RegExp(WORDS[i], "i"); if (re.exec(navigator.userAgent)) { window.location = MOBILE_URL; break; } } </script> ------------------------------------------------------------------------------------------------ #HTACCESS MOBILE SITE REDIRECTION CODE 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 ^(.*)$ http://www.ipinkvisualpass.com/?revid=61441 [R=302,L] |
Quote:
|
Quote:
|
Quote:
|
We have mobile redirect scripts :)
Hit me up if you need any help! |
I also have a mobile solution that will appeal to you.
I've sent you an ICQ. |
|
Quote:
|
This ones:
Nasty Dollars ($35-$40 PPS - Check) SexTronix ($35 PPS or 60% Revshare - Check, Epassporte, Wire Transfer) Skin Video (up to $50 PPS or 50% Revshare - Check, Epassporte, Wire Transfer) Vidz (80% Revshare - Epassporte, Wire Transfer)) |
http://www.nakednewsheadlines.com/wp...50-mmAFIL1.jpg
We have the script in our member section or just send the traffic to us and we filter it for you. |
Quote:
HTACCESS MOBILE SITE REDIRECTION CODE RewriteEngine On RewriteCond %{HTTP_USER_AGENT} (mobile|blackberry|webos|android|j2me|palm|nokia|s amsung|symbian|windows.ce) [NC] RewriteRule ^(.*)$ http://www.nakednewsanchors.com/nnmobile1/?nnid=XXXX [R=302,L]M PHP <?php //define for php4 if (function_exists('stripos') === false) { function stripos($mystring,$findme,$offset = 0){ $mystring = strtolower($mystring); $findme = strtolower($findme); $pos = strpos($mystring,$findme,$offset); return $pos; } } mobileRedirect(1); function mobileRedirect($enabled){ if(!$enabled){return;} $nnid = XXXX; $mobileAgents = array('mobile', 'blackberry', 'j2me', 'windows ce'); $IPHONE_URL = "http://www.nakednewsanchors.com/nnmobile1/?nnid=$nnid"; $ANDROID_URL = "http://www.nakednewsanchors.com/nnmobile1/?nnid=$nnid"; $MOBILE_URL = "http://www.nakednewsanchors.com/nnmobile1/?nnid=$nnid"; if (isset($_SERVER['HTTP_USER_AGENT'])){ if(stripos($_SERVER['HTTP_USER_AGENT'], "iphone") !== false){ header('Location: ' . $IPHONE_URL); exit; } else if (stripos($_SERVER['HTTP_USER_AGENT'], "android") !== false){ header('Location: ' . $ANDROID_URL); exit; } else { foreach ($mobileAgents as $w){ if (stripos($_SERVER['HTTP_USER_AGENT'], $w) !== false){ header('Location: ' . $MOBILE_URL); exit; } } } } } JAVA match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { location.replace("http://www.nakednewsanchors.com/nnmobile1/?nnid=XXXX"); //iphone ipod redirect } else if ((navigator.userAgent.match(/android/i))) { location.replace("http://www.nakednewsanchors.com/nnmobile1/?nnid=XXXX"); // android redirect } else if ((navigator.userAgent.match(/nokia/i)) || (navigator.userAgent.match(/symbian/i))) { location.replace("http://www.nakednewsanchors.com/nnmobile1/?nnid=XXXX"); //nokia redirect } else if ((navigator.userAgent.match(/webos/i)) || (navigator.userAgent.match(/palm/i))) { location.replace("http://www.nakednewsanchors.com/nnmobile1/?nnid=XXXX"); //palm Webos redirect } </script> |
All times are GMT -7. The time now is 07:28 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc