Re: [php-list] Membership section handling with sessions but...

2006-06-27 Thread Mike Brandonisio
Hi, You can migrate your site to something like Joomla.org. This would give you instant public / private content. http://www.tutorialized.com/tutorials/PHP/User-Authentication/1 Some of these tutorials would help with the public private part. However, securing direct access to the image file

Re: [php-list] Membership section handling with sessions but...

2006-06-27 Thread Wade Smart
06272006 1731 GMT-6 session_start(); if(isset($SESSION['user'])){ // allow access to this folder } else { // redirect to login } On Tue, 2006-06-27 at 22:14 +, Marian Briones wrote: > Hi everyone > I've been handed my Harley Owner Group's website to take care of. One > of the

[php-list] Membership section handling with sessions but...

2006-06-27 Thread Marian Briones
Hi everyone I've been handed my Harley Owner Group's website to take care of. One of the things that Harley has stressed to us is that we can't have any photos of members in any public facing pages. The other webmaster has been controlling the members only directory with the tried and true (and g

Re: [php-list] Re: URL Hiding

2006-06-27 Thread Pete
In message <[EMAIL PROTECTED]>, Sam <[EMAIL PROTECTED]> writes >Yes, preferably using the .HTACCESS file. I am already given the >source code, which is mostly PHP files. This is a database driven >website, developed by a vendor. I just want more security by not >exposing the internal URLs. Ahh

Re: [php-list] Re: URL Hiding

2006-06-27 Thread Bruno Lustosa
On 6/27/06, Sam <[EMAIL PROTECTED]> wrote: > Yes, preferably using the .HTACCESS file. I am already given the > source code, which is mostly PHP files. This is a database driven > website, developed by a vendor. I just want more security by not > exposing the internal URLs. That's security thro

RE: [php-list] Re: URL Hiding

2006-06-27 Thread Conor Doyle
Check out: http://www.seoconsultants.com/articles/1000/url-rewriting.asp for more information. If you are running Apache - search for mod_rewrite. If IIS, look for ISAP Rewrite. Conor -Original Message- From: php-list@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sam Sent:

[php-list] Re: URL Hiding

2006-06-27 Thread Sam
Yes, preferably using the .HTACCESS file. I am already given the source code, which is mostly PHP files. This is a database driven website, developed by a vendor. I just want more security by not exposing the internal URLs. --- In php-list@yahoogroups.com, "Conor Doyle" <[EMAIL PROTECTED]> wro

RE: [php-list] URL Hiding

2006-06-27 Thread Conor Doyle
This sounds like it would also be a good application for some AJAX type programing, possibly using Regular or I-frames for some of it. -Original Message- From: php-list@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lustosa Sent: Tuesday, June 27, 2006 8:39 AM To: php-list

Re: [php-list] Folder Zip

2006-06-27 Thread Bruno Lustosa
> > 1.Any one knows How to Zip the folder using php. > > Perhaps this class might help you: > http://smiledsoft.com/demos/phpzip/thescript/manual/index.html > The download link for the free edition is here: > http://www.smiledsoft.com/demos/phpzip/buy.shtml There's also this class, that can handl

RE: [php-list] URL Hiding

2006-06-27 Thread Conor Doyle
Frames? ;-) I'm not sure how you would do this through PHP- but URL shortening can be accomplished through the .HTACCESS file. However, some parameters will still be passed via the URL. Conor -Original Message- From: php-list@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sam

Re: [php-list] Folder Zip

2006-06-27 Thread Bruno Lustosa
On 6/27/06, php_sasi <[EMAIL PROTECTED]> wrote: > Hai friends, > 1.Any one knows How to Zip the folder using php. Perhaps this class might help you: http://smiledsoft.com/demos/phpzip/thescript/manual/index.html The download link for the free edition is here: http://www.smiledsoft.com/demos/phpzi

Re: [php-list] URL Hiding

2006-06-27 Thread Bruno Lustosa
On 6/27/06, Sam <[EMAIL PROTECTED]> wrote: > Does anyone know how to hide the explicit URL addresses by exposing > only the root URL? Ideally, I want something small and simple to add to > my PHP or HTML script. Easiest way is to add a frameset with two frames to your page. The first would be a

Re: [php-list] URL Hiding

2006-06-27 Thread Pete
In message <[EMAIL PROTECTED]>, Sam <[EMAIL PROTECTED]> writes >Hello everyone, > >Does anyone know how to hide the explicit URL addresses by exposing >only the root URL? Ideally, I want something small and simple to add to >my PHP or HTML script. > >Thanks If you mean, display only the root URL

Re: [php-list] URL Hiding

2006-06-27 Thread Michael Sullivan
On Tue, 2006-06-27 at 04:15 +, Sam wrote: > Hello everyone, > > Does anyone know how to hide the explicit URL addresses by exposing > only the root URL? Ideally, I want something small and simple to add > to > my PHP or HTML script. > > Thanks Using frames? Yaho

[php-list] Folder Zip

2006-06-27 Thread php_sasi
Hai friends, 1.Any one knows How to Zip the folder using php. or 2.How execute unix zip Command exec() function . Thanks and regards Sasi Yahoo! Groups Sponsor ~--> Check out the new improvements in Yahoo! Groups email. http://

[php-list] URL Hiding

2006-06-27 Thread Sam
Hello everyone, Does anyone know how to hide the explicit URL addresses by exposing only the root URL? Ideally, I want something small and simple to add to my PHP or HTML script. Thanks Yahoo! Groups Sponsor ~--> Something is new at Yahoo! G