05.03.2011, 23:05
(
Последний раз редактировалось Hiddos; 16.04.2011 в 17:20.
)
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:
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):
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.
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
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 ""
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.