You can download PHPInSimMod - PRISM 0.3.0 from that link. Please use this thread to talk about this release.
Thank you.
PHPInSimMod (PRISM) 0.3.0
Thank you.
PHPInSimMod (PRISM) 0.3.0
- Refactored Core & Modules
- PRISM can be global'ed for easy access to variables.
- HTTP server for PRISM with test web page.
- Telnet server for remote administration.
- Experimental telnet admin accounts page.
- Packet properties can now be chained like methods for a quick write of variables.
- Added admin functions
plugin::isAdmin()
plugin::isAdminGlobal()
plugin::isAdminLocal()
plugin::isImmune()
- Added admin commands in the admin plugin.
`prism kick`
`prism ban`
`prism spec`
`prism pit`
- PRISM now quits when there are no active connections.
- Game state information now stored on a per host basis.
- Made protected propertys in the packets class are read only. (Via __get()).