Y T Nuke  
Results 1 to 35 of 35
1- Login to you Blogger.com Account and create a new blog. 2- Then Click Settings ...
  1. #1
    imdon is offline Newbies
    Join Date
    Feb 2009
    Posts
    45
    Reputation
    10
    Thanks
    63
    Thanked 39 Times in 6 Posts

    Smile Autoblog blogger with popular tags

    1- Login to you Blogger.com Account and create a new blog.

    2- Then Click Settings > Email and create the email which is shown beside Mail-to-Blogger Address. Your email will be like this yourbloggerid.somewordsthatyouhavefilled@blogger.c om

    3- Just Below this email setting, Click at Publish emails immediately

    Ok Step 1 is DONE.




    <?php
    $myFile = "tags.txt";
    $fh = fopen($myFile, 'r');
    $t = fread($fh, filesize($myFile));
    $p = explode(",", $t);
    $n="";
    for ( $counter = 1; $counter <= 5; $counter += 1)
    {
    $a=rand(1, 1000);
    $n=$n." ".$p[$a];
    }
    $m="";
    for ( $c = 1; $c <= 50; $c += 1)
    {
    $b=rand(1, 1000);
    $m=$m." ".$p[$b];
    }

    $m=$m." "."replace this text with some message that u want on every post";
    $to = "your-blogger-mail @ blogger . com";
    mail($to,$n,$m);
    echo "Posted Message";
    ?>

    After replacing necessary code in the above script
    upload above script in any of your site that has mail() enabled and allows file
    reading and writhing and allows you to setup cron jobs.Save the above file by
    name "something.php" now in same folder create a file tags.txt and write 1000
    popular tags seperated by comma in tags.txt eg.

    free sms,free downlod,free,torrents,movie,............other tags

    now set up a cron job to run "something.php" periodically and you will get
    random posts in your blogger account.


    I don't know if above method can be successful or not
    I have not tried this with any of my blogs but i have made the above script so

    i wanted to share that.If you try this then plz. share your experience here.
    I may write some more code to autoupdate tags.txt file with new tags.
    i May get new popular tags from google trends.

    You may use x10hosting . com to host the above script for free x10hosting. com
    has all the things required for this script and is free as well.There are many
    such free hosts if your are familiar with any other free host then plz. post it
    here.

    Plz. don't hesitate to improve above code and to give your suggestions.You and
    i can together make something new and free.

    I won't be able to reply quickly as i will be busy with some other works for
    some days so plz. don't mind but do post your replies here.

    plz. reply for improvements
    Last edited by imdon; 02-15-2009 at 04:33 AM.

  2. The Following 6 Users Say Thank You to imdon For This Useful Post:

    arthro (04-04-2009), arybegok (08-27-2009), BrianO (04-19-2009), Lintang (04-04-2009), sam2009 (12-17-2009), undeterminederror (02-17-2009)

  3. #2
    punkcash's Avatar
    punkcash is offline Regular Member
    Join Date
    Nov 2008
    Location
    yo mama house
    Posts
    294
    Reputation
    12
    Thanks
    46
    Thanked 66 Times in 41 Posts

    Default Re: Autoblog blogger with popular tags

    i have no idea what this means but....WOW looks GOOD!

  4. #3
    imdon is offline Newbies
    Join Date
    Feb 2009
    Posts
    45
    Reputation
    10
    Thanks
    63
    Thanked 39 Times in 6 Posts

    Default Re: Autoblog blogger with popular tags

    Quote Originally Posted by punkcash View Post
    i have no idea what this means but....WOW looks GOOD!
    it can help you to create posts for your blogger account .
    Posts will be full of popular random tags and you may add some url or other text at botteom of each post.

  5. #4
    imdon is offline Newbies
    Join Date
    Feb 2009
    Posts
    45
    Reputation
    10
    Thanks
    63
    Thanked 39 Times in 6 Posts

    Default Re: Autoblog blogger with popular tags

    here is a site that may guide you to set up cron jobs

    http://www.webmasters-central.com/t/cron.shtml

    Cron is an automatic task machine. You will use it on your Unix or Linux operating systems for doing some tasks at specific intervals with out your intervention every time. You set the clock and forget. The cron daemon runs the work for you.

  6. #5
    nikhil88's Avatar
    nikhil88 is offline Regular Member
    Join Date
    Jun 2008
    Location
    Pune,India
    Posts
    210
    Reputation
    12
    Thanks
    54
    Thanked 96 Times in 38 Posts

    Default Re: Autoblog blogger with popular tags

    all the php script is doing is posting tags from a range of 1 to 50 tags per post to blogger. pls tell me how this is gonna be helpful? u'll have no real content, just 50 random words per post....

  7. #6
    crownz's Avatar
    crownz is offline Power Member
    Join Date
    Dec 2008
    Posts
    563
    Reputation
    10
    Thanks
    30
    Thanked 201 Times in 72 Posts

    Default Re: Autoblog blogger with popular tags

    Indexed in search engine ony maybe

  8. #7
    imdon is offline Newbies
    Join Date
    Feb 2009
    Posts
    45
    Reputation
    10
    Thanks
    63
    Thanked 39 Times in 6 Posts

    Default Re: Autoblog blogger with popular tags

    yes, it will create a post that will have a title full of random powerfull tags and will have content that too will have random keywords if we may get those keywords from google trends(this can be done with little more code) then we may get visitors to our blog . And i think that the posts will be regarded as unique(may be).Posts of blogger are indexed @ google very quickly so by posting such post @ blogger we may get good amount of VISITORS.

    some of my blogger blogs are very freq. crawled by google and every new post is indexed within 5-10 mins. if bove script is used in one such blog then there are chances that it may give us some profit.

    I AM NOT SURE that " this is gonna be hepful" or not.

    but i wanted to share this and to try to make it helpful.


  9. #8
    minhoba is offline BANNED
    Join Date
    Oct 2008
    Posts
    52
    Reputation
    10
    Thanks
    74
    Thanked 12 Times in 8 Posts

    Default Re: Autoblog blogger with popular tags

    I still feel confused with how to set up your script, could you pls provide step by step to set up this script? It seems that you have to do with PHP code and Unix, Linus, wright?

  10. #9
    imdon is offline Newbies
    Join Date
    Feb 2009
    Posts
    45
    Reputation
    10
    Thanks
    63
    Thanked 39 Times in 6 Posts

    Default Re: Autoblog blogger with popular tags

    here is a guide to setup the script @ x10hosting. com

    1.register a free hosting account at http://x10hosting.com/
    2.now login with you user name and pass

    3.upload above script as "abc.php"
    4.create a file tags.txt that has about 1000 popular tags seperated by comma
    5.upload tags.txt @ ur site
    6.set up a cron job from ur web admin control pannel to run abc.php


    i know that the guide could be better

  11. #10
    nikhil88's Avatar
    nikhil88 is offline Regular Member
    Join Date
    Jun 2008
    Location
    Pune,India
    Posts
    210
    Reputation
    12
    Thanks
    54
    Thanked 96 Times in 38 Posts

    Default Re: Autoblog blogger with popular tags

    its good that shared the script...i'm gonna give it a try...but i really doubt it would work...cause its just nonsense thats gonna be posted...a new blog may not be indexed by google....old ones, well dont know...

  12. #11
    imdon is offline Newbies
    Join Date
    Feb 2009
    Posts
    45
    Reputation
    10
    Thanks
    63
    Thanked 39 Times in 6 Posts

    Default Re: Autoblog blogger with popular tags

    plz. try it and tell how can we improve it.

    Plz note that i have seen that several blogs with "nonsense" content get good traffic.I am sure if we update tags.txt from trends we may get profit

  13. #12
    skyfox's Avatar
    skyfox is offline Junior Member
    Join Date
    May 2008
    Location
    Down Under
    Posts
    163
    Reputation
    15
    Thanks
    72
    Thanked 271 Times in 43 Posts

    Default Re: Autoblog blogger with popular tags

    If you could make it go away and find rss feeds/articles/whatever with the tags you specified and then post that, then it would be interesting

  14. #13
    imdon is offline Newbies
    Join Date
    Feb 2009
    Posts
    45
    Reputation
    10
    Thanks
    63
    Thanked 39 Times in 6 Posts

    Default Re: Autoblog blogger with popular tags

    Well i was trying to do similar thing.
    Remember I am new to this, so plz. be kind all of you. hee heee

    i have written some code to extract data from rss feed of google trends.
    But that isn't working properly

    here is the code i wanted to display no. 1 google trend currently

    <?php
    $c=file_get_contents('http://www.google.com/trends/hottrends/atom/hourly');
    $e=strpos($c,"</a></span>");
    $s=strpos($c,"X/">");
    $nea = substr($c,$s,$e-$s);
    echo $nea;
    ?>
    it is't displaying anything
    can anyone plz. help me to correct this error
    Last edited by imdon; 02-15-2009 at 12:02 PM.

  15. #14
    imdon is offline Newbies
    Join Date
    Feb 2009
    Posts
    45
    Reputation
    10
    Thanks
    63
    Thanked 39 Times in 6 Posts

    Default Re: Autoblog blogger with popular tags

    ok that was a small mistake i have now corrected that myself

    Here is a php code that reads data from google trends feed and write most popular trend in a file abc.txt this code may be used to update tags.txt file that is used to generate posts.

    PHP Code:
    <?php
    $c
    =file_get_contents('http://www.google.com/trends/hottrends/atom/hourly'); 
    $e=strpos($c,'</a></span>');
    $s=strpos($c,'?q=');
    $nea substr($c,$s,($e-$s)); 
    $s=strpos($nea,'>');
    $nea substr($nea,$s+1); 
    $F "abc.txt";
    $fh fopen($F'w');
    fwrite($fh$nea);
    fclose($fh);
    echo 
    "updated abc.txt";
    ?>
    using similar code we may extract data from blogger wordpress etc. feeds.
    And then we may send them as mail using mail() function and this will give us something similar to auloblog wordpress plugin.

    But i want to update tags.txt file to gererate keyword rich posts about trends.These posts will look meaningless but i think that they may generate good traffic.


    Plz. reply.
    I am going to make above code better i will soon be using this code with 1 of my blog.

  16. The Following User Says Thank You to imdon For This Useful Post:

    Olegan (09-10-2009)

  17. #15
    imdon is offline Newbies
    Join Date
    Feb 2009
    Posts
    45
    Reputation
    10
    Thanks
    63
    Thanked 39 Times in 6 Posts

    Default Re: Autoblog blogger with popular tags

    And now i have completed the code that can update tags.txt with google trends So if you set a cron job for this file and for "mail.php" then you will get new content to your blogger blog automatically.

    PHP Code:
    <?php
    $F 
    "tags.txt";
    $fh fopen($F'w');
    $c=file_get_contents('http://www.google.com/trends/hottrends/atom/hourly'); 
    for(
    $a=1;$a<100;$a=$a+1)
    {
    $e=strpos($c,'</a></span>');
    $s=strpos($c,'?q=');
    $nea substr($c,$s,($e-$s)); 
    $s=strpos($nea,'>');
    $nea substr($nea,$s+1); fwrite($fh$nea.",");echo "updated abc.txt";
    $c=substr($c,$e+11); 
    }
    fclose($fh);
    ?>
    If u have any ques about using these code then plz. ask i am able to use them .

  18. The Following 2 Users Say Thank You to imdon For This Useful Post:

    l30p0ld0 (02-16-2009), mike330 (02-16-2009)

  19. #16
    mike330's Avatar
    mike330 is offline Regular Member
    Join Date
    Jan 2007
    Posts
    243
    Reputation
    29
    Thanks
    644
    Thanked 266 Times in 70 Posts

    Default Re: Autoblog blogger with popular tags

    Got an account at x10. Is "basic" PHP OK or do I need to upgrade to intermediate or advance?

  20. #17
    imdon is offline Newbies
    Join Date
    Feb 2009
    Posts
    45
    Reputation
    10
    Thanks
    63
    Thanked 39 Times in 6 Posts

    Default Re: Autoblog blogger with popular tags

    Quote Originally Posted by mike330 View Post
    Got an account at x10. Is "basic" PHP OK or do I need to upgrade to intermediate or advance?
    basic is ok

  21. #18
    kan-kan is offline Newbies
    Join Date
    Dec 2008
    Posts
    29
    Reputation
    10
    Thanks
    14
    Thanked 9 Times in 4 Posts

    Default Re: Autoblog blogger with popular tags

    thank for your sharing. can you make a plugin for wordpress about post to email ?. It will great & make unique.

  22. #19
    psychoul is offline Jr. VIP
    Join Date
    Nov 2008
    Posts
    143
    Reputation
    19
    Thanks
    42
    Thanked 61 Times in 26 Posts

    Default Re: Autoblog blogger with popular tags

    @imdon : Hi there! Just a question. Why would you want to have relevant tags if the post itself is irrelevant? It is a nice try but I think you should focus more on getting relevant posts instead of tags.

    Also if don't know RegExp then take a look. You will know what I mean If you need help with that let me know...

  23. #20
    imdon is offline Newbies
    Join Date
    Feb 2009
    Posts
    45
    Reputation
    10
    Thanks
    63
    Thanked 39 Times in 6 Posts

    Default Re: Autoblog blogger with popular tags

    @kan kan
    do u want
    Wordpress post via email
    For wordpress version less than 2.3 , Go to Options > writing, and for greater than 2.3, Go to settings > writing
    What you have to do is create an email account with pop3 support
    You can see the heading “Post via e-mail” there.
    Enter your email server (by replacing mail.example.com)
    Enter your pop3 port. (110 by default)
    Enter your email login and password.
    Choose a category to for the email entry posts
    Finally Press update option Button
    What you have done above is only the settings. For grabbing or pulling the content from email, you need to call/trigger an url.
    That url is: http://yourblogdomain/wordpressinstalldir/wp-mail.php
    Either you can call it manually. Or you can set up a cron job for that url by call the url using wget or like functions

    psychoul
    what is RegExp ??????????? plz explain

  24. #21
    psychoul is offline Jr. VIP
    Join Date
    Nov 2008
    Posts
    143
    Reputation
    19
    Thanks
    42
    Thanked 61 Times in 26 Posts

    Default Re: Autoblog blogger with popular tags

    well Regular Expressions are a pretty complicated thing (I don't know what else to call it ) at first but it helps a lot if you want to extract particular parts of a text (among other things). At its simplest form, you could replace around 5 lines of your code with just 1 line of regexp. It is very powerful but as I told you its probably going to scare you at first . It will be something like alien language but after a couple of tests becomes understandable. PM me if you want some help...

    psychoul

  25. #22
    imdon is offline Newbies
    Join Date
    Feb 2009
    Posts
    45
    Reputation
    10
    Thanks
    63
    Thanked 39 Times in 6 Posts

    Default Re: Autoblog blogger with popular tags

    ok i will google it and will try to learn that...

  26. #23
    imdon is offline Newbies
    Join Date
    Feb 2009
    Posts
    45
    Reputation
    10
    Thanks
    63
    Thanked 39 Times in 6 Posts

    Default Re: Autoblog blogger with popular tags

    Finally i made up my mind to use this script so i have set it up for one of my very old blog which was already indexed in google(some how)
    http://funmastijokes.blogspot.com/

    i was not using the blog and its account so i won't be loosing anythig.....

    Lets see what happens.


    my 1st autopost stuffed with trends tags has been indexed in Big g in 22 minutes....

    FUNNY SMS: spike jones salma hayek wedding clocks ellen pompeo ...
    17 Feb 2009 ... micro usb gm nachrichten st. james davis trump bankruptcy htc magic rpi nikon mx philtrum gm news tevatron animecrazy conan o brien wife ...
    funmastijokes.blogspot.com/2009/02/spike-jones-salma-hayek-wedding-clocks.html - 22 minutes ago -



    but being indexed alone won't do ,i need traffic.
    Last edited by imdon; 02-17-2009 at 12:50 PM.

  27. #24
    Lintang's Avatar
    Lintang is offline Newbie
    Join Date
    Mar 2009
    Posts
    47
    Reputation
    10
    Thanks
    19
    Thanked 13 Times in 5 Posts

    Default Re: Autoblog blogger with popular tags

    It's a great idea. I like it so much. But why only few people use it and expressed their thanks? Cus it's too techie. They need simple steps. But yes I can follow your tutorial. And I admit that this is a wonderful Wordpress autoblogging for Blogger. No manual email forwarding whatsoever. It makes your Blogger blog grows on autopilot. 100% autopilot. Well I guess this will help people get rich with just a little effort. 2 thumbs up.

  28. #25
    arthro is offline Regular Member
    Join Date
    Aug 2008
    Posts
    253
    Reputation
    11
    Thanks
    143
    Thanked 12 Times in 11 Posts

    Default Re: Autoblog blogger with popular tags

    Wow this is cool... thanks, this is really helpful..
    Last edited by arthro; 04-04-2009 at 04:50 AM.

  29. #26
    imdon is offline Newbies
    Join Date
    Feb 2009
    Posts
    45
    Reputation
    10
    Thanks
    63
    Thanked 39 Times in 6 Posts

    Default Re: Autoblog blogger with popular tags

    @Lintang

    you have send me a pm... this is in reply to that pm


    i have used
    atom/hourly because its the part of the address.


    above script can get data only form google trends.....


    I had made another script which gets data from "blogger blogs" rss feed

    here is it

    Code:
    <?
    
    
    
    
    $ur="any good blogger rss feed-url";
    
    
    $cde = get_content($ur);  
    
    echo $cde;
    
    
    $lin="";
    for($cd=0;$cd<=10;$cd=$cd+1)
    {
    
    $t = "<item>";
    $a= strpos($cde, $t);
    
    $cde=substr($cde,$a);
    
    
    $a= strpos($cde, '<title>');
    $A= strpos($cde, '</title>');
    
    $l=substr($cde,$a,$A);
    
    $a= strpos($cde, '<link>');
    $A= strpos($cde, '</link>');
    $L=substr($cde,$a,$A);
    $l=$l." ".$L;
    
    $lin=$lin.$l."\n";
    
    $cde=substr($cde,$A+7);
    }
    
    echo $lin;
    
    $Name = "Aj"; //senders name
    $email = "abc@def.com"; //senders e-mail adress
    $recipient = "ur blogger address@blogger.com"; //recipient
    
    $header = "From: ". $Name . " <" . $email . ">\r\n"; //optional headerfields
    
    mail($recipient, "Some Topic" , $lin, $header); //mail command :)
    }
    
    function get_content($url)  
     {  
        $ch = curl_init();  
       
        curl_setopt ($ch, CURLOPT_URL, $url);  
        curl_setopt ($ch, CURLOPT_HEADER, 0);  
       
        ob_start();  
       
        curl_exec ($ch);  
        curl_close ($ch);  
        $string = ob_get_contents();  
       
        ob_end_clean();  
         
        return $string;      
       
     } 
    
    ?>
    but this script is not working well... now i am busy with studies so am anable to work on it.... if you or anybody else has knowledge of PHP then i request him or her to please debug it.....

    However google trend script is working well but now i am not trying it anymore on my blog...

    BTW Thanks for your interest....

  30. #27
    neobyte is offline Jr. VIP
    Join Date
    Sep 2008
    Posts
    122
    Reputation
    10
    Thanks
    5
    Thanked 16 Times in 15 Posts

    Default Re: Autoblog blogger with popular tags

    Will test it and report back once I get some time. The script can be a middle man to do content rewrite after scraping some articles, using google translate.

    I will dust off the script I made to get the content rewrite once I get a chance.

  31. #28
    BrianO is offline Junior Member
    Join Date
    Apr 2009
    Posts
    177
    Reputation
    8
    Thanks
    8
    Thanked 10 Times in 9 Posts

    Default Re: Autoblog blogger with popular tags

    That can be considered as a great script. But anybody out there has tried this as well.? Does it works really the way it boasts? Hope to see some positive reply soon..

  32. #29
    mrxtc89117 is offline Junior Member
    Join Date
    Apr 2008
    Posts
    130
    Reputation
    11
    Thanks
    6
    Thanked 11 Times in 8 Posts

    Default Re: Autoblog blogger with popular tags

    I tried this script. It works but what it posts does not make any sense at all. Just random keywords. I've not checked if it got indexed yet.

    Thanks a look populartaggs.blogspot.com

  33. #30
    secretbonus is offline Registered Member
    Join Date
    Mar 2009
    Posts
    77
    Reputation
    10
    Thanks
    12
    Thanked 24 Times in 7 Posts

    Default Re: Autoblog blogger with popular tags

    Great guide but I need a little bit of tweaking...
    I'm not a programmer, maybe someone can help

    How can I change
    "random text here" in the "something.php", to actually instead display content from RSS feed?

    and will the tags.txt actually put in as "tags" or will it just post it as text on the blog?

    Good idea I don't know if it can work...
    But here's something that could be useful.
    So you have like 100 blogs that you create... all using this same script...

    Basically the script could randomly select an rss feed from listed rss so you have
    <somephp random select code to read 1,2 or 3 of
    rss1
    rss2
    rss3
    < / php script or whatever >
    Basically some code that will pull the content for title and content

    The 2nd part of the code pulls a random txt file like you have done...
    Only the text uses
    <a href="your link . com" title="one version of your keyword"> Anchor text 1</a>
    for one line of txt txt
    And the 2nd is
    <a href="your link . com" title="another version of anchor txt"> Anchor text 1</a>
    Then you set up this script like asdf1.1234@blogger.com and you have the same thing for asdf2.1234@blogger.com for a different blog...
    and repeat for asdf100 or however many blogs
    Now you would have multiple blogs on the same niche, all pulling DIFFERENT randomly selected content (although I'm not even sure that's needed, but I'm sure someday google will figure out that if if the links all around same content it's probably automated) all focused on your keywords.

    Then if it could randomly post content from related RSS feed, with a link at the bottom to the site you're building links for, and a random anchor text...


    Another idea would be to have for one post
    <start>
    <random abbreviated RSS>
    pull up a txt file that has variations of keywords in actual txt, some bold content, and some filler words, but basically keyword stuffs
    <random abreviiated RSS2>
    access same TXT file
    access the TXT file that actually links to page you're SEOing for
    <random abreviiated RSS3>
    Access same TXT file
    tag post
    </end>

    Access the txt file that links to page you're SEOing for



    Quote Originally Posted by imdon View Post
    1- Login to you Blogger.com Account and create a new blog.

    2- Then Click Settings > Email and create the email which is shown beside Mail-to-Blogger Address. Your email will be like this yourbloggerid.somewordsthatyouhavefilled@blogger.c om

    3- Just Below this email setting, Click at Publish emails immediately

    Ok Step 1 is DONE.







    After replacing necessary code in the above script
    upload above script in any of your site that has mail() enabled and allows file
    reading and writhing and allows you to setup cron jobs.Save the above file by
    name "something.php" now in same folder create a file tags.txt and write 1000
    popular tags seperated by comma in tags.txt eg.

    free sms,free downlod,free,torrents,movie,............other tags

    now set up a cron job to run "something.php" periodically and you will get
    random posts in your blogger account.


    I don't know if above method can be successful or not
    I have not tried this with any of my blogs but i have made the above script so

    i wanted to share that.If you try this then plz. share your experience here.
    I may write some more code to autoupdate tags.txt file with new tags.
    i May get new popular tags from google trends.

    You may use x10hosting . com to host the above script for free x10hosting. com
    has all the things required for this script and is free as well.There are many
    such free hosts if your are familiar with any other free host then plz. post it
    here.

    Plz. don't hesitate to improve above code and to give your suggestions.You and
    i can together make something new and free.

    I won't be able to reply quickly as i will be busy with some other works for
    some days so plz. don't mind but do post your replies here.

    plz. reply for improvements

  34. #31
    arybegok's Avatar
    arybegok is offline Junior Member
    Join Date
    Dec 2008
    Posts
    119
    Reputation
    10
    Thanks
    46
    Thanked 2 Times in 2 Posts

    Default Re: Autoblog blogger with popular tags

    i've try this one in my blog but dont post the articles, is there anyone can help?

  35. #32
    imdon is offline Newbies
    Join Date
    Feb 2009
    Posts
    45
    Reputation
    10
    Thanks
    63
    Thanked 39 Times in 6 Posts

    Default Re: Autoblog blogger with popular tags

    @soccnut

    well i made this code long ago but it should be working well .....
    did you wrote 1000 comma separated tags in tags.txt .you can get comma separated list of keywords by googling.

    For cron jobs you may use cronless.com

  36. #33
    kijkij's Avatar
    kijkij is offline Regular Member
    Join Date
    Apr 2008
    Location
    Pandora
    Posts
    253
    Reputation
    12
    Thanks
    16
    Thanked 109 Times in 25 Posts

    Default Re: Autoblog blogger with popular tags

    Nice Idea, Now I can Automate my blogger blogs by creating php rss feed.

  37. #34
    APK2004 is offline BANNED
    Join Date
    Jun 2008
    Location
    The Land of the Free.
    Posts
    70
    Reputation
    11
    Thanks
    0
    Thanked 71 Times in 3 Posts

    Default Re: Autoblog blogger with popular tags

    Nice idea. Thanks for sharing.

  38. #35
    boiler is offline Power Member
    Join Date
    Apr 2009
    Posts
    672
    Reputation
    16
    Thanks
    8
    Thanked 123 Times in 54 Posts

    Default Re: Autoblog blogger with popular tags

    Quote Originally Posted by imdon View Post
    Well i was trying to do similar thing.
    Remember I am new to this, so plz. be kind all of you. hee heee

    i have written some code to extract data from rss feed of google trends.
    But that isn't working properly

    here is the code i wanted to display no. 1 google trend currently



    it is't displaying anything
    can anyone plz. help me to correct this error
    i will give you my own code extracting G trends on the fly

    PHP Code:
    <?php
    $trendurl 
    'http://www.google.com/trends/hottrends/atom/hourly';
    $gtrend curl_init();
    curl_setopt($gtrendCURLOPT_USERAGENTsprintf("Mozilla/%d.0",rand(4,5)));
    curl_setopt($gtrendCURLOPT_URL,$trendurl);
    curl_setopt($gtrendCURLOPT_FAILONERRORtrue);
    curl_setopt($gtrendCURLOPT_AUTOREFERERtrue);
    curl_setopt($gtrendCURLOPT_RETURNTRANSFER,true);
    curl_setopt($gtrendCURLOPT_TIMEOUT30);
    $trend curl_exec($gtrend);
    preg_match_all("/<a href=\"[^>]*>(.*?)<\/a>/is"$trend$keywordsPREG_PATTERN_ORDER);

    $i=0;
    while (
    $i<10)
    {
    ?>
    <li><a href="/search/<?php echo $keywords[1][$i]; ?>"><?php echo $keywords[1][$i]; ?></a></li>
    <?php
        $i
    ++;
    }
    curl_close($gtrend);
    ?>
    have fun

  39. The Following User Says Thank You to boiler For This Useful Post:

    thachcaodotcom (02-09-2011)

Dot Gov Backlinks Sale


Smarter Submit

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76