[PHP] Re: looking for a PHP editor

2001-01-09 Thread Arcady Genkin
m. > > Real programmers do "copy con >filename.exe" (well at least in > dos/windows... :-) Well, on some other mailing list a while ago the concensus was that Real Programmers do "cat /dev/audio > filename" and then hiss machine code into the microphone. p.s

[PHP] Re: looking for a PHP editor

2001-01-09 Thread Arcady Genkin
with a huge horizontal scroll-bar, and is terribly misalligned (the background on the right, all the content to the left of it, off-screen). If this is the kind of websites it generates, I wish you best of luck. ;^) (Netscape 4.7, UNIX) -- Arcady Genkin Don't read everything you believ

[PHP] Use

2001-01-13 Thread Arcady Genkin
I have noticed that 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]

[PHP] Re: Use

2001-01-13 Thread Arcady Genkin
"mOrP" <[EMAIL PROTECTED]> writes: [badly formatted message fixed] > > I have noticed that > in documentation, how safe is it to use it? > > Can someone point me to the documentation of ' know what it does. See http://www.php.net/manual/en/language.basi

[PHP] User login using session algorithm

2001-03-04 Thread Arcady Genkin
outline of the algorithm I've come up with? Any opinions greately appreciated. http://www.thpoon.com/~antipode/tmp/user_auth.png The algorithm is presented as a flowchart. p.s. I'd like to "roll my own", even though I know that there is authentication code available.

[PHP] Life of environment variable set put putenv()

2001-05-18 Thread Arcady Genkin
r PHP script served by the same apache child? Many thanks, -- Arcady Genkin -- 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] Life of environment variable set put putenv()

2001-05-19 Thread Arcady Genkin
[EMAIL PROTECTED] ("elias") writes: > "Arcady Genkin" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I could not find this in the docs, but maybe I've been looking in the > > wrong place. Could so

[PHP] session_unset() and session_destroy()

2001-05-22 Thread Arcady Genkin
stroy() or both? Many thanks, -- Arcady Genkin -- 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]

[PHP] Error: symbol _erealloc not found, PHP 4.0.6 under Solaris/Sparc

2002-01-26 Thread Arcady Genkin
, -- Arcady Genkin Don't read everything you believe. -- 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]

[PHP] pg_fetch_object() and composite field names

2001-05-24 Thread Arcady Genkin
avoid this problem, or use a function other than pg_fetch_object. But I'm interested whether pg_fetch_object _can_ be used here. Many thanks, -- Arcady Genkin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: [PHP] Email verification (was: [PHP] Removing Invalid Users)

2001-07-04 Thread Arcady Genkin
"Steve Werby" <[EMAIL PROTECTED]> writes: > "Arcady Genkin" <[EMAIL PROTECTED]> wrote: > > If I understand correctly, vrfy does not wholy depend on that > > functionality to be supported by the server. I think that it simply > > connects t

Re: [PHP] RE: Protecting from session hijacking

2001-07-04 Thread Arcady Genkin
ems that if using Cookies and POST employing it would be quite cumbersome... I wish PHP did that for me automatically. :) -- Arcady Genkin i=1; while 1, hilb(i); i=i+1; end -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: [PHP] error_log not obeyed

2001-07-03 Thread Arcady Genkin
user that owns apache usually > has very limited powers Well, see above. If Apache can write its own logs there, it should be able to write PHP's logs there too, right? What worries me is that the logs are directed into apache's error logs. This makes me think that the problem is not

[PHP] news.php.net -- will it work?

2001-07-03 Thread Arcady Genkin
I used to read this list via the newsserver news.php.net. It has been down for a while: is the news service going to be restored eventually? Thanks, -- Arcady Genkin i=1; while 1, hilb(i); i=i+1; end -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP] Protecting from session hijacking

2001-07-03 Thread Arcady Genkin
from unwanted eyes.) -- Arcady Genkin i=1; while 1, hilb(i); i=i+1; end -- 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]

[PHP] iterating over /etc/group

2001-07-03 Thread Arcady Genkin
, -- Arcady Genkin i=1; while 1, hilb(i); i=i+1; end -- 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] PHP Run Command Line

2001-07-05 Thread Arcady Genkin
udo' package, and configure it to allow running a particular command as root to whatever user Apache runs as. -- Arcady Genkin i=1; while 1, hilb(i); i=i+1; end -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: [PHP] Using PHP + GD to make bar graphs?

2001-07-05 Thread Arcady Genkin
r, you get numeric value for it. Have a look at: http://www.thpoon.com/408/barchart.php Input is taken from a text file. If anyone is interested in the source code, let me know and I'll release it. The code is rather trivial, though. -- Arcady Genkin i=1; while 1, hilb(i); i=i+1; end -- PHP

Re: [PHP] Using PHP + GD to make bar graphs?

2001-07-05 Thread Arcady Genkin
"Robert L. Yelvington" <[EMAIL PROTECTED]> writes: > on 7/5/01 10:15 AM, Arcady Genkin at [EMAIL PROTECTED] wrote: > > > While taking a university course I needed to ``squash the competition'' by > > hacking together quick bar-charts with PHP. These

Re: [PHP] Email verification (was: [PHP] Removing Invalid Users)

2001-07-04 Thread Arcady Genkin
t least you know that the domain part is not faked, and there is a mail exchanger willing to serve it. -- Arcady Genkin i=1; while 1, hilb(i); i=i+1; end -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: [PHP] preg_match

2001-07-04 Thread Arcady Genkin
races. Can somebody give me a hint? According to the manual, "<" or ">" are not metacharacters, so no use escaping them. In any case, your expression can be simlified somewhat using Perl's \w sequence. Don't forget to designate beginning and end of string. Try the

Re: [PHP] Security of PHP code

2001-07-04 Thread Arcady Genkin
"Hankley, Chip" <[EMAIL PROTECTED]> writes: > Is it possible to have such a function on your site w/o giving access to ALL > of your documents... On top of everything the other users recommended, you can enable safe mode. It will protect you from sloppy programming.

Re: [PHP] Executing UNIX commands with PHP

2001-07-04 Thread Arcady Genkin
that running such command may be a really bad idea. If someone runs `ps' at the same time, he'll be able to see the password for user `tim' in clear text. -- Arcady Genkin i=1; while 1, hilb(i); i=i+1; end -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [E

[PHP] PHP escapes shell commands for me?

2001-07-04 Thread Arcady Genkin
ideas, -- Arcady Genkin i=1; while 1, hilb(i); i=i+1; end -- 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]

[PHP] Email verification (was: [PHP] Removing Invalid Users)

2001-07-04 Thread Arcady Genkin
If you specify an arbitrary name, you can check whether this resolves to any valid recipients. -- Arcady Genkin i=1; while 1, hilb(i); i=i+1; end -- 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] iterating over /etc/group

2001-07-04 Thread Arcady Genkin
[EMAIL PROTECTED] writes: > On Wed, 04 Jul 2001, Arcady Genkin wrote: > > > Does PHP provide no high-level means of iterating over the UNIX > > /etc/group file, a la getgrent() C function? The task is to figure > > out all groups that a user is in on a system with PHP i