Quote:
Originally Posted by jailer
Can anyone tell me what the tmp files are in the imagehosting folder? I've not that many images but 180mb of temp files..?
Thanks.
|
This is the only part of the code I could find anything about temp files in for the XML file...
Code:
<plugin active="1" executionorder="5">
<title>vbimghost Precach template</title>
<hookname>member_start</hookname>
<phpcode><![CDATA[$temp = array('vbimghost_memberbit','vbimghost_memberbit_noimg');
cache_templates($temp, $style['templatelist']);]]></phpcode>
</plugin>
Looks like it's a plugin to cache a template for the member profile page maybe? I'm not sure what they are, but I don't think think they're really all that important, it didn't seem to affect anything when I deleted them from my folder.