RE: [PHP] Executing UNIX commands with PHP

2001-07-04 Thread Tim Taubert
mh this is bad... can i do anything else instead of this ? - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ - .o] -Original Message

RE: [PHP] Executing UNIX commands with PHP

2001-07-04 Thread Tim Taubert
Thanks a lot Henrik! - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ - .o] -Original Message- .o] From: Henrik Hansen [mailto

[PHP] Executing UNIX commands with PHP

2001-07-04 Thread Tim Taubert
Hi all, how can i execute a UNIX command like 'newuser "Tim Taubert" tim password' ? and am i able to fetch the results of such commands? Please help. Tim Taubert --------- Tim Taubert | [EMAIL PROTECTED] | htt

RE: [PHP] Formular problem

2001-07-04 Thread Tim Taubert
Thanks a lot Alex! Tim Taubert - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ - .o] -Original Message- .o] From: Alex Piaz

[PHP] Formular problem

2001-07-04 Thread Tim Taubert
help Tim Taubert - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

RE: [PHP] Security of PHP code

2001-07-04 Thread Tim Taubert
found 2 other servers having the same problem... mailed to the webmasters and admins instead of posting it.. now i feel a little bit better :) Tim Taubert - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg

RE: [PHP] Security of PHP code

2001-07-04 Thread Tim Taubert
mh i know it was the wrong decision. didn't think about it. already said that. feeling guilty now *argh* Tim Taubert - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.c

RE: [PHP] Security of PHP code

2001-07-04 Thread Tim Taubert
oh thanks for the disclaimer ;) forgot it.. richard: didn't think about it.. but should have done it.. first and last time i did it *promised* :) Tim Taubert - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.c

RE: [PHP] Security of PHP code

2001-07-04 Thread Tim Taubert
mh =) contacted the admin to fix this problem ;) Tim Taubert - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ - .o] -Original Message

RE: [PHP] Security of PHP code

2001-07-04 Thread Tim Taubert
you're totally right.. look at this http://www.ssw.uni-linz.ac.at/Teaching/Lectures/Sem/2000/Alexander/source.ph p3?url=/etc/passwd *no comment* and not my site... Tim Taubert - Tim Taubert | [EMAIL PROTECTED] |

RE: [PHP] Security of PHP code

2001-07-04 Thread Tim Taubert
yes i had this problem too... it's easier to rename your .inc files to .inc.php3 ... so nobody can see your code but the output maybe null or some crazy code... but it's not your php code... Tim Taubert --------- T

RE: [PHP] Security of PHP code

2001-07-04 Thread Tim Taubert
i think that you can't attack php code because it's a server side scripting language... just with *echo*(and others) you send some code to the browser... i guess it's secure ;) Tim Taubert --------- Tim Taubert | [

RE: [PHP] Sina.com

2001-07-04 Thread Tim Taubert
lol you're right :) - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ - -Original Message- From: Don Read [mailto:[EMAIL PROT

RE: [PHP] Sina.com

2001-07-03 Thread Tim Taubert
i'm getting this like you... only unreadable messages.. - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ - -Original Message-

RE: [PHP] Help Please

2001-07-03 Thread Tim Taubert
yes there is one $HTTP_REFERER but it isn't supported by all browsers... bye Tim - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.c

RE: [PHP] poor HTML syntax crashing (!) netscape

2001-07-03 Thread Tim Taubert
don't know any bugs but could be helpful if we could see your code... but.. maybe you think we shouldn't see it ;) Tim Taubert --------- Tim Taubert | [EMAIL PROTECTED] | http://www.shogu

RE: [PHP] mail function fails

2001-07-02 Thread Tim Taubert
mh.. this worked successfully... don't have any other ideas.. bye tim - Tim Taubert | [EMAIL PROTECTED] | http://www.shogunat.com/rg/ - -Ori

RE: [PHP] mail function fails

2001-07-02 Thread Tim Taubert
hey ryan try something like this mail("[EMAIL PROTECTED]", "Quote Request", $message, "From: [EMAIL PROTECTED]\nX-Mailer: PHP/" . phpversion()); hope this helps cya tim ------------- Tim Taub

AW: [PHP] Replacing colors in an image?

2001-07-01 Thread Tim Taubert
t familiar with the internals of any image format. hope this helps, Papp Gyozo - [EMAIL PROTECTED] - Original Message ----- From: "Tim Taubert" <[EMAIL PROTECTED]> To: "PHP Mailingliste" <[EMAIL PROTECTED]> Sent: 2001. jĂșlius 1. 18:11 Subject: [PHP] Replacing c

[PHP] Replacing colors in an image?

2001-07-01 Thread Tim Taubert
is it possible to create an image on a website and then to replace colors or parts of this image with another color? imagine we have a left and a right part. they're both white at the beginning. now i randomly choose a color and now the right part becomes green and the left part red... is it pos