Search found 54 matches

by Martin
Thu Oct 06, 2016 10:53 am
Forum: Hosting Control Panels
Topic: How to prevent other sites from using bandwidth by using images
Replies: 1
Views: 8322

Re: How to prevent other sites from using bandwidth by linking images

Yes, it is possible to block other sites from linking your images. Log in to cPanel using the login details provided by your hosting provider. Link to access cPanel : https://yourServerIP:2083 Click on "Hotlink Protection" under "Security" Enable the hotlink protection. Refer the...
by Martin
Thu Oct 06, 2016 10:45 am
Forum: Hosting Control Panels
Topic: Your connection to this server has been blocked in this server's firewall.
Replies: 2
Views: 9804

Re: Your connection to this server has been blocked in this server's firewall.

Error shows that your IP address is blocked by the server firewall. Firewall will block the IP address if it find anything suspicious from that IP. 1. Do the below steps if you have server root access : You must check the logs to find the exact reason why you're blocked. To unblock the IP address : ...
by Martin
Tue Oct 04, 2016 1:38 pm
Forum: Hosting Control Panels
Topic: How to find which script on my server is sending spam emails
Replies: 1
Views: 8329

Re: How to find which script on my server is sending spam emails

Log into your server via root. Type the below command if exim is installed on your server grep "cwd" /var/log/exim_mainlog OR tail -n 2000 "cwd" /var/log/exim_mainlog cwd = current working directory. This is the directory from which the email is sent so you can easily find out th...
by Martin
Mon Oct 03, 2016 12:09 pm
Forum: Hosting Control Panels
Topic: Cant Add add-on domain 'Domain already exists in Apache Configuration'
Replies: 1
Views: 8117

Re: Cant Add add-on domain 'Domain already exists in Apache Configuration'

1. Log into you server via SSH as root 2. Take a backup of the apache configuration file and remove the virtualhost entry of that domain (if it exists) 3. Remove the DNS zone file of the domain from /var/named/ directory or run the command /scripts/killdns domain.com to delete the DNS entry of the d...
by Martin
Fri Sep 23, 2016 3:26 pm
Forum: Hosting Control Panels
Topic: Edit User Quota cPanel
Replies: 2
Views: 9529

Re: Edit User Quota cPanel

Hello, Yes, it is possible to change the quota of an user from server backend. 1. Log into server via SSH 2. Run the below cPanel script to change the quota Command : /scripts/editquota username <size> Example : Do the below to change the quota of a cPanel user 'martin' /scripts/editquota martin 500...
by Martin
Thu Sep 22, 2016 4:24 pm
Forum: Hosting Control Panels
Topic: How to access phpmyadmin without cpanel logins
Replies: 1
Views: 8583

Re: How to access phpmyadmin without cpanel logins

Hi, It is possible to setup a new phpmyadmin and provide access to database without providing cPanel access to your developer. cPanel doesn't recommend this way due to security risks. Please check the below url : https://features.cpanel.net/topic/access-phpmyadmin-without-cpanel-login You can provid...
by Martin
Thu Sep 22, 2016 4:04 pm
Forum: Hosting Control Panels
Topic: WHM notification : Partial DNS resolver failure
Replies: 2
Views: 11806

Re: WHM notification : Partial DNS resolver failure

Error shows that one of the resolver failed ( a.a.a.a failed) . Just ping/telnet to that IP address to check whether it is down. 1. Log in to WHM 2. Go to Home » Networking Setup » Resolver Configuration Here you can remove the resolver that is having issue or you can add a new one. 3. Click on 'Con...
by Martin
Thu Sep 22, 2016 3:45 pm
Forum: Hosting Control Panels
Topic: 500 internal server error
Replies: 1
Views: 9068

Re: 500 internal server error

Hi, First Check apache error log for exact error message because 500 errors are usually due to invalid .htaccess entries. On cPanel servers apache logs are saved in /usr/local/apache/logs directory and on other servers (without control panel) apache logs are usually in /etc/httpd/logs directory. Use...
by Martin
Wed Sep 21, 2016 4:50 pm
Forum: Hosting Control Panels
Topic: is it possible to increase CSF firewall deny limit?
Replies: 1
Views: 7928

Re: is it possible to increase CSF firewall deny limit?

Hello, You can increase the Deny IP limit either through WHM or from server backend via SSH. 1. Log into your server via SSH 2. Edit csf.conf using vi editor vi /etc/csf/csf.conf 3. Increase DENY_IP_LIMIT value Change DENY_TEMP_IP_LIMIT if you want to increase temporary IP deny list. 4. Save the fil...
by Martin
Sat Sep 17, 2016 10:53 am
Forum: Hosting Control Panels
Topic: How do i give a user privileges to access only one database?
Replies: 1
Views: 8412

Re: How do i give a user privileges to access only one database?

You can grant user privileges to database through cPanel. Do the below steps to grant privileges to a database : 1. Log in to cPanel Link to access cPanel : https://domain.com:2083 2. Enter cPanel username and password to login 3. Click on 'MySQL Databases' Under 'Databases' 4. Scroll down the page ...