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
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.
<?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