Search results

  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>
  16. T

    Best Content Generator?

    The RedButton website generator can parsing text for your keys and then synonymize it. Create websites on automate
  17. T

    Create 100% unique content in over 50 languages in seconds for free

    May be use several translators, translate text with one and then translate another. I do this with the redButton 3 generator (translator google and translator yandex). I think the developers can adding different translators
  18. T

    best SEO software in 2013 ?

    RedButton 3 + zenoposter. Auto generator websites, auto graber content from another websites, auto graber pictures from google images.
  19. T

    What is Cloaking ?

    Try to use redbutton 3 sofware, and you'll see it in practice
  20. T

    What is Cloaking ?

    For example, you have a auto generate page, it optimaze for serach bots, but for people you want see another, very beautiful page. Cloacking do with php or javascript language. The script see who go to page: bots people, and set different pages
Back
Top