On 6/28/06 8:41 PM, "Michael Heth" <[EMAIL PROTECTED]> wrote:
> http://%74%6c%61%67%75%73%67%68%38%32.%63%61%66%65%32%34.%63%6f%6d/ > src/spam_input.asp? > > Anyone know of a way to automate or process the above into something > readable other than doing it by hand? It would be simple to do with PHP. Put the code below in a file and make it executable: #!/usr//bin/php <?PHP echo urldecode($argv[1]); ?> Pass the URL as a parameter and it echoes the translation to stdout. Make sure you put the URL in quotes to prevent the shell from interpreting any special characters. -- Rod KDS Internet "Politics and Poker, Politics and Poker, Shuffle up the cards And find the joker. -- Sheldon Harnick and Jerry Bock, from "Fiorello" -- ------------------------------------------------------------------ Have a feature request? Not sure the software's working correctly? If so, please send mail to <[EMAIL PROTECTED]>, not to the list. List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml> List archives: <http://www.listsearch.com/BBEditTalk.lasso> To unsubscribe, send mail to: <[EMAIL PROTECTED]>
