SA-MP Forums Archive
[GameMode] [MySQL/SQLite] Advance Login & Register System (base script) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] [MySQL/SQLite] Advance Login & Register System (base script) (/showthread.php?tid=625195)

Pages: 1 2 3 4 5


Re: [MySQL/SQLite] Advance Login & Register System (base script) - N0FeaR - 12.09.2017

Great job man i like this +rep.


Re: [MySQL/SQLite] Advance Login & Register System (base script) - henkas - 03.10.2017

Same problem with login... can't online always says it's wrong password


Re: [MySQL/SQLite] Advance Login & Register System (base script) - Gammix - 03.10.2017

I'll see what can be done with MySQL version. Thanks for reporting.


Re: [MySQL/SQLite] Advance Login & Register System (base script) - RABBIT666 - 09.10.2017

Gammix, kickban.inc download link is off here... Can you uptade it?


Re: [MySQL/SQLite] Advance Login & Register System (base script) - Mr.Vince™ - 09.10.2017

This is Amazing For Beginners


Re: [MySQL/SQLite] Advance Login & Register System (base script) - Gammix - 09.10.2017

Quote:
Originally Posted by RABBIT666
Посмотреть сообщение
Gammix, kickban.inc download link is off here... Can you uptade it?
Its there now


Re: [MySQL/SQLite] Advance Login & Register System (base script) - Ritzy2K - 12.11.2017

Is this only a register and login system or this gamemode utilizes gAdmin completely?


Re: [MySQL/SQLite] Advance Login & Register System (base script) - ItzColaBoi - 30.01.2018

Nice job,i'll look into this and might use it.


Re: [MySQL/SQLite] Advance Login & Register System (base script) - enzulikeS - 30.01.2018

https://pastebin.com/hjZGJwPe

can't compile


Re: [MySQL/SQLite] Advance Login & Register System (base script) - Sew_Sumi - 30.01.2018

Quote:
Originally Posted by enzulikeS
Посмотреть сообщение
Means you haven't included the required includes. Re-read the initial thread, and if you have, show your include lines in your gamemode as it could be the order that you've added them in.


Re: [MySQL/SQLite] Advance Login & Register System (base script) - Lovejoy - 30.01.2018

When I set the security response with less than 3 letters, it advances to the next step and nothing happens


Re: [MySQL/SQLite] Advance Login & Register System (base script) - MarioKamani - 07.04.2018

kickban.inc link update please?


Re: [MySQL/SQLite] Advance Login & Register System (base script) - RogueDrifter - 07.04.2018

I was actually searching for something similar to this, thanks gj


Re: [MySQL/SQLite] Advance Login & Register System (base script) - Infin1ty - 27.04.2018

kickbanfix.inc is still down.


Re: [MySQL/SQLite] Advance Login & Register System (base script) - FuNkYTheGreat - 27.04.2018

https://pastebin.com/AhGN8gEN
Here's a mirror link for kickbanfix.inc, For all those who still needs this.


Re: [MySQL/SQLite] Advance Login & Register System (base script) - Uberanwar - 30.05.2018

What is the function of this code below?

Quote:

for (new i, j = strlen(inputtext); i < j; i++)
{
inputtext[i] = tolower(inputtext[i]);
}




Re: [MySQL/SQLite] Advance Login & Register System (base script) - Gammix - 30.05.2018

Quote:
Originally Posted by Uberanwar
Посмотреть сообщение
What is the function of this code below?
It converts all characters to lowercase, its used for security answer, because its not case sensitive.


Re: [MySQL/SQLite] Advance Login & Register System (base script) - BrainDamaged - 20.06.2018

Hello Sir,
I downloaded the sqlite / mysql version but "Account Registeration [Step 2/3]" server does not respond when I give a single character answer and dialog screen closes and remains.How can I solve this problem Sir ?


Re: [MySQL/SQLite] Advance Login & Register System (base script) - Weinz - 20.06.2018

Very useful for beginners like me, thanks alot!


Re: [MySQL/SQLite] Advance Login & Register System (base script) - BrainDamaged - 27.06.2018

Quote:
Originally Posted by BrainDamaged
Посмотреть сообщение
Hello Sir,
I downloaded the sqlite / mysql version but "Account Registeration [Step 2/3]" server does not respond when I give a single character answer and dialog screen closes and remains.How can I solve this problem Sir ?
bump