[FilterScript] HidMin - Crappy MySQL admin system
#1

As I'm typing this I'm tired and dizzy, and I'd really like to get some sleep so don't expect a too enthusiastic or detailed thread, I'll try to re-write it tomorrow. Or maybe the day after tomorrow.

What
After releasing some Cowly scripts I thought I should release something less useful for a break, so here it is: HidMin. HidMin is currently the only project I'm developing (I'm moving away from SA:MP a bit), in my holy quest to learning more about MySQL (Which I might extend to PHP as well). It's a rather basic admin system, but IMO it still provides the most commands/features you need. Should you really need all those uber-super-duper features which you'll never use and are only annoying, I recommend you to wait for GarAdmin (Sorry Garsino, I had to post that ).

Features
This system hasn't really got any 'cool' features, I just wanted to learn more about MySQL ^^. Anyways, here's a small list:
  • MySQL account system & logging
  • Whirlpool hashing
  • sscanf2 for unformatting strings
  • ZCMD as command processor
  • Auto log-in
Note that there's also a 'bans' table in the database, which right now hasn't got any purpose at all. Ban-related functions will be made at a later date.

Administration
The administration system features 4 levels of commands (I was planning on making a 'lite' version as well (3 levels), but that was canceled). I'm planning on creating more in the future. Here's a list of the current commands:

Level 1:
* /getinfo /ip /text /spec(off) /slap
* /(un)freeze /(un)mute (/voice) /warn /kick

Level 2:
* /get(here) /goto /explode /an(nounce) /ban

Level 3:
* /veh /giveweapon /unbanip

Level 4:
* /makeadmin /gmx

There's also a small list of public commands, like /report and /login:

Public:
* /login /register /stats /admins /report /acmds

Teak yourself - Important!
When opening the script, you might wish to tweak those settings (At the top):
pawn Код:
#define SQL_HOST "localhost"
#define SQL_USER "root"
#define SQL_DB "sa-mp"
#define SQL_PASS ""
Download
For all files on apart downloads:
Source: http://pastebin.com/zFS3wwvt
MySQL dump: http://pastebin.com/XRQgm7q2
MySQL plugin: https://sampforum.blast.hk/showthread.php?tid=56564
sscanf2 plugin: https://sampforum.blast.hk/showthread.php?tid=120356
Whirlpool plugin: https://sampforum.blast.hk/showthread.php?tid=65290

For a Windows .rar pack:
http://solidfiles.com/d/f354/

For a Linux .rar pack:
http://solidfiles.com/d/0959/

Mirror provided by linuxthefish
Windows Pack
Linux pack


I'll do a small tutorial on setting up MySQL later, till now the 'installation process' at this topic might help: https://sampforum.blast.hk/showthread.php?tid=178387

Bugs N' Suggestions
Bugs and suggestions may be posted here. Please do note that I will try to fix most bugs I encounter, and that I read all suggestions.

Credits
Those people deserve credit and thanks for their help, in whatever way it helped me:

Realcop228 - Clean MySQL gamemode
Calgon - Helping me setting up MySQL on a Linux server, as well as some other issues.
Sergei - Calgon is on the list, so for some reason Sergei automatically is too.
G-sTyLeZzZ - MySQL plugin
[HiC]TheKiller - MySQL tutorial
Zeex - ZCMD
****** - Whirlpool/sscanf2
Anyone I forgot? Please let me know!

Beta testers: shadowdog, gamer323213243242354, Imago, vital2k/[LeS]GR. Along with some other guys which I can't remember .

Once again, don't be afraid to post criticism.
Reply


Messages In This Thread
HidMin - Crappy MySQL admin system - by Hiddos - 05.03.2011, 23:05
Re: HidMin - Crappy MySQL admin system - by int3s0 - 06.03.2011, 06:11
Re: HidMin - Crappy MySQL admin system - by justsomeguy - 06.03.2011, 07:43
Re: HidMin - Crappy MySQL admin system - by HyperZ - 06.03.2011, 07:49
Re: HidMin - Crappy MySQL admin system - by Markx - 06.03.2011, 07:58
Re: HidMin - Crappy MySQL admin system - by Calgon - 06.03.2011, 08:03
Re: HidMin - Crappy MySQL admin system - by Hiddos - 06.03.2011, 08:10
Re: HidMin - Crappy MySQL admin system - by iMonk3y - 06.03.2011, 08:34
Re: HidMin - Crappy MySQL admin system - by Hiddos - 06.03.2011, 08:58
Re: HidMin - Crappy MySQL admin system - by gamer931215 - 06.03.2011, 09:44
Re: HidMin - Crappy MySQL admin system - by Gforcez - 06.03.2011, 11:56
Re: HidMin - Crappy MySQL admin system - by Hiddos - 06.03.2011, 12:00
Re: HidMin - Crappy MySQL admin system - by xir - 06.03.2011, 12:03
Re: HidMin - Crappy MySQL admin system - by Calgon - 06.03.2011, 12:04
Re: HidMin - Crappy MySQL admin system - by Cypress - 06.03.2011, 12:27
Re: HidMin - Crappy MySQL admin system - by BASITJALIL - 06.03.2011, 12:54
Re: HidMin - Crappy MySQL admin system - by vital2k - 06.03.2011, 13:16
Re: HidMin - Crappy MySQL admin system - by Mean - 06.03.2011, 17:35
Re: HidMin - Crappy MySQL admin system - by Hiddos - 06.03.2011, 17:55
Re: HidMin - Crappy MySQL admin system - by sherlock - 06.03.2011, 18:10
AW: HidMin - Crappy MySQL admin system - by [DR]Reaper[GEARS] - 06.03.2011, 18:11
Re: HidMin - Crappy MySQL admin system - by Markx - 09.03.2011, 16:21
Re: HidMin - Crappy MySQL admin system - by Hiddos - 09.03.2011, 17:27
Re: HidMin - Crappy MySQL admin system - by Rzzr - 11.03.2011, 13:56
Re: HidMin - Crappy MySQL admin system - by Hiddos - 19.03.2011, 18:52
Re: HidMin - Crappy MySQL admin system - by [NoV]LaZ - 19.03.2011, 18:56
Re: HidMin - Crappy MySQL admin system - by ricardo178 - 19.03.2011, 19:04
Re: HidMin - Crappy MySQL admin system - by linuxthefish - 16.04.2011, 17:50
Re: HidMin - Crappy MySQL admin system - by KingHual - 16.04.2011, 17:54
Re: HidMin - Crappy MySQL admin system - by mariomako - 02.05.2011, 12:48
Re: HidMin - Crappy MySQL admin system - by Hiddos - 03.05.2011, 16:13
Re: HidMin - Crappy MySQL admin system - by gamer931215 - 03.05.2011, 16:33
Re: HidMin - Crappy MySQL admin system - by mariomako - 11.05.2011, 19:43
Re: HidMin - Crappy MySQL admin system - by ylleron - 11.05.2011, 20:25
Re: HidMin - Crappy MySQL admin system - by Montis123 - 11.05.2011, 20:34
Re: HidMin - Crappy MySQL admin system - by mariomako - 12.05.2011, 12:50
Re: HidMin - Crappy MySQL admin system - by BizzyD - 12.05.2011, 20:25
Respuesta: HidMin - Crappy MySQL admin system - by admantis - 12.05.2011, 20:28
Re: HidMin - Crappy MySQL admin system - by Hiddos - 13.05.2011, 17:38
Re: HidMin - Crappy MySQL admin system - by lpiob - 13.05.2011, 18:04
Re: HidMin - Crappy MySQL admin system - by mariomako - 16.05.2011, 16:22

Forum Jump:


Users browsing this thread: 1 Guest(s)