Recent content by timmon

  1. T

    Does cloaking still work?

    1. People say 2. Change reffer and ip address.
  2. T

    Does cloaking still work?

    If google find cloacking it banned, your site can work 1 month or 1 year. You can create many websites, now it does automatic with special proramm, for example, red button website generator.
  3. T

    Need a Readable! Content Generator

    try redbutton website generator, it can generate text
  4. T

    Russian Partner Needed

    how many russian there... :)
  5. T

    Hiding affiliate links in Vbulletin 4.x

    use .htaccess redirect
  6. T

    I Need a code to Redirect only googlebot to another site And Keep Humans :)

    PHP code: function IsGoogleBot() { if(stripos($_SERVER['HTTP_USER_AGENT'], 'google') !== false) { // Oh, google come return true; } return false; }
  7. T

    Affiliate website builder!!

    If you want generate many websites try rebutton generator, if you plan create several sites use Wordpress.
  8. T

    Need Dynamic Website Generator

    If you have questions, i try answer.
  9. T

    What seo software / subscribtion would you buy?

    redbutton web sites generator + zenno poster
  10. T

    I need content generator

    Try redbutton website generator. It get content for google and than rewrite and create web sites. You can do many sites :)
  11. T

    best tools for newbs

    What do you want to do with soft? What are your goal>
  12. T

    What is a template?

    You need know just a little html and css. Or order to create templates. This examples of template for redbutton websites genertor.
  13. T

    how to hide referrer completly

    Try this html code. This code change referer on the site where this code write. <html> <head> <title></title> <meta http-equiv='refresh' content='0;url=your_url.com'> <meta http-equiv='pragma' content='no-cache'> <meta http-equiv='Content-Type' content='text/html'> </head> <body></body> </html>
  14. T

    What is a template?

    This example web sites templates, each page create for one keyword: <html> <head> <title>[TITLE] - RedButton web site generator</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="keywords" content=""> <meta name="description" content=""> <link...
  15. T

    Newbie Cloak Trouble

    If use php, it like: <? header("Location: your_affiliate_link"); ?> and you can use iframe. <iframe style="width: 100%; background-color: #FFF; height: 7000px;" src="your_affiliate_link"></iframe>
Back
Top