Damn, I must be dumb or something. I'm trying to convert Beermonster's hack (
https://vborg.vbsupport.ru/showthrea...972#post502972) and I'm to the point where I generate the Phrases XML. The temp file is located in /forums/bannerphrases.php. The contents of the file are:
PHP Code:
<?php
$vbphrase['fhbanner'] = 'Postbits Banner Image<br>(Places a image on your forum postbits) EX: banner.jpg';
$vbphrase['fhbannerlink'] = 'Postbits Banner Image Link<br>([url]http://www.yoursite.com[/url])';
$vbphrase['fhmessage'] = 'Postbits Banner text i.e. Sponsored By or Affiliate with';
?>
Whenever I use the XML Utilities "Create an XML File for your Hack Section" I put in:
Generate XML for Which Hack: Banner Ad on Forum Home
What type of XML? Phrases
Locate your temporary...? ./forums/bannerphrases.php
Select Style: Standard Style Renamed to mine
For the Locate question, I have tried full path, forums/bannerphrases.php and /forums/bannerphrases.php (which shouldn't work anyhoo) and they are giving me
No Temporary Phrases Found errors and No XML Files designated errors. Of course, this is my first time trying to "write" a hack for HTL so what am I doing wrong?
Aaron