Theme installer 1.0
Description: An MS-DOS based application which installs clist_modern/clist_meta_mw themes. It is made for slower PCs which because of memory lack can’t load msf skin files.
Autocorrect German 1.01
Description: A list of currently 127 often made typing errors in german, exported for use with autoreplacer-plugin.
LogWatcher 0.0.3.201
Description: A highly configurable tool for monitoring log files and file events. Sends messages to the NotifyAnything plugin for display.
Custom event handlers may be written using a small scripting language with regular expression matching capabilities.
LibraryMaker 0.4
Description: Zipped essencial MinGW files to helps the creating of Icons\Smileys Library.
- MinGW Site (http://www.mingw.org/)
InstallMaker 0.1b
Description: Allows developers to easily create an NSIS installer for their Miranda add-on. InstallMaker itself is an extension to NSIS’ zip2exe. The installer that is created by InstallMaker automatically locates the Miranda installation directory and ex..
WhoIsReading... Parser (PHP) 0.1
Description: PHP-script for parsing the logged file from the WhoIsReadingMyStatusMsg plugin (should work with most versions, with some modification to the variables, they are set for the latest version).
Anyways if you for some reason want to present the logged resultats in your file in a formated matter, i think this should do it.
CAUTION:
This is in a experimental stadium.
The Setting can not contain 2 vars. NOT seperated by a space or a char.
If a var. contains a char (or a space) and the following char after the var. is alike, this won’t work (follow?).
This won’t work:
%clname%uin in setting
or if %clname=‘max@w’ and the setting is:
%clname@whaterver
Anyways have fun. :)
/Max
Web ICQ 0.2.7
Description: A PHP mySQL based quick&dirty(!!) coded Miranda ICQ web Gateway
parses the XML history into a sql database
sends the msg’s over extsend plugin
just try it and send me some suggestions or bugreportings
phpBB MTF Parser 0.01
Description: Some time ago I developed MTF Parser wrote in Java which combined a lot of MTF files into one Miranda Language Pack. This package is something similar but for phpBB2. Now users can download what the want, not whole Langpack. Demo of this script can be found here: http://mina86.home.staszic.waw.pl/xforum/mtf.php
Note that this is beta version and there are still some bugs.. Also, tehre is no real documentation or instruction how to install. Just small file with few lines of text.
Note also that current version of MTF format has changed and it is not compatible with older version.
Due to some argument with team which makes Polish translation for Mrianda I decided to stop working on MTP (Miranda Translation Project). The added some (IMO) senseless ideas which were completly conflicting with the way I imagine the MTF format (in fact it’s all about one header and one file but it was enough). I feel a little bit like a man whos idea was stolen but "Life is brutal"..
sendlog 0.0.1.5
Description: A small program for sending messages to the NotifyAnything plugin.
XMLparse_history (PHP) 1.0
Description: A php script that parses the history generated by XML History 0.0.0.4a made by JMG. I’ve tried to comment the code as best as I could, but you will figur it out.
[Added] To use the script, just include the page to your page with include or require and run for example:
$history = parse_history_users( ‘path_to_xml_file’ ); Examin the $history and you will see how it works. :)