[FilterScript] T-Admin System & MySQL [Edit Version] - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] T-Admin System & MySQL [Edit Version] (
/showthread.php?tid=469413)
T-Admin System & MySQL [Edit Version] -
Team_PRO - 13.10.2013
T-Admin System & MySQL [Edit Version]
Introduction:
Nothing I'm Just Thinking This Not Good Admin System Then i Edit it with my own ideas
Код:
Changelogs:
Official Scripted By: ForeignBastard ©
*********Edit by Matt Santos AKA Team_PRO Don't Remove Credits***********************Add Me in FB Psphacker01*********
Change Log 1.2
-Back to ZCMD
-Fix MySQL
-Fix Password Hasing
-Fix Bugs
Change Log 1.1 R3
-Added /tune Command for Admins
-Fix Bugs
Change Log 1.1 R2
-Change from CMD [ZeeX] to CMD [******]
-Fix Bugs
Change Log 1.1 R1
-Added Define Version
-Added Random Message
-Bug Fixed
Change Log 1.1[Note:
-Added More Commands
* /level(current level) // To See Your Available Commands in Your Current Level [Note: No Space Example, Wrong: /level 1, Correct /level1]
* /arules(current level) // To See Your Available Commands in Your Current Level Rules [Note: No Space Example, Wrong: /arules 1, Correct /arules1]
-Added: Define Server and Website
-Bug Fixed
Change Log 1.0
-Initial Release by ForeignBastard ©
// Commands
/Kick
/Announce
/Bring
/Drop
/(un)Jail
/Spawn
/Ip
/Say
/(un)Freeze
/Goto
/(un)Mute
/Jetpack
/Godmode
/MegaJump
/Slay
/Explode
/(un)Ban
/Setkill
/Setdeaths
/Setscore
/Setmoney
/Setplayerbank
/(armour)Healall
/Disarm
/Setlevel [1-5]
/Tune
// If the Command Didn't Work that Means You Don't Have Right to Use It
MySQL - Saving System
ZCMD - Command Proccessor
Код:
To set your admin level do /setlevel 1-5
Код:
Installation:
1. Copy The Tadmin.Pwn And Tadmin.Amx Into Your Filterscript Folder
2. Copy The Mysql.Dll And Sscanf.Dll To Your Plug-In Folder
3. Open Server.Cfg Then Go To Fillterscipt Line Then Right Beside It “Tadmin” Without The “” Like This
Filterscript Tadmin
4. Now Go To Plug-In Line Then Write “Mysql” And “Sscanf “ Without “”
5. Open Samp_Server
6. You’re Done.
Contact Me If I Do Ever Wrong
Download:
Github Read me on: Github Readme
Re: T-Admin System & MySQL [Edit Version] -
iBeast - 13.10.2013
Nice JoB.
Re: T-Admin System & MySQL [Edit Version] -
ThePPunisher - 13.10.2013
good job man
Re: T-Admin System & MySQL [Edit Version] -
Deci - 16.10.2013
Nice man.
Re: T-Admin System & MySQL [Edit Version] -
Cuhz - 16.10.2013
Good job
- Keep it up.
Re: T-Admin System & MySQL [Edit Version] -
Meow22 - 08.12.2013
Good job!
Re: T-Admin System & MySQL [Edit Version] -
TahaAsif12 - 08.12.2013
Very.
.
.
.
.
.
.
.
.
.
.
.
.
.GOOD! +REP
Re: T-Admin System & MySQL [Edit Version] -
RoDney - 08.12.2013
NICE 1 even tho i didn't try it
Re: T-Admin System & MySQL [Edit Version] -
Johnson_boy - 11.12.2013
A couple of notes:
- You should add unsigned int `id` with auto increment and as a primary index to users table, and refer to the id instead of username whenever possible, as it is more efficient.
- SHA1 is not designed for hashing passwords, but is instead optimised for speed (which is a bad thing in this case). You should consider using
bcrypt or
Whirlpool (requires salting) instead.
- You should escape the ban reason as well, might cause (un)intentional issues otherwise
- The query on line 323 could be "SELECT NULL" instead of "SELECT *", as you're not using the loaded data at all. Avoids loading of unnecessary data.
Re: T-Admin System & MySQL [Edit Version] -
Gen3i - 12.12.2013
Niceee