certainly seems to have the
> goods on customisation.
>
> Besides which, you can always edit and fiddle :)
I'm working on one at the moment that'll (hopefully, fingers crossed) be
fully customisable. And the admin/users area has permissions. Which is
something PHPNuke is lacking
Todd Cary <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am having a very strange problem: PHP 4.0.4 on a NT 4 platform with
> IIS 5 is only allowing one surfer to do a DB Select. If the DB is busy
> with the first user, the page is not available to other u
apparently not bother to actually read what people are
writing?
On a unix shell, try putting a \ in front of all your funny characters. eg:
http://www.php.net/do_download.php?download_file=php-4.0.4pl1.tar.gz\&source
site=www.php.net
Or whatever the URL is. I think that got mangled by Outlook
#x27;See my project page for details.', 'See my project
page for details.', 'See my project page for details.', 'See my
> project page for details.', 'this is a test. let\'s see if this goes
through.', '', '1gtcs14r3h8515786')
have a daemon
running that listens for incoming connections and then spawns another
process for each connection. Then the daemon goes back to listening. As far
as I know, PHP doesn't have any sort of fork() or process spawning type
commands.
--
Rick Hodger
--
PHP General Mailing List (http
someone requests that file, it'll get passed straight to
them. It's a .inc, which means that PHP does not know to parse it. Which
means, that person can see your usernames and passwords. And because it's a
public package, they're far more likely to know the path to said file.
rname and password to a plain text file. Once an hour,
have another script running under root's crontab check that file for entries
and create the users.
--
Rick Hodger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
if "harm" is not done.
I will freely admit I have seen and peeked into "wide open" websites in the
past, either through server misconfiguration or faulty scripts. But I have
never gone much further than maybe figuring out what was wrong and sending
an email to the owner. Mo
So I tryied
>
> $fp=fopen($filename,"r");
> fread($fp,filesize($filename));
> fclose($fp);
Try this, only change your fread line like so:
echo fread($fp,filesize($filename));
I have to do this to put out an image with a image/vnd.wap.wbmp header, and
it works for me.
--
Ri
Miles Thompson <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> IIS I'm not familiar with, and Apache has a native scheme involving
.htaccess.
>
> If you want a portable authentication method, I'd recommend authenticating
> against a list of users/passwords cont
debug enabled version of PHP. If you are, it won't load the optimiser.
--
Rick Hodger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Chris Adams <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On 16 Jan 2001 05:05:18 -0800, Rick Hodger <[EMAIL PROTECTED]> wrote:
> >Here's a fun little thing I discovered, possibly a bug in PHP itself?
> >
> >
up on my
laptop, it doesn't work. I think it must be something in the
setup...although AFAIK they should both be near enough the same. I'll have
to experiment.
--
Rick Hodger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
in
most
> cases need.
Yes, I know that. But what I'm saying is that eg.
Hello world!
...gets put out with a text/html content type as opposed to the specified
text/vnd.wap.wml. Having said that, I just tried it on the linux machine and
it worked fine. A Windows thing?
--
Ric
d as long as you use echo/printf etc to output your
page. The second you deviate out of PHP and back to HTML the content-type
gets overwritten with a text/html, and so the page doesn't work. ASP used
to be able to cope with this, is it a bug or something I'm doing wrong?
--
Rick Hodger
php.exe directly, or make up
batch files to do the job.
--
Rick Hodger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
16 matches
Mail list logo