[FREE] Login/Register System [STANDALONE]



ESEGOVIC Login/Register System

ABOUT:

Simple Login/Register System for all kind of server made a while ago for my server and i want to share with you guys. Every user can register only 1 account. In case that players forgot they password they can recover it using secret key.

Github - Source Code

(INFO)
Code accessible Yes
Subscription based No
Lines (approximately) Under 1k
Requirements OxMySql or mysql-async.
Support sure

MY OTHER RELEASES

[TEBEX] - Main MenuHOT
[TEBEX] - Hacker JOB
[TEBEX] - REPORT SYSTEM - UPDATED 01.05.2022Most buyed with ADMIN SYSTEM
[TEBEX] - ADMIN SYSTEM - UPDATED 01.05.2022BEST SELLER
[TEBEX] - CRYPTO WALLET - UPDATED 01.05.2022
[TEBEX] - DRUGS CORE - UPDATED 25.03.2022 –BEST DRUG FRAMEWORK
[TEBEX] - WEAPONSHOP (NUI) - UPDATED 25.03.2022
[TEBEX] - Job Center (NUI)
[TEBEX] - Banking System (NUI) - UPDATED 04.03.2022
[TEBEX] - Weapon License (NUI)
[TEBEX] - BlackMarket (NUI)
[TEBEX] - Gang Jobs
[TEBEX] - Gang Wars / Territories - UPDATED 12.03.2022
[TEBEX] - Money Transport
[TEBEX] - Heroin
[TEBEX] - Amazon Job
[TEBEX] - Farmer Job (UPDATED 15.06.2021)
[TEBEX] - Woodcutter Job
[TEBEX] - Admin DUTY System
[TEBEX] - CRYPTO SYSTEM - UPDATED 15.06.2021
[TEBEX] - Custom Mining RIG [BTC]
[TEBEX] - VehicleShop
[TEBEX] - WeaponShop
[TEBEX] - Advanced Drugs-UPDATED 23.07.2021
[TEBEX] - Bitcoin Robbery
[TEBEX] - Nitro System
[TEBEX] - Chopshop - UPDATED 15.06.2021
[TEBEX] - License Plate System - UPDATED 15.06.2021
[TEBEX] - OBD (Diagnostic Car Tool) - UPDATED 15.06.2021

6 Likes

Don’t save the password as plain text

1 Like

Thats only for useres anyway Nonne can be logged in users account.

Normally password are never stored, password hashes are stored.

1 Like

image
If it’s free remove this paid tag otherwise it appears in the paid category.
image

1 Like

Very good!

I didn’t pay attention on tags. Thanks!

1 Like

Very nice release!!!

hi man it have a problem, if you die and you get a revive it appears another time

1 Like

Becouse playerSpawned trigger is triggered. Ill change a trigger.

This is like the Password is saved.

Perfect man It Will be cool for evading problems

Updated. This should now fix ur issues.

Hi there, got aproblem. I´m on latest QBcore and if i join my server ur login/registration system appears correctly but after 10sec. or so the mouse curser dissapear or i think it moves behind ur menu and i can select other ingame menus while urs open. Becouse of that i cant klick on register XD any suggestions?

Sure if you want to use it along QBUS then im assume that you have Multichar script with it.

What you need to do is following:

  • Comment out This Thread in script: qb-multicharacter client side. Line 7-15

And then open my script up and edit client side: Line 30-36

RegisterNetEvent("esegovic.login.loggedin")
AddEventHandler('esegovic.login.loggedin', function()
    SetNuiFocus(false, false)
    SendNUIMessage({ 
        event = 'hide'
    })
end)

Repalce with this:

RegisterNetEvent("esegovic.login.loggedin")
AddEventHandler('esegovic.login.loggedin', function()
    SetNuiFocus(false, false)
    SendNUIMessage({ 
        event = 'hide'
    })
    TriggerEvent('qb-multicharacter:client:chooseChar')
end)

Then it should work.

First of all thx to ur fast response and sry for my late answer :wink: this works great as long as i dont turn on the qb-loading screen if u enable tthat script the same failure happens again hmmm…

You could use something like this:

local loadingScreen = GetIsLoadingScreenActive()

while loadingScreen do
     Wait(0)
end

--rest of code

Hi, first of this script is 4 real nice, but i have a Problem with my SQL. When i make a New User, and i try to login it does not work. In my sql is no Entry to see.

Then you have some kind of server error. Look at ur live console and and see where is the problem so i can help you.

I have look’t at the console but there is no error to see

1 Like

I have the problem with qb-core that I have no mouse pointer when logging in :confused: