Discussion:
.php scripts in our web space
(too old to reply)
David W. Tamkin
2006-02-11 23:17:26 UTC
Permalink
(Assuming that the person who has running versions will send me copies and
that they'll work here,) are we permitted to have .php scripts in our html
space that will run when accessed by HTTP?
Don Seeley
2006-02-28 01:22:19 UTC
Permalink
Post by David W. Tamkin
(Assuming that the person who has running versions will send me copies and
that they'll work here,) are we permitted to have .php scripts in our html
space that will run when accessed by HTTP?
all in beautiful php
http://www.daringdesigns.com/
--
Don Seeley
dschi at daringdesigns.com
http://www.daringdesigns.com
unknown
2006-03-03 05:06:57 UTC
Permalink
Don Seeley <see-***@fakedomain.com> wrote in <du08kb$bno$***@e250.ripco.com>:

| all in beautiful php
| http://www.daringdesigns.com/

Yes, an example of what PHP can do, but absolutely no help for my question.
Bruce Esquibel
2006-03-03 14:24:58 UTC
Permalink
David W. Tamkin <nobody@[127.0.0.1]> wrote:
: Don Seeley <see-***@fakedomain.com> wrote in <du08kb$bno$***@e250.ripco.com>:

: | all in beautiful php
: | http://www.daringdesigns.com/

: Yes, an example of what PHP can do, but absolutely no help for my question.


Sorry, missed the posting of the original question for some reason.

The answer is no, if you are trying that on the pages.ripco.net server. It
doesn't execute cgi or php scripts.

Only reason for that is because it's a communal server, everyones home page
runs off a single process/server. There is just too much of a headache
safeguarding the thing from exploitable scripts and stuck-in-a-loop
processes.

Basically if one web page goes bad, everyones does.

Since the commerical accounts run independent servers, although that doesn't
stop anyone from using an exploitable script, it's easier to trace back and
if a loop develops, it only screws up that one site.

-bruce
***@ripco.com
unknown
2006-03-05 02:28:31 UTC
Permalink
Bruce Esquibel <***@e4500.ripco.com> wrote in <du9jjq$a35$***@e250.ripco.com>:

| The answer is no,

OK. Thanks.

Loading...