[FilterScript] Legit Log-In System
#1

Hi there SA-MP Players/Server Operators who are reading this.

Today, I have something to show you (It's my first work so don't hate on me xD)

Anyways, I have made a truly easy Login/Register system using Y_INI and I would like to share it with all of you!

It is a simple code, and will be put up for download in a few links below, just compile it with YSI installed! (One for Solidfiles, One for Mega, and one for Pastebin)


PasteBin
Solid Files
Mega

Remember to Rep me if you liked my work will be doing some more things in the future
Reply
#2

you copy this
Reply
#3

Quote:
Originally Posted by xganyx
Посмотреть сообщение
you copy this
I used the system, but that system was kind of messed up a bit.
Reply
#4

Nice effort. But:

Will that even compile? Taken from the pastebin link:
pawn Код:
//Includes
#include <YSI\y_ini>
Why haven't you included a_samp?

pawn Код:
stock udb_hash(buf[]) {
    new length=strlen(buf);
    new s1 = 1;
    new s2 = 0;
    new n;
    for (n=0; n<length; n++)
    {
       s1 = (s1 + buf[n]) % 65521;
       s2 = (s2 + s1)     % 65521;
    }
    return (s2 << 16) + s1;
}
I reccomend switching to Whirlpool and learning about "salting" passwords.
Reply
#5

Quote:
Originally Posted by DobbysGamertag
Посмотреть сообщение
Nice effort. But:

Will that even compile? Taken from the pastebin link:
pawn Код:
//Includes
#include <YSI\y_ini>
Why haven't you included a_samp?

pawn Код:
stock udb_hash(buf[]) {
    new length=strlen(buf);
    new s1 = 1;
    new s2 = 0;
    new n;
    for (n=0; n<length; n++)
    {
       s1 = (s1 + buf[n]) % 65521;
       s2 = (s2 + s1)     % 65521;
    }
    return (s2 << 16) + s1;
}
I reccomend switching to Whirlpool and learning about "salting" passwords.
Like I said, my first work, dont have to get so mean.
Reply
#6

I'm not being mean i was just pointing out where you could improve
Reply
#7

Quote:
Originally Posted by DobbysGamertag
Посмотреть сообщение
I'm not being mean i was just pointing out where you could improve
Alright, thanks for the constructive criticism, will do my research on my stuff, like I said, my first work
Reply
#8

Its ok need any help, feel free to post in the help section There was a time i knew nothing about it.
Reply
#9

This is nice anyway but next time do better.
Reply
#10

Quote:
Originally Posted by xganyx
Посмотреть сообщение
This is nice anyway but next time do better.
Thanks, I will be making a new and better one, as it may take me a couple weeks, but I will try to fix everything, just tell me what
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)