88.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

05-15-2014, 01:15 AM
Post: #11
RE:
(05-15-2014 12:23 AM)markesesr Wrote:  Internal Server Error

[Image: 56untitled.png]" 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
05-15-2014, 02:02 AM
Post: #12
RE:
ZIts Working 100% Fine For Me Except its SQL Latest version 1.12 is not Installed.. Its Saying U hadnt Purchased the L:atest Version.. Plz Fix That Bug..
05-15-2014, 03:24 AM
Post: #13
RE:
installed EASY WORKS :D
05-15-2014, 03:40 AM
Post: #14
RE:
HERE is FIXED with INSTALL README from ME . = DOWNLOAD http://zpdma.com/L6
05-15-2014, 05:36 AM
Post: #15
RE:
step 6) update database structure to v. 1.2.0 (+ PPV) - not purchased ??
86.gif
05-15-2014, 05:53 AM
Post: #16
RE:
Operates normally, but when you click on the image to see it it shows blank page, does anyone know what can be ?

http://imghost.vendaselucros.com.br/image/3.html
05-15-2014, 06:01 AM
Post: #17
RE:
look here by to me works :D
http://x.>>>[[[Reported by Members as Spam Site]]]<<<
05-15-2014, 06:11 AM
Post: #18
RE:
Yes, I've installed the you shared, more error when you click on the image
05-15-2014, 06:16 AM (This post was last modified: 05-15-2014 06:20 AM by PizzaTuna.)
Post: #19
RE:
Have you STEP BY STEP INSTALLED ? CHMOD 777 <<< ! CHMOD is very important!
otherwise works
the script does not properly

STEP BY STEP INSTALL README !

go to folder "_lib"

edit follow listed files with your info !

1- ini.php
2- my_ini.php
3- db_ini.php

##########################################

go to folder "application"

edit follow listed files with your info !

1- bootstrap.php <<< line 54

##########################################

go to folder "application/config"

edit lines with your info !

1- database.php <<< line from 18 to 22

##########################################

go to folder "lib" , edit file "ini.php"

##########################################

CHMOD 777 for folder

/photos/
/photos/medium/
/photos/thumbs/
/application/logs/
/application/cache/

##########################################

Last STEP ! install

http://your-domain.com/install_remove_af...lation.php

##########################################

Admin Login url "your-domain.com/adm"

Finish

King Regards
Pizza Tuna , margareta , Hawai Pizza , Hornuto , Stronzo .
05-15-2014, 06:24 AM
Post: #20
RE:
Logs error

ErrorException [ Fatal Error ]: Call to undefined function exif_read_data()

439 $exif_available = @exif_read_data( FOLDER_PHOTOS . $photo_filename, "IFD0" );
36.gif




53.gif