hlmod.hu

Magyar Half-Life Mód közösség!
Pontos idő: 2024.03.29. 13:07



Jelenlévő felhasználók

Jelenleg 345 felhasználó van jelen :: 0 regisztrált, 0 rejtett és 345 vendég

A legtöbb felhasználó (1565 fő) 2020.11.21. 11:26-kor tartózkodott itt.

Regisztrált felhasználók: nincs regisztrált felhasználó az elmúlt 5 percben aktív felhasználók alapján

Utoljára aktív
Ahhoz hogy lásd ki volt utoljára aktív, be kell jelentkezned.



Az oldal teljeskörű
használatához regisztrálj.

Regisztráció

Kereső


Új téma nyitása  Hozzászólás a témához  [ 9 hozzászólás ] 
Szerző Üzenet
 Hozzászólás témája: [SM] MD5 hash funkció
HozzászólásElküldve: 2018.11.04. 15:50 
Offline
Fanatikus

Csatlakozott: 2017.02.14. 23:05
Hozzászólások: 193
Megköszönt másnak: 6 alkalommal
Megköszönték neki: 18 alkalommal
Sziasztok!

[SM]-hez kellene nekem md5 HASH funkció, vagy bármilyen másik is jó, a lényeg, hogy működőképes legyen!

Ezt már én is megtaláltam: https://pastebin.com/vGn1cBwb
Sajnos az nem működik, teli van hibával, legalábbis fordító 26 errort ír rá (asztali compiler).
Webessel is próbáltam, de az is hibát ír rá:


SourcePawn Compiler 1.7.1
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2014 AlliedModders LLC

/groups/sourcemod/compiler-1.7/include/core.inc(296) : warning 209: function "__ext_core_SetNTVOptional" should return a value
/groups/sourcemod/upload_tmp/text6RyPP7.sp(1) : error 042: invalid combination of class specifiers
/groups/sourcemod/upload_tmp/text6RyPP7.sp(1) : error 001: expected token: "}", but found ";"
/groups/sourcemod/upload_tmp/text6RyPP7.sp(2) : error 021: symbol already defined: "NULL_VECTOR"
/groups/sourcemod/upload_tmp/text6RyPP7.sp(3) : error 021: symbol already defined: "NULL_STRING"
/groups/sourcemod/upload_tmp/text6RyPP7.sp(4) : error 042: invalid combination of class specifiers
/groups/sourcemod/upload_tmp/text6RyPP7.sp(4) : error 001: expected token: "}", but found ";"
/groups/sourcemod/upload_tmp/text6RyPP7.sp(5) : error 021: symbol already defined: "MaxClients"
/groups/sourcemod/upload_tmp/text6RyPP7.sp(6) : error 001: expected token: "{", but found "-integer value-"
/groups/sourcemod/upload_tmp/text6RyPP7.sp(6) : error 001: expected token: "}", but found ";"
/groups/sourcemod/upload_tmp/text6RyPP7.sp(7) : error 001: expected token: "{", but found "-integer value-"
/groups/sourcemod/upload_tmp/text6RyPP7.sp(7) : error 001: expected token: "}", but found ";"
/groups/sourcemod/upload_tmp/text6RyPP7.sp(19) : error 021: symbol already defined: "__ext_core_SetNTVOptional"
/groups/sourcemod/upload_tmp/text6RyPP7.sp(29) : error 181: function argument named 'str1' differs from prototype
/groups/sourcemod/upload_tmp/text6RyPP7.sp(29) : error 021: symbol already defined: "StrEqual"
/groups/sourcemod/upload_tmp/text6RyPP7.sp(37) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/text6RyPP7.sp(37) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/text6RyPP7.sp(38) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/text6RyPP7.sp(38) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/text6RyPP7.sp(41) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/text6RyPP7.sp(34) : error 180: function return type differs from prototype. expected 'void', but got 'int'
/groups/sourcemod/upload_tmp/text6RyPP7.sp(52) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId

/groups/sourcemod/upload_tmp/text6RyPP7.sp(70) : error 035: argument type mismatch (argument 5)
/groups/sourcemod/upload_tmp/text6RyPP7.sp(72) : error 035: argument type mismatch (argument 5)
/groups/sourcemod/upload_tmp/text6RyPP7.sp(76) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
/groups/sourcemod/upload_tmp/text6RyPP7.sp(56) : warning 203: symbol is never used: "var1"
/groups/sourcemod/upload_tmp/text6RyPP7.sp(118) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
/groups/sourcemod/upload_tmp/text6RyPP7.sp(119) : warning 213: tag mismatch
/groups/sourcemod/upload_tmp/text6RyPP7.sp(116) : error 180: function return type differs from prototype. expected 'void', but got 'int'
/groups/sourcemod/upload_tmp/text6RyPP7.sp(124) : error 001: expected token: ",", but found "["
/groups/sourcemod/upload_tmp/text6RyPP7.sp(124) : error 029: invalid expression, assumed zero
/groups/sourcemod/upload_tmp/text6RyPP7.sp(124) : warning 215: expression has no effect
/groups/sourcemod/upload_tmp/text6RyPP7.sp(124) : error 001: expected token: ";", but found "]"
/groups/sourcemod/upload_tmp/text6RyPP7.sp(124) : fatal error 189: too many error messages on one line

Compilation aborted.
22 Errors.


Hozzászólás jelentése
Vissza a tetejére
   
 Hozzászólás témája: Re: [SM] MD5 hash funkció
HozzászólásElküldve: 2018.11.04. 18:20 
Offline
Tud valamit
Avatar

Csatlakozott: 2018.11.02. 12:23
Hozzászólások: 148
Megköszönt másnak: 2 alkalommal
Megköszönték neki: 19 alkalommal
Ezt használd, nekem ez bevált:
Kód:
stock MD5String(const String:str[], String:output[], maxlen)
{
    decl x[2];
    decl buf[4];
    decl input[64];
    new i, ii;
   
    new len = strlen(str);
   
    // MD5Init
    x[0] = x[1] = 0;
    buf[0] = 0x67452301;
    buf[1] = 0xefcdab89;
    buf[2] = 0x98badcfe;
    buf[3] = 0x10325476;
   
    // MD5Update
    new in[16];

    in[14] = x[0];
    in[15] = x[1];
   
    new mdi = (x[0] >>> 3) & 0x3F;
   
    if ((x[0] + (len << 3)) < x[0])
    {
        x[1] += 1;
    }
   
    x[0] += len << 3;
    x[1] += len >>> 29;
   
    new c = 0;
    while (len--)
    {
        input[mdi] = str[c];
        mdi += 1;
        c += 1;
       
        if (mdi == 0x40)
        {
            for (i = 0, ii = 0; i < 16; ++i, ii += 4)
            {
                in[i] = (input[ii + 3] << 24) | (input[ii + 2] << 16) | (input[ii + 1] << 8) | input[ii];
            }
            // Transform
            MD5Transform(buf, in);
           
            mdi = 0;
        }
    }
   
    // MD5Final
    new padding[64] = {
        0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
    };
    new inx[16];
    inx[14] = x[0];
    inx[15] = x[1];
   
    mdi = (x[0] >>> 3) & 0x3F;
   
    len = (mdi < 56) ? (56 - mdi) : (120 - mdi);
    in[14] = x[0];
    in[15] = x[1];
   
    mdi = (x[0] >>> 3) & 0x3F;
   
    if ((x[0] + (len << 3)) < x[0])
    {
        x[1] += 1;
    }
   
    x[0] += len << 3;
    x[1] += len >>> 29;
   
    c = 0;
    while (len--)
    {
        input[mdi] = padding[c];
        mdi += 1;
        c += 1;
       
        if (mdi == 0x40)
        {
            for (i = 0, ii = 0; i < 16; ++i, ii += 4)
            {
                in[i] = (input[ii + 3] << 24) | (input[ii + 2] << 16) | (input[ii + 1] << 8) | input[ii];
            }
            // Transform
            MD5Transform(buf, in);
           
            mdi = 0;
        }
    }
   
    for (i = 0, ii = 0; i < 14; ++i, ii += 4)
    {
        inx[i] = (input[ii + 3] << 24) | (input[ii + 2] << 16) | (input[ii + 1] << 8) | input[ii];
    }
    MD5Transform(buf, inx);
   
    new digest[16];
    for (i = 0, ii = 0; i < 4; ++i, ii += 4)
    {
        digest[ii] = (buf[i]) & 0xFF;
        digest[ii + 1] = (buf[i] >>> 8) & 0xFF;
        digest[ii + 2] = (buf[i] >>> 16) & 0xFF;
        digest[ii + 3] = (buf[i] >>> 24) & 0xFF;
    }
   
    FormatEx(output, maxlen, "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
        digest[0], digest[1], digest[2], digest[3], digest[4], digest[5], digest[6], digest[7],
        digest[8], digest[9], digest[10], digest[11], digest[12], digest[13], digest[14], digest[15]);
}

stock MD5Transform_FF(&a, &b, &c, &d, x, s, ac)
{
    a += (((b) & (c)) | ((~b) & (d))) + x + ac;
    a = (((a) << (s)) | ((a) >>> (32-(s))));
    a += b;
}

stock MD5Transform_GG(&a, &b, &c, &d, x, s, ac)
{
    a += (((b) & (d)) | ((c) & (~d))) + x + ac;
    a = (((a) << (s)) | ((a) >>> (32-(s))));
    a += b;
}

stock MD5Transform_HH(&a, &b, &c, &d, x, s, ac)
{
    a += ((b) ^ (c) ^ (d)) + x + ac;
    a = (((a) << (s)) | ((a) >>> (32-(s))));
    a += b;
}

stock MD5Transform_II(&a, &b, &c, &d, x, s, ac)
{
    a += ((c) ^ ((b) | (~d))) + x + ac;
    a = (((a) << (s)) | ((a) >>> (32-(s))));
    a += b;
}

stock MD5Transform(buf[], in[])
{
    new a = buf[0];
    new b = buf[1];
    new c = buf[2];
    new d = buf[3];
   
    MD5Transform_FF(a, b, c, d, in[0], 7, 0xd76aa478);
    MD5Transform_FF(d, a, b, c, in[1], 12, 0xe8c7b756);
    MD5Transform_FF(c, d, a, b, in[2], 17, 0x242070db);
    MD5Transform_FF(b, c, d, a, in[3], 22, 0xc1bdceee);
    MD5Transform_FF(a, b, c, d, in[4], 7, 0xf57c0faf);
    MD5Transform_FF(d, a, b, c, in[5], 12, 0x4787c62a);
    MD5Transform_FF(c, d, a, b, in[6], 17, 0xa8304613);
    MD5Transform_FF(b, c, d, a, in[7], 22, 0xfd469501);
    MD5Transform_FF(a, b, c, d, in[8], 7, 0x698098d8);
    MD5Transform_FF(d, a, b, c, in[9], 12, 0x8b44f7af);
    MD5Transform_FF(c, d, a, b, in[10], 17, 0xffff5bb1);
    MD5Transform_FF(b, c, d, a, in[11], 22, 0x895cd7be);
    MD5Transform_FF(a, b, c, d, in[12], 7, 0x6b901122);
    MD5Transform_FF(d, a, b, c, in[13], 12, 0xfd987193);
    MD5Transform_FF(c, d, a, b, in[14], 17, 0xa679438e);
    MD5Transform_FF(b, c, d, a, in[15], 22, 0x49b40821);
   
    MD5Transform_GG(a, b, c, d, in[1], 5, 0xf61e2562);
    MD5Transform_GG(d, a, b, c, in[6], 9, 0xc040b340);
    MD5Transform_GG(c, d, a, b, in[11], 14, 0x265e5a51);
    MD5Transform_GG(b, c, d, a, in[0], 20, 0xe9b6c7aa);
    MD5Transform_GG(a, b, c, d, in[5], 5, 0xd62f105d);
    MD5Transform_GG(d, a, b, c, in[10], 9, 0x02441453);
    MD5Transform_GG(c, d, a, b, in[15], 14, 0xd8a1e681);
    MD5Transform_GG(b, c, d, a, in[4], 20, 0xe7d3fbc8);
    MD5Transform_GG(a, b, c, d, in[9], 5, 0x21e1cde6);
    MD5Transform_GG(d, a, b, c, in[14], 9, 0xc33707d6);
    MD5Transform_GG(c, d, a, b, in[3], 14, 0xf4d50d87);
    MD5Transform_GG(b, c, d, a, in[8], 20, 0x455a14ed);
    MD5Transform_GG(a, b, c, d, in[13], 5, 0xa9e3e905);
    MD5Transform_GG(d, a, b, c, in[2], 9, 0xfcefa3f8);
    MD5Transform_GG(c, d, a, b, in[7], 14, 0x676f02d9);
    MD5Transform_GG(b, c, d, a, in[12], 20, 0x8d2a4c8a);
   
    MD5Transform_HH(a, b, c, d, in[5], 4, 0xfffa3942);
    MD5Transform_HH(d, a, b, c, in[8], 11, 0x8771f681);
    MD5Transform_HH(c, d, a, b, in[11], 16, 0x6d9d6122);
    MD5Transform_HH(b, c, d, a, in[14], 23, 0xfde5380c);
    MD5Transform_HH(a, b, c, d, in[1], 4, 0xa4beea44);
    MD5Transform_HH(d, a, b, c, in[4], 11, 0x4bdecfa9);
    MD5Transform_HH(c, d, a, b, in[7], 16, 0xf6bb4b60);
    MD5Transform_HH(b, c, d, a, in[10], 23, 0xbebfbc70);
    MD5Transform_HH(a, b, c, d, in[13], 4, 0x289b7ec6);
    MD5Transform_HH(d, a, b, c, in[0], 11, 0xeaa127fa);
    MD5Transform_HH(c, d, a, b, in[3], 16, 0xd4ef3085);
    MD5Transform_HH(b, c, d, a, in[6], 23, 0x04881d05);
    MD5Transform_HH(a, b, c, d, in[9], 4, 0xd9d4d039);
    MD5Transform_HH(d, a, b, c, in[12], 11, 0xe6db99e5);
    MD5Transform_HH(c, d, a, b, in[15], 16, 0x1fa27cf8);
    MD5Transform_HH(b, c, d, a, in[2], 23, 0xc4ac5665);

    MD5Transform_II(a, b, c, d, in[0], 6, 0xf4292244);
    MD5Transform_II(d, a, b, c, in[7], 10, 0x432aff97);
    MD5Transform_II(c, d, a, b, in[14], 15, 0xab9423a7);
    MD5Transform_II(b, c, d, a, in[5], 21, 0xfc93a039);
    MD5Transform_II(a, b, c, d, in[12], 6, 0x655b59c3);
    MD5Transform_II(d, a, b, c, in[3], 10, 0x8f0ccc92);
    MD5Transform_II(c, d, a, b, in[10], 15, 0xffeff47d);
    MD5Transform_II(b, c, d, a, in[1], 21, 0x85845dd1);
    MD5Transform_II(a, b, c, d, in[8], 6, 0x6fa87e4f);
    MD5Transform_II(d, a, b, c, in[15], 10, 0xfe2ce6e0);
    MD5Transform_II(c, d, a, b, in[6], 15, 0xa3014314);
    MD5Transform_II(b, c, d, a, in[13], 21, 0x4e0811a1);
    MD5Transform_II(a, b, c, d, in[4], 6, 0xf7537e82);
    MD5Transform_II(d, a, b, c, in[11], 10, 0xbd3af235);
    MD5Transform_II(c, d, a, b, in[2], 15, 0x2ad7d2bb);
    MD5Transform_II(b, c, d, a, in[9], 21, 0xeb86d391);
   
    buf[0] += a;
    buf[1] += b;
    buf[2] += c;
    buf[3] += d;
}

_________________
****


Hozzászólás jelentése
Vissza a tetejére
   
 Hozzászólás témája: Re: [SM] MD5 hash funkció
HozzászólásElküldve: 2018.11.04. 19:10 
Offline
Fanatikus

Csatlakozott: 2017.02.14. 23:05
Hozzászólások: 193
Megköszönt másnak: 6 alkalommal
Megköszönték neki: 18 alkalommal
Szia, sajna nem jó, 26 hibát ír:

/groups/sourcemod/upload_tmp/textr26uft.sp(130) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(132) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(133) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(156) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(159) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(183) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(184) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(207) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(210) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(264) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(271) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(272) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(273) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(274) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(275) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(276) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(277) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(278) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(279) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(280) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(281) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(282) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(283) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(284) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(285) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier
/groups/sourcemod/upload_tmp/textr26uft.sp(286) : error 173: 'in' is a newly reserved keyword that may be used in the future; use a different name as an identifier


az IN-re... nem tudom mit lehetne vele tenni :/


Hozzászólás jelentése
Vissza a tetejére
   
 Hozzászólás témája: Re: [SM] MD5 hash funkció
HozzászólásElküldve: 2018.11.04. 19:32 
Offline
Tud valamit
Avatar

Csatlakozott: 2018.11.02. 12:23
Hozzászólások: 148
Megköszönt másnak: 2 alkalommal
Megköszönték neki: 19 alkalommal
Ez egy stock.. Magába nem fog működni. SourceModba bele írtad?

_________________
****


Hozzászólás jelentése
Vissza a tetejére
   
 Hozzászólás témája: Re: [SM] MD5 hash funkció
HozzászólásElküldve: 2018.11.04. 19:49 
Offline
Fanatikus

Csatlakozott: 2017.02.14. 23:05
Hozzászólások: 193
Megköszönt másnak: 6 alkalommal
Megköszönték neki: 18 alkalommal
XDDD
bele írtam a pluginomba de nem jó... mert azt a hibát adja le 26x. Amit bemásoltam.
Tudom mi ez. Annyira kezdő nem vagyok...
Vagy ez a behívás nem jó ?: MD5String(sPassword1, safekod, 255);
Mert ha ki kommentelem csak 1x írja azt a hibát amit oda kiraktam...
de elvileg jónak kellene lennie...


Hozzászólás jelentése
Vissza a tetejére
   
 Hozzászólás témája: Re: [SM] MD5 hash funkció
HozzászólásElküldve: 2018.11.04. 20:30 
Offline
Tud valamit
Avatar

Csatlakozott: 2018.11.02. 12:23
Hozzászólások: 148
Megköszönt másnak: 2 alkalommal
Megköszönték neki: 19 alkalommal
terminator100 írta:
XDDD
bele írtam a pluginomba de nem jó... mert azt a hibát adja le 26x. Amit bemásoltam.
Tudom mi ez. Annyira kezdő nem vagyok...
Vagy ez a behívás nem jó ?: MD5String(sPassword1, safekod, 255);
Mert ha ki kommentelem csak 1x írja azt a hibát amit oda kiraktam...
de elvileg jónak kellene lennie...


Ha a pluginba is meg van hívva az sPassword1, akkor jó kell hogy legyen. Ja meg a safekod.

_________________
****


Hozzászólás jelentése
Vissza a tetejére
   
 Hozzászólás témája: Re: [SM] MD5 hash funkció
HozzászólásElküldve: 2018.11.04. 20:32 
Offline
Fanatikus

Csatlakozott: 2017.02.14. 23:05
Hozzászólások: 193
Megköszönt másnak: 6 alkalommal
Megköszönték neki: 18 alkalommal
Meg van, de amit írtam hibát azzal eldobja a fordító a plugint.


Hozzászólás jelentése
Vissza a tetejére
   
 Hozzászólás témája: Re: [SM] MD5 hash funkció
HozzászólásElküldve: 2018.11.05. 20:56 
Offline
Tud valamit
Avatar

Csatlakozott: 2018.11.02. 12:23
Hozzászólások: 148
Megköszönt másnak: 2 alkalommal
Megköszönték neki: 19 alkalommal
terminator100 írta:
Meg van, de amit írtam hibát azzal eldobja a fordító a plugint.


Esetleg ez segít: https://forums.alliedmods.net/showthread.php?t=303868

_________________
****

Ők köszönték meg *tOrNaDo nek ezt a hozzászólást: terminator100 (2018.11.05. 21:48)
  Népszerűség: 2.27%


Hozzászólás jelentése
Vissza a tetejére
   
 Hozzászólás témája: Re: [SM] MD5 hash funkció
HozzászólásElküldve: 2018.11.05. 21:48 
Offline
Fanatikus

Csatlakozott: 2017.02.14. 23:05
Hozzászólások: 193
Megköszönt másnak: 6 alkalommal
Megköszönték neki: 18 alkalommal
Nagyon köszönöm, ezt a témát már asszem láttam, mert el is volt mentve. De nem láttam, hogy ott van 1 csatolt include... :D
Sikerült a jelszós rendszer, működik. köszönöm szépen!


Hozzászólás jelentése
Vissza a tetejére
   
Hozzászólások megjelenítése:  Rendezés  
Új téma nyitása  Hozzászólás a témához  [ 9 hozzászólás ] 


Ki van itt

Jelenlévő fórumozók: nincs regisztrált felhasználó valamint 1 vendég


Nyithatsz új témákat ebben a fórumban.
Válaszolhatsz egy témára ebben a fórumban.
Nem szerkesztheted a hozzászólásaidat ebben a fórumban.
Nem törölheted a hozzászólásaidat ebben a fórumban.
Nem küldhetsz csatolmányokat ebben a fórumban.

Keresés:
Ugrás:  
Powered by phpBB® Forum Software © phpBB Limited
Magyar fordítás © Magyar phpBB Közösség
Portal: Kiss Portal Extension © Michael O'Toole