AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] Server-Sys (https://forums.alliedmods.net/showthread.php?t=277635)

cam0 01-12-2016 16:57

[ANY] Server-Sys
 
Server-Sys
Meant to provide important/useful forwards for other plugins to use, and also provide basic gameplay features that are often required.


Features
  • Wraps SQL_Query, SQL_TQuery, SQL_EscapeString and SQL_ExecuteTransaction without requirement for database handle.
  • Tons of natives and forwards for complete integration to create an altogether experience between plugins.
  • Exposes Server ID, Player ID, and Map ID registration with forwards and natives for retrieval.
  • Multiple settings that are often required for many types of game-play (in one central folder).
  • Made with reliability, multi-server support, and performance in mind.
  • All database operations used in default modules are threaded.
  • 100% translation-based in-game text display.
  • (WIP) Web Module with Admin CP & player statistical information.
  • (WIP) Bans + Admins modules to replace SourceBans.
  • (WIP) Analytics module to track in depth information about players.
  • Makes deploying new database-required plugins a breeze.

Source & Repository
Supported Modules
  • Ads - Advertisements from SQL, featuring ability for users to toggle their display (!ads or /ads) - Currently you have to insert rows into table manually.
  • Demos - Auto-demo recording, all demos saved to SQL and uploaded to FTP. Support for player vs player reports (!report or /report) which are linked to the recording for later review.
  • UMsgHack - Filter certain chat usermessages from being sent to clients (chat clean-up).
  • Chat Colors - Let players with a certain override assign themselves custom name/message colors and format a totally custom tag with colors!

Installation
https://github.com/whocodes/serversy...-Configuration

Bugs & Issues
I would prefer you post any problems or bugs (with detailed descriptions of the problem, and logs if possible) on the Issues part of the GitHub repository.

Builds
All builds are made with Travis-CI and uploaded to whocodes.pw automatically. To view the build configuration for a repository, check it's .travis.yml file.

whtevrwt 01-12-2016 17:22

Re: [ANY] Server-Sys
 
Edit: Never mind. I used an older version of the includes.

For the Demos module:

Quote:

serversys-demos.sp(58) : warning 213: tag mismatch
serversys-demos.sp(291) : error 178: cannot coerce char[] to any[]; storage classes differ
serversys-demos.sp(353) : warning 204: symbol is assigned a value that is never used: "g_bUploading"

ocwoody 01-12-2016 22:33

Re: [ANY] Server-Sys
 
Awesome release!

Looking forward to the continued development of this!

good_live 01-13-2016 04:10

Re: [ANY] Server-Sys
 
Nice one goign to check it out :)

Hunter6272 01-13-2016 06:00

Re: [ANY] Server-Sys
 
Can you give a link to a demo site.. I wanted to see the web server as i m really interested in this plugin :D

cam0 01-15-2016 15:03

Re: [ANY] Server-Sys
 
Quote:

Originally Posted by Hunter6272 (Post 2382842)
Can you give a link to a demo site.. I wanted to see the web server as i m really interested in this plugin :D

The web module isn't completely done, although the back-end has been completed. Don't expect other modules to have a web plugin until the default pages for the web module are complete.

braak0327 01-15-2016 22:55

Re: [ANY] Server-Sys
 
nice work! thank you so much!

braak0327 01-24-2016 00:19

Re: [ANY] Server-Sys
 
when we can get webpanel?

cam0 01-26-2016 09:51

Re: [ANY] Server-Sys
 
I haven't worked on the panel as much lately because I am working on a few new features for TTT.

Things left to do for web-panel:
  • Steam authentication plugin
  • Basic default pages

After this is done I can step away from the web-panel repository itself for a while and work on the plugins for the other modules (an important one being demos).


Also if you guys have any bugs/problems or good ideas for enhancement, make an Issue on the repository!

cam0 02-25-2016 14:59

Re: [ANY] Server-Sys
 
Updated the plugin with new functionality to set a server's short-tag name. This will really be for use in the webpanel later, which I'm wrapping up Login verification for before releasing a few plugins for the webpanel (Demos will be the first).


All times are GMT -4. The time now is 08:51.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.