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)
-   -   What sponsors has mobile redirect scripts available? (https://gfy.com/showthread.php?t=986046)

bloggerz 09-08-2010 10:46 AM

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

PR_Glen 09-08-2010 10:47 AM

try us out yet? ;)

bloggerz 09-08-2010 10:48 AM

I do not see the redirect codes in the affiliate page

Sly 09-08-2010 10:50 AM

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?

Sarah - GTS 09-08-2010 10:53 AM

We can do this for you

kristin 09-08-2010 10:57 AM

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]

bloggerz 09-08-2010 10:58 AM

Quote:

Originally Posted by Sly (Post 17480165)
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?

yes but in it i see i have to put in the regular url to each site?

kristin 09-08-2010 11:01 AM

Quote:

Originally Posted by bloggerz (Post 17480211)
yes but in it i see i have to put in the regular url to each site?

You don't have to, that's if you want to. It's commented out in there, so no requirement to change each regular URL.

bloggerz 09-08-2010 11:03 AM

Quote:

Originally Posted by kristin (Post 17480226)
You don't have to, that's if you want to. It's commented out in there, so no requirement to change each regular URL.

so i can just leave it blank? or?

Itchy 09-08-2010 11:03 AM

We have mobile redirect scripts :)
Hit me up if you need any help!

Evil Chris 09-08-2010 11:05 AM

I also have a mobile solution that will appeal to you.

I've sent you an ICQ.

twitchie 09-08-2010 11:06 AM

PimpRoll

kristin 09-08-2010 11:07 AM

Quote:

Originally Posted by bloggerz (Post 17480239)
so i can just leave it blank? or?

Yeah leave it blank, or just leave how it is since it's commented out. Also, that's only in the php script, not java or htaccess.

svzcom 09-08-2010 11:11 AM

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))

CamJack 09-08-2010 11:25 AM

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.

Bryan G 09-08-2010 11:34 AM

Quote:

Originally Posted by geoGUERILLA (Post 17480397)
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.


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