HTML FORM Attributes that can save you a lot of Time & Javascript

19th Jul 2024 | category: Web Design and Development | Hits: 74

When developing a simple or complex form, there are some functions you want added into the form but your mind keeps running to Javascript. However HTML has got some nice attributes under its sleeves that could save you lots of time. Below is a list of some form attributes, we thought to bring to

HTML FORM Attributes that can save you a lot of Time & Javascript

Howto move Cpanel accounts from one remote server to another using command line.

12th Jan 2024 | category: Web Hosting | Hits: 886

To move cPanel accounts from one remote server to another using the command line, you can use the "pkgacct" utility provided by cPanel on the source server to create backup files of the cPanel accounts, transfer those backups to the new server, and then use the "restorepkg" utility on the new server

Howto move Cpanel accounts from one remote server to another using command line.

Codeigniter 4: Resolved Errors after upgrade from codeigniter 4.3.x to 4.4.0

30th Dec 2023 | category: Frameworks | Hits: 616

Howto reslove error "Fatal error: Uncaught Error: Undefined constant "CodeIgniter\ENVIRONMENT" in .....\vendor\codeigniter4\ framework\ system\ CodeIgniter.php:595" when upgrading from Codeigniter 4.3.x to 4.4.0

Codeigniter 4: Resolved Errors after upgrade from codeigniter 4.3.x to 4.4.0

Proxy Server not running on Zimbra Mail Server.

19th May 2021 | category: Emails | Hits: 7095

Common error
Starting proxy...failed.
nginx start failed. reason: No available memcached servers could be contacted

Proxy Server not running on Zimbra Mail Server.

Howto stop vulnerable Open Memcached on a Zimbra Server.

19th May 2021 | category: Emails | Hits: 5606

Error:: The IP xxx.xxx.xx.xxx is exposing a Open Memcached Server service to the Internet. Such configuration could lead to Open Memcached Server amplification attacks. There are two quick solutions to this problem and that is either configuring your Memcached to listen to localhost or ..

Howto stop vulnerable Open Memcached on a Zimbra Server.

Howto remove .php, .html extensions on a web page using .htaccess file

28th Mar 2021 | category: Web Design and Development | Hits: 6176

Many times you will want to have user-friendly URLs on your site. Instead of https://www.mydomain.com/index.html you will want to have https://www.mydomain.com/index . The second URL looks much better. Also, from the SEO point of view it is better to don’t use file extensions.

Howto remove .php, .html extensions on a web page using .htaccess file

How to Increase the Max Upload Size Limit

13th Mar 2021 | category: Web Hosting | Hits: 156

Most of the times when uploading a bigger image file or a publication into a wordpress or Joomla or Drupal website, you get an error like “this file or image exceeds the maximum upload size for this website “

How to Increase the Max Upload Size Limit

Howto Create a Distribution List or Mailing List in Zimbra mail server

6th Mar 2021 | category: Emails | Hits: 145

A distribution list is a group of email addresses contained in a list with a common email address. When users send to a distribution list, they are sending the message to everyone whose address is included in the list. The address line displays the distribution list address; the individual recipient

Howto Create a Distribution List or Mailing List in Zimbra mail server