Wombat
Registered Member
- Apr 26, 2007
- 84
- 121
I just had a bright idea for you people with rssevolution.
You know how it uses that really crude method where you have to import the page templates and they show on a screen in the program?
Well, what if you used a non-adsense template and wrote a java redirect into it?
When it shows on the screen in rssevolution you can quickly change the redirect url to an affiliate landing page which matches your keywords.
Zap, a cloaked site. Then change the redirect and keywords and you have another. You could churn them out like sausages.
I have a lot of domain names going to waste because I am worried about getting my Adsense account cancelled for making spammy sites. It has happened to too many people I know.
To create a JavaScript redirect, place the following code between the head tags of your HTML page (replacing the URL with the URL that you want to redirect to).
<script type="text/javascript">
<!--
window.location = "http://www.google.com"
//-->
</script>
You know how it uses that really crude method where you have to import the page templates and they show on a screen in the program?
Well, what if you used a non-adsense template and wrote a java redirect into it?
When it shows on the screen in rssevolution you can quickly change the redirect url to an affiliate landing page which matches your keywords.
Zap, a cloaked site. Then change the redirect and keywords and you have another. You could churn them out like sausages.
I have a lot of domain names going to waste because I am worried about getting my Adsense account cancelled for making spammy sites. It has happened to too many people I know.
To create a JavaScript redirect, place the following code between the head tags of your HTML page (replacing the URL with the URL that you want to redirect to).
<script type="text/javascript">
<!--
window.location = "http://www.google.com"
//-->
</script>