ACTIVE: The registry sets this status. The domain can be modified by the registrar. The domain can be renewed. The domain will be included in the zone if the domain has been delegated to at least one name server. REGISTRY-LOCK: The registry sets this status. The domain can not be modified or deleted by the … Read More “Guide to Domain Name Status Codes” »
Author: admin
The efficiency with which Apache/httpd runs can greatly be improved with a few small tweaks in the Apache configuration file. Below are the major parameters that can be tweaked to improve the performance of the server. Timeout : This directive “Timeout” is used to define the amount of time Apache will waitfor a GET, POST, … Read More “Apache Optimization” »
You can disable Nginx on your server through command line Code: /usr/local/psa/admin/sbin/nginxmng -d And rebuild httpd configuration through command line Code: /usr/local/psa/admin/sbin/httpdmng –reconfigure-all
Here is the function for Encrypt and Decrypt (String, text, ids) for URL Using PHP. please set change $secret_key and $secret_iv for your wish to generate secure encryption and decryption keys. function encryptor($action, $string) { $output = false; $encrypt_method = “AES-256-CBC”; //pls set your unique hashing key $secret_key = ‘tst’; $secret_iv = ‘tst123’; // hash … Read More “Encrypt and Decrypt for URL Using PHP” »
Site Up Since Server Platform Programming Language Google.com November 1998 Linux C, Java, C++, PHP & MySQL Facebook.com February 2004 Linux PHP, MySQL and C++ YouTube.com February 2005 Linux C, Java and MySQL Yahoo.com August 1995 Linux C++, C, Java, PHP & MySQL MSN.com (owned by Microsoft) August 1995 Windows ASP.net Live.com (owned by Microsoft) … Read More “Popular Sites run on which Platforms?” »