Does anybody have a script in perl to decrypt the password?
Need it to autosend lost passwords to the user.
Thanks!
I have written a program in perl that, when given a server path, will report the size of every folder 1 level below the given path. The use for this is in determining the size of user home dri...
I have an HTML textarea box that I want to save the input from into a text file.
Instead of printing each 'Enter /return' on a new line I want it on the same line with <br> printed instead....
Hii ...
i want to get IP Address for the PC ( Client MAC address ) by some CGI Code .... like this URL ..
>> http://checkip.dyndns.org
in this URL i can get my real IP Address for t...
Hi
Although I have a background in programming, PERL is completely new to me...and I'm getting nowhere fast!! Hoping you can help!
I have obtained a PERL script that is used in conjuncti...
I have created a grade book for myself to record my student's math grades. I want to compare the date that I gave the assignment with the quarter's beginning and ending date to show all grades...
I want to store an encrypted string in a cookie.
I will keep a key stored in a config file or database
I want to be able to decrypt the string after reading the cookie
I want to use the sto...
I am new to Apache. I installed Apache 2.0.43 and I have it running on my local PC. I have a file index.cgi that is working on another local PC but will not work on my PC. I have been worki...
I'm not an expert in Perl by any means, but here I went ahead and wrote a tiny login script. I would like to make the script as secure as possible, both from a malicious user entering in bogu...
Ok, I know how to use Net::SMTP to send messages with a single recipient but I am having problems using $smtp->bcc(). I want to send to multiple recipients in the bcc field. I have tried varia...
My /etc/apache2/sites-available/default is set up to handle cgi or pl files like this:
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options FollowSym...
I'd like to replace all "@" in returned FORM input values by HTML "@":
$value =~ s/\@/@/g;
Problem is: the semicolon seems to terminate the line. I tried "\;" but that won't work...
Hi,
I need a Java script which disables text field for certain radio button selection.
For example,(In our below code)
If any of the first 4 selections (1 MONTH SALES , 1 MONTH QTY , 2 MO...
Do anyone has a triple DES algorithm sample to try on (encrypt & decrypt) ?
Or do anyone has a link to the standard triple DES API for C(Linux) ?
i have configured the "cgi-bin/modulev2.cgi" to my apache web server ... it is working independently calling this extension .. but when i use this from my form post where I am using in to payb...
Running apache2 and perl on ubuntu 9.04 I am getting the Apache error (8)Exec format error: exec of
I have a cgi script that uses some javascript functions to display a popup calendar for choosing dates. Thejavascript calls an HTML file named calendar.html as the base for the calendar. Whene...
This is killing me.
We turned on our cluster today so I need to update all of our Awstats programs to get stats from the second machine as well. I had a really hard time finding documentati...
What is the best way to do this?
I have a client program (http client or web page) that sends employee info to the database for
update. Let us say it send address information (empid, street...
i currently am running MS IIS server and can run asp, php and perl on it, but now want to run cgi scripts!
when i installing perl to run on IIS i though it mite allow cgi scripts to run too...
How do I write a small perl script to output the current date with the format that looks like this:
22/Apr/2007:00:21:18 -0800
I tried this: $time_stamp = `date`; print DATA "$time_stam...
I have a form with input type as textarea which can contain up to 10 rows of 78 chars message. I key in the message without break/hard return. Afer submit, I get the param'message');. Af...
When running the Exchange Best Practice Analyser we receive a warning that our passive Single Copy Cluster mailbox server is partially configured.
'ClusteredMailboxServer' is partially conf...
How do I get this:
<META HTTP-EQUIV="REFRESH" CONTENT="X;URL=yourpage.html">
Into the right syntax for the code below.
It's part of a a perl script that puts a text file on the webpage th...
Hi
I'm creating a pipeline to process a HTML form on a server. I read the text input to a file via $QUERY_STRING (works), do some processing in Python and Prolog (works) and after that I want...