OK, my port is forwarded, and I'm ready to host.
My thinking is that this, the final step of internet testing, should go well as the internet connectivity is supposed to work as it does on the LAN.
I hope that some of you visiting today have a quick three minutes to help me test my chat room software.
A couple of close calls so far, but we seem to keep missing being online simultaneously.
In theory, running either version posted in this thread should work the same, but I'm running the newer one.

I'll hang around watching Star Trek, checking every five minutes or so hoping for a PM or two.
If any are brave enough, I have a beta...
Code: Select all
FILESAV$= " ░░▒▒▓▓██ »──► Press Ctrl+S to save the chat text to a file."
FSHOST$= " ░░▒▒▓▓██ »──► Press F10, F11, or F12 to send a file to corresponding guest."
FSGUEST$= " ░░▒▒▓▓██ »──► Press F10 to send a file to the host."
BOOTKEY$= " ░░▒▒▓▓██ »──► Press Ctrl+F1, F2, or F3 to boot the corresponding guest from chatroom."
LINKSEL$= " ░░▒▒▓▓██ »──► Press ← → to select URL, then press ↓ to load selected page."
CompilerIf #PB_Compiler_OS=#PB_OS_Linux
SMILEY$= " ░░▒▒▓▓██ »──► To enter a smiley ☺ (☻) (☹) press Alt+1 (Alt+2) (Alt+3)."
BELL$= " ░░▒▒▓▓██ »──► To enter a bell • press Alt+7."
CompilerElse
SMILEY$= " ░░▒▒▓▓██ »──► To enter a smiley ☺ (☻), while typing press Alt+1 (Alt+2) from the keypad."
BELL$= " ░░▒▒▓▓██ »──► To enter a bell •, while typing press Alt+7 from the numeric keypad."
CompilerEndIf
edit: In the two days since posting this, no one yet has the balls, so I thought I'd update my avatar to something a bit less intimidating like one of my old patch hounds.
It's not like I'm asking for much. It quite simple,
Rich even you could do it. It goes like this.
In reply to your PM I'd give you my IP address. (I'll assume that you know that we would both have to be online at the same time running the program.)
I'd start the host server by running the code, pressing H, and entering my name. Then you'd run the code to connect.
1) Start (the guest client) by pressing J
2) Then enter a name (or just press Enter)
3) Then enter my IP address (the one from the PM reply)
That's it 1-2-3.
You can practice this connection process on your computer by running the program and starting the host (Press H then Enter).
Then open up a second chat window (you'll need to have an executable compiled to start the second window),
and from the second window join the already running host by entering 127.0.0.1 (the system's loop back address) as the IP address of the host.