I hereby claim:
- I am securitygab on github.
- I am kuroish (https://keybase.io/kuroish) on keybase.
- I have a public key ASDxzJauUwPd7rahh5KUL3YI5z4uxPCXXRXZwEBLLRNCowo
To claim this, I am signing this object:
// Securing against Header Injection | |
// CC: SecurityGab/Dengisan.nl | |
foreach($_POST as $key => $value){ | |
$_POST[$key] = _cleaninjections(trim($value)); | |
} |
╭━╮╱╭┳━━━┳━━━┳━━━╮╭╮╱╱╱╱╱╱╱╱╱╭╮╱╱╱╱╱╱╱╱╭╮╭╮ | |
┃┃╰╮┃┃╭━╮┃╭━╮┃╭━╮┃┃┃╱╱╱╱╱╱╱╱╱┃┃╱╱╱╱╱╱╱╱┃┃┃┃ | |
┃╭╮╰╯┃┃╱┃┃╰━━┫┃╱┃┃┃┃╱╭━━╮╭━━╮┃┃╭╮╭━━╮╭━╯┃┃┃ | |
┃┃╰╮┃┃╰━╯┣━━╮┃╰━╯┃┃┃╱┃┃━┫┃╭╮┃┃╰╯╯┃┃━┫┃╭╮┃╰╯ | |
┃┃╱┃┃┃╭━╮┃╰━╯┃╭━╮┃┃╰╮┃┃━┫┃╭╮┃┃╭╮╮┃┃━┫┃╰╯┃╭╮ | |
╰╯╱╰━┻╯╱╰┻━━━┻╯╱╰╯╰━╯╰━━╯╰╯╰╯╰╯╰╯╰━━╯╰━━╯╰╯ | |
$~> [email protected]:toj122163 | |
$~> [email protected]:mark05 | |
$~> [email protected]:pma65srj |
using System; | |
using System.Text; | |
using sNasa.text; | |
using nasaspacesec; | |
using System.Security.Cryptography; | |
namespace PasswordSecurity | |
{ | |
class InvalidHashException : Exception | |
{ |
######################################### | |
# Created by @kuroi_dotsh - KuroiSH # | |
# Website: https://dengisan.nl/ # | |
# E-mail: [email protected] # | |
######################################### | |
; | |
; The executable is stored in the final section, so that it does not need | |
; relocations (as we can simply load it over our own headers and pad with | |
; virtualsize to keep our module running). |
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
Version: Keybase Go 5.2.1 (windows) | |
Comment: https://keybase.io/download | |
xsFNBF5WfzwBEADelo5BqtfbDpTi6+C63InfkLRX8rt/R7sfGYR1+2i3aX9vP8TG | |
J7eiavooactS7bxl7fbZsJNTtM8GTillpELoXG9BdeEaCqxICHifNe3DC5OJNNFU | |
AmBuIOrwE4kITUfe1Q961xNyNoRgG6p5B1Cczkn//58dAnsH10+X4rjmp5pMdW+I | |
RMFX5PdeVtEoKEylSWrsPJ5oMJOJfeXZNI47d7Ki+IwhGtg9GMgH8TBr/g+be3sw | |
hKfiGKUwCX+qlMuUosA23sFoj9P/Q8cXOcqatbJE9U5TzxHkHbJEI6SHyD/C0Fvm | |
fC5ntISs7w4dwHdb3BCLiXOdDy+IVT9/VGJyxpSrMcPTpaDsBlSwzjSGqudPm4xP |
Ik wilde een eenvoudige tutorial maken die jij kan begrijpen... | |
Hoe je de verschillende soorten aangepaste voertuigen aan je server kan toevoegen. | |
Dit is vooral bedoeld voor mensen zoals jijq Calvin, die zich willen verdiepen in de ontwikkeling van FiveM, | |
maar er nog nooit mee hebben gewerkt. | |
Er zullen 2 delen aan deze tutorial worden toegevoegd Calvin. Zoals ik al zei, | |
dit is heel eenvoudig en iedereen kan het doen, dus snap je iets niet dan doe je ook iets niet goed simpel is dat! | |
Ik raad aan om mijn voorbeeld te gebruiken, zodat jij niet zelf alle bestanden hoeft te maken: | |
Hier een template link: - https://forum.cfx.re/uploads/default/original/3X/1/3/135a190a363651d5c5c3b6c92bbff7bb89b8ee86.rar |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Hey Tyler, basically to explain u how to refresh a scoreboard is todo this: | |
To update every second, you need create a new Runnable. Or you can update the scoreboard per line. | |
Explain code: | |
Update every second: | |
new BukkitRunnable() { | |
@Override | |
public void run() { |