SQL injection is a code injection technique, used to attack data-driven applications, in which malicious SQL statements are inserted into an entry field for execution (e.g. to dump the database contents to the attacker).SQL injection allows an attacker to create, read, update, alter or delete data stored in the back-end database. In its most common…
Tag: Hosting Tips
Umbraco Hosting Tips: How to Use Courier to Deploy MultiType Data?
Umbraco Hosting Tips: How to Use Courier to Deploy MultiType Data? When using Umbraco and doing production deployments with the courier package I suddenly met an issue. We’ve got had the process working fine with built in components but recently I deployed a new property that used the MultiType DataType which permits for arrays of…
CheapHostingWindows.com Tips – How to hide Admin Login Page in OpenCart?
In this tutorial, let me show you how to hide admin login page in OpenCart. basically this can be doable in two steps: 1. Now Rename the present folder admin to no matter you want 2. Edit ../admin/config.php and replace all values admin with the previous renamed folder name Now you’ll be able to access…