While checking apache error.log, I've see couple errors, pointing out to config.xml file, for example:
[Tue Jul 19 06:38:19 2011] [error] [client 89.210.136.116] File does not exist: /home/cs-iptcom-net/stats/xml/config.xml
This file, and xml dir in general, doesn't exists not in original PS, nor in PS-extended at root dir, searching in source code reveals only one place, where this file called, in upload\themes\default\hitbox\src\hitbox_xml.as on first line we see
var conf_xml_file:String = _root.confxml ? _root.confxml : "xml/config.xml";
and in upload\themes\default\hitbox\src\ there is config.xml file
Supposing, that this somehow connected to hitboxes, I went to http://www.psychostats.com/downloads/Miscellaneous/ and there found hitbox-1.0.zip, where found config.xml and weapons.xml files in xml folder, mentioned in hitbox_xml.as. Putting them in root folder removes error, but looking on hitbox on player stat page, I see empty box in right side of picture:

Seems like text from config.xml may be displayed there, but for some reasons it wont. can you fix this?
While checking apache error.log, I've see couple errors, pointing out to config.xml file, for example:

[Tue Jul 19 06:38:19 2011] [error] [client 89.210.136.116] File does not exist: /home/cs-iptcom-net/stats/xml/config.xml
This file, and xml dir in general, doesn't exists not in original PS, nor in PS-extended at root dir, searching in source code reveals only one place, where this file called, in upload\themes\default\hitbox\src\hitbox_xml.as on first line we see
var conf_xml_file:String = _root.confxml ? _root.confxml : "xml/config.xml";
and in upload\themes\default\hitbox\src\ there is config.xml file
Supposing, that this somehow connected to hitboxes, I went to http://www.psychostats.com/downloads/Miscellaneous/ and there found hitbox-1.0.zip, where found config.xml and weapons.xml files in xml folder, mentioned in hitbox_xml.as. Putting them in root folder removes error, but looking on hitbox on player stat page, I see empty box in right side of picture:
Seems like text from config.xml may be displayed there, but for some reasons it wont. can you fix this?