cgi security aspects

2003-03-11 Thread Skorpion
can you give me a pice of advice of security aspects creating cgi scripts working with apache server on linux running 2.2.19 kernel - any backdoors i should be aware of ? is there any chance to get a root password via badly writen cgi script - i used mysql and psql dbd pure perl modules with dbi 1.

Odp: cgi text color in tables

2003-01-20 Thread Skorpion
finally i made the code work for me :) - thanks for inspiration - i own you a code - hope you can do it easiest way - i am just begginer - so it's likely the simplest way to achive the same result the code was: $sth->prepare(SELECT * FROM table); $sth->execute; $ref = $sth->fetchall_arrayref; pri

Odp: cgi text color in tables

2003-01-19 Thread Skorpion
thanks for info - i figured out it won't be easy - i am using references in table rows - it's better for me to highlight row by bgcolor avoiding additional loops - but maybe any idea how to quick change text color for a row that's defined as reference to table - thanks in advance greg - Origin

cgi text color in tables

2003-01-18 Thread Skorpion
i can't change the text color in a single row of table (even in all table) i can use html tags it works fine than, but while using shortcuts there's no result at all statement start_html({-text=>'green', -bgcolor=>'red'}) - works fine but in stetment table({-bgcolor=>'purple', -text=>'ye