Categories
Dedicated Server PHP Scripts Security Virtual Private Server Web-Hosting www

Captcha image is not working – Fatal error?

Captcha image is not working – Fatal error?

You have the GD image library installed and otherwise working.
Still unable to get captcha with the captcha plugin.

You are not sure what’s the problem as it works on one of your other sites.  When you try to include the captcha on your website or contact form it generates an error message like…
Call to undefined function imagettftext() OR
Fatal error: Call to undefined function imagettftext() in /home/user/public_html/appfolder/plugins/captcha/captcha.php on line 99  OR
Fatal error: Call to undefined function imagefttext() in /home/user/public_html/lib/captcha/captcha.php on line 329 OR
‘–enable-gd-native-ttf’

Problem could be, because the standard PHP “imagefttext()” function does not work on your server.
It can caused by the fact that there is no –enable-gd-native-ttf key installed on your server as the Cart uses GD Library for displaying the verification image.

Please note that PHP must be configured with the following keys:
–with-gd –enable-gd-native-ttf  Contact your host to make the change!

Any idea why or how it can be fixed?

imagettftext() is part of the GD image functions library, which is not always part of PHP (the code CMS/Cart runs on).
You need to contact your host and ask them to install the PHP GD library. It’s really simple for them to do and is fairly common, so if they give you a hard time about it, I would seriously consider switching to better and friendly host – UnicHost :).

Related: Web Server, PHP Hosting, LAMP Server, cPanel Hosting

Categories
Billing Domain Name Security Web-Hosting

Documents required for domain name registration and web hosting purchase?

What documentation is required for domain name registration or to purchase the web hosting products?

If you are paying through credit card then, we will need a scan copy of your driving license to verify your name and address. For other payment methods, there is absolutely no documentation required. But we trust you as a customer and we expect you to provide us the correct contact number and address. This helps us to contact you in case there is any issue with your website and for renewals etc. If you are looking for the privacy then do let us know, we would be able to help you further, keeping your personal details private.

Categories
CSF Dedicated Server Firewall Security WHM

Setup root forwarder – check root forwarder warning by csf

Howto Setup root forwarder on server?

[CSF (ConfigServer Firewall)]

After you install CSF as cPanel Add-on on your virtual private or dedicated server you might get this message “check root forwarder” on running “check server security” test.

Warning: Check Root Forwarder by csf firewall [configserver firewall]

This is regarding the root account forwarder. On the server, the root account, superuser account should have a forwarder set so that you receive essential emails from your dedicated server.

You will need to create/edit a file called .forward in the root folder…
Exact path is: /root/.forward
In this file, add an email address where you want to receive emails sent by root.