awesome. thank you so much.
edit:
ok. i'm trying to get this to work. and was wondering if you can tell me what i'm doing wrong here.
i kinda need to keep these files seperate from the forum. i don't mind if they HAVE to be inside /forum but i will still need them to be in their own folders. so i tried to change some of the relative patsh to absolute but still have trouble. any ideas?
Code:
<?php
$cwd = getcwd();
chdir('http://www.legionofangels.net/forum');
require_once('http://www.legionofangels.net/forum/global.php');
chdir($cwd);
if (!is_member_of(http://www.legionofangels.net/forum/$vbulletin->userinfo, 6))
{
print_no_permission();
}
?>
the page i'm working on is located here
http://legionofangels.net/flasharcad...rcadetest1.php