You can download at SourceForge
http://sourceforge.net/projects/phplfs/
PHPLFS Version 1.1a
(requires PHP5)
It contains a base program, dealing with all InSim communications, player leaves, joins, disconnects, etc.
Uses classes for each ISP type, i.e. class IS_TINY {...
I have almost all written in this release.
To customize it, write a class <yourprog>.inc and place in programs/ directory. Then call it:
php -q PHPLFS.php <yourprog>
See the example: Template.inc
Code docs can be found at http://phplfs.sf.net/docs
I'll have more information to follow. Let me know what you think. I haven't tested on Windows yet.
-ripnet
http://sourceforge.net/projects/phplfs/
PHPLFS Version 1.1a
(requires PHP5)
It contains a base program, dealing with all InSim communications, player leaves, joins, disconnects, etc.
Uses classes for each ISP type, i.e. class IS_TINY {...
I have almost all written in this release.
To customize it, write a class <yourprog>.inc and place in programs/ directory. Then call it:
php -q PHPLFS.php <yourprog>
See the example: Template.inc
Code docs can be found at http://phplfs.sf.net/docs
I'll have more information to follow. Let me know what you think. I haven't tested on Windows yet.
-ripnet