SlideShare a Scribd company logo
1 of 16
Download to read offline
PG Dating Pro
Installation Instruction




© PilotGroup.Net 2011
Call 1-866-620-1919 (toll free)




1. Before you start
Note: If you installed a server trial version of Dating Pro software, you'll have to reinstall it if you order
a software license.

There are 2 cases of installation:

1) initial installation - check the steps in this folder.

Please mind: You can use the following installation instructions ONLY for server trial versions of our dating
script, NOT for .exe trials. .exe trials are automatically installed at your PC and cannot be installed on a
server.

2) moving site to another server. There's no certain instruction on how to do it. It's quite easy.

Here's the instruction:
1) go to your FTP and copy all files for your Dating Pro to your computer.
2) go to your old server Cpanel>then to phpmyadmin.
3) Open the database for Dating Pro.
4) Press "Export" Tab.
5) In a new page select all tables and press "Go". The system will ask where it should save the
database. Save somewhere at your computer.
6) Then go to your new server. Open FTP.
7) upload your files to FTP.
8) go to new server's CPanel>Phpmyadmin>
9) create a new database there and open it.
10) press "Import" and press "Go" button.
11) then you can either rename your new db into the name you had at old server (easy way) or do the
following:
12) go to new FTP>software files
13) find include>config.xml file. Open to edit.
14) change name for db variable there and save.

Your site should be up and running.

If you are changing both domain and hosting company, I would advise to do the following:
1) change the data.
2) restore your install folder
3) run installation script (but do not run db installation or anything)
4) go to step where you would have to insert db info (Step 4). There please see what the system will
write for Site domain, site root, site path sections. Copy that to your config.xml file instead of old info.

DO NOT CONTINUE INSTALLATION. Just close the window. Rename Install folder again. Save Config
file. If you have changed database information too, insert it into the same file.

Special cases

1. If you have include/config.php instead of include/config.xml, but it too has settings in it, you should
change it according to current server state:


                                         © 2011 Pilot Group Ltd. All rights reserved.
Call 1-866-620-1919 (toll free)




Code
<?php

$config"server" = "http://mydomain.com";

$config"site_root" = "";

$config"site_path" = "/home/mydomaincom/public_html";

$config"useoledb" = 1;

$config"dbtype" = "mysql";

$config"dbhost" = "localhost";

$config"dbuname" = "mydomaincom";

$config"dbpass" = "pass";

$config"dbname" = "mydomaincom";

$config"table_prefix" = "pro_";

?>

The database is imported in the mydomaincom database. Then load up http://mydomain.com.
If you get blank page (and no error messages)and when you change those settings to wrong ones you
get

Code
Error connecting to dbname
Program: /home/mydomaincom/public_html/common.php - Line N.: 88
Database: dbname
Error (1045) : Access denied for user 'dbname'@'localhost' (using password: YES)

then please check:

        if you transferred the database
        if you wrote correct db name in config.php file.
         We would be glad to check your code and help you set everything up. Please address our
         support team via Live Chat with the link to this discussion to locate the issue ASAP.

Note: When you get white page like this - it's only the configuration file that needs help. The path may
be wrong at a new server.




                                     © 2011 Pilot Group Ltd. All rights reserved.
Call 1-866-620-1919 (toll free)




2. Dating Pro System Requirements
- PHP 5.0 or greater (MySQL extension should be installed)
- MySQL 3.23.0 or greater. MySQL-encoding: UTF-8 Unicode (utf8_general_ci). MySQL connection
compatibility: UTF-8
- Zend Optimizer (for PG Dating Pro Basic Version)
- safe_mode & open_basedir restriction switched Off (optional but preferrable)
- Cronjobs/scheduler support (better to configure them to run once a day)
- Ffmpeg support switched On (required to activate Video2Flash option at your site)
- Curl (Download version requires OpenSSL enabled), open_basedir restriction switched Off (necessary
for Invite Friends section)
- SOAP extension should be Off on your server (required for VoIP calls feature)
- Gd2lib installed on your server (hosting)
- mod_rewrite module enabled
- magic_quotes should be Off
- php-dom should be ON for "Invite friends" module.

------------------------------------------------------------------------------------------------------------------------------------

What's Zend Optimizer?

Zend Optimizer is one of the most popular PHP plug-ins for performance improvement, and has been
freely available since the early days of PHP 4.

It improves performance by taking PHP's intermediate code through multiple Optimization Passes,
which replace inefficient code patterns with efficient code blocks. The replacement code blocks
perform exactly the same operations as the original code, only faster.

In addition to performance-improvement, the Zend Optimizer also enables PHP to transparently load
files encoded by the Zend Encoder or Zend SafeGuard Suite.
The Zend Optimizer is a freely-available product from Zend Technologies.

Zend Technologies is the company that develops the scripting engine of PHP, also known as the Zend
Engine.

-----------------------------------------------------------------------------------------------------------------------------------




                                                 © 2011 Pilot Group Ltd. All rights reserved.
Call 1-866-620-1919 (toll free)




3. Installation steps
Upload files to your ftp server using any FTP software which you have installed at your computer.

Please note: with Basic License of Dating Pro software use Binary transfer mode when uploading
source codes - this is a strict requirement of Zend encoded files. Otherwise you'll get the following
error in a browser after running installation script:

Fatal error: +Unable to read 11357 bytes +in /home/latoile/public_html/campus/install/index.php on
line 0



How to run Installation Script
Go to http://www.yourdomain.com/install/ (where www.yourdomain. com is your site name). At Step1 you'll be
asked to agree with license agreement to continue the installation.




Step 1 - MySQL Database Creation
Create empty MySQL database and add a new user to this database. Database user should have all the
rights (DBA) because our dating script will use this user's parameters to populate the database with
needed tables and data.

Please note: To be on the safe side, it's advised to make a backup of the whole database at least once a
month. Please don't forget to do it.




Step 2 - File permissions setup
Give CHMOD 777 (read/write and execute for Windows server) to the folder where the script is
located, and to the files and folders indicated in the installation page:




                                      © 2011 Pilot Group Ltd. All rights reserved.
Call 1-866-620-1919 (toll free)




You can quickly give all permissions to all files at FTP by clicking a special link "Try setup rights via
FTP". You'll have to insert your FTP data:




Then the system will set permissions for the files (Chmod 777) itself. It's quick and secure.

Press "Next" when you are done with permissions setup:




                                      © 2011 Pilot Group Ltd. All rights reserved.
Call 1-866-620-1919 (toll free)




Note: Permissions 777 (rwxrwxrwx) - you can do that by right clicking on the script file or directory in
your FTP client software dialog box and choosing CHMOD or Set File Attributes.

Note 2: Sometimes you will have to give CHMOD 777 to public_html directory and this is definitely
forbidden by most of hosting companies. You shouldn't be worried about it because you can simply
give CHMOD 777 for the period of installation and right after installation of Dating Pro software you
can make the original permissions level.

Note 3: If you use Windows server, then you should either yourself give all rights to Internet Guest
account for the above-mentioned folder or ask your hosting company to do it.




Step 3 - Install Online
Install the script (info will be inserted by installation script and you are just to check it up and correct if
something is wrong).

Please mind: In case you are using a trial version of Dating Pro software, you can use the following
installation instructions ONLY for server trial versions, NOT for .exe trials. .exe trials are automatically
installed at your PC and cannot be installed on a server.




                                        © 2011 Pilot Group Ltd. All rights reserved.
Call 1-866-620-1919 (toll free)




Note: After installation of Dating Pro script you can face the following situation: After you enter in your
browser www.yoursite.com (in the case if script is installed in your site root) you can see a blank page.
Please don't be afraid, the possible matter is in not very correct server settings. Just try to enter
www.yourdomain.com/index.php and you will see your site. Also you can check the following:

    1. Go to your FTP>software files
    2. Open to edit common.php file. The root section should empty if your site's installed in a root. The root
       section should have "/folder_name" if you install in a folder.

Feel free to contact our support managers for help.




Note: if your site is installed in a root directory, you should not fill in the "Root" field. Leave it blank:

If you have in some subfolder, then in site root enter /subfolder_name.
Our installation script checks on these parameters, so if you see a blank field in site root when running
installation, then in 98% of cases it should be blank.
P.S.: don't forget to enter database information.

In the case if you install Dating Pro into a sub-domain, or a domain of 2nd level, there can appear
such a strange thing: NO images are displayed at your site.

Don't worry, just go straight to your config.php file, find there the line:
$config["site_root"] = "subdomain";
and make it like this:
$config["site_root"] = "/subdomain";

A simple inserting of "/" will help you.


                                         © 2011 Pilot Group Ltd. All rights reserved.
Call 1-866-620-1919 (toll free)




Special cases

1. If after the installation of Dating Pro all you see are Xs(red) on a page, then there's a possibility that
during installation you have inserted server root option and in this case the paths for the images and
css got changed.

This is what you should do. If you have installed the software under a domain name: http://mysite.com
with No sub-folder, you should not write anything in Site Root directory.

Right now you should go to your FTP and open the files for the software. There's a folder Include> in
the folder open file config.php for editing.

Check the settings there for root. If you have any troubles please contact our support managers. They
will be able to help you shortly.




Step 4 - Database formation
Then, when you press Next button, the system will automatically create and fill in tables in your new
database. Please just wait while the system is working.
If the system says that "it cannot access database", "cannot create database", this might mean:

      That your db user does not have permissions. Please check.
      That you have inserted incorrect data for parameters "db name, user". You might need to add
       DB prefix to the name of your database and user. You can check for it in your hosting panel.
       Usually it's the name of Cpanel user.




                                       © 2011 Pilot Group Ltd. All rights reserved.
Call 1-866-620-1919 (toll free)




Step 5 - Administrator access settings
When the database is made, you'll be able to setup the access for your Administration panel and
administrator email (to where all alerts will come):




Press "Next" when done. Your Name will be displayed in the administration panel on the index page
(welcome message).




Step 6 - Cron Jobs (Sheduler) settings
After installation of Dating Pro is completed, don't forget to set necessary files to cron jobs (for
Windows Server Scheduler).
The files are:
/admin/admin_cron_birthday.php
/admin/admin_cron_news.php
/admin/admin_cron_newuser.php
/admin/admin_cron_perfect.php
/admin/admin_cron_feeds.php
/admin/admin_cron_del_pays.php
They are necessary for users to receive system messages like alerts, etc. See Cron jobs Help page.




Step 7 - Additional Installation scripts - countries, IP countries,
languages packages
When the main site software is installed, you can install all databases at once or skip it to go to view
the site and install them later.
We'll describe full installation for you now. Here's when you will see after main site's installed:


                                      © 2011 Pilot Group Ltd. All rights reserved.
Call 1-866-620-1919 (toll free)




Activate necessary installation scripts and press "Install" button. Press "Skip&Finalize" to quit
installation script at this point.
Install countries - will allow you to install countries database together with regions and cities to your
dating web site. You'll be able to choose which countries to install.
Install languages IP identification database - will allow you to activate feature on a dating site
which will identify the country a person comes from and will show appropriate language pack for him.
Install additional language packs - now default version has 2 languages pre-installed: Russian and
English. You can install all other language packs we have here. It's free.




Step 8 (optional) - Install additional language packages
You have 2 languages installed in Dating Pro by default: Russian and English. You can add more with
this installation script.
Set up permissions for the languages, choose languages you wish to install:




                                     © 2011 Pilot Group Ltd. All rights reserved.
Call 1-866-620-1919 (toll free)




Then the system will install the languages you have chosen.
Note: you'll be able to add more languages if necessary from administration mode. You'll have to
translate language files though.




Step 9 (optional) - Installation of languages IP identification
database
The system will automatically start the IP database installation. You'll be asked to set up permissions
for a certain number of files:




Then the system will automatically install the IP countries database. You'll see the following message,
when it's done:




                                      © 2011 Pilot Group Ltd. All rights reserved.
Call 1-866-620-1919 (toll free)




Press Next to go on and install Languages packs.




Step 10 (optional) - Install countries database
First the system will ask you to set up permissions for countries files in your FTP:




Then you should choose the countries you would like to install on your dating web site and press
"Next". When you're done, you'll see the following page:




                                       © 2011 Pilot Group Ltd. All rights reserved.
Call 1-866-620-1919 (toll free)




Press "next" to move to the next installation.


Step 11 (optional) - Rename or delete installation folder
Please, remove or rename the installation folder!
Its name is "install". The new name of the folder should exclude "install" word. You may need this
folder again to install countries.

Note: After installation you can face the following situation: After you enter in your browser
www.yoursite.com (in the case if script is installed in your site root) you can see a blank page. Please
don't be afraid, the possible matter is in not very correct server settings. Just try to enter
www.yourdomain.com/index.php and you will see your site.

After that your site will be installed and you will see the Dating Pro at your domain.

Please mind: In case you are trying to install a trial version on server, you can use the following
installation instructions ONLY for server trial versions, NOT for .exe trials. .exe trials are automatically
installed at your PC and cannot be installed on a server.




                                        © 2011 Pilot Group Ltd. All rights reserved.
Call 1-866-620-1919 (toll free)




4. Modules installation tips
Dating Pro software has module structure that allows you to choose functionality for your site. You
can always install any of the modules (taking corresponding module version). The modules are
available at pricing pages.

All modules are installed in the same manner:

1) Download module files from the download link we send you
2) Unzip the archive
3) Upload files to your FTP to the directory of the software files (replacing the existing files if
necessary).
4) Then run installation script: http://www.yoursitename.com/install/modulename
In this manual we'll describe the usage and the meaning of the modules we have as well as their
management for Administrator.




                                      © 2011 Pilot Group Ltd. All rights reserved.
Call 1-866-620-1919 (toll free)




5. How to install-activate available templates
for Dating Pro
All pre-set templates are included into a package and do not require additional installation any more.
Versions earlier than Jan 2011, may use the instructions below to add free pre-set templates to a site.

In a field « Pre-set site templates» you'll see your site template name in a drop down. You can choose it
and then save the changes:




After that check User Mode for changes. You can change your templates any time from administration
panel of Dating Pro.

In case you need to add your own special template, you can use us for template integration services.
It's a custom work and is paid extra (on hour basis).




                                     © 2011 Pilot Group Ltd. All rights reserved.

More Related Content

Viewers also liked

ARIN Registration Services Department Report
ARIN Registration Services Department ReportARIN Registration Services Department Report
ARIN Registration Services Department ReportARIN
 
Comandos spanning tree
Comandos spanning treeComandos spanning tree
Comandos spanning tree1 2d
 
Web application security for java (XSS,Session Fixation)
Web application security for java (XSS,Session Fixation)Web application security for java (XSS,Session Fixation)
Web application security for java (XSS,Session Fixation)Ritesh Raushan
 
How2Recycle Label Presentation
How2Recycle Label PresentationHow2Recycle Label Presentation
How2Recycle Label PresentationGreenBlue
 
How to Trace an E-mail Part 2
How to Trace an E-mail Part 2How to Trace an E-mail Part 2
How to Trace an E-mail Part 2Lebowitzcomics
 
marketing blogs in libraries
marketing blogs in librariesmarketing blogs in libraries
marketing blogs in librariessabaArshed
 
Changes to SNS, VIS & BARD
Changes to SNS, VIS & BARDChanges to SNS, VIS & BARD
Changes to SNS, VIS & BARDNASBLA
 
ARIN 36 Registration Services Report
ARIN 36 Registration Services ReportARIN 36 Registration Services Report
ARIN 36 Registration Services ReportARIN
 
Tep business planning in tourism
Tep   business planning in tourismTep   business planning in tourism
Tep business planning in tourismled4lgus
 

Viewers also liked (18)

Email is Media
Email is MediaEmail is Media
Email is Media
 
ARIN Registration Services Department Report
ARIN Registration Services Department ReportARIN Registration Services Department Report
ARIN Registration Services Department Report
 
Comandos spanning tree
Comandos spanning treeComandos spanning tree
Comandos spanning tree
 
Web application security for java (XSS,Session Fixation)
Web application security for java (XSS,Session Fixation)Web application security for java (XSS,Session Fixation)
Web application security for java (XSS,Session Fixation)
 
Resume Jyoti Menon
Resume Jyoti MenonResume Jyoti Menon
Resume Jyoti Menon
 
RTI Connext 5.1.0
RTI Connext 5.1.0RTI Connext 5.1.0
RTI Connext 5.1.0
 
Test title
Test titleTest title
Test title
 
How2Recycle Label Presentation
How2Recycle Label PresentationHow2Recycle Label Presentation
How2Recycle Label Presentation
 
How to Trace an E-mail Part 2
How to Trace an E-mail Part 2How to Trace an E-mail Part 2
How to Trace an E-mail Part 2
 
USER & USAGE GEO.ADMIN.CH (OKCon 2013)
USER & USAGE GEO.ADMIN.CH (OKCon 2013)USER & USAGE GEO.ADMIN.CH (OKCon 2013)
USER & USAGE GEO.ADMIN.CH (OKCon 2013)
 
What is doe level 6
What is doe level 6What is doe level 6
What is doe level 6
 
geo.admin.ch: 3 years of successful data sharing for the masses – best practi...
geo.admin.ch: 3 years of successful data sharing for the masses – best practi...geo.admin.ch: 3 years of successful data sharing for the masses – best practi...
geo.admin.ch: 3 years of successful data sharing for the masses – best practi...
 
marketing blogs in libraries
marketing blogs in librariesmarketing blogs in libraries
marketing blogs in libraries
 
DNSSEC for Registrars by .ORG & Afilias
DNSSEC for Registrars by .ORG & AfiliasDNSSEC for Registrars by .ORG & Afilias
DNSSEC for Registrars by .ORG & Afilias
 
Changes to SNS, VIS & BARD
Changes to SNS, VIS & BARDChanges to SNS, VIS & BARD
Changes to SNS, VIS & BARD
 
ARIN 36 Registration Services Report
ARIN 36 Registration Services ReportARIN 36 Registration Services Report
ARIN 36 Registration Services Report
 
ROBOTS: SERIAL KILLER BOYDEN GRAY
ROBOTS: SERIAL KILLER BOYDEN GRAYROBOTS: SERIAL KILLER BOYDEN GRAY
ROBOTS: SERIAL KILLER BOYDEN GRAY
 
Tep business planning in tourism
Tep   business planning in tourismTep   business planning in tourism
Tep business planning in tourism
 

Similar to Dating Pro Installation Instructions

PHP Melody Installation Manual
PHP Melody Installation ManualPHP Melody Installation Manual
PHP Melody Installation ManualAndrew Rae
 
PHP Melody Installation Manual
PHP Melody Installation ManualPHP Melody Installation Manual
PHP Melody Installation ManualAndrew Rae
 
PHP Melody Installation Manual
PHP Melody Installation ManualPHP Melody Installation Manual
PHP Melody Installation ManualAndrew Rae
 
PHP Melody Installation Manual
PHP Melody Installation ManualPHP Melody Installation Manual
PHP Melody Installation ManualAndrew Rae
 
A Complete Installation Guide for Orangescrum
A Complete Installation Guide for OrangescrumA Complete Installation Guide for Orangescrum
A Complete Installation Guide for OrangescrumOrangescrum
 
Z01 etano installation_guide
Z01 etano installation_guideZ01 etano installation_guide
Z01 etano installation_guideDaouni Monsite
 
Lamp Server With Drupal Installation
Lamp Server With Drupal InstallationLamp Server With Drupal Installation
Lamp Server With Drupal Installationfranbow
 
Centralized Fog Server with OpenLDAP
Centralized Fog Server with OpenLDAP Centralized Fog Server with OpenLDAP
Centralized Fog Server with OpenLDAP tare
 
How to install joomla 2.5
How to install joomla 2.5How to install joomla 2.5
How to install joomla 2.5Kamis Kalees
 
Tutorial CentOS 5 untuk Webhosting
Tutorial CentOS 5 untuk WebhostingTutorial CentOS 5 untuk Webhosting
Tutorial CentOS 5 untuk WebhostingBeni Krisbiantoro
 
Install MariaDB on IBM i - Tips, troubleshooting, and more
Install MariaDB on IBM i - Tips, troubleshooting, and moreInstall MariaDB on IBM i - Tips, troubleshooting, and more
Install MariaDB on IBM i - Tips, troubleshooting, and moreRod Flohr
 
First steps after free pbx installation
First steps after free pbx installationFirst steps after free pbx installation
First steps after free pbx installationvincent david
 
I notes and sametime integration open mic_2013
I notes and sametime integration open mic_2013I notes and sametime integration open mic_2013
I notes and sametime integration open mic_2013Ranjit Rai
 
Handson1 6 federp
Handson1 6 federpHandson1 6 federp
Handson1 6 federpfederpmatc
 

Similar to Dating Pro Installation Instructions (20)

Its3 Drupal
Its3 DrupalIts3 Drupal
Its3 Drupal
 
Its3 Drupal
Its3 DrupalIts3 Drupal
Its3 Drupal
 
Web hosting Free Hosting
Web hosting Free HostingWeb hosting Free Hosting
Web hosting Free Hosting
 
Web hosting get start online
Web hosting get start onlineWeb hosting get start online
Web hosting get start online
 
PHP Melody Installation Manual
PHP Melody Installation ManualPHP Melody Installation Manual
PHP Melody Installation Manual
 
PHP Melody Installation Manual
PHP Melody Installation ManualPHP Melody Installation Manual
PHP Melody Installation Manual
 
PHP Melody Installation Manual
PHP Melody Installation ManualPHP Melody Installation Manual
PHP Melody Installation Manual
 
PHP Melody Installation Manual
PHP Melody Installation ManualPHP Melody Installation Manual
PHP Melody Installation Manual
 
Odoo V8 Installation
Odoo V8 InstallationOdoo V8 Installation
Odoo V8 Installation
 
A Complete Installation Guide for Orangescrum
A Complete Installation Guide for OrangescrumA Complete Installation Guide for Orangescrum
A Complete Installation Guide for Orangescrum
 
Z01 etano installation_guide
Z01 etano installation_guideZ01 etano installation_guide
Z01 etano installation_guide
 
Lamp Server With Drupal Installation
Lamp Server With Drupal InstallationLamp Server With Drupal Installation
Lamp Server With Drupal Installation
 
Centralized Fog Server with OpenLDAP
Centralized Fog Server with OpenLDAP Centralized Fog Server with OpenLDAP
Centralized Fog Server with OpenLDAP
 
How to install joomla 2.5
How to install joomla 2.5How to install joomla 2.5
How to install joomla 2.5
 
Tutorial CentOS 5 untuk Webhosting
Tutorial CentOS 5 untuk WebhostingTutorial CentOS 5 untuk Webhosting
Tutorial CentOS 5 untuk Webhosting
 
Install MariaDB on IBM i - Tips, troubleshooting, and more
Install MariaDB on IBM i - Tips, troubleshooting, and moreInstall MariaDB on IBM i - Tips, troubleshooting, and more
Install MariaDB on IBM i - Tips, troubleshooting, and more
 
First steps after free pbx installation
First steps after free pbx installationFirst steps after free pbx installation
First steps after free pbx installation
 
I notes and sametime integration open mic_2013
I notes and sametime integration open mic_2013I notes and sametime integration open mic_2013
I notes and sametime integration open mic_2013
 
Ftp server
Ftp serverFtp server
Ftp server
 
Handson1 6 federp
Handson1 6 federpHandson1 6 federp
Handson1 6 federp
 

Recently uploaded

(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ EscortsDelhi Escorts Service
 
办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭o8wvnojp
 
The Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushThe Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushShivain97
 
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road GurgaonCheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road GurgaonDelhi Call girls
 
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdfREFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdfssusere8ea60
 
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceanilsa9823
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxABMWeaklings
 
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝soniya singh
 
Reinventing Corporate Philanthropy_ Strategies for Meaningful Impact by Leko ...
Reinventing Corporate Philanthropy_ Strategies for Meaningful Impact by Leko ...Reinventing Corporate Philanthropy_ Strategies for Meaningful Impact by Leko ...
Reinventing Corporate Philanthropy_ Strategies for Meaningful Impact by Leko ...Leko Durda
 
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改atducpo
 
Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666nishakur201
 
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...anilsa9823
 
call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..nishakur201
 
Dhule Call Girls #9907093804 Contact Number Escorts Service Dhule
Dhule Call Girls #9907093804 Contact Number Escorts Service DhuleDhule Call Girls #9907093804 Contact Number Escorts Service Dhule
Dhule Call Girls #9907093804 Contact Number Escorts Service Dhulesrsj9000
 
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot AndCall Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot AndPooja Nehwal
 
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,dollysharma2066
 
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...ur8mqw8e
 

Recently uploaded (20)

(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
 
办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭
 
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
 
The Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushThe Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by Mindbrush
 
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road GurgaonCheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Mg Road Gurgaon
 
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdfREFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
REFLECTIONS Newsletter Jan-Jul 2024.pdf.pdf
 
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
 
escort service sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974
escort service  sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974escort service  sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974
escort service sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptx
 
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Kalyan Vihar Delhi 💯 Call Us 🔝8264348440🔝
 
Reinventing Corporate Philanthropy_ Strategies for Meaningful Impact by Leko ...
Reinventing Corporate Philanthropy_ Strategies for Meaningful Impact by Leko ...Reinventing Corporate Philanthropy_ Strategies for Meaningful Impact by Leko ...
Reinventing Corporate Philanthropy_ Strategies for Meaningful Impact by Leko ...
 
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
 
Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666
 
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
 
call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..
 
Dhule Call Girls #9907093804 Contact Number Escorts Service Dhule
Dhule Call Girls #9907093804 Contact Number Escorts Service DhuleDhule Call Girls #9907093804 Contact Number Escorts Service Dhule
Dhule Call Girls #9907093804 Contact Number Escorts Service Dhule
 
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot AndCall Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
 
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
 
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
《塔夫斯大学毕业证成绩单购买》做Tufts文凭毕业证成绩单/伪造美国假文凭假毕业证书图片Q微信741003700《塔夫斯大学毕业证购买》《Tufts毕业文...
 

Dating Pro Installation Instructions

  • 1. PG Dating Pro Installation Instruction © PilotGroup.Net 2011
  • 2. Call 1-866-620-1919 (toll free) 1. Before you start Note: If you installed a server trial version of Dating Pro software, you'll have to reinstall it if you order a software license. There are 2 cases of installation: 1) initial installation - check the steps in this folder. Please mind: You can use the following installation instructions ONLY for server trial versions of our dating script, NOT for .exe trials. .exe trials are automatically installed at your PC and cannot be installed on a server. 2) moving site to another server. There's no certain instruction on how to do it. It's quite easy. Here's the instruction: 1) go to your FTP and copy all files for your Dating Pro to your computer. 2) go to your old server Cpanel>then to phpmyadmin. 3) Open the database for Dating Pro. 4) Press "Export" Tab. 5) In a new page select all tables and press "Go". The system will ask where it should save the database. Save somewhere at your computer. 6) Then go to your new server. Open FTP. 7) upload your files to FTP. 8) go to new server's CPanel>Phpmyadmin> 9) create a new database there and open it. 10) press "Import" and press "Go" button. 11) then you can either rename your new db into the name you had at old server (easy way) or do the following: 12) go to new FTP>software files 13) find include>config.xml file. Open to edit. 14) change name for db variable there and save. Your site should be up and running. If you are changing both domain and hosting company, I would advise to do the following: 1) change the data. 2) restore your install folder 3) run installation script (but do not run db installation or anything) 4) go to step where you would have to insert db info (Step 4). There please see what the system will write for Site domain, site root, site path sections. Copy that to your config.xml file instead of old info. DO NOT CONTINUE INSTALLATION. Just close the window. Rename Install folder again. Save Config file. If you have changed database information too, insert it into the same file. Special cases 1. If you have include/config.php instead of include/config.xml, but it too has settings in it, you should change it according to current server state: © 2011 Pilot Group Ltd. All rights reserved.
  • 3. Call 1-866-620-1919 (toll free) Code <?php $config"server" = "http://mydomain.com"; $config"site_root" = ""; $config"site_path" = "/home/mydomaincom/public_html"; $config"useoledb" = 1; $config"dbtype" = "mysql"; $config"dbhost" = "localhost"; $config"dbuname" = "mydomaincom"; $config"dbpass" = "pass"; $config"dbname" = "mydomaincom"; $config"table_prefix" = "pro_"; ?> The database is imported in the mydomaincom database. Then load up http://mydomain.com. If you get blank page (and no error messages)and when you change those settings to wrong ones you get Code Error connecting to dbname Program: /home/mydomaincom/public_html/common.php - Line N.: 88 Database: dbname Error (1045) : Access denied for user 'dbname'@'localhost' (using password: YES) then please check:  if you transferred the database  if you wrote correct db name in config.php file. We would be glad to check your code and help you set everything up. Please address our support team via Live Chat with the link to this discussion to locate the issue ASAP. Note: When you get white page like this - it's only the configuration file that needs help. The path may be wrong at a new server. © 2011 Pilot Group Ltd. All rights reserved.
  • 4. Call 1-866-620-1919 (toll free) 2. Dating Pro System Requirements - PHP 5.0 or greater (MySQL extension should be installed) - MySQL 3.23.0 or greater. MySQL-encoding: UTF-8 Unicode (utf8_general_ci). MySQL connection compatibility: UTF-8 - Zend Optimizer (for PG Dating Pro Basic Version) - safe_mode & open_basedir restriction switched Off (optional but preferrable) - Cronjobs/scheduler support (better to configure them to run once a day) - Ffmpeg support switched On (required to activate Video2Flash option at your site) - Curl (Download version requires OpenSSL enabled), open_basedir restriction switched Off (necessary for Invite Friends section) - SOAP extension should be Off on your server (required for VoIP calls feature) - Gd2lib installed on your server (hosting) - mod_rewrite module enabled - magic_quotes should be Off - php-dom should be ON for "Invite friends" module. ------------------------------------------------------------------------------------------------------------------------------------ What's Zend Optimizer? Zend Optimizer is one of the most popular PHP plug-ins for performance improvement, and has been freely available since the early days of PHP 4. It improves performance by taking PHP's intermediate code through multiple Optimization Passes, which replace inefficient code patterns with efficient code blocks. The replacement code blocks perform exactly the same operations as the original code, only faster. In addition to performance-improvement, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Encoder or Zend SafeGuard Suite. The Zend Optimizer is a freely-available product from Zend Technologies. Zend Technologies is the company that develops the scripting engine of PHP, also known as the Zend Engine. ----------------------------------------------------------------------------------------------------------------------------------- © 2011 Pilot Group Ltd. All rights reserved.
  • 5. Call 1-866-620-1919 (toll free) 3. Installation steps Upload files to your ftp server using any FTP software which you have installed at your computer. Please note: with Basic License of Dating Pro software use Binary transfer mode when uploading source codes - this is a strict requirement of Zend encoded files. Otherwise you'll get the following error in a browser after running installation script: Fatal error: +Unable to read 11357 bytes +in /home/latoile/public_html/campus/install/index.php on line 0 How to run Installation Script Go to http://www.yourdomain.com/install/ (where www.yourdomain. com is your site name). At Step1 you'll be asked to agree with license agreement to continue the installation. Step 1 - MySQL Database Creation Create empty MySQL database and add a new user to this database. Database user should have all the rights (DBA) because our dating script will use this user's parameters to populate the database with needed tables and data. Please note: To be on the safe side, it's advised to make a backup of the whole database at least once a month. Please don't forget to do it. Step 2 - File permissions setup Give CHMOD 777 (read/write and execute for Windows server) to the folder where the script is located, and to the files and folders indicated in the installation page: © 2011 Pilot Group Ltd. All rights reserved.
  • 6. Call 1-866-620-1919 (toll free) You can quickly give all permissions to all files at FTP by clicking a special link "Try setup rights via FTP". You'll have to insert your FTP data: Then the system will set permissions for the files (Chmod 777) itself. It's quick and secure. Press "Next" when you are done with permissions setup: © 2011 Pilot Group Ltd. All rights reserved.
  • 7. Call 1-866-620-1919 (toll free) Note: Permissions 777 (rwxrwxrwx) - you can do that by right clicking on the script file or directory in your FTP client software dialog box and choosing CHMOD or Set File Attributes. Note 2: Sometimes you will have to give CHMOD 777 to public_html directory and this is definitely forbidden by most of hosting companies. You shouldn't be worried about it because you can simply give CHMOD 777 for the period of installation and right after installation of Dating Pro software you can make the original permissions level. Note 3: If you use Windows server, then you should either yourself give all rights to Internet Guest account for the above-mentioned folder or ask your hosting company to do it. Step 3 - Install Online Install the script (info will be inserted by installation script and you are just to check it up and correct if something is wrong). Please mind: In case you are using a trial version of Dating Pro software, you can use the following installation instructions ONLY for server trial versions, NOT for .exe trials. .exe trials are automatically installed at your PC and cannot be installed on a server. © 2011 Pilot Group Ltd. All rights reserved.
  • 8. Call 1-866-620-1919 (toll free) Note: After installation of Dating Pro script you can face the following situation: After you enter in your browser www.yoursite.com (in the case if script is installed in your site root) you can see a blank page. Please don't be afraid, the possible matter is in not very correct server settings. Just try to enter www.yourdomain.com/index.php and you will see your site. Also you can check the following: 1. Go to your FTP>software files 2. Open to edit common.php file. The root section should empty if your site's installed in a root. The root section should have "/folder_name" if you install in a folder. Feel free to contact our support managers for help. Note: if your site is installed in a root directory, you should not fill in the "Root" field. Leave it blank: If you have in some subfolder, then in site root enter /subfolder_name. Our installation script checks on these parameters, so if you see a blank field in site root when running installation, then in 98% of cases it should be blank. P.S.: don't forget to enter database information. In the case if you install Dating Pro into a sub-domain, or a domain of 2nd level, there can appear such a strange thing: NO images are displayed at your site. Don't worry, just go straight to your config.php file, find there the line: $config["site_root"] = "subdomain"; and make it like this: $config["site_root"] = "/subdomain"; A simple inserting of "/" will help you. © 2011 Pilot Group Ltd. All rights reserved.
  • 9. Call 1-866-620-1919 (toll free) Special cases 1. If after the installation of Dating Pro all you see are Xs(red) on a page, then there's a possibility that during installation you have inserted server root option and in this case the paths for the images and css got changed. This is what you should do. If you have installed the software under a domain name: http://mysite.com with No sub-folder, you should not write anything in Site Root directory. Right now you should go to your FTP and open the files for the software. There's a folder Include> in the folder open file config.php for editing. Check the settings there for root. If you have any troubles please contact our support managers. They will be able to help you shortly. Step 4 - Database formation Then, when you press Next button, the system will automatically create and fill in tables in your new database. Please just wait while the system is working. If the system says that "it cannot access database", "cannot create database", this might mean:  That your db user does not have permissions. Please check.  That you have inserted incorrect data for parameters "db name, user". You might need to add DB prefix to the name of your database and user. You can check for it in your hosting panel. Usually it's the name of Cpanel user. © 2011 Pilot Group Ltd. All rights reserved.
  • 10. Call 1-866-620-1919 (toll free) Step 5 - Administrator access settings When the database is made, you'll be able to setup the access for your Administration panel and administrator email (to where all alerts will come): Press "Next" when done. Your Name will be displayed in the administration panel on the index page (welcome message). Step 6 - Cron Jobs (Sheduler) settings After installation of Dating Pro is completed, don't forget to set necessary files to cron jobs (for Windows Server Scheduler). The files are: /admin/admin_cron_birthday.php /admin/admin_cron_news.php /admin/admin_cron_newuser.php /admin/admin_cron_perfect.php /admin/admin_cron_feeds.php /admin/admin_cron_del_pays.php They are necessary for users to receive system messages like alerts, etc. See Cron jobs Help page. Step 7 - Additional Installation scripts - countries, IP countries, languages packages When the main site software is installed, you can install all databases at once or skip it to go to view the site and install them later. We'll describe full installation for you now. Here's when you will see after main site's installed: © 2011 Pilot Group Ltd. All rights reserved.
  • 11. Call 1-866-620-1919 (toll free) Activate necessary installation scripts and press "Install" button. Press "Skip&Finalize" to quit installation script at this point. Install countries - will allow you to install countries database together with regions and cities to your dating web site. You'll be able to choose which countries to install. Install languages IP identification database - will allow you to activate feature on a dating site which will identify the country a person comes from and will show appropriate language pack for him. Install additional language packs - now default version has 2 languages pre-installed: Russian and English. You can install all other language packs we have here. It's free. Step 8 (optional) - Install additional language packages You have 2 languages installed in Dating Pro by default: Russian and English. You can add more with this installation script. Set up permissions for the languages, choose languages you wish to install: © 2011 Pilot Group Ltd. All rights reserved.
  • 12. Call 1-866-620-1919 (toll free) Then the system will install the languages you have chosen. Note: you'll be able to add more languages if necessary from administration mode. You'll have to translate language files though. Step 9 (optional) - Installation of languages IP identification database The system will automatically start the IP database installation. You'll be asked to set up permissions for a certain number of files: Then the system will automatically install the IP countries database. You'll see the following message, when it's done: © 2011 Pilot Group Ltd. All rights reserved.
  • 13. Call 1-866-620-1919 (toll free) Press Next to go on and install Languages packs. Step 10 (optional) - Install countries database First the system will ask you to set up permissions for countries files in your FTP: Then you should choose the countries you would like to install on your dating web site and press "Next". When you're done, you'll see the following page: © 2011 Pilot Group Ltd. All rights reserved.
  • 14. Call 1-866-620-1919 (toll free) Press "next" to move to the next installation. Step 11 (optional) - Rename or delete installation folder Please, remove or rename the installation folder! Its name is "install". The new name of the folder should exclude "install" word. You may need this folder again to install countries. Note: After installation you can face the following situation: After you enter in your browser www.yoursite.com (in the case if script is installed in your site root) you can see a blank page. Please don't be afraid, the possible matter is in not very correct server settings. Just try to enter www.yourdomain.com/index.php and you will see your site. After that your site will be installed and you will see the Dating Pro at your domain. Please mind: In case you are trying to install a trial version on server, you can use the following installation instructions ONLY for server trial versions, NOT for .exe trials. .exe trials are automatically installed at your PC and cannot be installed on a server. © 2011 Pilot Group Ltd. All rights reserved.
  • 15. Call 1-866-620-1919 (toll free) 4. Modules installation tips Dating Pro software has module structure that allows you to choose functionality for your site. You can always install any of the modules (taking corresponding module version). The modules are available at pricing pages. All modules are installed in the same manner: 1) Download module files from the download link we send you 2) Unzip the archive 3) Upload files to your FTP to the directory of the software files (replacing the existing files if necessary). 4) Then run installation script: http://www.yoursitename.com/install/modulename In this manual we'll describe the usage and the meaning of the modules we have as well as their management for Administrator. © 2011 Pilot Group Ltd. All rights reserved.
  • 16. Call 1-866-620-1919 (toll free) 5. How to install-activate available templates for Dating Pro All pre-set templates are included into a package and do not require additional installation any more. Versions earlier than Jan 2011, may use the instructions below to add free pre-set templates to a site. In a field « Pre-set site templates» you'll see your site template name in a drop down. You can choose it and then save the changes: After that check User Mode for changes. You can change your templates any time from administration panel of Dating Pro. In case you need to add your own special template, you can use us for template integration services. It's a custom work and is paid extra (on hour basis). © 2011 Pilot Group Ltd. All rights reserved.