Thanks for the help.
Although, I am getting this error when trying use a login script I got on here a while back:
Code:
Warning: main(login_inc2.php) [function.main]: failed to open stream: No such file or directory in /home/hiroanim/public_html/menu.php on line 167
Fatal error: main() [function.require]: Failed opening required 'login_inc2.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hiroanim/public_html/menu.php on line 167
I have the login_inc2.php file both in my forums directory, and the root directory, and I am using this code to call it:
PHP Code:
<?php
require_once('login_inc2.php');
?>
I was curious if you noticed anything wrong with it?
This code is frustrating

lol
Edit: Nevermind! I have gotten it to work!

Thank you for the help!
Also, I have one more question. Let's say I have a directory on my server that has a bunch of render image files, and I only want people who have obtained access either sending a payment in or reaching a certain usergroup from posting, but someone who does have access gives out the file name and location on the server, is it possible to restrict anyone not in the usergroup from accessing the file?
I know how to set it up so that the page is restricted from people who are not in the usergroup, but I want to be sure that paying customers can't send out the full url of the files to non-paying customers and have them steal all of the premium renders.