Home > MySQL, PHP, Programming > Import Rss To Mysql 2

Import Rss To Mysql 2

December 26th, 2009

Hello, i want to build a site import RSS to MySQL.
This is full description I need:
+ Main Site
- Users can register an account ( Field like: Name, Their Website, E-Mail, Password, Their Country )
- They must active their account by an link via their email.

+ Users CP
- Default is Member Group. And after register, they will be member of this group. Other group can be create by administrator.
- Base on their group level, they can enter 1 or more RSS URL in their profile.
- Our Cronjob will run in hour.ly or time I was set, then import their RSS to our database (MySQL). Included RSS Title, RSS URL, Description, Date.
- Base on their group level, we have how many total URL in their RSS they can auto import per day.
- No same RSS URL or content in database.
- Users can manage all URL from RSS they imported to our database. Edit Title , Desciption , but can’t edit RSS URL. And just remove this RSS.
- Search all content they imported by Title or URL.

++++ Admin CP ++++
- Manage all user
- Manage all RSS ( have check box for Remove Checked )
- Manage all group
- Set URL Limited import to database per day for group.
- Set RSS limited for group.
- Search all content they imported by Title or URL.
- View all users not active over 7 days, and a button to remove all inactive users.

Code with PHP, MySQL… Just simple, and you can use any module of RSS/XML open source in Internet.

Don’t need to design or use images.


Import Rss To Mysql 2

Categories: MySQL, PHP, Programming Tags: , , , , , ,
Comments are closed.
Bear