Md5 error
#1

Hello everyone!
I'm trying to open a server and i got an error when trying to compile it.
I need to use MD5 and the pawno can not read from it, as the error said.

Error : fatal error 100: cannot read from file: "md5"

I do have the file, i do have it included.. I can not find the problem.
Reply
#2

#include <md5> at starting gamemode.pwn ?
Reply
#3

Try this, https://github.com/GRGServer/SAMP/bl...cludes/MD5.inc

Not sure if its the right include but its worth a shot.
Reply
#4

Quote:
Originally Posted by Morpheine
Посмотреть сообщение
#include <md5> at starting gamemode.pwn ?
It is done. Either the error would not be this way.
Reply
#5

Where do you have the include located?, It may be in the wrong folder. Or you may be compiling into the wrong folder.
Reply
#6

Alright, I might be wrong, but in 99% of the cases people want to use MD5 for passwords. DON'T DO THAT. Period. It's, besides plain-text, one of the most insecure ways to save passwords. Why? It's fast and rainbow tables are widely available.

If you are the other 1%, then forget what I wrote and keep coding, but I had to say this.
Reply
#7

^ still better than "udb_hash" that I still see being used to this day.
Reply
#8

Quote:
Originally Posted by Chilli9434
Посмотреть сообщение
Where do you have the include located?, It may be in the wrong folder. Or you may be compiling into the wrong folder.
Into the Includes folder
Reply
#9

Quote:
Originally Posted by xPhantom
Посмотреть сообщение
Try this, https://github.com/GRGServer/SAMP/bl...cludes/MD5.inc

Not sure if its the right include but its worth a shot.
Is the same i have
Reply
#10

Do not use MD5. It has been known to be unsafe. Either use udb_hash or better: whirlpool.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)