Affearners.com
Welcome, Guest. Please login or register.
October 07, 2008, 07:08:06 AM

Login with username, password and session length
Search:     Advanced search
See 'Industry News and Events '
3804 Posts in 838 Topics by 1599 Members
Latest Member: ishola2008
* Home Help Search Login Register
+  Affearners.com
|-+  The Lounge - Just Talking about Stuff
| |-+  Newbie corner (Moderator: roddy)
| | |-+  Quick way to monetize traffic - Post Adsense Ban
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Quick way to monetize traffic - Post Adsense Ban  (Read 719 times)
Winson
Newbie
*

Karma: 0
Offline Offline

Posts: 5


View Profile
« on: September 29, 2007, 08:36:22 AM »

maybe many ppl here would use their own techniques to monetize but this if for newbies who dosent know programming...

Here is a quick way to monetize traffic if you are banned from google adsense bringing your entire empire down.. for a quick way to redirect traffic you can temporily use useragent cloaking and redirect visitors quickly on a side and having bots crawl your page on another. if you have plenty of rssgm or other sites use


Code:
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} !googlebot|slurp|msnbot|ask| [nc]
RewriteRule (.*)  /somefolder/ [R,L]

put that code in your htaccess and redirect users to affiliate links of its type. if you have dedicated server then you can install modgeoip for country and redirect niches to central directory and redirect users according to geographic location here is the code for it after installing modgeoip. amazon is the best to choose for quick monnies.


Code:
<?php

$redirect_urls 
= array (
 'US' => ' amazon.us',
                         
'IN' => ' amazon.in',
 'AU' => ' amazin.au',
     
         'HK' => ' amazon.hk',
         'CA' => ' amazon.hk',
         'UK' => ' amazon.hk',
 'CN' => ' amazon.hk',
 'default' => ' ',
                         );


$country_code apache_note("GEOIP_COUNTRY_CODE");

$redirect $redirect_urls[$country_code] ? $redirect_urls[$country_code] : $redirect_urls['default'];

header("Location: $redirect"); 

?>




now rebuild your whole network for affiliates.. make adsense account again to make quick monnies. and build more for affiliate network
« Last Edit: September 29, 2007, 08:38:39 AM by Winson » Logged
SEOidiot
Administrator
Hero Member
*****

Karma: 658
Offline Offline

Posts: 639


Mango man


View Profile
« Reply #1 on: September 29, 2007, 08:50:59 AM »

Adsense buys the crappy traffic from you - the good traffic should always go to aff...

good post that thanks - i know a lot of people do the amazon thing when they get the standard adsense ban now!
Logged

Lets build the forum !
babylearner
Newbie
*

Karma: 0
Offline Offline

Posts: 1


View Profile
« Reply #2 on: August 17, 2008, 10:48:35 AM »

Great idea I think. But would you mind to explain this RewriteRule (.*)  /somefolder/ [R,L]

somefolder what to place in that folder ?
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.105 seconds with 19 queries.