IV:MP Projects
I have a few projects related to IV:MP. I originally started the master server for IV:MP, but you can read about that on it's own page.
All these scripts are released under GNU/GPL.
This script also implements var_dump. The only reason it was added was because I needed to test unserialize(), and it was the easiest way! But I left it in anyway. Could be useful.
See the topic at IV:MP forums for more info.
Go here for more info.
You can find it here.
The PHP and JavaScript work together to form the website part of the map. Alot of the JavaScript code is generated by PHP from a config file.
The Squirrel script is used to output player data and player chat. There are several versions which do this in different ways. One version uses the HTTPd module for IV:MP to interact directly with the map. The other version writes the info to a file every second which can be linked to the map via a shortcut or soft link in a directory accessible via the world wide web. Good stuff.
It currently isn't released. Sorry :)
All these scripts are released under GNU/GPL.
Serialize
This was just a little script I made to help me get into Squirrel (the language, not the animal). It basically adds the functions serialize() and unserialize(), which behave almost identically to the PHP versions (other than Squirrel having arrays and tables, whereas PHP only has arrays). Using this, you could send complex data to PHP scripts.This script also implements var_dump. The only reason it was added was because I needed to test unserialize(), and it was the easiest way! But I left it in anyway. Could be useful.
See the topic at IV:MP forums for more info.
bData
This was another script I just made to get into Squirrel. It lets you store values in a "key = value" layout. The value, however, can be any Squirrel variable possible (aside from null). It uses a format which contains no control characters, which makes this possible.Go here for more info.
IV:MP Query
This is a PHP script which lets you query IV:MP servers for their information. It can show server data, players online and server rules. It also contains a little pinging function.You can find it here.
IVMap
IVMap consists of PHP, JavaScript and Squirrel scripts. Working together, they produce an online map of a server, showing player locations.The PHP and JavaScript work together to form the website part of the map. Alot of the JavaScript code is generated by PHP from a config file.
The Squirrel script is used to output player data and player chat. There are several versions which do this in different ways. One version uses the HTTPd module for IV:MP to interact directly with the map. The other version writes the info to a file every second which can be linked to the map via a shortcut or soft link in a directory accessible via the world wide web. Good stuff.
It currently isn't released. Sorry :)