I made here simple script that renames uploaded file to current time & places file into directory named by current date. There also may be a problem because of the keylogger, but I shoul... weiterlesen...
[php] <?php error_reporting(0); if (isset($argv[2])) { $domain = $argv[1]; $pfad = $argv[2]; $benlist = array("admin","administrator","Admin","Administr... weiterlesen...
static inline unsigned char _uchar(char ch) { return ch; } unsigned char *base64_encode(const unsigned char *src, size_t len, size_t *out_len) { /* list of valid base 64 chars */ static cons... weiterlesen...
Kommentare