Simple JavaScript Redirect

Simple JavaScript Redirect

Placing the following JavaScript code in a web page will cause it to automatically redirect to the address provided in the code. JavaScript Redirect JavaScript <script type='text/javascript'> window.location = 'https://kodej.com' </script> 1234567...
Get Visitor IP Address Using PHP

Get Visitor IP Address Using PHP

  Do you want to know the IP address of your website visitors? The following PHP code sample below will show you the IP address of a web page visitor. You may use something as simple as this to start to track your visitors and site members. function...
Ultimate Member WordPress Plugin

Ultimate Member WordPress Plugin

Ultimate Member is a powerful membership plugin for WordPress, which allows quick development of a membership website with membership only sections and restricted content. The core plugin is available for free, while several premium extension plugins are offered for...

WordPress on CentOS on AWS EC2

Earlier this week, I worked on a web application development project that required me to install WordPress on Amazon AWS EC2. The client requirements specified using CentOS. So I needed to create a new EC2 instance, install Apache, PHP, and MariaDB before installing...