Author: Lucas

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Automatic login in Windows 10

Use the shortcut key “WINDOWS + R” and type the command “Netplwiz” and press “OK”, as in the image below:     Uncheck the box “User must enter login and password…” and click “OK”:     You will be asked to enter your username and password, then click “OK”:     That’s it! Restart your

Standard

suPHP SoftException – Permission 644 and 755

If you use suPHP you know that all files must have permission 644 and directories 755. To solve this problem, go to the folder where you want to apply the above permissions in bulk, and run the following commands:   find . -type d -print0 | xargs -0 chmod 0755 # Aplica recursivamente a permissão

Standard

BCash module for WHMCS v5.2.x

I would like to make the BCash module for WHMCS v5 with automatic return (automatic payment confirmation) available on our blog.   Features:   – FUNCTIONAL WITH WHMCS 5.2.x – NEW!!! – Form target (new window / current window) – NEW!!! – Automatic return – No problems with a duplicate invoice ID – Skip the

Standard

PHP SQL Injection Example and How to Avoid It

SQL Injection is a technique for injecting malicious SQL code through loopholes in the application. This is a serious flaw that completely compromises the security of the site.   Example of SQL Injection   Let’s suppose that a hacker accesses a page in any store that has this security hole. A survey of this kind

Latest news

Latest news directly from our blog.