ReadMe for AzDGDatingMedium


License

This script is Free, under GPL v2 licence. Don`t remove our copyright link. For more details read License.txt. Remove this software if you are don`t agree with this license.

Script can be used in Free mode on non-commercial websites. It is optimized for small and medium dating projects.

But we don`t recommend to use this script for very large projects (but maximal users number are allowed up to 4 milliard). Anytime you can upgrade to Platinum version for more features and our powerful support.

Copyright link removing is possible only if license purchased from here

Introduction

In the Dating Medium released many functions not available in other payed scripts (User can upload up to 64 photos, very many profile`s fields, matchmaker, news, messaging with users and more).

But we didn`t include more functions available in Platinum version (Instant messenger, Privilegied users, Private photos, Caching system, Chat, Forum, Articles, Blogs and more). Upgrade from Medium to Platinum is available.


Requirements

This script require only not very old PHP and MySQL versions. PHP version must be 4.1.0 or newer (also supports PHP5). MySQL must be 3.23.15 or any newer (MySQL 4.x, 5.x). Script platform (Windows, Linux, Mac) may be independent. Script can to work in safe_mode=on, register_globals=off and other PHP options. It is just recommending to have installed GD library to some operations with photos (decrease photo when upload or thumbnails and watermark on the photos).

For detect your PHP and MySQL versions we recommend you ask this from your hosting. We don`t recommend you to use hostings with older versions, because many bugs are available in the older versions of PHP and MySQL.

You can write and install simple script for detect your PHP version and some server parameters as internal path.

test.php:

<?php
phpinfo();
?>



upload this script to server and view from browser as http://www.your_site.com/test.php.


Installation

AzDGDatingMedium can be installed as new or upgraded from Lite version

Install process easy - step-by-step:

Step 1. Upload all files from AzDGDatingMedium/ folder to server to main directory or any subdirectory.

Step 2. CHMOD the following directories and files:

chmod 777 members/uploads
chmod 777 members/uploads/0
chmod 777 members/uploads/0/0
chmod 777 members/uploads/0/1
chmod 777 members/uploads/0/2
chmod 777 members/uploads/0/3
chmod 777 members/uploads/0/4
chmod 777 members/uploads/0/5
chmod 777 members/uploads/0/6
chmod 777 members/uploads/0/7
chmod 777 members/uploads/0/8
chmod 777 members/uploads/0/9
chmod 777 members/uploads/0/10
chmod 777 members/uploads/0/11
chmod 777 members/uploads/0/12
chmod 777 members/uploads/0/13
chmod 777 members/uploads/0/14
chmod 777 members/uploads/0/15
chmod 777 members/uploads/0/16
chmod 777 members/uploads/0/17
chmod 777 members/uploads/0/18
chmod 777 members/uploads/0/19
chmod 777 members/uploads/0/20
chmod 666 include/config.inc.php
chmod 666 include/options.inc.php
chmod 666 include/vars.inc.php

(Attention: more directories for user`s photos (up to 0/99 and then from 1/0 to 1/99, etc...) may be require to create in the future, if your website is working in safe_mode=on)

Upgrade from Lite process the same - just make backup of Lite files and db, and upload files over Lite. Then see instruction above. (Attention: be sure you used an official version of Lite version, without third part implementations changed mysql structure.)

Step 3. Run install.php and follow instructions. (In the web browser run http://www.your_site.com/path_to/install.php)

Thats all

Your Admin page - http://your_installed_path/admin.php

Main page - http://your_installed_path/index.php

But for more secure work you must work with next steps too:

Step 4. Delete install.php for secure reasons.

Step 5. Now you can configure script for own needs, if it require. Is recommending to have backup version of config.inc.php, options.inc.php, vars.inc.php. After configuring script, if you don`t sure with your Hosting`s security, you can change chmods of files in the include/ folder to 644 (just when you login into admin area to change something in the options, set these files writeble (chmod 666) again)

If you have troubles with install, please visit our forum http://www.azdg.com/forum/

Upgrade (from Medium 1.8.x)

Note: This section for upgrade from the version of AzDGDatingMedium 1.8.x (if you upgrade from Lite version, read the Installation section)

Step 1. Upload all files over old files except for:
include/config.inc.php
include/options.inc.php
include/vars.inc.php

(these files will be upgraded by script during upgrade)

Step 2. Run install.php and follow instructions. (In the web browser run http://www.your_site.com/path_to/install.php)

Step 3. Delete install.php for secure reasons.

Step 4 (Optional). From admin area enable SEF mode to improve Search Engines indexing:
- Go to Admin area > Options > Configuration > SEF options: "Enable SEF" -> Check this option
- Rename file in the main script directory c.htaccess to .htaccess (or if you already have .htaccess, copy content of c.htaccess to your .htaccess)
- (If mod_rewrite disabled on the your hosting, SEF links willn`t work - just disable this option from admin area)

Step 5 (Optional). To improve thumbnails quality, remove old thumbnails to allow script to regenerate thumbnails:
- Go to Admin area > Maintenance > Remove thumbnails: "Remove thumbnails" -> Click on the button

If you have troubles with upgrade, please visit our forum http://www.azdg.com/forum/




Powered by AzDG