Hi I managed to work this out for myself after some investigation. But now I have a new problem, I added some news items to test it, but the only one that showed up was the original "success you have installed...."
When I deleted that message all i get is 'powered by n13 news'
Seems i have to work through this step by step. Solved the news not showing part by putting in:
<?php
$cat = 'all';
include 'index.php';
?>
But now I'm getting an sql error: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\n13news31\index.php on line 337