Gossamer Forum
Home : General : Perl Programming :

Re: Hacking of CGI scripts

Quote Reply
Re: Hacking of CGI scripts In reply to
Thank you for the reply

I have a free commercial script where the Admin Password is not encrypted.
I am not powefull enough in CGI to change and this script with encrypted password
It is a Banner rotator and the Password is stored as follows:
$adminpass = "mypassword";
So on your suggestion I will change this to:
A/ local ($adminpass); $adminpass = "mypassword";
or
B/ my ($adminpass); $adminpass = "mypassword";
What is the Best ??? solution A/ or B/ ?????

By the way Mr.Eliot Lee
Do you still no have a solution for the Grep Line Search
problem that I have posted here:

http://gossamer-threads.com/perl/forum/showflat.pl?Cat=&Board=L2Cust&Number=141744&page=0&view=collapsed&sb=5

I really would like to Use a search Line by Line instaed of by field.
And this topic never found a solution on the whole board.
Please search with keywords " State City "
You will see many topics but No Solution for line Search
Thank You and Regards,
Sanuk

Subject Author Views Date
Thread Hacking of CGI scripts sanuk 6546 May 18, 2001, 6:05 AM
Thread Re: Hacking of CGI scripts
Paul 6414 May 18, 2001, 6:33 AM
Thread Re: Hacking of CGI scripts
sanuk 6408 May 18, 2001, 7:44 AM
Thread Re: Hacking of CGI scripts
Eraser 6390 May 18, 2001, 8:21 AM
Thread Re: Hacking of CGI scripts
sanuk 6353 May 19, 2001, 12:59 AM
Thread Re: Hacking of CGI scripts
Eraser 6333 May 19, 2001, 2:30 AM
Post Re: Hacking of CGI scripts
sanuk 6298 May 20, 2001, 7:44 PM
Post Re: Hacking of CGI scripts
Paul 6366 May 18, 2001, 10:33 AM
Thread Re: Hacking of CGI scripts
Stealth 6414 May 18, 2001, 7:07 AM
Post Re: Hacking of CGI scripts
sanuk 6390 May 18, 2001, 7:38 AM
Post Re: Hacking of CGI scripts
Crowe 6245 May 25, 2001, 1:03 PM