- Impact
- 15
I created a rss search engine that works off of 8 major websites rss feeds. Each search query can produce up to 8 content rich webpages created by the user. I have made it where each search query is saved to mysql database and the number of times that search terms were searched. That way you can have it produce the most popular searches on the front page.
The way the script works is that after the search engines start to give the website traffic from those submitted web pages. The users entering query's will shape the site into what they are looking for. Producing more pages for the search engines to index and bring more traffic from that users search terms.
Then in turn on the index page. There is a box of the most popular searched terms on the website. That way it will index those terms more and draw more people in for those popular search terms.
In addition to having the most popular search terms on the front page, there is also a list of random search terms on the front page. It uses the saved database of search terms. Each random search term page when select will randomly select one of the 8 rss feeds to show the results for. It is google safe by redirecting using 301 redirect to a SEO valid website url.
The site has already been submitted to google sitemaps (just today). To start it off it has a total of 5k web pages in the sitemap and will grow as the website user base grows and the users start to add more search terms to the script.
The site uses htaccess/apache mod rewrite to enable SEO friendly urls and requires apache/mod rewrite enabled for the site to function properly.
cUrl is required because the website uses cUrl to fetch the rss feeds from the remote website to show to the user (sidenote: file_get_contents is used if cUrl is not found, but fopen remote url is required to be enabled for file_get_contents to work).
The rss script does do cache's to the rss query's and if a similar query is done within' a set amount of time (you can set this time frame) it will look at the cache files instead of doing the rss look up (saves bandwidth on duplicate searches and saves time by not doing sql look ups).
The site creates dynamicly a sitemap.xml, rss.xml, and urllist.txt for the search engines to feed off of. For the dynamic creation of the sitemap, rss, and urllist a cron job is required to be set up. Updating each file at a certain time of the day ( I chose once a day, but when the site gets more popular I think it would be good to choose ever 1-2 hours).
The website name and website url are not fixed. I added a config file that you can change this information on the fly. For instance if you want to use it upon another domain just upload, set keywords, set mysql and you're done.
Also, to kick off new sites, I have added a tool that will input a list of keywords/phrases into the mysql database. That way you can set a certain theme for the site/domain to start off with. Use the great keyword tool goodkeywords to grab huge lists of related high traffic keywords. Plus, the google trends is a good place to pick up keyword lists too (most popular searches for that day in google).
Personally I think this script would make a great parking domain script. It looks up the most popular RSS feeds, google news, flicker, digg, yahoo news, find articles, ebay, and others returning keyword/phrased based results back to the users.
The website does not have an admin panel. The admin of the database is ran though phpMyAdmin and mostly the site is set to run on auto pilot after you set up the first keywords. (set it and forget it!!).
On other forums I have seen scripts like this one make $50+ a week for the owners and that is one reason why I created it. Because I wanted to create something that would make money! I can't guarantee you will have the same results. This is a new script for me (just created yesterday). Look over the website and you will see it is worth the starting bid for it. It has a great sounding unique domain name, it is already logo branded, pretty good out of the box parking page solution for any extra domains you might have, and returns great results from 8 popular places.
Thanks for looking and happy bidding.
Auction Starts At the Time of This Post.
Site: http://teroo.org
Start: $100
BIN: $800
Increments: $10
Fine Print.
**Make sure you check your server and make sure it meets the requirements. No refunds will be offered. The script/domain is offered as/is. Updates, Upgrades are not offered. Copyrights to the script is not included with the auction. After purchase you may not disturb the script in any form without the permission of Onic Designs. Unlimited personal usage on your own domains is allowed without permission from Onic Designs, but written emails letting us know what domains you're using it upon would be nice to check for valid licenses. Hosting will be free for the first month, You are expected to purchase your own hosting to run the script upon. After 1 month the hosting will be removed from our server. You may choose to continue to host with Onic Designs, for a charge of $3 a month (500mb space / 1gb bandwidth). Additional questions, comments, and etc should be voiced at the time of the auction.
Requirements:
Apache
Rewrite mod enabled.
php 4.3+ (will not work on php 5.0)
cUrl or fopen remote urls enabled.
Mysql 4.2+
1 Cronjob to be enabled (rss, sitemap, and urllist.txt creator)
The way the script works is that after the search engines start to give the website traffic from those submitted web pages. The users entering query's will shape the site into what they are looking for. Producing more pages for the search engines to index and bring more traffic from that users search terms.
Then in turn on the index page. There is a box of the most popular searched terms on the website. That way it will index those terms more and draw more people in for those popular search terms.
In addition to having the most popular search terms on the front page, there is also a list of random search terms on the front page. It uses the saved database of search terms. Each random search term page when select will randomly select one of the 8 rss feeds to show the results for. It is google safe by redirecting using 301 redirect to a SEO valid website url.
The site has already been submitted to google sitemaps (just today). To start it off it has a total of 5k web pages in the sitemap and will grow as the website user base grows and the users start to add more search terms to the script.
The site uses htaccess/apache mod rewrite to enable SEO friendly urls and requires apache/mod rewrite enabled for the site to function properly.
cUrl is required because the website uses cUrl to fetch the rss feeds from the remote website to show to the user (sidenote: file_get_contents is used if cUrl is not found, but fopen remote url is required to be enabled for file_get_contents to work).
The rss script does do cache's to the rss query's and if a similar query is done within' a set amount of time (you can set this time frame) it will look at the cache files instead of doing the rss look up (saves bandwidth on duplicate searches and saves time by not doing sql look ups).
The site creates dynamicly a sitemap.xml, rss.xml, and urllist.txt for the search engines to feed off of. For the dynamic creation of the sitemap, rss, and urllist a cron job is required to be set up. Updating each file at a certain time of the day ( I chose once a day, but when the site gets more popular I think it would be good to choose ever 1-2 hours).
The website name and website url are not fixed. I added a config file that you can change this information on the fly. For instance if you want to use it upon another domain just upload, set keywords, set mysql and you're done.
Also, to kick off new sites, I have added a tool that will input a list of keywords/phrases into the mysql database. That way you can set a certain theme for the site/domain to start off with. Use the great keyword tool goodkeywords to grab huge lists of related high traffic keywords. Plus, the google trends is a good place to pick up keyword lists too (most popular searches for that day in google).
Personally I think this script would make a great parking domain script. It looks up the most popular RSS feeds, google news, flicker, digg, yahoo news, find articles, ebay, and others returning keyword/phrased based results back to the users.
The website does not have an admin panel. The admin of the database is ran though phpMyAdmin and mostly the site is set to run on auto pilot after you set up the first keywords. (set it and forget it!!).
On other forums I have seen scripts like this one make $50+ a week for the owners and that is one reason why I created it. Because I wanted to create something that would make money! I can't guarantee you will have the same results. This is a new script for me (just created yesterday). Look over the website and you will see it is worth the starting bid for it. It has a great sounding unique domain name, it is already logo branded, pretty good out of the box parking page solution for any extra domains you might have, and returns great results from 8 popular places.
Thanks for looking and happy bidding.
Auction Starts At the Time of This Post.
Site: http://teroo.org
Start: $100
BIN: $800
Increments: $10
Fine Print.
**Make sure you check your server and make sure it meets the requirements. No refunds will be offered. The script/domain is offered as/is. Updates, Upgrades are not offered. Copyrights to the script is not included with the auction. After purchase you may not disturb the script in any form without the permission of Onic Designs. Unlimited personal usage on your own domains is allowed without permission from Onic Designs, but written emails letting us know what domains you're using it upon would be nice to check for valid licenses. Hosting will be free for the first month, You are expected to purchase your own hosting to run the script upon. After 1 month the hosting will be removed from our server. You may choose to continue to host with Onic Designs, for a charge of $3 a month (500mb space / 1gb bandwidth). Additional questions, comments, and etc should be voiced at the time of the auction.
Requirements:
Apache
Rewrite mod enabled.
php 4.3+ (will not work on php 5.0)
cUrl or fopen remote urls enabled.
Mysql 4.2+
1 Cronjob to be enabled (rss, sitemap, and urllist.txt creator)
Last edited:




