You can download PHPInSimMod - PRISM 0.5.0 from that link. Please use this thread to talk about this release.
Thank you.
PHPInSimMod (PRISM) 0.5.0.0
PHPInSimMod (PRISM) 0.5.0.1
Thank you.
PHPInSimMod (PRISM) 0.5.0.0
- Version changed to 0.5.0.0
- Increased to INSIM_VERSION 7
- Added all new features from 0.6M
- New Packets (IS_JRR, IS_OCO, IS_UCO)
- Added Zbyte to IS_OBH
- Updated IS_SSH packet. Renamed property BMP to Name (Backwards Compatible breaking for anyone who used IS_SSH)
- Added TINY_ALC and SMALL_ALC to get and set allowed cars (replaces /cars)
- New Packets (IS_JRR, IS_OCO, IS_UCO)
PHPInSimMod (PRISM) 0.5.0.1
- Version changed to 0.5.0.1
- Move betterButtonManager readme to docs folder
- Fixes by FlameCZE
- Added Rockingham PTH files
- Updated docs/insim.md to version 0.6M
- Updated IS_OCO documentation according to InSim.txt version 0.6M
- Added Rockingham PTH files
- Version changed to 0.5.0.2
- Fixes PHP 7 compatibility
- Fixes MST, MSX, MSL, & MTC multi-line color issues mentioned in Issue #4
- Version changed to 0.5.0.3
- Fixes TCP Connection crashes
- Fixes the occasional crash caused when isRelay() is called when $host is equal to null
- Version changed to 0.5.0.4
- Fixes LFS Errors when insim tries to send ISP_MTC and TINY_NCI while ISF_LOCAL is set
- Forces ISF_REQ_JOIN query in initial setup to only accept yes or no
- Version changed to 0.5.0.5
- Adds ability to select text/background colors when printing to console(Thanks cargame.nl/Dave)
- Example:
<?php
console("this is my exampletext", true, "light_green", "black")
?>
- To use this on Windows you will need to download and install ANSICon. To install, extract the zipped download, open command prompt, and cd to the x64 or x86 depending on your OS. and run ansicon.exe -i
- This should work out of the box on Linux if you use /bin/bash or even /bin/sh
- Example:
- Fixes Minor issue with the translation engine
- Fixes another issue with PHP 7 compatibility(PLC Packet Values aren't treated correctly as they were previously defined. worked fine in PHP 5.6)
- Version changed to 0.5.0.6
- Add Missing variable to PlayerHandler so getPlayerbyUName actually works now
- Version changed to 0.5.0.7
- Move GUI Folder into the data directory for Dygear
- Add LANG defines to prism_packets.php (example: LANG_EN, LANG_FR, LANG_PL, LANG_DE)
- Update translateEngine to use the defines(The previous version was technically done wrong) NOTES ON USE HERE