-
gummers registered the PHPBB3 Armory World of Warcraft Tooltip project.
2008-06-09 17:08:05 UTC in PHPBB3 Armory World of Warcraft Tooltip
-
The array is returnig incomplete when recevei a (0 zero) value
[spelldata] => Array
(
[spell] => Array
(
[trigger] => 1
[desc] => Array
(
[0] => For the next 20 sec, your direct heals grant Fecundity to your target, increasing the healing...
2007-09-13 17:34:44 UTC in phpArmory
-
On xmlToArray method:
Change
$value['attributes'] = array_change_key_case($value['attributes']);
To
if (is_array($value['attributes']))
$value['attributes'] = array_change_key_case($value['attributes']);
This will prevent Warning...
2007-09-12 17:20:26 UTC in phpArmory
-
I added some new changes o my class to make the class work with eu.wowarmory.com using Spanish, French or German language, and English UK too.
First i use a new lang var
/**
* the language items get fetched
* courtesy from flokohlert
* @var de/en/fr/es
*/
var $lang = "en";
then
new methods to choose the language
/*...
2007-09-11 18:36:40 UTC in phpArmory
-
I put a new method to get the item by the item name
/**
* itemnameFetch
*
* This function returns the unserialized XML data
* for an item from the Armory. But now you can use the Item Name instead of the Item ID
* @return string[] An associative array
* @param string $itemNAME The NAME...
2007-08-23 18:13:22 UTC in phpArmory
-
Logged In: YES
user_id=1025697
Sorry i forgive the UNIX name of the project.
the unix name of the project is 'aalog'.
2004-04-22 19:48:35 UTC in SourceForge.net
-
Why i got reject? i have a poor english, but I had
explained right everything on the project. I go to try
again:
My project is simple:
Written in PHP and using MySQL database.
This script can read the lines of the logs generated for
the America's Army Game Server, and record the data in
a data base. and these data can be analyzed and show
for the players u stats in the server.
2004-04-22 01:46:45 UTC in SourceForge.net