OO-PHP classes library for Hordes / Die2Nite / Zombinoia
Thanks to this PHP Package, you can load a Zombinoia, Hordes or Die2Nite XML and use it by PHP Objects.
1 . Download and untar the file swizak-latest.tar.
- To prepare the Objects, you must add the following lines in your file:
require_once("swizak.php");
$page = new ZomXML("en");
$page->load($userkey);
If you have a Developer Key, you can add it as a parameter on load function:
$page->load($userkey,$devkey);
The Swiss Zombie Army Knife (or SwiZAK) was developed by Snow as a way to simplify the developing for programmers, focusing their efforts to make smart apps not wasting efforts in reading the XML.
- PHP 5.0+
- SimpleXML Support
Tested on PHP 5.3.8
V1.02 - Added a lot of new functions and fixed a lot of bugs. V1.01 - Added Soul(Ghost) XML. V1.0 - Compatible with XML 2.171 - Added base code.
- Test new functionalities.
- Test XML with Developer Key.
- Develop Wiki.
- Check and prepare XML Ghost compatibility.
Hordes, Zombinoia and Die2Nite are games made and developed by Motion-Twin. All the rerefences of the XML are trademarked by their respective owners. This tools is not related with Motion-Twin and/or any of their developers.
Gracias a este paquete PHP, podrás cargar cualquier XML de Zombinoia, Hordes o Die2Nite y manejarlo mediante Objetos en PHP.
-
Descarga y descomprime el archivo swizak-latest.tar.
-
Para preparar los objetos, basta con agregar las siguientes lineas en tu archivo:
require_once("swizak.php");
$pagina = new ZomXML("es");
$pagina->load($userkey);
Si tienes una Key de Desarrollador, simplemente agrega el parámetro al load:
$pagina->load($userkey,$devkey);
El paquete se encargará de leer el XML y transformarlo en Objetos PHP.
La Swiss Zombie Army Knife (o SwiZAK) fué desarrollada por Snow como una forma de simplificar el desarrollo a los programadores, enfocando su esfuerzo en desarrollar un sinfin de aplicaciones y ahorrando el esfuerzo en leer el XML.
- PHP 5.0+
- Soporte SimpleXML
Probado en PHP 5.3.8
V1.02 - Agregada muchas funcionalidades y corregidos varios bugs. V1.01 - Agregado XML para alma. V1.0 - Compatible con el XML 2.171 - Agregado código base.
- Probar nuevas funcionalidad.
- Preparar XML con Key de Desarrollador.
- Desarrollar Wiki.
- Revisar y preparar compatibilidad con XML Ghost.
Hordes, Zombinoia y Die2Nite son juegos creados y desarrollados por Motion-Twin. Todas las referencias del XML están reservados por sus respectivos autores. Esta herramienta no tiene ninguna relación con Motion-Twin y/o sus desarrolladores.