Best Blackhat Forum

Full Version: JobExpert v1.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
JobExpert v1.0
Demo http://tutweb.me


Download http://link-share.ru/do.php?id=27

Manual for install/
Code:
1. Copy all files to the server as it is.
2 . Fill the base expert.sql, which lies at the root of the archive .
3 . Enter data in the database file / core / conf / const.config.db.php
4 . Copy directory / Smarty from / install, for example, in the root, and Change it in the file path / core / conf / const.config.tmpl.php:line define ("TEMPLATE_SMARTY_DIR", '/ home / Smarty /');change to define ("TEMPLATE_SMARTY_DIR", 'Smarty /');
5 . Change to your domain in the file / core / conf / const.config.site.php in two lines :define ("CONF_SITE_URL", " http://VASh_DOMEN/ ");define ("CONF_SCRIPT_URL", " http://VASh_DOMEN/ ");
6. In the file / core / .htaccess Change Options All-Indexes to Options-Indexes
7. The files / core / adm.init.php and / core / init.php:string $ pathExpertCore = 'i :/ home / expert.core / classes /';Back at $ pathExpertCore = 'core / classes /';
8. If you get out the error Internal Server Error, comment out in /. Htaccess line# Security# php_flag register_globals off# Disable Magic Quotes# php_flag magic_quotes_gpc off
Reference URL's