Nevermind... I don't know what I have set different but it's the version of BBEdit that is screwing this up somehow. (Although I'm not sure why I got the same results with TextEdit)
What I was doing last night was on my MacBook.
I just tried to create the custom page again on my G4 tower and it worked fine. The G4 has BBEdit version 7 on it while the MacBook as the updated ver. 8.
Well, it's either that or my FTP software is doing something funky... Both of the computers have the same version of that but maybe one is sending the file in a different manner...
Either way, this is my issue to fix... Sorry for wasting everyone's time.
--------------- Added [DATE]1206723528[/DATE] at [TIME]1206723528[/TIME] ---------------
Quote:
Originally Posted by VeoMorphine
PHP Code:
<?php
require_once('./global.php');
if ($_REQUEST[filename])
{
if (is_member_of($bbuserinfo, 6) OR is_member_of($bbuserinfo, 5) OR is_member_of($bbuserinfo, 7));
{
header("Location: $_REQUEST[filename]");
}
}
?>
that makes it so usergroup 6 5 and 7 can download that file.
|
Oh, one more question... Where would this code segment go? Would it just replace this part:
Code:
require_once('./global.php');