Make sure you set/replace "path/to/???.png" to point to a valid imagesources (gif, jpg, png) and <where x>, <where y> and (desired) <width>, <height> beeing set with correct locations/dimensions.
I haven't tested the code but it follows the sheme how things are done in DSi v1.3 so it should work. Proper feature will be in v1.4.
seems $pending and $status are only declared inside a function, somehow i thought it was a global. my mistake, sorry :S guess we'd need to use $server["b"]["status"] then.
will fix it by tomorrow, it's 22:40 here and i'm chillin. SpiffyTek
Posts: 10 Joined: Thu Dec 09 2010, 04:39PM Registered Member #6450
I fixed the problem Somewhere in // GET THE REQUIRED VARIABLES FROM LGSL but after
// GET THE REQUIRED VARIABLES FROM LGSL // Rename status "NO RESPONSE" into "OFFLINE" if ($misc['text_status']=="NO RESPONSE"){ $misc['text_status'] = "Offline"; }