To the Board admin that was...
Posted: Thu Oct 21, 2004 11:51 pm
very bored. Nice little change. LOL
OK, there's my off topic post for the next week or so.
OK, there's my off topic post for the next week or so.
Welcome to the Sennadar forums
https://test-forums.sennadar.com/
Click onj-man5 wrote:I wonder what I'm overlooking?
ROFL :D You're bad!!! ;Dshadowhawk wrote: [rot13]Gur gvgyr Obneq Nqzva punatrq gb Oberq Nqzva.[/rot13]
As I don't feel like moving each letter 13 places, care to translate that? Oberq Nqzva is Bored Admin I'm guessing.shadowhawk wrote: [rot13]Gur gvgyr Obneq Nqzva punatrq gb Oberq Nqzva.[/rot13]
Not much.j-man5 wrote:I wonder what I'm overlooking?
shadowhawk wrote: [rot13]Gur gvgyr Obneq Nqzva punatrq gb Oberq Nqzva.[/rot13]
You can always use <tt>rot13</tt> program from <tt>bsd-games</tt> package, or use <tt>tr</tt> program from <tt>coreutils</tt>:lochar wrote:As I don't feel like moving each letter 13 places, care to translate that? (...)
shadowhawk wrote: You can always use <tt>rot13</tt> program from <tt>bsd-games</tt> package, or use <tt>tr</tt> program from <tt>coreutils</tt>:
run "<tt>tr a-zA-Z n-za-mN-ZA-M</tt>" from the command line, or use regexp-like operator in <tt>sed</tt>: <tt>y/a-zA-Z/n-za-mN-ZA-M/</tt> or <tt>tr/a-zA-Z/n-za-mN-ZA-M/</tt> in <tt>perl</tt>. [/url]
That's results of having un-Power User-friendly operating system...spec8472 wrote:Then again, you could be using Windows, so most (note: most != all) people don't have bsd-games, tr program, or any knowledge of regexps, let alone sed.
Didn't work for me...shadowhawk wrote: [...]
But I hope that the last link provided works for anybody, with any web browser (Mozilla/Gecko based, Konqueror or Safari/KHTML based, Opera, Internet Explorer) and using any operating system...
Try Simple rot13 Converter. This should work, as it doen't use any JavaScript. Purely server side, in PHP.harrys wrote:Didn't work for me...
The form to enter text appeared but the "Rot13-It"-Button showed a page without the "answer".
Thanks for the link.shadowhawk wrote: Try Simple rot13 Converter. This should work, as it doen't use any JavaScript. Purely server side, in PHP.