Website Panel Documentation

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 18

Required Software:

IIS & FTP (If IIS 6, then FTP version 6.0 , if OS windows 2008 and iis7 use FTP version 7.0 above)

DNS

.Net Frame work 2.0, 3.5, 4.0

PHP

Perl

Awstats

MailEnable

MySQL

MySQL connector

MS SQL

Website Panel installer

Install PHP in below folder

C:\php

To check PHP Installation Run below command

Cd c:\php

Php –m ( it will give list of loaded modules)

Install Perl in

C:\Perl\

Install Awstats in below folder

C:\AWStats

Install MailEnable (Next  Next No changes)


Install MySQL (next next)

Note : Wite MySQL root password

Install Mysql Conenctor (next next)

Install Website Panel installer (next next)

Download php myadmin and unzip it in C:\inetpub\wwwroot\ folder

Rename php myadmin folder as phpmyadmin

Cd C:\inetpub\wwwroot\ folder\ phpmyadmin

Rename file from: config.sample.inc.php to config.inc.php

Open File: config.inc.php in wordpad

Find for the below line

$cfg['blowfish_secret'] = '';

And add some chars in between '' as shown below

$cfg['blowfish_secret'] = '3#dsaf$@dfa';

Open inetmgr and enable ispi and CGi restrictions


Enable Full logs options ( Check all fields)

Open Inetmgr
Create Virtuval directory for the default site:

Virtuval directory name: icon

Physical Path: C:\AWStats\wwwroot\icon


Virtuval directory name: AWStats

Physical Path: C:\AWStats\wwwroot

Add PHP extention and perl extention for the default site:

Open Inetmgr and open Handerl mapings

To add perl textenion click on Add Script Map


Add PHP Exntention

Add Module Maping

Restart IIS
Create below files in C:\inetpub\wwwroot folder

Info.php

<?php

phpinfo();

?>

perltest.pl

print "Content-type: text/html\n\n";

print "<H1>Hello World</H1>\n";

Test PHP working are not

http://localhost/info.php
Test Perl

http://localhost/perltest.pl

Check PHP myadmin

http://202.65.131.221/phpmyadmin
Open Website panel installer link which is created on desktop

Install Website panel


After Website Panel installation

Login to website panel and integrate installed application

After login Click on Configuration and servers

In next page click on My Server

Select IP Address

Add ips if the customer has multiple ips.

Click on link >> My-Server-Web

Add php and perl extention as shown below

Remove uninstall applications Like cold fusion


Click on update

Add FTP
Select appropriate FTP Service if 2003 ftp server 6, if it windows 2008 ftp vserver 7.0

Add Mail

As like ftp add select mail enable or whichever you have installed
Add MySQL 5

Enter Database Browser Logon URL:

http://202.65.131.221/phpmyadmin

Replace IP With Customer IP.

Enter mySQL root password and click update.


Add Statistics

Select Awstats

IF Windows 2008 Server

Configuration File Template:

#############Start###############

LogFormat = "date time s-sitename s-computername s-ip cs-method cs-uri-stem cs-uri-query s-port cs-
username c-ip cs-version cs(User-Agent) cs(Cookie) cs(Referer) cs-host sc-status sc-substatus sc-win32-
status sc-bytes cs-bytes time-taken"

LogSeparator = " "

DNSLookup = 2

DirCgi = "/cgi-bin"

DirIcons = "/icon"

AllowFullYearView=3

AllowToUpdateStatsFromBrowser = 0
UseFramesWhenCGI = 1

ShowFlagLinks = "en fr de it nl es"

LogFile = "[LOGS_FOLDER]\ex%YY-3%MM-3%DD-3.log"

DirData = "%SYSTEMDRIVE%\AWStats"

SiteDomain = "[DOMAIN_NAME]"

HostAliases = [DOMAIN_ALIASES]

#################end#######################3

Statistics Help URL:

http://202.65.131.224/AWStats/cgi-bin/awstats.pl?config=[domain_name]

Replace IP With Customer IP:

Click on Update Button:

Click On Account Home


Click on Hosting Plan

Click On MyServer

Select Target Server As : MyServer

Select Web Sites

ASP

PHP

Perl

FTP -- > Unlimited

Mail All unlimted

MySQL5 ALL Unlimted

Staticts-> unlimted

Click on Save
Clcik On Customers

Click on admin

Delete Admin Account.


Disable Complex password in password policy.

Other wise ftp accounts creation will fail if you provide simple password.

Or give complex password.

Open Required ports in windows firewall.

Recreate admin account with full unlimited hosting plan.

Create test website and test ftp, mail database every thing is working or not.

You might also like