Automated Blogs

Discussion in 'AdSense' started by mtime88, Mar 10, 2008.

  1. danthuluri

    danthuluri Active Member

    Messages:
    147
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #21
    NO , and by the way are you talking about RSS or future dates?
     
    danthuluri, Mar 13, 2008 IP
  2. reallykool

    reallykool Peon

    Messages:
    150
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    holy cow Graip, those are amazing numbers!

    are there automated tools to pull content and upload them into sites?
     
    reallykool, Mar 13, 2008 IP
  3. rehash

    rehash Well-Known Member

    Messages:
    1,502
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    150
    #23
    those payments are from 2005 and 2006, at that time duplicated content was still working
     
    rehash, Mar 13, 2008 IP
  4. dulcenegosyante

    dulcenegosyante Well-Known Member

    Messages:
    900
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    150
    #24
    I noticed the dates on the earnings too but I would be more interested on the ad placements as well. :)
     
    dulcenegosyante, Mar 13, 2008 IP
  5. yogesh sarkar

    yogesh sarkar Well-Known Member

    Messages:
    1,740
    Likes Received:
    75
    Best Answers:
    0
    Trophy Points:
    140
    #25
    Basically if you are using adsense on a autogenerated blog, the owner of the content can get your adsense account suspended.
     
    yogesh sarkar, Mar 13, 2008 IP
  6. Graip

    Graip Peon

    Messages:
    28
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #26
    try to use this scheme
    [​IMG]
     
    Graip, Mar 13, 2008 IP
  7. Graip

    Graip Peon

    Messages:
    28
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #27
    Yes, it is true. :cool:
     
    Graip, Mar 13, 2008 IP
  8. Graip

    Graip Peon

    Messages:
    28
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #28
    Maybe, but please, tell me - what working now? ;)
     
    Graip, Mar 13, 2008 IP
  9. Graip

    Graip Peon

    Messages:
    28
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #29
    There are many such tools!
    Easiest is script, that post to blogger your content by email. :)
    Try it
    
    <?php  
    // RSS2email  v 1.1 
    //by medar & goarmy 
    
    // RSS Feed here
    // key - your keyword 
    // kolvo  - number of news
    //!!!! Change Feed in script
    $content = file_get_contents('http://pipes.yahoo.com/pipes/pipe.run?_id=6841b9ab55dcbc0423201c58d8acb3c3&_render=rss&key=viagra&kolvo=1');   
    
    $content = str_replace("\n","",$content); 
    unset($match);   
    preg_match("#<item>(.*?)<\/item>#", $content, $match);  
    $item = $match[1];  
    $err = preg_match("#<title>(.*?)<\/title>#", $item, $match);  
    $title = $match[1];  
    $err = preg_match("#<description>(.*?)<\/description>#", $item, $match);  
    $description = $match[1];  
    $subject = $title;  
    $message = $description;  
    
    //Your blogger secret e-mail
    mail('robocop.0156545@blogger.com', $subject, $message);  
    ?>
    
    PHP:
    But don't forget that spam is evil, and Google can ban your account if you will violate the TOS
    -----
    Now i am an official Partner of Devil SEO Complex - with this software you can install many WP blogs, grab content from any sources, mix it, and upload to blogs.
     
    Graip, Mar 13, 2008 IP
  10. IDNebook.com

    IDNebook.com Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #30
    Is this your best performing layout ?

    Any particular color schemes you are going with ?
     
    IDNebook.com, Mar 13, 2008 IP
  11. mtime88

    mtime88 Peon

    Messages:
    690
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #31
    Hey Graip what program are you currently using?
     
    mtime88, Mar 13, 2008 IP
  12. godmode

    godmode Well-Known Member

    Messages:
    4,453
    Likes Received:
    156
    Best Answers:
    0
    Trophy Points:
    190
    #32

    where do you run that PHP script?
     
    godmode, Mar 13, 2008 IP
  13. bogart

    bogart Notable Member

    Messages:
    10,911
    Likes Received:
    509
    Best Answers:
    0
    Trophy Points:
    235
    #33
    Traffic will get clicks but you need to keep the pages out of the supplemental index
     
    bogart, Mar 13, 2008 IP