After alot of time, and some blood (punching the screen, wall, and myself [once I realized how bad of a programmer I am], sweat (Man, it's freaking hot), and tears (mainly due to me punching myself) the latest stable release is done. That means you and me can start to have to have some fun with this. It's fully compatible with the current version of LFSWorld (1.3 at the time of writing). Keep in mind there have been some changes to the syntax of some of the functions. Mainly due to the fact that it now allows for arrays, other then that, it should just be a little faster then the one your running right now (With any luck).
Well, you know the drill, if you should happen to see anything wrong, shoot me a PM, or just reply to this topic with the bugs you've found.
Most Current Release (1.9.7).
And you could include it, or just add this to the bottom :
Well, you know the drill, if you should happen to see anything wrong, shoot me a PM, or just reply to this topic with the bugs you've found.
Most Current Release (1.9.7).
And you could include it, or just add this to the bottom :
<?php
php
include('lfsworldsdk.php');
echo '<!-- get_hl --><p />';
print_r($SDK->get_hl(array('Dygear', 'filur', 'Victor', 'glyphon')));
echo '<!-- get_ch --><p />';
print_r($SDK->get_ch(array('000', '230', '420', '630'), array('MRT', 'FOX', 'FO8', 'BF1')));
echo '<!-- get_wr --><p />';
print_r($SDK->get_wr());
echo '<!-- get_pb --><p />';
print_r($SDK->get_pb(array('Dygear', 'filur', 'Victor', 'glyphon')));
echo '<!-- get_fuel --><p />';
print_r($SDK->get_fuel(array('Dygear', 'filur', 'Victor', 'glyphon')));
echo '<!-- get_pst --><p />';
print_r($SDK->get_pst(array('Dygear', 'filur', 'Victor', 'glyphon')));
echo '<!-- get_host --><p />';
print_r($SDK->get_hosts());
echo '<!-- get_teams --><p />';
print_r($SDK->get_teams());
echo '<!-- get_hl_log --><p />';
print_r($SDK->get_hl_log());
echo '<!-- get_progress --><p />';
print_r($SDK->get_progress('^1(^3FM^1) ^4OvaL ^1JuNkIeS!'));
?>