Omg Thanks Dude..Like times ten

and I apprecite your time
arg.. okay IM getting this error..
Warning: main(./includes/init.php): failed to open stream: No such file or directory in /home/.navy/loathor/squaresyndicate.com/forums/global.php on line 18
Fatal error: main(): Failed opening required './includes/init.php' (include_path='.:/usr/local/lib/php') in /home/.navy/loathor/squaresyndicate.com/forums/global.php on line 18
what is up?
PHP Code:
<?php require_once('./forums/includes/functions_forumlist.php');
cache_ordered_forums(1, 0, 0);
if (is_array($forumcache))
{
foreach ($forumcache AS $forum)
{
$nthreads += $forum['threadcount'];
$nposts += $forum['replycount'];
$totalthreads = vb_number_format($nthreads);
$totalposts = vb_number_format($nposts);
}
}
?>
This is the COde I have down and then this is what I have for including the globals..
PHP Code:
<?php
include('./forums/global.php'); ?>
lol Im trying tons of stuff.. and it seems thatwhen I put this in a documnet then put it in my forums folder..like you had it, it get a blank screen.. -.- whats up?