INSERT INTO `players` (`reg_id`, `name`, `IP`, `pass`, `email`, `adminlevel`, `helper`, `premium`, `pkgo_found`, `hours`, `minutes`, `seconds`, `kills`, `deaths`, `money`, `bmoney`, `score`, `group_id`, `group_rank`, `saveskin`, `autoLogin`, `spawnplace`, `weapon_set`, `seepms`, `specoff`, `hidden`, `autotune`, `cookies`, `events_won`, `races_won`, `parkours_won`, `duels_won`, `fallouts`, `derby_wins`, `MB_found`, `cookiejars`, `keyflip`, `savedvehicle`, `speedboost`, `bounce`, `superman`, `wheels`, `reg_time`, `last_time`, `color`, `chat_color`, `id_color`, `goto`, `autofix`, `god`, `rtests`, `maths`, `arrests`, `takedowns`, `robberies`, `probberies`, `times_arrested`, `cop_kills`, `speedo`, `killstreak`, `active`, `hideMSGs`, `duels_off`, `plate`, `time`, `weather`, `description`, `country`, `namechange_date`, `v_expired`, `Muted`, `Jailed`, `report_points`, `house_id`, `gotpresent`, `togpms`, `togevent`, `hitsound`, `cbugtime`, `togmsg`, `fstyle`) VALUES
(1, 'Dandy_Corleone', '202.67.46.38', '1aa3f89136cd800b8e4a86bbd8035e88bd80bebc', '*', 10, 1, 3, 200, 110, 0, 59, 14, 43, 619435795, 0, 779, 1, 6, 300, 1, -1, 0, 1, 0, 1, 1, 72008, 0, 0, 0, 0, 0, 0, 7, 5, 0, 0, 1.3, 1, 1, 0, '2016-11-19 18:13:48', '2016-12-26 13:53:33', -16776961, 486627939, 0, 1, 1, 1, 4, 0, 746, 252, 203, 202, 3, 203, 1, 1, 0, 0, 1, 'dandy', -1, 45, 'www.********.com/bloodyninja555', '*', 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 1, 4);
Just Hash it, if you want to know how that works, look it up on the internet, ****** is your friend.
|
I wouldn't recommend you to build your own user system if you've no idea about managing it. You must be familiar with salting and hashing. I did a quick search and found a tutorial regarding salting and hashing passwords - https://sampforum.blast.hk/showthread.php?tid=350664
Simply hashing a password is not at all recommended. You should include salt to your password before hashing. |
native sha1(const text[], hesh[]);
native WP_Hash(buffer[], len, const str[]);