Login to ZARP
|
|
DEADMONSTOR wrote:
Ezehzz wrote:
When people think they can code but always end up breaking stuff Simple mistakes he will only use once. No need to be rude tbh. Props to DEAD for actually explaining what the problem was rather than just yelling about how it is wrong <3 |
|
Discord: thexnator Former Community Owner: 2020-2022
The topic has been locked.
|
TheXnator wrote:
DEADMONSTOR wrote:
Ezehzz wrote:
When people think they can code but always end up breaking stuff Simple mistakes he will only use once. No need to be rude tbh. Props to DEAD for actually explaining what the problem was rather than just yelling about how it is wrong <3 Future reference for everyone that wants to get into coding. Clients are all cunts. Expect them to try and break everything you want to make so add every stop that you can ever. So if anyone knows sql you know that sql injection is where you put shit in the database to do shit that you were not meant to do. sql.SQLStr( string string, boolean bNoQuotes=false ) // This will strip all characters that SQL should not be in there in the first place. Example: sql.Query( "UPDATE " .. (lmao) .. " SET Dog = '" .. (asdkj) .. "' WHERE Name = '" .. (asdaiusdk) .. "';") sql.Query( "UPDATE " .. sql.SQLStr(lmao, true) .. " SET Dog = '" .. sql.SQLStr(asdkj, true) .. "' WHERE Name = '" .. sql.SQLStr(asdaiusdk, true) .. "';") Second one will always be better and safer. |
|
...
Last Edit: 7 years 2 months ago by DEADMONSTOR. Reason: oops c+p
The topic has been locked.
The following user(s) said Thank You: TheXnator
|
DEADMONSTOR wrote:
Ezehzz wrote:
When people think they can code but always end up breaking stuff Simple mistakes he will only use once. No need to be rude tbh. has happened before though |
|
Former ranks;
SSRP Super Administrator TF2 Super Admin Teamspeak Staff Discord Administrator Appeals/RA Section Forum Moderator Deathrun Administrator Need to contact me? Click here! Ezeh#4745
The topic has been locked.
|
DEADMONSTOR wrote:
Ezehzz wrote:
When people think they can code but always end up breaking stuff Simple mistakes he will only use once. No need to be rude tbh. These issues where reasons why code was being checked over before being added, xnators code had to be fixed of this same shit many times before... |
|
The topic has been locked.
|
Anon_Gaming wrote:
DEADMONSTOR wrote:
Ezehzz wrote:
When people think they can code but always end up breaking stuff Simple mistakes he will only use once. No need to be rude tbh. These issues where reasons why code was being checked over before being added, xnators code had to be fixed of this same shit many times before... And unlike when other people fixed it, DEADMONSTOR actually properly explained the problem and the fix for it rather than yelling about shit. Anyways, question has been answered multiple times so may as well lock this |
|
Discord: thexnator Former Community Owner: 2020-2022
Last Edit: 7 years 2 months ago by TheXnator.
The topic has been locked.
|
|