» Easy Setup
» Templating System
» Multi Language System
» Open Source
» Simple Coding
Latest News
VERSION 0.05 IS HERE!!!
MyPageFlip v1.0 - Flash online magazine
Looking for a couple of Developers
NEW BLOG SYSTEM
Documentation
Install instructions
Download phprealty source file
Unzip file to the directory where you will have phpRealty located
chmod 777 the assets/images directory and the files located within
Create a database and assign a user to the database. With phpMyAdmin this is a sinch. :) Import the assets/phprealty.sql file into the database.
UPDATE: if you have v0.03 you can just run the installer after creating the database to run the installer use this method: http://yourdomain.com/phprealty install folder/installer/ there is an install.txt file with instructions in the install directory.
Open the manager/includes/config.inc.php file and edit the database information section to match your database configuration. Most of the time you will only need to edit the $database_server, $database_user, $database_password and $dbase variables. Edit the $WWW, $REL, $TEMPS, $WTEMPS and $SITENAME variables.
UPDATE: if you have v0.03 also edit the $LANG variable to reflect where your language file is located default is templates/languages/ your language file.
You can now go to your site where you have phpRealty such as http://yourdomain.com/phprealty/ . You can now login with username: admin password: phprealty. Once in the member area you can change the password.
ENJOY and start adding listings.
TEMPLATES
You can create your own template by just changing the pages in the default directory to reflect your new layout. You must leave in the <!-- --> sections of the code, like <!--listings--> because they are what gets replaced with the dynamic content.