05-15-2014, 01:15 AM
(05-15-2014 12:23 AM)markesesr Wrote: [ -> ]Internal Server Error
" alt="a>" title="a>" />
Ohh check chmod's and script need Requirements
» PHP 5.0 or above
» MySQL 5 or above
» GD library
INSTALATION !
Step-by-step installation:
1. Open the file: _lib/db_ini.php. Fill in the data of your previously created MySQL database.
2. Open the file: _lib/ini.php.
2.1 Go to the line:
define( 'domain', 'HERE' );
In HERE enter the name of a domain on which the website will operate. Examples:
yoursite.com
yoursite.com/subfolder
subdomain.yoursite.com
subdomain.yoursite.com/subfolder
2.2 Go to the line:
define( 'base_url', 'HERE' );
In HERE enter a full address of the site on which the website will operate (with „/” at the end). Examples:
http://yoursite.com/
http://yoursite.com/subfolder/
http://subdomain.yoursite.com/
http://subdomain.yoursite.com/subfolder/
3. Open the file: application/bootstrap.php.
3.1 Go to the line:
'base_url' => 'HERE'
In HERE enter a full address of the site on which the website will operate (with „/” at the end). Examples:
http://yoursite.com/
http://yoursite.com/subfolder/
http://subdomain.yoursite.com/
http://subdomain.yoursite.com/subfolder/
4. Open the file: .htaccess.
4.1 Go to the line:
RewriteBase //
4.2 Leave the line as it is if your address will have the following form:
yoursite.com
subdomain.yoursite.com
4.3 However, if your website address will have for example the following form:
yoursite.com/SubFolderName/
subdomain.yoursite.com/SubFolderName/
then change this line to:
RewriteBase /SubFolderName/
5. Upload all files to the server. The best method would be through ftp (the best program to do this: Filezilla)
5.1 Open the file: install_remove_after_installation.php through the browser (just enter the website address yoursite.com/install_remove_after_installation.php). This file created tables in MySQL database.
5.2 If everything works fine if you enter your website address, delete the install_remove_after_installation.php file and folder "remove after installation" from the server.
6. In order to log in to the admin panel, enter the link: yoursite.com/adm. The temporary data to do this is: login: admin, password: admin.
6.1 Change this data ASAP through lib/my_ini.php. Lines:
define( 'ADM_LOGIN' , 'admin' );
define( 'ADM_PASSWORD', 'admin' );
7. Set CHMOD 777 to folders:
/photos/
/photos/medium/
/photos/thumbs/
/application/logs/ /application/cache/
Thats all T_T i testes script many times and working