[FilterScript] Login & Register + TextDraw + MySQL
#1

FS Login & Register & MySQL & TextDraw
Intro

This and my first filterscript posted in the English board.
The rescue FS was made entirely from 0 using the latest version of mysql plugin to R39-3 ,
May add more things according to the need of the server.

Its saves:
► Password
► Email
► Admin
► Sex
► Age
► Money
► Skin
► Kill
► Death


Config

* Note : Only and must create a database named " samp "
The table will be created automatically as soon as the FS starts.


MySQL

For the FS had to work perfectly the current version of MySQL
Official Thread Here


Credits

Cleyson, the total creation of the FS .
BlueG plugin MySQL


Prints

Images 10 in total


Download

Pastebin
Download FS + plugin + inc
Download FS Version Whirlpool
Reply
#2

Passwords aren't hashed.
Reply
#3

Quote:
Originally Posted by Jimmy0wns
View Post
Passwords aren't hashed.
Passwords do not have to be hashed .. is just a matter of safety.

@Topic Version adds hash
Reply
#4

Ok, Good Job.
Reply
#5

thanks
Reply
#6

I entered my data I register and all is well, after I turn to connect and start with an empty password my account is loaded successfully.
Reply
#7

Use player textdraws what are thinking?
new Text:Login[MAX_PLAYERS][7];

This script also doesn't delete any textdraws so eventually all 2000 would be used.
Reply
#8

Great job!
Reply
#9

Good job
Reply
#10

Good Job Brother..
Reply
#11

thanks <3
Reply
#12

how datebase? for xampp?
Reply
#13

Why if I try to compile pawno get me that error?
Code:
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(58) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(59) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(60) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(73) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(88) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(89) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(104) : error 017: undefined symbol "cache_get_field_content"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(105) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(106) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(231) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(232) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(305) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(317) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(339) : error 017: undefined symbol "cache_get_field_content"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(340) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(341) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(342) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(343) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(344) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(345) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(346) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(347) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(367) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(380) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
Quote:
Originally Posted by Cleyson
View Post
FS Login & Register & MySQL & TextDraw
Intro


This and my first filterscript posted in the English board.

The rescue FS was made entirely from 0 using the latest version of mysql plugin to R39-3 ,

May add more things according to the need of the server.


Its saves:

► Password

► Email

► Admin

► Sex

► Age

► Money

► Skin

► Kill

► Death


Config


* Note : Only and must create a database named " samp "

The table will be created automatically as soon as the FS starts.


MySQL


For the FS had to work perfectly the current version of MySQL

Official Thread Here


Credits


Cleyson, the total creation of the FS .
BlueG plugin MySQL


Prints

Images 10 in total


Download

Pastebin
Download FS + plugin + inc
Download FS Version Whirlpool
Reply
#14

Quote:
Originally Posted by OuDayas
View Post
Why if I try to compile pawno get me that error?
Code:
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(58) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(59) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(60) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(73) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(88) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(89) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(104) : error 017: undefined symbol "cache_get_field_content"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(105) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(106) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(231) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(232) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(305) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(317) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(339) : error 017: undefined symbol "cache_get_field_content"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(340) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(341) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(342) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(343) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(344) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(345) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(346) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(347) : error 017: undefined symbol "cache_get_field_content_int"
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(367) : warning 213: tag mismatch
C:\Users\ouday\Downloads\samp\samp03DL_svr_R1_win32\filterscripts\LoginRegister.pwn(380) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
Because you need mysql r39 not r40+
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)