Posted by Mike on 01/20/08 21:12
"Greg" <gsbatchelor@verizon.net> wrote in message
news:dAOkj.15791$LN4.7268@trnddc07...
> "Mike" <nospam@nospam.com> wrote in message
> news:13p6ofd6lsm7ubd@corp.supernews.com...
>>I have a project i am not sure how to achieve the desired results. I need
>>some advice/direction if anyone can help.
>>
>> I have a domain name. Under that domain lots of individual websites:
>>
>> ??????.com
>> ??????.com/website1
>> ??????.com/website2
>> ??????.com/website3
>>
>> 1) The domain home page has a login screen. Depending on the username and
>> password the user is taken to the relavent website index page.
>> This would all work fine i could specifiy the user/password and
>> corresponding website directory in a mysql table
>>
>> THE DILEMA - The websites are large and always being updated therefore i
>> cannot add corresponding (session) php code to every html webpage within
>> the websites. Therefore how can I stop a user copying and pasting a
>> external link to one of these pages or files located within the website
>> i.e. by passing the login.
>>
>> Any ideas?
>> TIA
>>
>>
>
> Why can't you add the code to every page, or call an include with the
> session info?? It would help if we understand the resrtictions you face.
>
> Greg
Hi
The webspace is being uploaded and updated by external users (via ftp).
I cannot provide them with my own php code and ask them to add it to every
webpage they produce. They are also uploading zip files which
presents another direct link problem.
Navigation:
[Reply to this message]
|