Hi everyone.
Ok, so we have a script that was working find on the hosting service "site5" back in 2014. Resurrecting the script on leaseweb.com, we need to Add a Password via a .cgi file where the Page displays the following:
"Add password for MD5 verification of posts."
Enter Password: 123456
MD5 code: e10adc3949ba59abbe56e057f20f883e
Well, the hash is not appearing. Just "MD5 code:" with no code display.
In the error log we see this:
[cgi:error] AH01215: Try `/usr/bin/md5sum --help' for more information
+.: /home/beee001/public_html/cgi-bin/eposturl.cgi
[cgi:error] AH01215: /usr/bin/md5sum: unrecognized option '--string=12
+3456': /home/beee001/public_html/cgi-bin/eposturl.cgi
Here is the full code:
http://pastebin.com/TwbBeDuY
any help appreciated
thanks
i - PD
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.