103 |
- |
1 |
*******************************************
|
|
|
2 |
Seo Control Panel - Seo Panel
|
|
|
3 |
*******************************************
|
|
|
4 |
|
|
|
5 |
-----------------------------------------
|
|
|
6 |
Requirements
|
|
|
7 |
-----------------------------------------
|
|
|
8 |
|
|
|
9 |
1. PHP, MYSQL, Web Server(e.g APACHE)
|
|
|
10 |
|
|
|
11 |
2. CURL enabled with PHP, Refer following link to install curl with php if it is not installed.
|
|
|
12 |
|
|
|
13 |
http://php.net/manual/en/curl.setup.php
|
|
|
14 |
|
|
|
15 |
------------------------------------------
|
|
|
16 |
Installation: Simple 5 minute installation
|
|
|
17 |
------------------------------------------
|
|
|
18 |
|
|
|
19 |
Simply use Softaculous / Installatron / Webuzo / AMPPS to install SEO Panel or Follow the below steps
|
|
|
20 |
|
|
|
21 |
1. Download and Unzip the package
|
|
|
22 |
|
|
|
23 |
2. Upload all the files contained in this folder (retaining the directory structure) to a web accessible directory on your server or hosting account.
|
|
|
24 |
|
|
|
25 |
3. Change the permissions on "config/sp-config.php" to be writable by all (666 or -rw-rw-rw- within your FTP Client)
|
|
|
26 |
|
|
|
27 |
4. Change the permissions on the "tmp" directory to be writable by all (777 or -rwxrwxrwx within your FTP Client)
|
|
|
28 |
|
|
|
29 |
5. Using your web browser visit the location you placed Seo Panel with the addition of "install/index.php" or
|
|
|
30 |
pointing directly to "install/", e.g. http://www.yourdomain.com/seopanel/install/
|
|
|
31 |
|
|
|
32 |
6. Follow the steps and fill out all the requested information.
|
|
|
33 |
|
|
|
34 |
7. Change the permissions on "config/sp-config.php" to be writable only by yourself (644 or -rw-r--r-- within your FTP Client)
|
|
|
35 |
|
|
|
36 |
8. Please use following login details to access Admin Interface.
|
|
|
37 |
|
|
|
38 |
Admin Section:
|
|
|
39 |
|
|
|
40 |
Username: spadmin
|
|
|
41 |
Password: spadmin
|
|
|
42 |
|
|
|
43 |
9. Go to Admin Panel => System Settings => MOZ Settings
|
|
|
44 |
|
|
|
45 |
Add moz api key using the link shown in the page
|
|
|
46 |
|
|
|
47 |
|
|
|
48 |
Note:
|
|
|
49 |
a) Please change password of administrator by visiting 'Profile' link on right top of the seo panel to prevent from security threats.
|
|
|
50 |
|
|
|
51 |
b) Remove "install" directory of seo panel
|
|
|
52 |
|
|
|
53 |
|
|
|
54 |
|
|
|
55 |
--------------------------------------------
|
|
|
56 |
Steps to Upgrade Seo Panel to Latest Version
|
|
|
57 |
--------------------------------------------
|
|
|
58 |
|
|
|
59 |
Note: Before upgrade please take the backup of your current seo panel database and code
|
|
|
60 |
|
|
|
61 |
Simply use Softaculous / Installatron / Webuzo / AMPPS to upgrade SEO Panel or Follow the below steps
|
|
|
62 |
|
|
|
63 |
1. Change the current seo panel directory name or move it to another place, e.g seopanel to seopanel_bak
|
|
|
64 |
|
|
|
65 |
2. Download and Unzip the new version
|
|
|
66 |
|
|
|
67 |
3. Upload all the files contained in this folder (retaining the directory structure) to a web accessible directory on your server or hosting account.
|
|
|
68 |
|
|
|
69 |
4. Copy the contents of sample config file "config/sp-config-sample.php" to "config/sp-config.php"
|
|
|
70 |
or remove "config/sp-config.php" and rename "config/sp-config-sample.php" to "config/sp-config.php"
|
|
|
71 |
|
|
|
72 |
5. Open up "config/sp-config.php" with a text editor like Notepad or similar editor.
|
|
|
73 |
|
|
|
74 |
Then modify the following sections with your server and database settings of previous version of seo panel.
|
|
|
75 |
|
|
|
76 |
# The web path or url to access seo panel through browser.
|
|
|
77 |
define('SP_WEBPATH', 'http://localhost/seopanel');
|
|
|
78 |
|
|
|
79 |
# DB settings - You can get this info from your web hosting provider.
|
|
|
80 |
# The name of the database for seo panel
|
|
|
81 |
define('DB_NAME', 'seopanel');
|
|
|
82 |
|
|
|
83 |
# DB database username
|
|
|
84 |
define('DB_USER', 'root');
|
|
|
85 |
|
|
|
86 |
# DB database password
|
|
|
87 |
define('DB_PASSWORD', '');
|
|
|
88 |
|
|
|
89 |
# DB hostname
|
|
|
90 |
define('DB_HOST', 'localhost');
|
|
|
91 |
|
|
|
92 |
|
|
|
93 |
6. Save the contents of file "config/sp-config.php".
|
|
|
94 |
|
|
|
95 |
7. Change the permissions on the tmp directory to be writable by all (777 or -rwxrwxrwx within your FTP Client)
|
|
|
96 |
|
|
|
97 |
8. Using your web browser visit the location you placed Seo Panel with the addition of "install/upgrade.php",
|
|
|
98 |
|
|
|
99 |
e.g. http://www.yourdomain.com/seopanel/install/upgrade.php
|
|
|
100 |
|
|
|
101 |
9. Follow the steps and fill out all the requested information.
|
|
|
102 |
|
|
|
103 |
10. Go to Admin Panel => System Settings => MOZ Settings
|
|
|
104 |
|
|
|
105 |
Add moz api key using the link shown in the page
|
|
|
106 |
|
|
|
107 |
Note:
|
|
|
108 |
|
|
|
109 |
a. Remove install directory of seo panel
|
|
|
110 |
|
|
|
111 |
b. Copy all plugins from "plugins" folder of old seo panel folder to "plugins" folder of new Seo Panel.
|
|
|
112 |
|
|
|
113 |
|
|
|
114 |
|
|
|
115 |
Installation Reference Link: http://www.seopanel.in/install/
|
|
|
116 |
|
|
|
117 |
If you have any issues while installation, Please use following resources to fix it or contact seo panel team.
|
|
|
118 |
|
|
|
119 |
|
|
|
120 |
---------------------------
|
|
|
121 |
Online Seo Panel Resources:
|
|
|
122 |
---------------------------
|
|
|
123 |
|
|
|
124 |
a) Seo Panel Help Guide: http://help.seopanel.in/
|
|
|
125 |
|
|
|
126 |
b) Seo Panel Forum: http://forum.seopanel.in/
|
|
|
127 |
|
|
|
128 |
b) Seo Panel Support: http://www.seopanel.in/support/
|
|
|
129 |
|
|
|
130 |
e) Seo Panel Contact: http://www.seopanel.in/contact/
|
|
|
131 |
|
|
|
132 |
|
|
|
133 |
--------------------------------
|
|
|
134 |
The major features of Seo Panel:
|
|
|
135 |
--------------------------------
|
|
|
136 |
|
|
|
137 |
a) Automatic Directory Submission Tool
|
|
|
138 |
|
|
|
139 |
b) Keyword Position Checker
|
|
|
140 |
|
|
|
141 |
c) Site Auditor
|
|
|
142 |
|
|
|
143 |
d) Google and Alexa Rank Checker
|
|
|
144 |
|
|
|
145 |
e) Backlinks Checker
|
|
|
146 |
|
|
|
147 |
f) Search Engine Saturation Checker
|
|
|
148 |
|
|
|
149 |
g) Seo Panel Plugins
|
|
|
150 |
|
|
|
151 |
h) Meta Tag Generator
|
|
|
152 |
|
|
|
153 |
|
|
|
154 |
-------------------------------------------
|
|
|
155 |
Developed By Geo Varghese (www.seopanel.in)
|
|
|
156 |
-------------------------------------------
|