473,387 Members | 1,834 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

webZip



Look ate the WebZip program description:
Save reference material, online books, e-zines, news articles and other
Web content to your hard drive and browse them anywhere, anytime - fast!"

Is there any way of protecting my .php ant other files agains't these type
of programs.

Thnaks

+---------------------------------------------+
| Jayme Assuncao Casimiro |
| Graduado em Ciência da Computação |
| Estudante de Mestrado em Computação |
| Universidade Federal de Minas Gerais - UFMG |
+---------------------------------------------+

Jul 17 '05 #1
3 2403
Jayme Assuncao Casimiro <ja***@dcc.ufmg.br> wrote in message news:<Pi**************************************@pia ba.dcc.ufmg.br>...
Look ate the WebZip program description:
Save reference material, online books, e-zines, news articles and other
Web content to your hard drive and browse them anywhere, anytime - fast!"

Is there any way of protecting my .php ant other files agains't these type
of programs.

Thnaks

+---------------------------------------------+
| Jayme Assuncao Casimiro |
| Graduado em Ci ncia da Computa o |
| Estudante de Mestrado em Computa o |
| Universidade Federal de Minas Gerais - UFMG |
+---------------------------------------------+

Jayme.

AFAIK, These programs are only automated browsers.
They request pages from the web servers and save the output in files.
A human user with Internet Explorer / Mozilla / Whatever could achieve
just the same result by using the browser's 'save as' function when
viewing a page.

Your PHP files should be safe as long as the webserver executes
(interprets) the code as it should.

If you have data or other files you wish to keep hidden there should
be an htaccess mechanism on your webserver to prevent unauthorised
access.

The real threat is in someone gaining access at the command prompt
level on your webserver and using 'nix to send files back to
themselves.

Anyone else have a view ?

Ron
Jul 17 '05 #2
Jayme Assuncao Casimiro <ja***@dcc.ufmg.br> wrote in message news:<Pi**************************************@pia ba.dcc.ufmg.br>...
Look ate the WebZip program description:
Save reference material, online books, e-zines, news articles and other
Web content to your hard drive and browse them anywhere, anytime - fast!"

Is there any way of protecting my .php ant other files agains't these type
of programs.


Findout the "user agent" of that software and use mod rewrite
http://httpd.apache.org/docs/mod/mod_rewrite.html

---
"One who mix sports and patriotism is a barbarian"
Email: rrjanbiah-at-Y!com
Jul 17 '05 #3
There is a program out there called WebProtect which encrypts files, and
then uses an equation to decrypt them when they are accessed.
Jul 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.