全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 5294|回复: 10

cP Creator安装与设置问题(急)

[复制链接]
发表于 2009-8-4 03:21:19 | 显示全部楼层 |阅读模式
cP Creator安装需要那些步骤?

怎么设置WHM互通?

高手帮助下!
 楼主| 发表于 2009-8-4 07:51:43 | 显示全部楼层
NOTICE: This Guide is only for CP Creator v2.7 and Below. Thus this will be updated to Suite the newer versions of CP Creator

1 - Downloading / Uploading

Download the latest cP-Creator on the mainsite - http://www.cpcreator.net/forum/news-new-releases/

- Upload Options -

Easy Upload:

1.1.1 - on your cPanel go to your file manager then go to your public_html folder.
1.1.2 - upload the file that you downloaded from the Mainsite, this file should be called cP_Creator_v2.x.x.zip
1.1.3 - if your server allows zip extracting and if your using cPanell 11. Right-Click on the file then choose extract.
1.1.4 - the install files should now be there. There should be the Documentation folder and the v2.x folder.
1.1.5 - rename the v2.x folder to anything you like, like clients etc..
1.1.6 - thats it basically  

Intermediate Upload:

1.2.1 - firstly you need to have a FTP software in this method.
1.2.2 - extract the zip folder that you download from the mainsite into any folder in your computer.
1.2.3 - you will then see 2 folders name documentation and v2.x.
1.2.4 - rename the v2.x folder to anything you like, like clients etc..
1.2.5 - next is the uploading bit.
1.2.6 - on your ftp program login to your hosting account and navigate to your public_html directory.
1.2.7 - upload the v2.x folder which now you change the name.
1.2.8 - thats it done

2 - Installing Part 1

Installing the script is quite easy. Though the script does it all for you

2.1.1 - firstly chmod the file conf_inc.php first to 666.
2.1.2 - then navigate to your install.php normally http://yoursite.com/cpcreator_directory/install.php
2.1.3 - select fresh install if you installing for the fist time or update if your updating.
2.1.4 - now on the installing bit, this is quite confusing etc. if your new to this kind of thing see below for the SQL.

2.2 - Making a Database

Making a database is quite straight forward if your using cPanel as your CP

2.2.1 - on your cPanel scroll down the page until you see the MySQL database link.
2.2.2 - on the create database box. type the database name that you want.
2.2.3 - press ok etc. and your database will be created.
2.2.4 - next is creating your database user, scroll down the page until you see MySQL Users.
2.2.5 - on the Add New User, type in your desired username and password and press create user. then thats it!
2.2.6 - next is adding your user to your database.
2.2.7 - on the same page find "Add User To Database"
2.2.8 - on that select your database and the user that you created.
2.2.9 - press add and tick All Privilages and press ok or make changes. Thats it done!

3 - Installing Part 2

Now that you created your database and your database user lets continue on the installation

3.1 - previously on the installation. Which is on step 2 which requires you a database and database user.
3.2 - mySQL Host - leave this as it is.
3.3 - mySQL User - type in the database user that you create, normally this should be like cpaneluser_databaseuser.
3.4 - mySQL Password - type the password that you use for your database user.
3.5 - mySQL Database - insert the database that you created here. normally this should be like cpaneluser_database.
3.6 - mySQL Prefix - leave it as it is.
3.7 - Press next and the next steps are quite straight forward and easy.

4 - Setting Up

Once the installation is finished do these steps.

4.1 - on your cPanel scroll down until you see CRON jobs click that.
4.2 - on your CRON jobs that this job:

Code:
php -q /home/<USERNAME>/public_html/<CP CREATOR LOCATION>/cron.php4.3 - leave the default time as it as and press ok.
4.4 - on your file manager, delete the install.php to avoid security problems.
4.5 - CHMOD back your conf_inc.php to 644 for security reasons.

Then thats it done enjoy your new and fresh installation of cP-Creator.
Theres also a documentation included in the archive, although read this guide if your new to this kind of job.

Install Guide by ~r00t
__________________

To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.


Software is like sex. It's better when it's free. ~Linus Torvald

-
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
- Free and Professional CP-Creator Themes
-
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
- Web and Management Solutions
 楼主| 发表于 2009-8-4 07:52:25 | 显示全部楼层
没搞懂...郁闷了
发表于 2009-8-4 08:16:15 | 显示全部楼层

回复 1# 的帖子

cP Creator是类似于whcms的开WHM/Cpanel空间的程序吧
 楼主| 发表于 2009-8-4 08:18:29 | 显示全部楼层
恩,就是这类程序...
 楼主| 发表于 2009-8-4 08:20:27 | 显示全部楼层
我把WHM KEY和帐号都弄好了,但是就是无法创建...郁闷了!
还有这里:

on your cPanel scroll down until you see CRON jobs click that.
on your CRON jobs that this job:

Code:
php -q /home/<USERNAME>/public_html/<CP CREATOR LOCATION>/cron.php

这怎么设置?
发表于 2009-8-4 08:23:46 | 显示全部楼层

回复 2# 的帖子

专门先开个Cpanel给你的cP Creator专用的,创建一个数据库和对应的用户名和密码,绑定域名和上传程序到这个空间,然后http://yoursite.com/cpcreator_directory/install.php 可以进行安装。

设置WHM互通的重要一步就是设置CRON jobs,
在Cpanel的CRON jobs选项里面加入如下自动任务:
php -q /home/<USERNAME>/public_html/<CP CREATOR LOCATION>/cron.php

4.3
-------------------------
leave the default time as it as and press ok.
 楼主| 发表于 2009-8-4 08:31:43 | 显示全部楼层
Advanced (Unix Style)这个里吧?
发表于 2009-8-4 08:39:50 | 显示全部楼层
原帖由 Mr.zero 于 2009-8-4 08:31 发表
Advanced (Unix Style)这个里吧?


我也没用过Cpanel的CRON jobs,不知道在何位置。 Advanced (Unix Style)是CRON jobs的高级形式吧,应该是的。
 楼主| 发表于 2009-8-4 08:41:07 | 显示全部楼层
呵呵,谢了,反正里面就2个形式..试试就知道了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2024-5-5 21:06 , Processed in 0.061364 second(s), 9 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表