I'm looking for a free, open-sourced web application written in C#/VB.Net on top of ASP.Net, which functions like Plesk or cPanel when it comes to (remote) file management. Something that simulates a regular FTP client, but actually displays web pages over HTTP, with the following functions:
Create Folder
Rename File/Folder
Delete File...
How does email forwarding works in cpanel (apache server)? I could not find any documentation for this on my client's cpanel itself (i dont have their hosting account only cpanel). Basically, they just want to monitor incoming and outgoing emails in one account. They have 8 email individual accounts and one person wants to monitor each a...
Here's the situation:
subversion is already installed in the server and I have access to one of the shared accounts in the server (not the root), and this shared hosting account has SSH access.
I want to create a repository where I can commit the PHP files i'm working on, and when I commit it should be viewable in a browser that is why...
Hi I'm used shared hosting. I want to turn off php safe_mode off for my site. My provider gave me a php.ini file and asked me to put it with my settings in my public_html folder to override the settings, but it didn't work.
...
Hello,
I just got around to installing mod_deflate on my server. I also added the following to my Website Optimizer in cPanel:
text/html text/plain text/xml text/css text/js text/javascript
Now, the site shows considerable improvement in loading time (almost 3x!), but ySlow is still giving me an "E" rating for "Compress Components wit...
I have the following in my .htaccess file, which I do often for cleaner URL's. There are pro's and cons to this I know and I think I've found a con.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
Options All -Indexes
I've up a new cPanel account for this websit...
Hello,
This is the first time I visited my error log (in cpanel) and found this:
client denied by server configuration: /home/mydomain/public_html/myFolder/index.php3, referer: http://some_domain.com
client denied by server configuration: /home/mydomain/public_html/myFolder/index.php4, referer: http://some_domain.com
client denied by s...
I have been migrating a client's website from a Bluehost account to my own cPanel/WHM setup. I used the cPanel 'Backup Wizard' to create the export .tar (composed of home directory and mysql files, amoung some other things...) I suppose it's possible this is the problem, except that I didn't use the wizard to import the information, I ju...
I'm running a PHP script via cron using Wget, with the following command:
wget -O - -q -t 1 http://www.example.com/cron/run
The script will take a maximum of 5-6 minutes to do its processing. Will WGet wait for it and give it all the time it needs, or will it time out?
...
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. below is my upload code:
<?php
if (array_key_exists('uploadfile',$_POST)) {
$fileName = $_FILES['userfile']['name'];
$tmpName = $_FILES['userfile']['...
Is there a PHP script or piece of code I can type to change a WHM account's password?
...
I have webmail setup similar to what hostgator has (I host with them and looks like they use their own system). I'm trying to customize the login page of webmail, but am a little stuck.
When you go to webmail page/port below, you get a popup login form, not a web login form. If you hit cancel, it finally loads the web login form.
htt...
I've got a duplicate content issue where there's two instances of my site indexed in google:
the first is the actual domain: http://domain.com
the seconds is my WHM/CPanel preview of the account: http://123.456.78.9/~/domain
Is there any way to redirect the IP version to the real domain?
...
I effectively want to be able to get a list of all my clients in WHM, and compare their hit stats (stored in awstats in cpanel) in order to rank them by popularity. Anybody know how to do this?
...
Hello,
Can anybody help how to setup a automatic backup of mysql database and then emailing it to me daily?
Thank You.
...
OK, I hope this is my last question about CRON jobs and Kohana 3. Note: others are not duplicates, just other problems.
Here is my CRON job (setup in cPanel)
php /home/user/public_html/index.php --uri=properties/update
As per this answer.
I have set it up so it emails me the output. It is running every 5 mins.
Unfortunately, it alw...
Every night, Cpanel keeps recompiling MySQL. Here's the output from the logs. I've even tried forcing mysql to reinstall, but still keeps recompiling. MySQL works fine, but this is putting a lot of load on the server, and if it fails to recompile correctly, down goes MySQL, which is not something I'm prepared to wait for.
During the rec...
Hi folks,
assume having a mail server (mail.com) and an additional webserver (web.com) using cPanel as an administration interface. The mail server is configured in a way that all mails from any address[at]mail.com may only be sent from within the servers network.
Now at web.com I have created a simple mailing list by adding a few mail...
hi,
I'm trying to configure .htaccess of my website.
http://213.175.210.49/~incisozl/ is the temporary url to the root(~/public_html/).
when I try to rewrite the url at .htaccess i get an
/home/incisozl/public_html/.htaccess: RewriteBase: argument is not a valid URL, referer: ht tp://213.175.210.49/~incisozl/inci-sozluk/somestrin...
I just finished moving files from my system to my web host and I am getting this error. I have manually changed the permissions of the tmp folder they are referring to but I keep getting the errror. Please could someone tell me what the problem could be
Fatal error: Uncaught exception 'Exception' with message 'Please make sure the /hom...