linux - 👨‍💻 Change the default SSH port in 🐧 Linux Server

👨‍💻 Change the default SSH port in 🐧 Linux Server

By default on Linux servers SSH runs on 22 port. We can change the default SSH port for Linux server as an added security measure. NOTE: Before changing the SSH port makes sure the new SSH port does not conflict with any known, used or blocked...

forgot pass 540x304 - Develop a simple login system with PHP and MySQL

Develop a simple login system with PHP and MySQL

Most interactive websites nowadays would require a user to log in into the website’s system in order to provide a customized experience for the user. Once the user has logged in, the website will be able to provide a presentation that is...

whoami 540x263 - 4 commands to identify a logged user account in Linux

4 commands to identify a logged user account in Linux

Into this tutorial we will learn how to identify a user account or who is logged into system with commands like who or who am i. If multiple users use a single system, then everyone may have their own user account. At this time, it will be helpful...

Cracking Virtualizor

Virtualizor has a license verification function inside: /usr/local/virtualizor/main/functions.php content is encrypted, but in older versions, it wasn’t, so to bypass license verification you can simply replace the current file content with...

wp 540x304 - WordPress Security from a 👨‍💻 Hackers perspective

WordPress Security from a 👨‍💻 Hackers perspective

A few months ago I was approached by blank from blank on Fiverr regarding “WordPress Development” job, but actually, it had nothing to do with Development, but rather just building PBN’s. For those of you that don’t know...

ip 540x304 - 📍 Display User's IP Address 🌍 in WordPress

📍 Display User’s IP Address 🌍 in WordPress

Add the following code to your active theme’s functions.php file and then add this shortcode [show_ip] anywhere on your website where you want the IP to display. /** * IP shortcode*/ function get_the_user_ip() { if ( ! empty(...

git 540x304 - SVN vs Git commands

SVN vs Git commands

Back in 2017 when I built my very first WordPress plugin I had trouble uploading it to WordPress.org because I’ve never used SVN before. As a Git guy I’ve never worked with SVN before and at the time I was searching all over the web for...