SQL Server 2016 release What new does it have to offer Analytics ... - SQL String Concatenation

SQL String Concatenation

Have you ever wanted to retrieve a list of values from a table, storing the results in a string? Here is simple yet effective method without having to rely on cursors, while loops, or other complex structures. declare @string varchar(8000) select...

Business vector created by vectorpouch - www.freepik.com

Top 10 Web Hosting Control Panels 🔝🔟

Quick List of the Best Web Hosting Control Panels OpenPanel – a robust hosting panel designed to provide your users with a VPS-like experience. cPanel – Best Linux-only web hosting control panel for users who want a control panel...

wp config debug - WordPress debug

WordPress debug

WordPress troubleshooting 101:  add the following to wp-config.php to enable displaying errors. define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', true ); @ini_set( 'display_errors', 1 ); define(...

modsecurity disable url - How to disable Mod_Sec for a specific folder/file

How to disable Mod_Sec for a specific folder/file

On a WordPress website that is protected with ModSecurity, when admin edits pages using Elementor or Gutenber in wp-admin dashboard, ModSecurity may falsely detect it as XSS attack. What we usually do is disable specific rules that create this false...

whm prevent xmlrpc attack - How to stop xmlrpc.php attacks on Cpanel / WHM

How to stop xmlrpc.php attacks on Cpanel / WHM

xmlrpc.com is a WordPress file that was intended to be used for API’s but lately it’s more and more used as a way for hackers to brute-force WordPress installations. To list all IP addresses that sent requests to /xmlrpc.php in last...

roundcube html - Add a custom message ✉️ to every email footer in Roundcube

Add a custom message ✉️ to every email footer in Roundcube

Here is how to add a custom message to every outgoing email in Roundcube: Edit the config/default.php file: nano /usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.php and add the following to it: $config['generic_message_footer'] =...

what is cpanel - Bulk delete ✉️ email forwarders in cPanel

Bulk delete ✉️ email forwarders in cPanel

Email forwarders in cPanel are stored in file /etc/valiases/domain *Where domain is the domain name under which email forwarders are created. To bulk delete email forwarders in cPanel you can edit this file with your favorite text...

what is cpanel - Bulk change cPanel mailbox quota for all email ✉️ accounts

Bulk change cPanel mailbox quota for all email ✉️ accounts

in cPanel mailbox quota for all email accounts under a single domain name is stored in a file named quota. To bulk change mailbox quota for all email accounts under one domain you can modify the quota file located in the following path:...