With this mod, all file bases of all BBSes are connected and create a unique file storage, that the user can search.
I made a new mod that allows a user to search for files in an inter-bbs way. The mod includes a client and server script. The client-script has
a TUI that prompts the user to enter a search query and then send this query to the appropriate _DAT echoarea ex. FSX_DAT.
I'm only beginning to wrap my mind around the concept, but that sounds pre nifty. I'm not sure how many use cases it'd be good for, but some of those well, it'd be downright amazing.
I tried it on Another F-ing BBS....
Gave me an Error on Line 71
The mpl did not work at all...
What version of mystic you use? I did receive some queries from Another F-ing BBS... which i think i shouldn't :?
I have only tested the scripts in my "environment", so some debugging
and help from all of you is necessary :)
Under the .mpy... bases_id =
Would that be the File Group Number or each individual File Base
number... I only ask because I have over 500 File Base Numbers...
If that were the case, would the .mpy be able to parse a line that long?
Another question...
Under the .mpy... bases_id =
Would that be the File Group Number or each individual File Base
number... I only ask because I have over 500 File Base Numbers...
If that were the case, would the .mpy be able to parse a line that long?
Under the .mpy... bases_id =
Would that be the File Group Number or each individual File Base number... I only ask because I have over 500 File Base Numbers...
If that were the case, would the .mpy be able to parse a line that lo
Theoretically you could, it's just Python, but because it would be a lot of work to do it like [1,2,3,4,...] you could easily do it like this: bases_id = range(500)
In case you have a message base in between that you don't want to share, you can then easily remove it like:
bases_id.remove(100) --> will remove base id no 100
Cool I will try that out, that would be much easier than adding every sing file base. Maybe note that in the script for us non coders :)
Yes will do.
Also i think something is going wrong... i see you and garycrunk did some searches but the results came to me. Did you receive the results?
Cool I will try that out, that would be much easier than adding every file base. Maybe note that in the script for us non coders :)
Yes will do.
Also i think something is going wrong... i see you and garycrunk did some searches but the results came to me. Did you receive the results?
--- Mystic BBS v1.12 A45 2020/02/18 (Raspberry Pi/32)
Yes I did. My own system responded to me as well, not sure if that is
as intended.
I entered a wrong netmail address, and the mod just hung forever. Just reporting for ya. I used 21:1/100; and when I hit search, the mod hung forever there.
I entered a wrong netmail address, and the mod just hung forever. Jus reporting for ya. I used 21:1/100; and when I hit search, the mod hun forever there.
The ibfs.mps script, doesn't use the net address in a way, that it would hang the system. It only gets the net address as a string field and creates the search query, which is also text (a simple message). Just check line 107-124 in ibfs.mps.
It was on your BBS. :P Just reporting to you.
It was on your BBS. :P Just reporting to you.
oh... that's better cause i tested it, with wrong and correct net
address and works fine. Perhaps it was something accidental or you
bumped on a time that the system makes updates and because of the
sdcard, it takes time and seems like is halt. who knows. but it's not a bug, unless it is repeatable :)
You rock; I just scored 65k on Video Poker X. 3.5 hour long game, that I h to quit with 50+ turns left because time ran out on DreamLand BBS. How th heck did I do that!??!?! LOL. <--- It wasn't a bug, I swear!!! :P
You always put out quality programs that are not only functional, but damn Useful also...
I just wanted to say....
Excellent Idea and nice programming...
You always put out quality programs that are not only functional, but
damn Useful also...
You rock; I just scored 65k on Video Poker X. 3.5 hour long game, tha to quit with 50+ turns left because time ran out on DreamLand BBS. H heck did I do that!??!?! LOL. <--- It wasn't a bug, I swear!!! :P
I always didn't like too hard games. I remember playing an arcade video poker machine, and dropping a lot of coins/credits to it :) so i made
this a little bit to the easy side ;) So... i have to add more
porn/nudes on it? ha? :) hahaaha
My only suggestion so far is that it'd probably be good to mention
either in sysop.txt or ibfs.mps that one should compile the mps after editing it.
I don't _think_ I missed that direction, but once the menu command just caused the screen to re-display, it was my guess for what had happened.
I've set it up on Storm BBS, and attempted a test search for "FSXNET", so hopefully my BBS has joined the ranks of searchable BBSs.
My only suggestion so far is that it'd probably be good to mention either in sysop.txt or ibfs.mps that one should compile the mps after editing it.
I don't _think_ I missed that direction, but once the menu command ju
I don't quite get you, what do you mean? the ibfs.mps takes the search
Here is what I received. 1st one picked up on "Motel"... But the other searches baffled me....
reMOTELey :)
Andrew
Here is what I received. 1st one picked up on "Motel"... But the other searches baffled me....
From: Lightning BBS
To: garycrunk
Here is what I received. 1st one picked up on "Motel"... But the othe searches baffled me....
reMOTELey :)
LOL its like a word search puzzle. I didn't see it either until you said something.
:) it's fine. You got the other results because they contain the word "reMOTELy" ;) For the time being, the search is partial and case
Perhaps in a future version i will make it to accept OR,NOT, AND operators, wildcards, case sensitivity etc.
Out of curiosity, where have you received results from? E.g., did any
come from Storm BBS?
My test search looked on my BBS, Another Droid, and Lightning BBS.
If you want me to test it, give me an idea of a file I can search for
that you know you have and I will let you know the results.
Out of curiosity, where have you received results from? E.g., did any
come from Storm BBS?
My test search looked on my BBS, Another Droid, and Lightning BBS. Hopefully eventually there'll be at least dozens of BBSs involved, and xqtr will have to start considering how to reduce the volume of
responses.
There is also the FILEFIND echo in Fidonet and othernets also.
There is also the FILEFIND echo in Fidonet and othernets also.
Interesting! I was unaware of this, and evidently it's been around since 1991.
Now if only there were (maybe there is, but my 2 minutes of searching didn't come across it) a guide for setting up such a thing on Mystic BBS so I didn't particularly have to figure it out. :)
All I received back was from Lightening and Another Droid BBS's.... Nothing from yours.
I suppose I should just read xqtr's code and stop being lazy on figuring out what it's doing, and get some ideas on what it's not doing, but... being lazy. :)
You will find the mod at Another Droid BBS as xq-ibfs.zip and also at all
I apologise, I'm just hatching this now. Have been quiet in BBS for a few weeks and will be for a few more due to work and family, but will get
this done now. Sorry Xqtr.
I'm only beginning to wrap my mind around the concept, but that sound nifty. I'm not sure how many use cases it'd be good for, but some of well, it'd be downright amazing.
My original idea came, when i was looking for an old DOS file and
couldn't find it. I thought that it would be somewhere in a BBS, but to look for it, you should have to connect to each one of them.
So with this script you can make the query in one BBS and search all the connected BBS ;) It's not something that anyone will use everyday, but it's a proof o concept that BBSes can interconnect in many ways. :)
--- Mystic BBS v1.12 A45 2020/02/18 (Raspberry Pi/32)
* Origin: Another Droid BBS # andr01d.zapto.org:9999 (21:1/111)
I'm only beginning to wrap my mind around the concept, but that sound nifty. I'm not sure how many use cases it'd be good for, but some of well, it'd be downright amazing.
My original idea came, when i was looking for an old DOS file and
couldn't find it. I thought that it would be somewhere in a BBS, but to look for it, you should have to connect to each one of them.
So with this script you can make the query in one BBS and search all the connected BBS ;) It's not something that anyone will use everyday, but it's a proof o concept that BBSes can interconnect in many ways. :)
--- Mystic BBS v1.12 A45 2020/02/18 (Raspberry Pi/32)
* Origin: Another Droid BBS # andr01d.zapto.org:9999 (21:1/111)
Hi, i would love to check it out. is there a weblink to download it? i havelike 65 gigs of downloads on my BBS i am hosting.
also is there a BBS that i have to subscribe to for it to work?
If you want me to test it, give me an idea of a file I can search for
that you know you have and I will let you know the results.
If you want me to test it, give me an idea of a file I can search for that you know you have and I will let you know the results.
Well, huh, that was a message from long-ago for some reason.
But I'll keep it in mind. I gave up on the concept, since it running just made my BBS crash, rather than do anything useful.
But I'll keep it in mind. I gave up on the concept, since it running made my BBS crash, rather than do anything useful.
Yeah, Gary hasn't been heard from in a l o n g time..
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,064 |
Nodes: | 17 (1 / 16) |
Uptime: | 18:33:39 |
Calls: | 501,325 |
Calls today: | 4 |
Files: | 109,413 |
D/L today: |
2,198 files (309M bytes) |
Messages: | 302,017 |