From those of you who have designed websites for others, I need a little advice: I have been designing websites for about 10 years now, but only for groups I...
I have successfully implemented Scott Hoge's password protected members only page access. Now I need to know how to protect Adobe PDF files so they can only...
Phil, If password protection can get you to a specific page, THAT PAGE can have an anchor to a pdf file: <a href="callingtree.pdf">Calling Tree</a>. The only...
One thing we do here -- just a variant -- for a major Pharmaceutical is simply create a system that requires a login to start and also tracks which files a...
David M. Dantowitz
david@...
Nov 30, 2003 2:01 am
541
Our site runs on a UNIX server so all my applications are written in PHP. The basic "trick" I use to protect our PDF files is to put them in a location that...
I do this all the time using Cold Fusion on Windows. It is probably the most secure way of of storing and distributing the files. The only thing more secure...
Also, you don't need to place the file in a folder above the root. It CAN be accessible via HTTP, but in a folder name that is unknown (consider using a...
David M. Dantowitz
david@...
Nov 30, 2003 2:02 pm
544
There was some discussion some time ago about e-commerce on websites so that credit card info could be taken for show tickets, singing valentines, etc. I need...
.PDF files do have a password protection system, and yes, if you have full Acrobat (any version at least equal to that which the .PDF file itself is), and you...
Being the techie types that we all are, I wanted to make sure you all got to see this... HEADQUARTERS JOB OPENING Looking for a systems administrator Here's...
Just wondering if anyone knows about this program??? A n o t h e r G r e a t Singing Valentines Program from You-Book-It.com Singing Valentines Chairman ...
May I ask when you received this? I had a conversation last week with Rudy Harmon, one of the principals in the company, and as a result published this...
The treasurer of our chapter (Keystone Capital Chorus, Harrisburg PA) got it about two weeks ago. He asked me about it, but I hadn't taken the time to look at...
We're aware of the possibility of people doing that with the actual Singing Valentines registrations... and it points to the striking the balance between being...
Hi Gary.. try a meta refresh tag... works pretty well... Adrian www.evg.org ... From: "Gary Efron" <garyefron@...> To: <BbshopWebGuild@yahoogroups.com> ...
<META HTTP-EQUIV="refresh" content="15;URL=http://www.page2.html"> Put this tag at the top of your html and in 15 seconds it will switch to the
URL. Mike ... ...
Thanks to all who helped me: I. Murray Phillips, Jim Adams, Mike Saeger, and Adrian Leontovich. It works great. Chord-ially, Gary Efron SINGgaryefron@... ...
I am webmaster at the Paradise Valley Chapter at www.cactuschordsmen.com. We have a password protected page that links to our calling tree (both in Adobe...
We publish our roster on our password protected page. Jim Adams RTP General Assembly webmaster ... From: Gary Efron [mailto:garyefron@...] Sent: Wednesday,...
Gary, I looked at the actual script you got from DynamicDrive.com. That technique is not a secure way to protect your information. The script essentially...
Steve Stern
sstern@...
May 12, 2004 6:05 pm
562
At Big Chicken Chorus, the roster is developed dynamically out of the database, so it is never a static page. The members are charged with maintaining their...
Even ASP security, although significantly better than the JavaScript method, is still not always the best either. I prefer to password protect the directory...
Six months ago, Scott Hoge from Kenosha sent out a great package that integrates the chapter web site members-only function with the Society web site. That...
Here in Northbrook, I protect the members only website with phpSecurePages (http://www.phpsecurepages.com/). We use the SPEBSQSA RPC to check passwords -- this...