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
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 09-08-2010, 10:46 AM   #1
bloggerz
Too lazy to set a custom title
 
bloggerz's Avatar
 
Industry Role:
Join Date: Dec 2006
Posts: 16,256
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
__________________
I SELL ADULT BACKLINKS! Email: eroticweb>gmail SKYPE: gfybloggerz

$$$$$ MAKE HUGE MONEY IN CAMS - CLICK HERE $$$$$
bloggerz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-08-2010, 10:47 AM   #2
PR_Glen
Confirmed User
 
PR_Glen's Avatar
 
Industry Role:
Join Date: Oct 2006
Location: Canada
Posts: 9,058
try us out yet? ;)
__________________
webmaster at pimproll dot com
PR_Glen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-08-2010, 10:48 AM   #3
bloggerz
Too lazy to set a custom title
 
bloggerz's Avatar
 
Industry Role:
Join Date: Dec 2006
Posts: 16,256
I do not see the redirect codes in the affiliate page
__________________
I SELL ADULT BACKLINKS! Email: eroticweb>gmail SKYPE: gfybloggerz

$$$$$ MAKE HUGE MONEY IN CAMS - CLICK HERE $$$$$
bloggerz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-08-2010, 10:50 AM   #4
Sly
Let's do some business!
 
Sly's Avatar
 
Industry Role:
Join Date: Sep 2004
Location: Austin, TX
Posts: 31,289
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?
__________________
Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted

Wanted: CCBill pay sites for sale
Sly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-08-2010, 10:53 AM   #5
Sarah - GTS
Confirmed User
 
Sarah - GTS's Avatar
 
Join Date: Jul 2003
Posts: 1,656
We can do this for you
__________________


Buy Mobile traffic - target by county and / or device

Got Mobile Traffic? don't redirect it away! We build you your very own mobile tube site complete with videos and pay you up to 20 cents PPC! Keep your valuable surfers, build traffic and build your SEO! There is no better solution for your mobile traffic!

[email protected]
ICQ# 229-972-572
Sarah - GTS is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-08-2010, 10:57 AM   #6
kristin
GOO!
 
Industry Role:
Join Date: Sep 2002
Location: Back Home : )
Posts: 9,768
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]
__________________
Vacares rules.

"Usually only fat guys have the kind of knowledge and ability that Kristin has."

Last edited by kristin; 09-08-2010 at 10:59 AM..
kristin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-08-2010, 10:58 AM   #7
bloggerz
Too lazy to set a custom title
 
bloggerz's Avatar
 
Industry Role:
Join Date: Dec 2006
Posts: 16,256
Quote:
Originally Posted by Sly View Post
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?
__________________
I SELL ADULT BACKLINKS! Email: eroticweb>gmail SKYPE: gfybloggerz

$$$$$ MAKE HUGE MONEY IN CAMS - CLICK HERE $$$$$
bloggerz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-08-2010, 11:01 AM   #8
kristin
GOO!
 
Industry Role:
Join Date: Sep 2002
Location: Back Home : )
Posts: 9,768
Quote:
Originally Posted by bloggerz View Post
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.
__________________
Vacares rules.

"Usually only fat guys have the kind of knowledge and ability that Kristin has."
kristin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-08-2010, 11:03 AM   #9
bloggerz
Too lazy to set a custom title
 
bloggerz's Avatar
 
Industry Role:
Join Date: Dec 2006
Posts: 16,256
Quote:
Originally Posted by kristin View Post
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?
__________________
I SELL ADULT BACKLINKS! Email: eroticweb>gmail SKYPE: gfybloggerz

$$$$$ MAKE HUGE MONEY IN CAMS - CLICK HERE $$$$$
bloggerz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-08-2010, 11:03 AM   #10
Itchy
Datetronix.com
 
Itchy's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: Chill-A-Wack BC
Posts: 6,524
We have mobile redirect scripts
Hit me up if you need any help!
__________________


ICQ: 2588560
Skype: Pornocop

Itchy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-08-2010, 11:05 AM   #11
Evil Chris
OG
 
Evil Chris's Avatar
 
Industry Role:
Join Date: Dec 2001
Location: 3rd from the Sun
Posts: 13,232
I also have a mobile solution that will appeal to you.

I've sent you an ICQ.
__________________


It PAYZE to post on GFY

chris at payze.com | Skype chriswrp
Evil Chris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-08-2010, 11:06 AM   #12
twitchie
Confirmed User
 
Join Date: Nov 2007
Posts: 731
PimpRoll
twitchie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-08-2010, 11:07 AM   #13
kristin
GOO!
 
Industry Role:
Join Date: Sep 2002
Location: Back Home : )
Posts: 9,768
Quote:
Originally Posted by bloggerz View Post
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.
__________________
Vacares rules.

"Usually only fat guys have the kind of knowledge and ability that Kristin has."
kristin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-08-2010, 11:11 AM   #14
svzcom
Confirmed User
 
svzcom's Avatar
 
Industry Role:
Join Date: Jun 2007
Posts: 4,654
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))

Last edited by svzcom; 09-08-2010 at 11:23 AM..
svzcom is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-08-2010, 11:25 AM   #15
CamJack
Old School Webmaster
 
CamJack's Avatar
 
Industry Role:
Join Date: Sep 2003
Location: NY
Posts: 1,334



We have the script in our member section or just send the traffic to us and we filter it for you.
__________________
Skype: promote.promote
[email protected]

Last edited by CamJack; 09-08-2010 at 11:27 AM..
CamJack is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-08-2010, 11:34 AM   #16
Bryan G
Confirmed User
 
Bryan G's Avatar
 
Join Date: Aug 2005
Location: Toronto
Posts: 8,338
Quote:
Originally Posted by geoGUERILLA View Post



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>
__________________
Bryan
skype: bryan.glass3 | ICQ 302999591
Bryan G 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



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.