Gearing Up For More EPN Sites

I know that I have been quite for a week or so. I have been really working hard to fix the problem I had a few months back. The problem as far as I could tell was that I was killing my hosting company by running cron jobs every 15 minutes that created new EPN posts to my sites. A few of these was ok but when I got to 50+ all doing this on the same schedule I started to have problems. So I think in the end of December or early January I turned off all my auto posting cron jobs. My traffic and earnings have dropped ever since. Plus I was not putting out new sites as often because I was not sure how I would handle the auto posting.

Well I studied other programs and figured that there are really 2 ways to handle this. One is to have wordpress or a cron job kick off the auto post. The second is to schedule the posts in wordpress. I was very interested in scheduling posts as I thought this would use less resources.

So I set off to tackle this. I wanted to run about  years worth of post all at once. The problem is that if I do that the auctions that I am pulling now will be ended in 7 days or so. So I thought about this long and hard. I decided that it was not really the auction that I was after but rather the keywords in the auctions title. So I wrote a plugin that allows me to pull eBay auction titles and setup scheduled posts in wordpress with that title. I have a start and end date range that the plugin chooses a random date and time from to schedule the post. Nothing is placed in the content of the scheduled post. I am thinking that I will schedule about 400-500 posts per site per year. I will run this with the domain renewals and if I renew the site I will load up another years worth of posts.

So then I created a second plugin that works in hand with the one above. This one reads the title of the post once it is published and displayed. It looks for new auctions with those keywords and displays just one. If none are available adsense is substituted. Then I run the Yahoo Term Extraction API on the title. This gives me a smaller keyword to work with. Then I display 3 more eBay auctions based on the smaller and related keyword.

I think this system is going to work very well for me. I setup everything this time around in wordpress via options panels. So I load up all my options in WordPress. When setting up a new site I will not have to even launch DreamWeaver… my html/php editor of choice. I can use my ftp program to launch a text editor to set my database login and ftp the site over. The rest will all be done in Wordress.

I also made sure that non of my code is theme specific. This way I can change out my theme at any time and my plugins will work no problem. In the past I was a little sloppier with my code and found that when I switched themes my plugins would break because I needed to put stuff in the templates to launch the plugins. Now I found a way to run plugins in the header or content without even touching the themes header.php or any other pages.

The next thing that I want to do is figure out how to install WordPress with all my plugins and themes already loaded, activated and configured. If anyone out there knows of an easy way to do this please let me know.

Here is how my first site using these new plugins turned out: Ventless Heater. This was a new domain I registered back in the end of December and never setup due to my cron problem I mentioned above.

I suspect that I might find a few bugs here and there. So far the ones that popped up are from special characters in the title from eBay. I am handling them as I find them. So let me know if you see any errors oon the site as you browse.

About Joe

An active Internet Marketer that likes hanging out in the Warrior Forum on his spare time. My favorite ways to earn money at the moment are software products, eBay Partner Network and Google Adsense. Got a question for me? Just ask!