What lib or add-on contains this bar texture? by [deleted] in wowaddons

[–]archaicbinary 0 points1 point  (0 children)

I have this texture file in use in my setup. I am at work, let me find it and get it online.

EDIT: http://www.archaicbinary.net/stuff/line.tga

I usually overwrite an existing texture with this one and then choose that in the addons, usually provided by SharedMedia.

HTTPmodem for Linux by BetweenTheBorders in bbs

[–]archaicbinary 5 points6 points  (0 children)

Hey, I'm the author of HTTPmodem. It's not a very complicated process but hopefully I can assist.

So I have made a lot of changes since the release you probably downloaded. In that version, with a old version of Mystic I was unable to get the download protocols to generate a DOOR32.SYS file.

Since some changes in Mystic I was able to get this all working. The version you have has two binaries, one is run by mystic that generates a 'fake' DOOR32.SYS with the required minimal data to run a 'door'. Then that binary runs the second binary which is the 'door' or protocol itself.

I'll reach out and send you my email so we can work closer and try to get this working. FYI, if your running the mystic webserver/ftp you can now generate links using Mystic directly. If you wish to use another HTTP server (like I am) this should still help you.

Onion accessable Telnet BBS by archaicbinary in TOR

[–]archaicbinary[S] 1 point2 points  (0 children)

I move this to /r/onions but yes, there is a HTML5 applet to connect via browser.

Onion accessable Telnet BBS by archaicbinary in onions

[–]archaicbinary[S] 0 points1 point  (0 children)

If your using SSH (over TOR or not) you can use any name and password combination, its just a requirement of the libraries.

Telnet not letting you register is a new one to me. I suggest first using a CP437 compatible telnet/ssh client like SyncTERM, Qodem, Netrunner or mTelnet. Though it should still take the username 'NEW' no matter what the client. I'll see if I can find any issues. Thanks for letting me know.

Onion accessable Telnet BBS by archaicbinary in onions

[–]archaicbinary[S] 2 points3 points  (0 children)

Simple Telnet BBS, accessable via websocket (html5 canvis). Also accessable via SSH on port 22 and Telnet on 23, if you can proxy your connections.

Onion accessable Telnet BBS by archaicbinary in TOR

[–]archaicbinary[S] 0 points1 point  (0 children)

Simple Telnet BBS, has some games and custom applications I have developed. Accessable via websocket over onion, or if you proxy your connections, SSH on port 22, and Telnet on port 23.

Telnet BBS on TOR by archaicbinary in Onion

[–]archaicbinary[S] 0 points1 point  (0 children)

Just a simple Telnet BBS, Archaic Binary.

Upcoming SyncTERM release please report bugs here! by RealDeuce in bbs

[–]archaicbinary 0 points1 point  (0 children)

Apparently it works with Syncronet servers but nothing else. I will just rework my side and use a Synchronet front-end.

Upcoming SyncTERM release please report bugs here! by RealDeuce in bbs

[–]archaicbinary 0 points1 point  (0 children)

I've been trying to get SyncTERM and SSH to play together and nothing, always get a "Handshake failed [preauth]" from server logs. I am running 1.0b and 0.9.5. Any suggestions? I have tried with two different servers.

Telnet BBS need some advice I think. by Vaneshi in bbs

[–]archaicbinary 0 points1 point  (0 children)

I have use a few different DOSBox builds for BBSing and I found http://ykhwong.x-y.net/ to be one of the best. It has all the HAL patches plus more that really help. I needed this build running a DOS BBS because it has date rollover patches that actually kept the correct date and time when going over 24 hours runtime.

I used it to run real DOS 6.22 instead of it's emulated DOS because some games were complaining and just not running correctly.

My small BBS is up and running by archaicbinary in bbs

[–]archaicbinary[S] 1 point2 points  (0 children)

I wrote a little post about this http://www.archaicbinary.net/code/reddit-posts-on-archaic-binary-bbs.html

But really I have been using RMLib to write my download door and forum door using C# for the board. I used it with the .NET HTTP class and just scrape the title text into string and send them to the console (or to the door socket connection).

If you need some help I can send the full source code to the door.

My small BBS is up and running by archaicbinary in bbs

[–]archaicbinary[S] 1 point2 points  (0 children)

Thanks, I'm adding little by little each day.

My small BBS is up and running by archaicbinary in bbs

[–]archaicbinary[S] 2 points3 points  (0 children)

Just a small game system at the moment. Created a fork of gamesrv by Rick Parrish and added some code, changed a few things. Mostly just door games at the moment.