Hello,
Not sure if anyone was interested, I made a few slight adjustments and a few colour/design changes.
http://my.computr.co.uk/downloads/qmon.txt (to change queuename use qmon.php?queue=queueone|queuetwo|queuethree etc)
http://my.computr.co.uk/downloads/style.css.txthttp://my.computr.co.uk/downloads/image1.jpghttp://my.computr.co.uk/downloads/image2.jpghttp://my.computr.co.uk/downloads/image3.jpgI also found I had the same error that moa had with Xerces, basically followed the instructions and viola, it all worked. I have Queuemetrics 1.4.2
Another problem I found was:
$params_rt = array(
new XML_RPC_Value($queuename),
new XML_RPC_Value("USER"),
new XML_RPC_Value("PASSWORD"),
new XML_RPC_Value(""),
new XML_RPC_Value(""),
$req_blocks_rt
);
Where $queuename was $queueid but after changing it to $queuename it worked for me... no idea why.
Anyway,
Enjoy.
Byron