Re: [PHP] best slashdot?

2001-03-01 Thread Rick Hodger
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

Re: [PHP] PHP single user??

2001-03-01 Thread Rick Hodger
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

Re: [PHP] Download PHP from Linux machine?

2001-02-26 Thread Rick Hodger
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

Re: [PHP] No result - need advice.

2001-02-21 Thread Rick Hodger
#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')

Re: [PHP] Undocumented Socket functions?

2001-02-15 Thread Rick Hodger
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

Re: [PHP] Bad Practices

2001-02-14 Thread Rick Hodger
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.

Re: [PHP] Creating mail users with PHP

2001-02-13 Thread Rick Hodger
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,

Re: [PHP] "wide open"

2001-02-12 Thread Rick Hodger
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

Re: [PHP] Downloads, headers and binary data

2001-01-19 Thread Rick Hodger
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

Re: [PHP] best user authentication method?

2001-01-18 Thread Rick Hodger
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

Re: [PHP] Zend Optimizer

2001-01-17 Thread Rick Hodger
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]

Re: [PHP] WML/WAP and PHP

2001-01-17 Thread Rick Hodger
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? > > > >

Re: [PHP] WML/WAP and PHP

2001-01-17 Thread Rick Hodger
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

Re: [PHP] WML/WAP and PHP

2001-01-16 Thread Rick Hodger
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

[PHP] WML/WAP and PHP

2001-01-16 Thread Rick Hodger
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

Re: [PHP] Running a php script at a giveb time

2001-01-16 Thread 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]