Real estate php mysql project

This php mysql database project is for real estate investments. In this system, users can register and attend real estate seminars, events, workshops and earn through real estate investments.

All workshop details has been listed in the front end. Users can have a glance about those workshops and download workshop brochures. User has to register to take part in those workshops. Members have the ability to access the website forums and receive monthly newsletters, participate in monthly meetings. All events and meetings schedules hav been listed in site.

Users has register in this system by giving the personal details like, first name, last name, address, phone and login details like user name, password. After registration user can login to the system and view workshops details, events details etc.

One of the feature which we have created in this system is giving access to specific areas of website to users. This “Access Settings” has been managed in admin section.

In admin panel, Admin can add Pages(like account.php) which has been protected from users. In “User Access settings” section, all user details has been listed. By clicking “Edit Access” link, all protected pages has been listed with “View Permission” and “Download permission” checkboxes. Admin can choose the pages which needs to be restricted/allowed to that particular user and update settings. Likewise, admin can give access to specific areas of website on a per user basis. Also all protected pages has been listed in “Protected pages” section for admin reference.

Admin can add files in “Downloadable files” section by giving file path like “http://www.url.com/files/new/abc.pdf”, file description and page in which the downloadable link has to be shown. So that in front end, this links has been used in download section. In Edit Access section, admin has set “Download permission” for users.

In front end, when user logs in, user will not be able to view restricted pages. For example, IF “somepage.php” page is protected from a specific user, when the user tries to access that page, that user will view a message like “Sorry, but you do not have permission to access this page. “. Similarly, Users can only download files which are allowed to them. They cannot download restricted files.