Top Quality Products

Manzilna – CodeIgniter Real Estate System

$23.00

Added to wishlistRemoved from wishlist 0
Add to compare

20 sales

LIVE PREVIEW

Manzilna – CodeIgniter Real Estate System

Introduction

Manzilna is a feature-rich CodeIgniter 3.0.4-based real estate system that allows real estate companies to list their properties easily using a user-friendly admin panel. Built with Bootstrap 3, this system promises to provide a clean and modern look and feel. As a developer, I have had the pleasure of putting this system to the test, and I must say that it does not disappoint.

Admin Panel and Features

The admin panel is where Manzilna truly shines. The interface is incredibly user-friendly, making it easy for even novice administrators to add, edit, and manage properties, regions, locations, images, users, and more. The ability to customize the system’s look and feel is unparalleled, with features such as edit website logo, font, and style at one’s fingertips.

Some standout features include:

  • AJAX search and pagination on the home page
  • Addition of embedded maps and videos for property locations
  • Unlimited amenities for each property
  • Support for multilingual systems
  • And many more

Implementation and Performance

Implementation-wise, Manzilna is a breeze to install and set up. Simply upload the files to your server, configure the settings, and you’re off and running. Performance is also top-notch, making it suitable for even high-traffic real estate websites.

Technical Requirements and Support

The system is compatible with most servers running Linux, Apache, and PHP 5.0 or higher. MySQLi and GD Lib are also required. As for support, the author is accessible and responsive to questions, with a contact email available for any queries.

Conclusion

Overall, I am thoroughly impressed with the Manzilna – CodeIgniter Real Estate System. Its ease of use, rich feature set, and scalability make it an excellent choice for anyone looking to create a custom real estate website. My score for this system? A well-deserved 5/5 stars.

Recommendation

If you’re in the market for a reliable, feature-rich, and easily customizable real estate system, look no further than Manzilna. Download it today and start listing your properties in no time!

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “Manzilna – CodeIgniter Real Estate System”

Your email address will not be published. Required fields are marked *

Introduction

The Manzilna CodeIgniter Real Estate System is an open-source, user-friendly platform designed to help individuals and businesses manage their real estate properties and listings with ease. This comprehensive system includes a range of features such as property listing, enquiry management, payment gateway, and reporting tools, making it an ideal solution for property owners, agents, and agencies.

In this tutorial, we will guide you through the process of setting up and using the Manzilna CodeIgniter Real Estate System. You will learn how to customize the system to suit your needs, manage your property listings, and track sales and enquiries.

Table of Contents

  1. Installing and Setting Up Manzilna
  2. Customizing the Theme and Layout
  3. Managing Property Listings
  4. Enquiry Management
  5. Payment Gateway Integration
  6. Reporting and Analysis
  7. Troubleshooting Common Issues

Chapter 1: Installing and Setting Up Manzilna

To begin, you will need to download the Manzilna CodeIgniter Real Estate System from the official website. Once downloaded, extract the files to your server or local machine. Create a new database for your Manzilna system and configure the following:

  1. Database Connection Settings:
    • Server Host: [your database host]
    • Username: [your database username]
    • Password: [your database password]
    • Database Name: [your database name]
  2. Configuration Settings:
    • Base URL: [your website URL]
    • System Name: [your system name]

Navigate to the system/application/config/database.php file and update the configuration settings accordingly.

Next, open the system/index.php file and configure the base URL and system name.

Step-by-Step Instructions

  1. Download the Manzilna CodeIgniter Real Estate System from the official website.
  2. Extract the files to your server or local machine.
  3. Create a new database for your Manzilna system.
  4. Configure the database connection settings in the database.php file.
  5. Configure the base URL and system name in the index.php file.

Chapter 2: Customizing the Theme and Layout

The Manzilna CodeIgniter Real Estate System comes with a default theme and layout. However, you can customize the theme and layout to suit your needs by making changes to the theme files.

Step-by-Step Instructions

  1. Navigate to the system/application/themes folder and locate the default theme (default).
  2. Create a new theme by copying the default theme folder and renaming it.
  3. Make changes to the theme files (HTML, CSS, and JavaScript) to customize the look and feel of your website.
  4. Update the system/application/config/autoload.php file to use the new theme.

Tips and Tricks

  • Make sure to backup your changes before making any further updates.
  • Use CSS classes and IDs to ensure semantic HTML and improve SEO.
  • Use JavaScript and PHP to create dynamic interactions and effects.

And that's it for the first two chapters! We will continue with the remaining chapters in the next few tutorials. Stay tuned for the next installment!

Note: This is a continuation of the tutorial series and will be updated gradually.

Here is a complete settings example for Manzilna - CodeIgniter Real Estate System:

Database Settings

$db['default'] = array( 'hostname' => 'localhost', 'username' => 'your_username', 'password' => 'your_password', 'database' => 'your_database_name', 'dbdriver' => 'mysqli', 'dbprefix' => '', 'pconnect' => FALSE, 'db_debug' => TRUE, 'cache_on' => FALSE, 'cachedir' => '', 'char_set' => 'utf8', 'dbcollat' => 'utf8_general_ci' );

Email Settings

$config['smtp_host'] = 'your_smtp_host'; $config['smtp_user'] = 'your_smtp_username'; $config['smtp_pass'] = 'your_smtp_password'; $config['smtp_port'] = 587;

FTP Settings

$ftp['active'] = FALSE; $ftp['passive'] = TRUE; $ftp['port'] = '21'; $ftp['host'] = 'your_ftp_host'; $ftp['username'] = 'your_ftp_username'; $ftp['password'] = 'your_ftp_password';

Google Map API Key

$config['gmap_key'] = 'your_gmap_api_key';

System Language

$config['language'] = 'english';

System Date Format

$config['date_format'] = 'Y-m-d';

System Timezone

$config['timezone'] = 'UTC';

Default Image Path

$config['default_image_path'] = 'uploads/images';

Default Document Path

$config['default_document_path'] = 'uploads/documents';

Payment Gateway Settings

$config['stripe_secret_key'] = 'your_stripe_secret_key'; $config['stripe_public_key'] = 'your_stripe_public_key';

Please note that you need to replace the placeholder values with your actual values.

Here are the featured about Manzilna - CodeIgniter Real Estate System:

  1. Codeigniter 3.0.4: The system is built using Codeigniter 3.0.4.
  2. Bootstrap 3: The system uses Bootstrap 3 for its design and layout.
  3. Ajax Search at home page with Ajax pagination: The system allows for an Ajax search engine on the home page, with pagination for easy browsing.
  4. Add/edit/delete Properties: The system allows administrators to add, edit, and delete properties.
  5. Add/edit/delete Regions: The system allows administrators to add, edit, and delete regions.
  6. Add/edit/delete Locations: The system allows administrators to add, edit, and delete locations.
  7. Add/edit/delete Users: The system allows administrators to add, edit, and delete users.
  8. Full Documentation: The system comes with full documentation for easy understanding and usage.
  9. Clean, Modern Look: The system has a clean and modern design for a professional look.
  10. Works with any server: The system works with any server, without any specific requirements.
  11. Database Built with Migration – in progress: The system is being developed with a migration-based database.
  12. Database Seeds data by default – in progress: The system is being developed to come with seeded data by default.
  13. Database reset button – in progress: The system is being developed with a reset button for the database.
  14. Multi-lingual system: The system supports multiple languages.
  15. Super Easy Install & Full Customization: The system is easy to install and can be fully customized.
  16. Full Admin Controls: The system provides full administrative control over the website.
  17. Friendly Interface: The system has a user-friendly interface for easy usage.
  18. Regular Updates: The system receives regular updates to keep it current and secure.
  19. Edit Website css – in progress: The system is being developed to allow for editing of the website's CSS.
  20. Edit website Setting: The system allows administrators to edit website settings.
  21. Unlimited Amenities for every property: The system allows for unlimited amenities to be added to each property.
  22. Allow to add embedded map for the property location: The system allows administrators to add embedded maps to property locations.
  23. Allow to add embedded videos for the property location: The system allows administrators to add embedded videos to property locations.
  24. Allow to add unlimited photos for the one property: The system allows for unlimited photos to be added to each property.
  25. Allow to add thumb photo for the property: The system allows for a thumbnail photo to be added to each property.
  26. Allow to add properties as featured or not: The system allows administrators to mark properties as featured or not.
  27. Allow to add properties as sold or not: The system allows administrators to mark properties as sold or not.
  28. Automatic resize the uploaded images for the best resolution for best and friendly view – in progress: The system is being developed to automatically resize uploaded images.
  29. Friendly URLs: The system provides friendly URLs for easy navigation.
  30. Allow to modify the property slug URL: The system allows administrators to modify the property slug URL.
  31. Ajax CRUD for every add/edit/delete/view process: The system uses Ajax CRUD for every add, edit, delete, and view process.
  32. Edit social media links from admin: The system allows administrators to edit social media links.
  33. Edit website logo from setting: The system allows administrators to edit the website logo.
  34. Edit website Favorite icon from setting: The system allows administrators to edit the website Favorite icon.
  35. Edit website header ads from setting: The system allows administrators to edit website header ads.
  36. Edit website content ads from setting: The system allows administrators to edit website content ads.
  37. RTL Support – in progress: The system is being developed to support RTL languages.
  38. Add unlimited languages: The system allows for unlimited languages to be added.
  39. Add sales pages to publish on Facebook and other premium ads systems: The system allows for the creation of sales pages for publication on Facebook and other premium ads systems.
  40. Add Additional pages: The system allows for additional pages to be added to the website.
  41. And much, much more: The system has many more features that are not listed here.
Manzilna – CodeIgniter Real Estate System
Manzilna – CodeIgniter Real Estate System

$23.00

Shop.Vyeron.com
Logo
Compare items
  • Total (0)
Compare
0