I was affraid of that. The Main reason for so may diffrent instances is organazation.
PHP Code:
HEADLINE_DIR => q?/public_html/Area51XP/post3/headlines?,
HEADLINE_URL => q?http://www.yoursite.net/Area51XP/post3/headlines?,
Above is two lines of config.php file. Well these two lines in paticular refer the program where to print the headlines to. Would it be possible to add an "AND" condition to make the file print to two diffrent headlines files?
On a diffrent note, I tried PHPNuke but it was to confusing. I could really use a bassic free catgorized news script but no one answers me when I ask for suggestions.
I am attemtping to set up one called Easy Content Managment. Not so easy. to configure it I need to set site.xml to read form a datbase which I have already set up using there installer file which sets up the tables and so forth. In site.xml it lists:
Code:
<database type="mysql">
<server>localhost</server>
<login>root</login>
<password></password>
<default>onews</default>
</database>
I can not seem to configure this properley. Should server be "localhost" and "osnews" be changes to the datbase name?