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) - Wolfe - 09.02.2017

Quote:
Originally Posted by Gammix
View Post
I am not aware of this issue but i once found that there is a bug in salting due to which you could bypass password by typing few first letters. I will update the password and salt system soon.


Done!
I created pull request to fix the issue the guy was talking about. It's a big problem considering that all values in players accounts will be turned to 0 (besides cached values when the player connected).

E: I only fixed the MySQL version, not the SQL lite version. It's the same fix for both, I'm sure you could fix it.


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

What version MySQL does this script require?


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

Quote:
Originally Posted by Wolfe
View Post
I created pull request to fix the issue the guy was talking about. It's a big problem considering that all values in players accounts will be turned to 0 (besides cached values when the player connected).

E: I only fixed the MySQL version, not the SQL lite version. It's the same fix for both, I'm sure you could fix it.
I'll merge it later, thanks.

Quote:
Originally Posted by Immortal99
View Post
What version MySQL does this script require?
Latest.


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

Kickban.inc not found on github


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

Quote:
Originally Posted by Shadowsea
View Post
Kickban.inc not found on github
Try again, fixed.


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

Many errors...

Code:
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(135) : error 017: undefined symbol "mysql_init_options"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(135) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(136) : error 017: undefined symbol "mysql_set_option"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(138) : error 017: undefined symbol "ALL"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(140) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(140) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(161) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(166) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(168) : error 017: undefined symbol "EnableVehicleFriendlyFire"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(176) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(186) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(187) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(200) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(202) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(212) : error 017: undefined symbol "CAMERA_MOVE"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(219) : error 017: undefined symbol "CAMERA_MOVE"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(267) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(275) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(276) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(277) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(279) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(280) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(281) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(282) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(283) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(284) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(285) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(286) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(287) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(288) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(289) : error 017: undefined symbol "cache_unset_active"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(292) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(293) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(297) : error 017: undefined symbol "cache_get_value_index_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(310) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(311) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(316) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(332) : error 017: undefined symbol "SHA256_PassHash"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(332) : warning 202: number of arguments does not match definition
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(340) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(341) : warning 213: tag mismatch
C:\Users\---\---\---filterscripts\Login.pwn(359) : warning 213: tag mismatch
C:\Users\---\---\---\filterscripts\Login.pwn(360) : warning 213: tag mismatch
C:\Users\---\---\---\filterscripts\Login.pwn(380) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\---\---\---\filterscripts\Login.pwn(418) : error 017: undefined symbol "SHA256_PassHash"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.



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

Quote:
Originally Posted by RedRex
View Post
Many errors...

Code:
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(135) : error 017: undefined symbol "mysql_init_options"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(135) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(136) : error 017: undefined symbol "mysql_set_option"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(138) : error 017: undefined symbol "ALL"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(140) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(140) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(161) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(166) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(168) : error 017: undefined symbol "EnableVehicleFriendlyFire"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(176) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(186) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(187) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(200) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(202) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(212) : error 017: undefined symbol "CAMERA_MOVE"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(219) : error 017: undefined symbol "CAMERA_MOVE"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(267) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(275) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(276) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(277) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(279) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(280) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(281) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(282) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(283) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(284) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(285) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(286) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(287) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(288) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(289) : error 017: undefined symbol "cache_unset_active"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(292) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(293) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(297) : error 017: undefined symbol "cache_get_value_index_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(310) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(311) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(316) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(332) : error 017: undefined symbol "SHA256_PassHash"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(332) : warning 202: number of arguments does not match definition
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(340) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(341) : warning 213: tag mismatch
C:\Users\---\---\---filterscripts\Login.pwn(359) : warning 213: tag mismatch
C:\Users\---\---\---\filterscripts\Login.pwn(360) : warning 213: tag mismatch
C:\Users\---\---\---\filterscripts\Login.pwn(380) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\---\---\---\filterscripts\Login.pwn(418) : error 017: undefined symbol "SHA256_PassHash"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Update required plugins/includes to the latest version


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

Awesome work buddy


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

I think that I have a problem with MySQL, every login/register system I try, it creates the tables but it doesn't write/update them. I'm using wampserver and don't know why this is happening, that's the fourth system I try and isn't writing, it's my problem but I don't know how to solve it...


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

Quote:
Originally Posted by RedRex
View Post
Many errors...

Code:
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(135) : error 017: undefined symbol "mysql_init_options"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(135) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(136) : error 017: undefined symbol "mysql_set_option"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(138) : error 017: undefined symbol "ALL"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(140) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(140) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(161) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(166) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(168) : error 017: undefined symbol "EnableVehicleFriendlyFire"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(176) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(186) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(187) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(200) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(202) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(212) : error 017: undefined symbol "CAMERA_MOVE"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(219) : error 017: undefined symbol "CAMERA_MOVE"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(267) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(275) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(276) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(277) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(279) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(280) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(281) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(282) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(283) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(284) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(285) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(286) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(287) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(288) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(289) : error 017: undefined symbol "cache_unset_active"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(292) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(293) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(297) : error 017: undefined symbol "cache_get_value_index_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(310) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(311) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(316) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(332) : error 017: undefined symbol "SHA256_PassHash"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(332) : warning 202: number of arguments does not match definition
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(340) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(341) : warning 213: tag mismatch
C:\Users\---\---\---filterscripts\Login.pwn(359) : warning 213: tag mismatch
C:\Users\---\---\---\filterscripts\Login.pwn(360) : warning 213: tag mismatch
C:\Users\---\---\---\filterscripts\Login.pwn(380) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\---\---\---\filterscripts\Login.pwn(418) : error 017: undefined symbol "SHA256_PassHash"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Post your code.

Quote:
Originally Posted by Antenastyle
View Post
I think that I have a problem with MySQL, every login/register system I try, it creates the tables but it doesn't write/update them. I'm using wampserver and don't know why this is happening, that's the fourth system I try and isn't writing, it's my problem but I don't know how to solve it...
You have add mysql_log(ERROR); on Gamemodeinit? I have had the same problem, but I have solved in this way, reading the logs.


Re: [MySQL/SQLite] Advance Login & Register System (base script) - StefaNO [ITA] - 11.06.2017

Quote:
Originally Posted by RedRex
View Post
Many errors...

Code:
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(135) : error 017: undefined symbol "mysql_init_options"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(135) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(136) : error 017: undefined symbol "mysql_set_option"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(138) : error 017: undefined symbol "ALL"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(140) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(140) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(161) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(166) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(168) : error 017: undefined symbol "EnableVehicleFriendlyFire"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(176) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(186) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(187) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(200) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(202) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(212) : error 017: undefined symbol "CAMERA_MOVE"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(219) : error 017: undefined symbol "CAMERA_MOVE"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(267) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(275) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(276) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(277) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(279) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(280) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(281) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(282) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(283) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(284) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(285) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(286) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(287) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(288) : error 017: undefined symbol "cache_get_value_name"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(289) : error 017: undefined symbol "cache_unset_active"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(292) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(293) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(297) : error 017: undefined symbol "cache_get_value_index_int"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(310) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(311) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(316) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(332) : error 017: undefined symbol "SHA256_PassHash"
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(332) : warning 202: number of arguments does not match definition
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(340) : warning 213: tag mismatch
C:\Users\RedRex\Desktop\MG\filterscripts\Login.pwn(341) : warning 213: tag mismatch
C:\Users\---\---\---filterscripts\Login.pwn(359) : warning 213: tag mismatch
C:\Users\---\---\---\filterscripts\Login.pwn(360) : warning 213: tag mismatch
C:\Users\---\---\---\filterscripts\Login.pwn(380) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\---\---\---\filterscripts\Login.pwn(418) : error 017: undefined symbol "SHA256_PassHash"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Update your plugins and includes.

@F96 ma bai e coddarŠ¼ non scisi unu cazzu


Respuesta: [MySQL/SQLite] Advance Login & Register System (base script) - Archangelsamp - 11.06.2017

Great.


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

I'll release a new version of this tomorrow.


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

Quote:
Originally Posted by Stones
View Post
Just to let you know, once registered if you leave the game and then join your PW won't work and also the answer you give for your security question.
I'm having this aswell issue with the MYSQL base script; I'm able to register the account but once I I log off and re-log and enter the password or the security answer i get hit with the wrong pass or answer. ive got the MySQL table up and running and don't see no errors in the logs....


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

Quote:
Originally Posted by RVNDY
View Post
I'm having this aswell issue with the MYSQL base script; I'm able to register the account but once I I log off and re-log and enter the password or the security answer i get hit with the wrong pass or answer. ive got the MySQL table up and running and don't see no errors in the logs....
I'll perform some tests and see whats causing the problem. But not right now, as i am busy couple days.


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

Good effort, very clean.


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

Which would be a better choice for a brand new server; MySQL or SQLite? Isn't MySQL kinda slow for game servers?


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

GitHub not working, please help !!


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

nice job


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

Quote:
Originally Posted by LordFede
View Post
Which would be a better choice for a brand new server; MySQL or SQLite? Isn't MySQL kinda slow for game servers?
Both are fast, MySQL is threaded and SQLite is not so in case of heavy loading, MySQL is more reliable; but thats likely in case of SA-MP.
I personally like and use SQLite.

Quote:
Originally Posted by Yuri8
View Post
GitHub not working, please help !!
It is working perfectly, change proxy maybe because github is banned in your country?