Скрипт недвижимости Real Estate Portal

Вот ссылка: Для просмотра ссылки Войди или Зарегистрируйся
Они кардинально отличаются друг от друга. iproperty компонент который работает на CMS Joomla с огромным функционалом. А Real estate portal скрипт (отдельный движок) с открытым исходный код, который можно править или дорабатывать. Можете сравнить их по смотря Для просмотра ссылки Войди или Зарегистрируйся. Пароль в админку: admin/admin
Пароль демо пользователя: user/user
 
Добавлю. В Real estate portal очень просто разобраться.
 
Добавлю. В Real estate portal очень просто разобраться.
Да, действительно, посмотрел админку, на первый взгляд все просто. А как много объектов можно добавить в базу? Т.е. не будет ли компонент потом тормозить?
 
Если можно скиньте ссылку в личку на рабочую версию IProperty 3.1.3 или 3.2.1
К сожалению, как оказалось, у меня битая версия 3.1.3. Не могу добавлять объекты. Вот тема по этому компоненту, можете скачать: Для просмотра ссылки Войди или Зарегистрируйся
 
А тут где мне прописывать данные к БД,пароль и другое ??? Подскажите
Вот данные в файле который расположен по пути
real v.1.5.4\real\application\config\production\database

<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
| -------------------------------------------------------------------
| DATABASE CONNECTIVITY SETTINGS
| -------------------------------------------------------------------
| This file will contain the settings needed to access your database.
|
| For complete instructions please consult the 'Database Connection'
| page of the User Guide.
|
| -------------------------------------------------------------------
| EXPLANATION OF VARIABLES
| -------------------------------------------------------------------
|
| ['hostname'] The hostname of your database server.
| ['username'] The username used to connect to the database
| ['password'] The password used to connect to the database
| ['database'] The name of the database you want to connect to
| ['dbdriver'] The database type. ie: mysql. Currently supported:
mysql, mysqli, postgre, odbc, mssql, sqlite, oci8
| ['dbprefix'] You can add an optional prefix, which will be added
| to the table name when using the Active Record class
| ['pconnect'] TRUE/FALSE - Whether to use a persistent connection
| ['db_debug'] TRUE/FALSE - Whether database errors should be displayed.
| ['cache_on'] TRUE/FALSE - Enables/disables query caching
| ['cachedir'] The path to the folder where cache files should be stored
| ['char_set'] The character set used in communicating with the database
| ['dbcollat'] The character collation used in communicating with the database
| NOTE: For MySQL and MySQLi databases, this setting is only used
| as a backup if your server is running PHP < 5.2.3 or MySQL < 5.0.7
| (and in table creation queries made with DB Forge).
| There is an incompatibility in PHP with mysql_real_escape_string() which
| can make your site vulnerable to SQL injection if you are using a
| multi-byte character set and are running versions lower than these.
| Sites using Latin-1 or UTF-8 database character set and collation are unaffected.
| ['swap_pre'] A default table prefix that should be swapped with the dbprefix
| ['autoinit'] Whether or not to automatically initialize the database.
| ['stricton'] TRUE/FALSE - forces 'Strict Mode' connections
| - good for ensuring strict SQL while developing

| The $active_group variable lets you choose which connection group to
| make active. By default there is only one group (the 'default' group).

| The $active_record variables lets you determine whether or not to load
| the active record class
*/

// Examples: mysql
$active_group = 'mysql';
$active_record = TRUE;

//MySQL example
$db['mysql']['hostname'] = 'localhost';
$db['mysql']['username'] = '';
$db['mysql']['password'] = '';
$db['mysql']['database'] = '';
$db['mysql']['dbdriver'] = 'mysql';
$db['mysql']['dbprefix'] = '';
$db['mysql']['pconnect'] = FALSE;
$db['mysql']['db_debug'] = FALSE;
$db['mysql']['cache_on'] = FALSE;
$db['mysql']['cachedir'] = '';
$db['mysql']['char_set'] = 'utf8';
$db['mysql']['dbcollat'] = 'utf8_general_ci';
$db['mysql']['swap_pre'] = '';
$db['mysql']['autoinit'] = TRUE;
$db['mysql']['stricton'] = FALSE;

$db['mysql']['port'] = 3306;

/* End of file database.php */
/* Location: ./application/config/database.php */
 
Последнее редактирование:
Эти данные вообще правильные? Если можно дайте ваше решение этого файла.
Заранее спасибо!:sun:
 
А тут где мне прописывать данные к БД,пароль и другое ??? Подскажите
Вот данные в файле который расположен по пути
real v.1.5.4\real\application\config\production\database

//MySQL example
$db['mysql']['hostname'] = 'localhost';
$db['mysql']['username'] = '';
$db['mysql']['password'] = '';
$db['mysql']['database'] = '';
$db['mysql']['dbdriver'] = 'mysql';
$db['mysql']['dbprefix'] = '';
$db['mysql']['pconnect'] = FALSE;
$db['mysql']['db_debug'] = FALSE;
$db['mysql']['cache_on'] = FALSE;
$db['mysql']['cachedir'] = '';
$db['mysql']['char_set'] = 'utf8';
$db['mysql']['dbcollat'] = 'utf8_general_ci';
$db['mysql']['swap_pre'] = '';
$db['mysql']['autoinit'] = TRUE;
$db['mysql']['stricton'] = FALSE;

$db['mysql']['port'] = 3306;
/

В этом файле. В разделе //MySQL example
Пример
//MySQL example
$db['mysql']['hostname'] = 'localhost';
$db['mysql']['username'] = 'Имя ';
$db['mysql']['password'] = 'Пароль';
$db['mysql']['database'] = 'Имя базы';
$db['mysql']['dbdriver'] = 'mysql';
$db['mysql']['dbprefix'] = '';
$db['mysql']['pconnect'] = FALSE;
$db['mysql']['db_debug'] = FALSE;
$db['mysql']['cache_on'] = FALSE;
$db['mysql']['cachedir'] = '';
$db['mysql']['char_set'] = 'utf8';
$db['mysql']['dbcollat'] = 'utf8_general_ci';
$db['mysql']['swap_pre'] = '';
$db['mysql']['autoinit'] = TRUE;
$db['mysql']['stricton'] = FALSE;

$db['mysql']['port'] = 3306;
 
Да, действительно, посмотрел админку, на первый взгляд все просто. А как много объектов можно добавить в базу? Т.е. не будет ли компонент потом тормозить?
В интернете есть много сайтов которые работают. И объектов у них тоже много. Вроде не тормозит.
 
Назад
Сверху