image 26 540x304 - ⚠️ How to Enable Custom RBL’s in cPanel

⚠️ How to Enable Custom RBL’s in cPanel

By default, WHM gives you the option of using Spamhaus and/or Spamcop for added SPAM protection for incoming email. If you have additional DNSBL’s (DNS-based RBL’s) that you want Exim to check email against, you can easily enable them if...

Damn-Small-Linux-4_1

Damn Small 🐧 Linux 🖥️

Damn Small Linux (DSL) – a small, business card size computer operating system based on Knoppix. It was designed to run graphical environment and applications on old PC machines with 486 Pentium processors and very little memory.

what is php 3 1 540x304 - Broken 🔗 Link Checker Using PHP and cURL

Broken 🔗 Link Checker Using PHP and cURL

Whether operating a commercial site, a directory, or a personal site, it is important to ensure you do not have ‘dead’ links on your website. Broken links; links that point to inactive domains or 404 pages are of little use to your site...

what is cpanel 540x304 - How to Delete 🚮 cPanel Frozen ✉️ Emails

How to Delete 🚮 cPanel Frozen ✉️ Emails

Howto check number of emails in the mail queue: exim -bpc To check the email ID, sender and receiver of the each email: exim -bp | more To delete frozen emails from the mail queue, execute: exim -bp | grep 'frozen' | awk '{print $3}' | xargs exim ...

image 32 540x304 - How to Enable Basic cPanel End-User Security

How to Enable Basic cPanel End-User Security

As much as you are concerned about the security of your servers, your end users are likely just as concerned about what measures you have in place to protect their accounts against hacking attempts and unauthorized access. The following tips will...

what is php 3 1 540x304 - A Simple PHP/XML Sitemap Generator

A Simple PHP/XML Sitemap Generator

XML Sitemaps are a useful method for search engines to quickly pick up new content they would otherwise have to find via hyperlinks on the web. Sitemaps can also provide useful metadata regarding URLs such as its last modification date, how often...

what is php 3 1 540x304 - Using PHP DOM Functions to Parse PHP and Find Links

Using PHP DOM Functions to Parse PHP and Find Links

When developing websites, there are a million and one reasons that you will find yourself needing to parse some HTML to find snippets of information. On the face of it, most of the time a simple regular expression will do the trick, particularly...