Ok someone please visit
http://thedeadlyalliance.org/wow/forums/rss.php
You can see that just fine, so that means that i have make all the php correctly.
What im doing is making Latest Forum post onto my index page of main site, not forums.
Please visit http://thedeadlyalliance.org/wow/
Now u see this
Parse error: syntax error, unexpected T_STRING in http://thedeadlyalliance.org/wow/forums/rss.php on line 1
Thats the most noobish it gets! on line one come on!
heres the rss.php
<?php
define('IN_PHPBB', 1);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path.'includes/functions_post.php');
include($phpbb_root_path.'includes/bbcode.php');
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
//
// End session management
//
HEHE help would be awesome, ive draind my energy deleting and recorrecting errors!
Thanks!