urllist.txt Automatic Generator

Posted March 26, 2007 spacer Comments(0)

The urllist.txt file is not something new. In fact it is quite old. I just did a quick search on it and found only a few people talking about urllist.txt, and these are like dated in ancient 2005. But still just for that small little quicker submission time advantage, we still use this. But since there is a Sitemap Generator for Wordpress, I decided to have my own urllist.txt generator. Although mine is not really a plugin, it is just a file you upload in the root url together with your sitemap.xml. And the urllist.txt file will read the sitemap.xml file and generate the file from there. You need to be able to mod-rewrite too to use this.

Download urllist.zip Generator

Please remember that this file is not a Wordpress Plugin. It simply reads the sitemap.xml file. Thus if you are not using the Wordpress Sitemap Generator, maybe you should get that first.

Instructions:

  1. Upload the file urllist.php to where your sitemap.xml file is.
  2. Add these lines as the first lines of your .htaccess file:Options +FollowSymLinks
    RewriteEngine on
    RewriteRule urllist.txt$
    urllist.php

    Note: They should be the first lines because if you place them by the end, Wordpress’ rewrite rules will be followed.

  3. Done. Visit your urllist.txt file in your browser to see if it’s working.
  4. Go to: Yahoo Site Explorer and submit and authenticate your site and add the urllist.txt there as your feed.

Since this is not a Wordpress Plugin, you can use this on any site that has a sitemap.xml file. Just update the sitemap.xml file, you update the urllist.txt file automatically.

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer

Text Link Ads for SEO Link Building

Posted January 8, 2007 spacer Comments(1)

Search engine optimization has kept on evolving over the years and gone are the days when ranking was all about keyword density. Today, the ranking algorithms for search engines involve so many factors and where one of the major factors is incoming links.

The main basis why incoming links are valuable in the search engine ranking algorithm is because a site would link to another only if the owner of the site believes in the site it is linking to as a credible website. More often than not, a website linking to another website is also of the same interest. This then helps search engines get a good idea of what your site is all about.

But aside from SEO, a text link is still an ad, and if prominently placed, this can still drive traffic to your website and possibly contribute in the potential sales your website can have by having link.

Search Engines have warned webmasters on artificial link building

Search engines are known to frown upon artificial ways of link building. They do not just recommend you to buy and buy links from anywhere. As this can decrease the quality of search results if they allowed this since people can just buy links or make links themselves using various free web hosting services. Thus this is what search engines detect. Thus relevant links are still a must in the link buying process.

Text Link Ads Categorized Link Buying

One of the major strengths of Text Link Ads, is they have a well categorized list of companies that you can find an appropriate link partner in almost any vertical market. That way you can make your links well relevant to your site. That way you are not really flagged for artificial link building. I’d say that Text Link Ads is one of the best link buying tools out there, search is easy, well organized site, and once every site has their code in it, buying a link and having it added on the site is all automated. No need to edit the code. The system is just so streamlined as compared to their competition.

Opportunity to Earn

Aside from having Text Link Ads as an excellent service for buying links, it is as equally great for selling links as well for monetizing your sites. Monetize your forums, blogs and other community websites. One advantage of earning through Text Link Ads, is once you have an advertiser, just maintain the popularity of your website, and they will probably not leave you and keep paying you on a monthly basis as compared to other PPC ads where you get paid per click and is prone to issues with click fraud.

paid review

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer

Blogger Beta to Wordpress Import Error Solved with BB2WP

Posted January 8, 2007 spacer Comments(13)

A lot of probloggers love Wordpress since it is a very robust blog software. But just to create a quick blog, sometimes we make it in Blogger thinking that moving to Wordpress will not be hard anyway since the import function works like a charm. But the problem is if you have upgraded your Blogger account to the New Blogger Beta, or your Blogger account is relatively new, when you do the Import function on Wordpress from a Blogger account, you will get some kind of error like this:

269

When I first saw the problem, I told myself, how can that be? Wordpress works flawlessly, and I have not edited the files in anyway for it not work. I checked it out further, CURL is enabled and so was open_basedir. And I knew from there that it was Blogger that was not allowing the import function because New Blogger Beta changed a lot on how it was running. And there were no updates yet for Wordpress to import the new Blogger accounts.

But I really needed to do this for one of my blogs and I could not wait. My blogger account had 166 post already and I was not going to manually import them, so I came up with my own Blogger Beta to Wordpress importer, BB2WP. And since it help solve my problem, I decided to share it too to help solve the problems of others. This may not have the most user-friendly procedure, but it is better than having no way to import Blogger Beta all. Anyway, my instructions will be given in detail so you wont get lost in importing Blogger Beta to Wordpress.

BB2WP (Blogger Beta to Wordpress) by Ituloy AngSulong

  1. Install Wordpress - First is you need Wordpress already installed and running. Please also note that it is best to back up everything you have before attempting anything.
  2. Create a folder named bb2wp under the root URL of your Wordpress blog - For example:

    Your Blog URL is:
    www.domain.com/blog
    Then create a folder:
    www.domain.com/blog/bb2wp

    Your Blog URL is:
    www.domain.com/
    Then create a folder:
    www.domain.com/bb2wp

    Your Blog URL is:
    blog.domain.com/
    Then create a folder:
    blog.domain.com/bb2wp

    I guess this is clear enough already.

  3. Download bb2wp - Extract the file import.php and upload to the created bb2wp.
  4. Edit Publishing Settings - Login to your New Blogger Beta account and go to the publishing settings and set the FTP to upload in the created wp2bb folder. Assuming your blog URL is www.domain.com/blog/, most probably, your blogger settings might look like this (click on the image to view a larger view):
    spacer
    When done, click on Save. You do not need to republish this yet. Proceed first to the next step. Also note that not all servers are not setup the same way. The FTP settings may not look the same on a different webhost. If you have any problems with the settings, ask your web hosting company about it.
  5. Edit Archiving Settings - Go to the Archiving settings of your Blogger Beta account and set it to archive daily, and set the archive to also be in the same location as what you set in publishing, and keep the archive file as archive.html. Using the same example above, assuming your blog is www.domain.com/blog, you settings should look something like this (click on the image to view a larger view):
    spacer
    When done, click on Save. You do not need to republish this yet. Proceed first to the next step.
  6. Edit Formatting Settings - Go to the Formatting settings. You don’t need to change much here but except for the Date and Time formats and the Convert Line Breaks. Set the convert line breaks to Yes, and choose the date and time formats similar to this format: MM/DD/YYYY Hr/Mn/Sc AP. Your settings should look like this (click on the image to view a larger view):
    spacer
    When done, click on Save. You do not need to republish this yet. Proceed first to the next step.
  7. Edit Comments Settings - Go to the Comments settings. Like in formatting, you just need to change the date format: MM/DD/YYYY Hr/Mn/Sc AP.
    spacer
    When done, click on Save. You do not need to republish this yet. Proceed first to the next step.
  8. Edit Blogger Template - The last step that involves Blogger is go to the Template section under Edit HTML. You will use the code below for the template and turn off the Blogger Navbar.

    Simply copy the code above and paste it in your blogger template code.

  9. Save and Republish your entire blog - The larger your blog, the more time you may need to wait.
  10. Make sure everything is all set before running - Before proceeding, note that this script I made worked for me and has worked flawlessly. But I am not taking any responsibility for any loss that may happen on your blog. Lost content, lost comments, lost links, mixed up post, added content, added comments, added links, wrong authors, whatever. The moment you hit the link to run import tool, that means you agree to my terms that I have no responsibility on whatever happens to your blog that you did not want to happen.Now you really don’t have to get scared since it worked for me so it might work for you too and as I advised, back your blog first before doing this so if ever something goes wrong, at least you have everything backed up. Now by the time you get to this step, open up in your browser import.php. If your blog is www.domain.com/blog/ then import.php should be on www.domain.com/blog/bb2wp/import.php Please note also that it is important not to click stop, the back button, or refresh during the import. Please wait until the page is fully loaded to avoid any importing problems. Make sure you are all done with all steps above, if all steps done, checked and double checked, then open up import.php and everything should be easy from there. Please also note that it is way safer to delete import.php once the importation is done. Since accidentally refreshing of visiting the page may give your blogs double entries as the blog post get imported again.

Since I am not giving any guarantees, if ever Blogger comes with a new update and this does not work again, it will depend on my mood if I want to fix it or not. And if some people want me to come up with a more improved, more user-friendly one, I do not thing that is going to happen because by the time I come up with a better version, maybe the newer releases of Wordpress has already solved the problem.

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
  • spacer
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.