Tagged Questions
cPanel is a Linux based web hosting control panel that provides a graphical interface and automation tools designed to simplify the process of hosting a web site. cPanel utilizes a 3 tier structure that provides functionality for administrators, resellers, and end-user website owners to control the various aspects of website and server administration through a standard web browser.
5
votes
3answers
224 views
What language cPanel/WHM panel server is done?
I am planning to make an application like cPanel/WHM in perl since i never worked out my own server in perl, and i was thinking of a few points that i wanted some advices/help:
cpanel and whm work ...
5
votes
3answers
4k views
Is there any opensource software like cpanel? [closed]
Have to know this thing that it exist or not.
5
votes
1answer
609 views
Using Alias in Apache ONLY if local directory not present?
We're running a reseller web host, and aliasing a particular directory for ALL the sites within. This is all happening through WHM/Cpanel, which could possibly complicate my question.
We want all ...
3
votes
2answers
109 views
CodeIgniter Cron Job on Shared Hosting?
I am trying to learn how to do my first cron job using CodeIgniter. In the past, it seemed the only way to do this with CI was to use the wget command instead of php.
The CodeIgniter User Guide, ...
3
votes
4answers
220 views
mysql database cannot connect with cpanel
i have mysql database over cpanel, i want to access through my localhost page..
<?php
$con1 = mysql_connect("mywebsiteip","mysql_username","mysql_user_password");
if(!$con1)
{
die ("Could not ...
3
votes
2answers
45 views
Piping email to a program & preventing rapid-fire spam submissions
I'm working on a site where, ideally, anyone will be able to email a specified address and attach a photo to their message (e.g. from an iPhone). This address will be set to pipe the email to a PHP ...
3
votes
3answers
293 views
How to create an Email Account in Cpanel via PHP? [closed]
I have a Server which supports to create more than 1000 email ids.
I use PHP scripts to develop a website.
Will I be able to create Email-ID's from my PHP Script ?
Note:
I have cPanel access to my ...
3
votes
3answers
437 views
Dynamic Subdomain PHP
Okay, this might have been answered before but apparently up until now I still haven't found the answer.
You may notice there are some websites that may allow users to register to instantly get a ...
3
votes
3answers
285 views
What does this Perl code do?
In cPanel, they tell you to insert this code into the beginning of Perl files. I'm not sure what it does. I've tried code with and without this in the beginning of the file and it seems to all work ...
3
votes
3answers
310 views
File path for a Cron Job
Hi I want to run a cron job to call a php script on my server. I am using Cpanel from my web host and these are the options
Minute:
Hour:
Day:
Month:
Weekday:
Command:
I am really strugling to ...
3
votes
4answers
6k views
Cannot install Ruby on CentOS
I just cannot install Ruby on my CentOS (which is also hosting a cPanel).
sudo yum install ruby ruby-devel ruby-irb ruby-rdoc ruby-ri
audit_log_user_command(): Connection refused
Loaded plugins: ...
2
votes
3answers
48 views
PHP shell_exec with parameters is not working
I have a problem with the shell_exec option in my server. I am running CentOS 5.7 with CPanel and PHP installed on it.
In our coding we are passing parameters to a php file using shell_exec. Our ...
2
votes
1answer
38 views
Reading image from outside public_html with PHP?
this is really stupid, but I been trying dozens of different things and I can't for the life of me work out what I am doing wrong.
I have a cpanel installation, with the usual public_html directory ...
2
votes
2answers
108 views
How to run a PHP script with cronjob? [closed]
I'm trying to run a PHP script, like writing something in a txt file. If I manually load the file it works, but not with a cron job. I have cPanel and I followed what I read in the help page, but ...
2
votes
2answers
45 views
pipe mail to PHP script : cant find the pip.php file
hi i'm trying to pipe incoming emails to php script
i did step by step from my manual but when i send an email i get this error from my delivery system :
A message that you sent could not be ...
2
votes
1answer
27 views
read forwarded mail by Cpanel to php Script on one time
When email sent to my site,the following php script will run,I did it by Cpanel to run it when email sent.
I use this script to read email:
#!/usr/local/bin/php -q
<?php
$email = '';
$stdin = ...
2
votes
1answer
27 views
Interworx website backup - in between angry client and angry host - Im the meat?
I have been contacted today by someone who is wanting to restore his website.
Long story short, host cancelled and deleted his account. He has a backup from a few weeks ago which will do fine. it ...
2
votes
1answer
55 views
How can I trigger a script when a subdomain reaches certain amount of bandwidth?
I run a hosted service and I need to be able to monitor how much bandwidth every customer (Who uses an individual subdomain, created through cPanel) consumes.
Is there some way to trigger a PHP ...
2
votes
3answers
171 views
Hosting node.js for a specific domain only on a VPS
I have a VPS where I have hosted a few sites. All based on LAMP stack, so it was no big deal. They provide WHM/cpanel for managing different sites. I decided to try node.js, bought a separate domain ...
2
votes
2answers
51 views
Storing user credentials to 3rd-party service in the session - is it secure?
I'm developing a custom CMS that is based on a 3rd party software's API (cPanel). I don't need to store usernames+passwords in the DB, but I do need to store username and password while the user is ...
2
votes
3answers
155 views
How can I access a password protected directory when htaccess redirects to 404?
I have a wordpress install with the following htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_URI} !^/secure-area/
...
2
votes
1answer
420 views
Whats does the Perl error “Can't locate Net/SSH/Perl.pm” mean?
I am trying to SSH using a Perl script but I get the following error.
Can't locate Net/SSH/Perl.pm in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 ...
2
votes
1answer
164 views
How to change cpanel default port?
I have one server and on that server cpanel is running on 2083 port. I need this url for configure my other service. I want to change port 2083 to 8088. Where i have to make changes.
I checked my ...
2
votes
3answers
86 views
Piping emails through cPanel and PHP
I know that there have been quite a few posts floating around on this subject but I am still stuck it seems.
I have set cPanel up so that any emails that go to support@mydomain.com will be picked up ...
2
votes
2answers
138 views
Cleaning up 404 Errors with 301 mod rewrite or a pretty solution
I have multiple web sites for my clients and each client has a directory labelled articles. I just inherited this system and I until I can fix the issue I found, I am looking for stopgap solution, one ...
2
votes
1answer
879 views
How can I add npm (node.js package manager) to the PATH?
I installed node.js like this:
cd /usr/local/bin/
git clone --depth 1 http://github.com/joyent/node.git
cd node
git checkout origin/v0.4 # optional. Note that master is unstable.
export JOBS=2 # ...
2
votes
3answers
115 views
Where is this PHP directive (include_path) being set?
From phpinfo() I can see the include_path directive is set to this:
include_path .:/usr/lib/php:/usr/local/lib/php:/home/username/php .:/usr/lib/php:/usr/local/lib/php
I cannot figure out ...
2
votes
4answers
497 views
cpanel free alternative
I'm looking for a free alternative to manage personal sites (php/apache/mysql support) with the ability to configure DNS.
it should be VERY light weight and optimized.
I tried many panels especially ...
2
votes
2answers
279 views
Symfony project on CPanel account
For a bit of history - this is the first time I attempted to setup a test symfony project, just to have a play with it.
The symfony project was setup in the following location:
...
2
votes
1answer
730 views
What is PHP track_errors?
I was just glancing through my Cpanel's php.ini EZConfig (basically php.ini; it just allows me to change some settings in php.ini through Cpanel) and noticed track_errors ,
Can someone tell me what ...
2
votes
2answers
309 views
File upload limited to 1MB?
I can't understand why my server isn't accepting files larger than 1MB. I am using cpanel and my host has told me that I can't edit my php.ini file directly.
My upload code:
<?php
...
2
votes
3answers
238 views
How can I host a mod_perl application on a shared RHEL server?
I want to host a mod_perl application on a shared RHEL server where I do not have access to a root account. mod_perl is available on the server as are all Perl modules required (my app runs fine with ...
2
votes
2answers
408 views
WHM: Moving an account to a new server
I have an account on WHM for a PHP web app that's over 50GB in size on a dedicated server, the company decided to move it to a new server, and I was assigned the task.
I would like to know what is ...
1
vote
1answer
17 views
imagejpeg and chmod
I am facing below errors:
Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/user1/public_html/userpics/00005/small/5120.jpg' for writing: No such file or directory in ...
1
vote
1answer
59 views
How to install upload progress in Cpanel?
Hi, I am trying to install upload progress in Cpanel using the following steps:
Open Software >> Module Installers and search upload progress
Then install
Then I get some ...
1
vote
1answer
32 views
How to uninstall APC from a dedicated cpanel server using ssh
I want to uninstall APC caching software from my server. How to do that using ssh. My server OS is CENTOS 6.2 and php 5.2.
Thanks
1
vote
1answer
58 views
Uninstall Ruby on Rails cpanel server
I'm sitting here with a cPanel server, and I want to uninstall ruby, and ruby on rails.
I can see there is /scripts/installruby, but not a remove.
Does anyone know how I can uninstall ruby and rails ...
1
vote
0answers
76 views
Email piping - local delivery failed
PROBLEM FIXED
We fixed this problem, by putting
Like so:
#!/usr/local/bin/php -q<?php
I'm setting up an email piping system on a cPanel server.
The code I'm using works on one server (also ...
1
vote
0answers
40 views
Apache config - FTP access & htdocs
I'm running a cPanel WHM VPS, with two dedicated IP addresses.
The one dedicated IP is configured through cPanel to point to the homedirectory of one of the accounts eg. ~username
So when I visit ...
1
vote
1answer
52 views
WHM/Cpanel API Cron::listcron request using cURL
I'm using the code below to get a cron list but only thing I get is a blank page. Also when I replace port 2087 by 2083 the output is {"data":{"reason":"Access denied","result":"0"},"type":"text"} ...
1
vote
1answer
41 views
Allowing Drupal login using WHM, cPanel or WHMCS login details?
Currently, I have decided to use Drupal as the primary login area where users can do stuff. Problem is, I want to automatically allow for the logging in of users using their cpanel, whm or whmcs login ...
1
vote
0answers
27 views
cron job to back up single database using cpanel
I am trying to set up a cron job in cpanel to back up a single database. Currently have one working that backs up ALL of my databases which looks like this:
mysqldump -uUSER -pPASSWORD ...
1
vote
2answers
216 views
PHP: Remote MySQL connections very slow
I have two servers, both running CentOS 5.7 and cPanel-CURRENT. One is x86 and the other is x64. Both are using Apache 2.2.21, PHP 5.3.8 and MySQL 5.1.
If I query the local database on any one of the ...
1
vote
2answers
67 views
Absolute path on shared hosting: Installing Smarty
I am trying to install smarty on my shared hosting plan. I have installed the smarty files on a sub domain that I will be using it for. I am attempting to define the SMARTY_DIR variable, but am not ...
1
vote
3answers
153 views
SSL Error on Port 443, Page is not showing and resulting in error 404
I just recently had to find a way to get a SSL certificate for my domain as facebook required this by the 1st of October as you may aware.
Therefore I signed and installed my startssl certificate on ...
1
vote
1answer
23 views
Why would change with “sed” via Putty not reflect in Cpanel?
I did a word replace with "sed" via Putty and i see that the word was replaced but when I open the file in cpanel there is no change to the file.
Here's the command
sed 's/word1/word2/g' file.php
...
1
vote
1answer
43 views
Settings for creating a whitelabel service
I am trying to create a whitelabel service for my site. I want to do it like dohop does. So i created a sub domain on my main site like : whitelabel.example.com and i want to know what i have to do in ...
1
vote
1answer
43 views
Cronjob in every 5 minutes until 17.00 pm Cpanel
Minute Hour Day Month Weekday
*/5 * * * *
This code triggers page in every 5 minutes for 24 hours. But i want it until 17.00 pm (or any hour). how can i change it in Cpanel?
1
vote
2answers
85 views
cPanel /Host / Access to phpMyAdmin
I have a host and cPanel access but only one main user and password to cPanel.
I want to give someone access to phpMyAdmin but don't want to give that person my main user and password for cPanel.
Is ...
1
vote
0answers
92 views
Web based email service? [closed]
I'm looking to create a web based PHP email system, I'm confident I'm able to create a personal message system with jQuery, Ajax, PHP, and MySQL, I have a bit of a problem trying to figure out how I ...