Re: [PHP] Including files from another site

2006-04-17 Thread tedd
The security issue is important because I don't want anyone to be able to use the websites database admin scripts without logging into the CMS first. Otherwise anyone who happened to type in www.oneofmywebsites.com/cms would be able to make unwanted changes to that particular sites database. Fro

Re: [PHP] Including files from another site

2006-04-17 Thread Shaun
""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mon, April 17, 2006 5:45 am, Shaun wrote: >> I have created a CMS where all sites on our server are administrated >> from >> one central site, and HTML content is stored in the CMS database. >> >> I want users to a

Re: [PHP] Including files from another site

2006-04-17 Thread Richard Lynch
On Mon, April 17, 2006 5:45 am, Shaun wrote: > I have created a CMS where all sites on our server are administrated > from > one central site, and HTML content is stored in the CMS database. > > I want users to all control their sites database functions from the > CMS > site, but I want to keep the

Re: [PHP] Including files from another site

2006-04-17 Thread Wolf
are looking at this from the wrong angle. >>>>>> What you should do, is password protect all CMS directories >>>>>> And then, anyone that needs access has to punch in a valid >>>>>> Username and password. >>>>>> >>>&

Re: [PHP] Including files from another site

2006-04-17 Thread Shaun
are looking at this from the wrong angle. >>>>> What you should do, is password protect all CMS directories >>>>> And then, anyone that needs access has to punch in a valid >>>>> Username and password. >>>>> >>>>> Have a look at :

Re: [PHP] Including files from another site

2006-04-17 Thread Wolf
>>>> >>>> berber >>>> >>>> Visit the Weber Sites Today, >>>> To see where PHP might take you tomorrow. >>>> PHP code examples : http://www.weberdev.com >>>> PHP & MySQL Forums : http://www.weberforums.com >

Re: [PHP] Including files from another site

2006-04-17 Thread Shaun
t; Sincerely >>> >>> berber >>> >>> Visit the Weber Sites Today, >>> To see where PHP might take you tomorrow. >>> PHP code examples : http://www.weberdev.com >>> PHP & MySQL Forums : http://www.weberforums.com >>> >>> >>> >>

Re: [PHP] Including files from another site

2006-04-17 Thread Wolf
//www.weberdev.com >> PHP & MySQL Forums : http://www.weberforums.com >> >> >> >> -Original Message- >> From: Shaun [mailto:[EMAIL PROTECTED] >> Sent: Monday, April 17, 2006 2:52 PM >> To: php-general@lists.php.net >> Subject: Re: [PH

Re: [PHP] Including files from another site

2006-04-17 Thread Shaun
> Sent: Monday, April 17, 2006 2:52 PM > To: php-general@lists.php.net > Subject: Re: [PHP] Including files from another site > > Hi, > > Thanks for your reply, sorry I should have been a little clearer in my > explanation. Here goes... > > I have a dedicated UNIX server

RE: [PHP] Including files from another site

2006-04-17 Thread Weber Sites LTD
.net Subject: Re: [PHP] Including files from another site Hi, Thanks for your reply, sorry I should have been a little clearer in my explanation. Here goes... I have a dedicated UNIX server with many websites on it. On this server I have also created a Content Management System which has a database whi

Re: [PHP] Including files from another site

2006-04-17 Thread Shaun
Hi, Thanks for your reply, sorry I should have been a little clearer in my explanation. Here goes... I have a dedicated UNIX server with many websites on it. On this server I have also created a Content Management System which has a database which I use to store HTML content for all the other

RE: [PHP] Including files from another site

2006-04-17 Thread Weber Sites LTD
I'm not sure I understand what you are trying to do. What is the connection between frames and security? In general, assuming that all users have access to The same scripts, you need to include in all of your Scripts some kind of security logic that tells the Script which user can do what. Usual