telnet://bbs.roonsbbs.hu:1212 <<=-
anyone knows a gut rot47 encoder/decoder for os2?
anyone knows a gut rot47 encoder/decoder for os2?
What language do you use? ROT47 is simple, you can get the python
source from the script it self. It should be straight forward to "translate" to some other language. Below is the python code:
def rot47(s):if (j>> =33) and (j<=126):
res = ''
i = 0
while i <= len(s) -1:
j = ord(s[i])
res += chr(33 + ((j + 14) % 94))
else:
res += s[i]
i += 1
return res
And here is a site that has encoders/decoders for all programming languages: https://rot47.net/
It will be nice, for other BBS software to "connect" to the interbbs
last callers mod, cause right now, it's more of a inter-mystic-bbs
last callers :)
telnet://bbs.roonsbbs.hu:1212 <<=-
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,042 |
Nodes: | 15 (0 / 15) |
Uptime: | 04:54:44 |
Calls: | 500,302 |
Calls today: | 3 |
Files: | 95,203 |
D/L today: |
266 files (23,319K bytes) |
Messages: | 465,335 |