Вход Регистрация
Файл: Documentation/Documentation.html
Строк: 420
<?php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<
head lang="en">
    <
meta http-equiv="content-type" content="text/html;charset=utf-8">
    <
title>PHP Social Network</title>
    <
style type="text/css" media="screen">
    
body 
        
font-family'Segoe UI'TahomaArialVerdanasans-serif
        
font-size14px
        
background#e8ebed; 
        
color#000; 
    
}
    
h1 color#666;
        
font-family"Segoe UI"TahomaArialVerdanasans-serif;
        
font-weightnormal;
    }
    
h2 {
        
color#666;
        
font-family"Segoe UI"TahomaArialVerdanasans-serif
        
font-weightnormal;
    }
    
h3 {
        
color#222;
        
font-family"Segoe UI"TahomaArialVerdanasans-serif
        
font-weightnormal;
        
margin0 0 10px 0;
    }
    
ptablehr, .box margin-bottom:25px; }
    .
box p margin-bottom:10px; }
    
color#4c66a4;}
    
a:hover color#1e346a;}
    
.row-body {
        
border-bottom0;
        
margin0 auto;
        
width920px;
        
overflowauto;
    }
    .
message-container {
        
padding0 20px 10px 10px;
    }
    .
message-form-content {
        
box-shadow0px 1px 1px #CCC;
        
border1px solid #BFBFBF;
        
background#FFF;
        
color#6B6B6B;
        
border-radius3px;
        
overflowauto;
    }
    .
message-inner {
        
padding10px;
    }
    .
divider {
        
height1px;
        
width100%;
        
background#DEE0E3;
        
floatleft;
    }
    .
logo {
        
backgroundurl('logo.png');
        
width185px;
        
height45px;
        
floatleft;
        
margin0 15px 5px 0;
    }
    .
doc-menu {
        
width660px;
        
floatright;
        
margin10px 0;
        
text-alignright;
    }
    .
doc-menu a {
        
font-family'Segoe UI'TahomaArialVerdanasans-serif;
        
font-weightbold;
        
margin-right20px;
        
color#4c66a4;
        
text-decorationnone;
    }
    .
doc-menu a:hover {
        
color#1e346a;
    
}
    .
about {
        
text-alignright;
        
padding10px 0;
        
floatleft;
        
width850px;
    }
    .
thank-you {
        
margin10px;
        
background#DFDFDF;
        
color#5A5A5A;
        
overflowauto;
        
floatleft;
        
width838px;
        
padding10px;
        
font-weightbold;
    }
    .
inner-inner {
        
padding0 10px;
    }
    .
developers-color {
        
color#4C72D6;
    
}
    </
style>
</
head>

<
body id="top">
    <
div class="row-body">
        <
div class="message-container">
            <
div class="message-form-content">
                <
div class="message-inner">
                    <
a href="http://pricop.info" target="_blank"><div class="logo"></div></a>
                    <
div class="doc-menu"><a href="#preparing">Preparing</a> <a href="#installation">Installation</a> <a href="#">Configuration</a> <a href="#faq">Faq</a> <a href="#developers">Developers</a></div>
                </
div>
                <
div class="divider"></div>
                <
div class="message-inner">
                    <
div class="about">Documentation by <a href="http://pricop.info" target="_blank">Pricop Alexandru</a></div>
                </
div>
                <
div class="divider"></div>
                    <
div class="thank-you">Thank you for purchasing <a href="http://phpdolphin.com" target="_blank">phpDolphin</asoftware. If you have any questions that are beyond the scope of this documentationplease feel free to contact me trough <a href="http://codecanyon.net/user/Pricop#contact" target="_blank">this form</a>.</div>
                <
div class="divider"></div>
                <
div class="message-inner">
                
                    <
h2 id="toc" class="alt">Table of Contents</h2>
                    <
ol class="alpha">
                        <
li><a href="#preparing">Preparing...</a></li>
                        <
li><a href="#installation">Installation process...</a></li>
                        <
li><a href="#configuration">Configuration process...</a></li>
                        <
li><a href="#faq">FAQ...</a></li>
                        <
li><a href="#developers">Developers...</a></li>
                    </
ol>
                    
                </
div>
                <
div class="divider"></div>
                <
div class="message-inner">
                    
                    <
h3 id="preparing"><strong>1. Preparing</strong> - <a href="#top">top</a></h3>
                    
Make sure you have the following:
                    <
strong>
                        <
ol>
                            <
li>PHP 5.3+</li>
                            <
li>MySQLi Extension</li>
                            <
li>GD Library</li>
                        </
ol>
                    </
strong>

                </
div>
                <
div class="divider"></div>
                <
div class="message-inner">

                    <
h3 id="installation"><strong>2. Installation Process</strong> - <a href="#top">top</a></h3>
                    <
ol>
                        <
li>
                            
Import the <strong>phpDolphin.SQL</strongfile from the "MySQL" folder into your MySQL database using the import function available in MySQL.
                        <
li>
                            
With a text editor open the following file located inside the 'Script/includes/' folder: <strong>config.php</strong>, and replace what's between the brackets (e.g: 'YOURDBNAME') with your MySQL settings:
                            <pre>
    $CONF['
user'] = 'YOURDBUSER';
    $CONF['
pass'] = 'YOURDBPASS';
    $CONF['
name'] = 'YOURDBNAME';
    $CONF['
url'] = 'http://yourdomain.com';
    
$CONF['email'] = 'notifications@yourdomain.com';
    </
pre>
                        </
li>
                        <
li>
                            
Upload the files from the "Script" folder on the FTP server (usually <strong>public_html</strongfolder when installing it on a domain).
                        </
li>
                        <
li>
                            
Set the <strong>CHMOD</strongto 777 or 775 (depending on the server configurationto the following folders: <strong>'cache'</strong>, <strong>'uploads'</strong> and its subfolders: <strong>'avatars''covers''media'</strong>.
                        </
li>
                    </
ol>
                
                </
div>
                <
div class="divider"></div>
                <
div class="message-inner">
                    
                    <
h3 id="configure"><strong>3. Configuration</strong> - <a href="#top">top</a></h3>

                    
The default username for the Admin is "<strong>admin</strong>", and the password is "<strong>pricop2008@yahoo.com</strong>" without quotes (the admin panel link is located in footer).<br /><br />
                    
                    <
div class="inner-inner">
                        <
li><strong>General Settings</strong></li>
                        
Allows you to change various settings about the website and limitations.<br /><br />
                        
                        
                        <
li><strong>Users Settings</strong><br /></li>
                        
Allows you to change various settings about user accounts and features, and predefined settings for them to be enabled or disabled.<br /><br />
                        
                        <
li><strong>Themes</strong><br /></li>
                        
Allows you to change the whole website layoutthe current theme enabled is marked <span style="color: #3e7b1a;"><strong>Active</strong></span>.<br /><br />
                        
                        <
li><strong>Statistics</strong><br /></li>
                        
Advanced user and site statistics (User RegistrationsMessagesCommentsReportsLikeswith charts.<br /><br />
                        
                        <
li><strong>Password</strong><br /></li>
                        
It's the page where you can change the Admin password.<br /><br />
                        
                        <li><strong>Manage Users</strong><br /></li>
                        Allows you to edit users (or a certain user) and make them <span style="color: #3e7b1a;"><strong>Verified</strong></span>, change their basic settings and delete them.<br /><br />
                        
                        <li><strong>Manage Reports</strong><br /></li>
                        Allows you to manage the reported Messages and Comments, you can mark them as <strong>Safe</strong> (they can'
t be reported again), or <strong>delete</strongthem.<br /><br />
                        
                        <
li><strong>Manage Ads</strong><br /></li>
                        
Allows you to add Advertisments in certain places on the website.<br /><br />
                    </
div>
                </
div>
                <
div class="divider"></div>
                <
div class="message-inner">
                
                    <
h3 id="faq"><strong>4. FAQ</strong> - <a href="#top">top</a></h3>
                    
                    <
ol>
                    <
li><strong>Q:</strongI want to modify a text or something about the design...<br />
                    <
strong>A:</strongYou can change anything visual from the theme located in: /themes/theme-name</li>
                    <
li><strong>Q:</strongI want to add a new language to the script.<br />
                    <
strong>A:</strongMake a copy of the original 'english.php' file into the 'languages' folderrenameit into your language and then translate it.</li>
                    <
li><strong>Q:</strongI want to change the content of the Privacy PolicyContactDisclaimer and/or ToS page.<br />
                    <
strong>A:</strongOpen themes/theme-name/page/ and open the .html file you want to editsave uploadthat's it.</li>
                    <li><strong>Q:</strong> I have problems/questions related to the script, how can I contact you...<br />
                    <strong>A:</strong> If you want a live chat, you can add me on Facebook: http://facebook.com/pricop.alexandru, or via the following contact form: <a href="http://codecanyon.net/user/Pricop#contact" target="_blank">http://codecanyon.net/user/Pricop#contact</a>, pricop2008@yahoo.com
                    </ol>
                
                </div>
                <div class="divider"></div>
                <div class="message-inner">
                
                    <h3 id="developers"><strong>5. Developers</strong> - <a href="#top">top</a></h3>
                    As a developer, the only mandatory requirement is a valid phpDolphin license key.
                    <strong><h2 class="developers-color">Themes</h2></strong>
                    <strong>The theme folder must contain the following:</strong><br />
                    
                    <ul>
                        <li>info.php [contains theme details such as Author, Version, etc]</li>
                        <li>icon.png [the theme icon]</li>
                        <li>the rest of the required theme files are located in the default theme called '
dolphin'.</li>
                    </ul>
                    
                    <strong>Recommendations</strong>:
                    <ul>
                        <li>Theme'
s folder name should not contain any white spaces</li>
                        <
li>Edit the original 'dolphin' theme, as it contains all the strings and files required.</li>
                    </
ul>
                    <
strong><h2 class="developers-color">Plugins</h2></strong>
                    <
strong>Currently the plug-in module is in development.</strong>
                </
div>
                <
div class="divider"></div>
                <
div class="message-inner">
                    
                    
Copyright &copy2013 2014 <a href="http://phpdolphin.com" target="_blank">phpDolphin</a>. All rights reserved.<br />
                    
A product by <a href="http://pricop.info" target="_blank">Pricop Alexandru Mihai</a>.<br />
                                        
Downloaded from <a href="http://skripter.info" target="_blank">Skripter.info</a>
                    <
span style="float: right"><a href="#toc">Go To Table of Contents</a></span>
                </
div>
            </
div>
        </
div>
    </
div>
</
body>
</
html>
?>
Онлайн: 1
Реклама