• webv4

    From Fireball@VERT/FBEX to echicken on Saturday, December 05, 2015 15:40:52
    In the cvs, you could always make the directory "web-v4" or simply "webv4" off the
    main sbbs directory. That will separate it out of the old cluster of directories
    and code in the existing web directory and easier to configure, imho.

    I've spent a lot of time customizing little things in the existing web stuff to bend it to my will. Case in point, making all the subs show instead of the ones in
    just the new message scan.

    That being said, I'm eager to play with what you have. :D

    -=Fireball=-

    ---
    þ Synchronet þ Fireball Express!!! BBS - http://fireballex.com telnet://fireballex.com
  • From Fireball@VERT/FBEX to echicken on Sunday, December 06, 2015 08:45:30
    I got a chance to play with your new web stuff. It's pretty slick! I had a few issues looking at email, the externals weren't connecting, and I had to change the
    ../web/ path in several files since I was running it from ../webv4/ (I know it's
    supposed to be a drop-in replacement, so not dinging you for that lol!), but other
    than thosethings, it looks good!

    One thing I'd love to have return is a "Who's Online" node listing either as a page
    or a sidebar. Also, are there any plans on separating the code from the interface
    (e.g. a theme engine) so the layout can be easily changed?

    Man, that's some good work! Keep it up! I can't wait to see what happens with it!

    -=Fireball=-

    ---
    þ Synchronet þ Fireball Express!!! BBS - http://fireballex.com telnet://fireballex.com
  • From echicken@VERT/ECBBS to Fireball on Monday, December 07, 2015 00:57:44
    Re: Re: webv4
    By: Fireball to echicken on Sun Dec 06 2015 08:45:30

    I got a chance to play with your new web stuff. It's pretty slick! I had a few issues looking at email, the externals weren't connecting, and I had to change the

    What kind of issues with email?

    Externals weren't connecting in what sense? (The instructions could be better, but as they are right now they cover the setup of this part of it.)

    ../web/ path in several files since I was running it from ../webv4/ (I

    That's something that I'll be tidying up soon, one way or another. Thanks for reminding me. I actually specified a 'web_directory' config value, but I'm not yet using it everywhere that I could/should be.

    One thing I'd love to have return is a "Who's Online" node listing either as a page

    It's already there, but perhaps something's broken because of the different paths you're using. I'll take a peek.

    or a sidebar. Also, are there any plans on separating the code from the interface (e.g. a theme engine) so the layout can be easily changed?

    There's a better separation between data and view than there was in ecweb version 3, and I've tried to break things up into components that are easier to maintain and reuse for other purposes. All of the stuff that makes this a CMS and puts your pages, message areas, files, etc. up on the screen is pretty easy to hook into. I plan on providing a few different templates (basically a combination of an XJS file and a stylesheet) which will be usable on their own, or serve as examples / starting points for others.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Fireball@VERT/FBEX to echicken on Wednesday, December 09, 2015 18:49:32
    Re: Re: webv4
    By: Fireball to echicken on Sun Dec 06 2015 08:45:30

    I got a chance to play with your new web stuff. It's pretty slick! I had a few issues looking at email, the externals weren't connecting, and I had to change the

    What kind of issues with email?


    I clicked on the message subject and nothing was shown. I didn't have time to dig
    into myself, but I can the next evening I don't work a 12 hr shift and have to work another the next day (e.g. tonight).

    Externals weren't connecting in what sense? (The instructions could be better, but as they are right now they cover the setup of this part of it.)


    I followed the directions even with the copy/paste into the logon.ssjs. It seems
    that ftelnet didn't even respond at all.

    ../web/ path in several files since I was running it from ../webv4/ (I

    That's something that I'll be tidying up soon, one way or another. Thanks for reminding me. I actually specified a 'web_directory' config value, but I'm not yet using it everywhere that I could/should be.


    I saw that. There were only a few files that had the hardcoded path, so no biggie.

    One thing I'd love to have return is a "Who's Online" node listing either as a page

    It's already there, but perhaps something's broken because of the different paths you're using. I'll take a peek.


    Ah. I see it now. My bad. :) It's a sidbar box and not a page. That's cool.

    or a sidebar. Also, are there any plans on separating the code from the interface (e.g. a theme engine) so the layout can be easily changed?

    There's a better separation between data and view than there was in ecweb version 3, and I've tried to break things up into components that are easier to maintain and reuse for other purposes. All of the stuff that makes this a CMS and puts your pages, message areas, files, etc. up on the screen is pretty easy to hook into. I plan on providing a few different templates (basically a combination of an XJS file and a stylesheet) which will be usable on their own, or serve as examples / starting points for others.


    It sounds like you have a plan. :) Man, it looks good. I found the api files also
    had the hardcoded web directory. I changed it but haven't had a chance to play with it (tomorrow is my 3rd 12hr shift this week). I'll probably find the time this weekend. :D

    -=Fireball=-

    ---
    þ Synchronet þ Fireball Express!!! BBS - http://fireballex.com telnet://fireballex.com
  • From echicken@VERT/ECBBS to Fireball on Wednesday, December 09, 2015 22:08:50
    I followed the directions even with the copy/paste into the logon.ssjs. It seems
    that ftelnet didn't even respond at all.

    I'm not sure what that means - where's this logon.ssjs?

    It sounds like you have a plan. :) Man, it looks good. I found the api files also
    had the hardcoded web directory. I changed it but haven't had a chance to play with it (tomorrow is my 3rd 12hr shift this week). I'll probably find the time this weekend. :D

    Yes, I'll be sorting things out re: locations of files, after which the various load() paths will be cleaned up (I know where they are.) It's all on my to-do list; will probably start on some of it tonight.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Fireball@VERT/FBEX to echicken on Friday, December 11, 2015 04:16:24
    I followed the directions even with the copy/paste into the logon.ssjs. It seems
    that ftelnet didn't even respond at all.

    I'm not sure what that means - where's this logon.ssjs?


    My bad, mods/logon.js. Sorry!

    It sounds like you have a plan. :) Man, it looks good. I found the api files also
    had the hardcoded web directory. I changed it but haven't had a chance to play with it (tomorrow is my 3rd 12hr shift this week). I'll probably find the time this weekend. :D

    Yes, I'll be sorting things out re: locations of files, after which the various load() paths will be cleaned up (I know where they are.) It's all on my to-do list; will probably start on some of it tonight.



    I figured it was all on your to-do list. :) No 12 hr shift today, so maybe I can
    play tonight. 12 hr shifts are a bit rougher than they used to be. lol!

    -=Fireball=-

    ---
    þ Synchronet þ Fireball Express!!! BBS - http://fireballex.com telnet://fireballex.com
  • From Lab Rat@VERT/TOXIC to Fireball on Saturday, December 12, 2015 23:33:10
    Re: Re: webv4
    By: Fireball to echicken on Fri Dec 11 2015 04:16:24

    I figured it was all on your to-do list. :) No 12 hr shift today, so maybe I can
    play tonight. 12 hr shifts are a bit rougher than they used to be. lol!

    I know the feeling - having done 12 hr shifts for 10 years now, they feel a lot longer now than they did in 2005...

    LR


    ---
    þ Synchronet þ Toxic Laboratory BBS, home of BBSlink.net - Birmingham, UK - toxicbbs.com
  • From Tiny@VERT/PHARCYDE to Lab Rat on Sunday, December 13, 2015 16:25:34
    Lab Rat wrote in a message to Fireball:

    I know the feeling - having done 12 hr shifts for 10 years now, they
    feel a lot longer now than they did in 2005...

    Just did my fourth in a row... tomorrow is a day off only working 9 hours. Man the 12's are kicking my ass now!

    Shawn
    ... We think he's dead, but we're afraid to ask.
    --- timEd 1.10.y2k+
    * Origin: Tiny's Trailer (723:1/2.1)
    þ Synchronet þ thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin)
  • From Fireball@VERT/FBEX to Tiny on Monday, December 14, 2015 19:48:43
    Lab Rat wrote in a message to Fireball:

    I know the feeling - having done 12 hr shifts for 10 years now, they feel a lot longer now than they did in 2005...

    Just did my fourth in a row... tomorrow is a day off only working 9 hours. Man the 12's are kicking my ass now!


    I can't do 4 12's in a row. The last time I got dizzy and sent home... :(

    -=Fireball=-

    ---
    þ Synchronet þ Fireball Express!!! BBS - http://fireballex.com telnet://fireballex.com
  • From Deepend@VERT/RDBBS to echicken on Sunday, January 03, 2016 12:07:00
    Hey.. Just a feature request if possible.

    Is it possible to have links that people put in message posts open in a new browser window? Would like it if people could click on the links without browsing away from the page.

    Thanks
    Mike

    ---
    þ Synchronet þ RetroDigital BBS - rdnetbbs.com
  • From echicken@VERT/ECBBS to Deepend on Sunday, January 03, 2016 18:44:27
    Is it possible to have links that people put in message posts open in a new browser window? Would like it if people could click on the links without browsing away from the page.

    It's possible and it's what I would prefer, so it's on the list. That said, not everybody likes auto-open-in-new-[tab,window] as a feature, so it may end up being a per-user setting.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Deepend@VERT/RDBBS to echicken on Sunday, January 03, 2016 19:31:23
    Re: webv4
    By: echicken to Deepend on Sun Jan 03 2016 06:44 pm

    Is it possible to have links that people put in message posts open in
    a new browser window? Would like it if people could click on the
    links without browsing away from the page.

    It's possible and it's what I would prefer, so it's on the list. That said, not everybody likes auto-open-in-new-[tab,window] as a feature, so it may end up being a per-user setting.

    That would be perfect.

    ---
    þ Synchronet þ RetroDigital BBS - rdnetbbs.com
  • From DesotoFireflite@VERT/VALHALLA to echicken on Wednesday, January 13, 2021 16:22:35
    I started working with webv4 again today, and got the latest version. Works great except for a few issues on the sidebar. everything else seems to be great. I listed the problems below. I'm running sbbs 3.18 on win 10. as always, thanks.

    1. No one shows up in Who's Online, even when i comferm their is someone online even if I refresh.

    2. Recent Visitors is frozen in time, it only shows visitors from nov 16, 2020 and earlier, with no change on refresshing the screen.

    3. Systems Statsdo not upday automaticly, I have to do a manuel refresh by clicking on the refresh on the web browser, then it will update calls for the day and total calls, everything else stays correct.

    4. Last Item, If someone leaves me mail, and I'm logged it, it doesn't show as a new message waiting, even if I refresh, but new messages works ok in the forums.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- FART(n): An audio test of one's waste-disposal system.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From echicken@VERT/ECBBS to DesotoFireflite on Thursday, January 14, 2021 09:51:00
    Re: webv4
    By: DesotoFireflite to echicken on Wed Jan 13 2021 16:22:35

    I started working with webv4 again today, and got the latest version.

    Can you describe your update or installation process? If you were using webv4 previously, how old was the installation that you were updating from?

    1. No one shows up in Who's Online, even when i comferm their is someone online even if I refresh.

    Where can I see this in action? I went to your site but I only see the runemaster UI.

    webv4 respects the 'quiet' flag for terminal logons. Are you certain that the online user is supposed to be visible?

    2. Recent Visitors is frozen in time, it only shows visitors from nov 16, 2020 and earlier, with no change on refresshing the screen.

    This may be a system-wide problem for you, since this list should include logins from the terminal server as well. I'm not sure where to begin troubleshooting except to ask if you see any errors in your logs, particularly around when logging in via telnet/ssh or the web.

    3. Systems Statsdo not upday automaticly, I have to do a manuel refresh by clicking on the refresh on the web browser, then it will update calls for the day and total calls, everything else stays correct.

    That's by design. I didn't think it was worth the overhead of updating those details in real-time since most of them wouldn't change that often. I figured it was enough if they refreshed whenever you nagivated to a new page.

    It'd be easy to implement this if people want it; it's just a little more bloat so I didn't do it straight away.

    4. Last Item, If someone leaves me mail, and I'm logged it, it doesn't show as a new message waiting, even if I refresh, but new messages works

    The same mechanism that pushes "Who's Online" updates would deliver an unread mail notification among other things. It's possble that the same problem is causing both of these. I'd probably need to see your site or see any relevant errors from your logs to say more.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From DesotoFireflite@VERT/VALHALLA to echicken on Thursday, January 14, 2021 14:56:00
    Re: webv4
    By: echicken to DesotoFireflite on Thu Jan 14 2021 09:51 am

    Can you describe your update or installation process? If you were using webv4 previously, how old was the installation that you were updating from?

    I was using web3 before, but I've been using ruinmaster since you stopped the code on multiple bbs logins, since I run 3 bbs's, I needed to telnet to each one for the users. I figured a work around however, from my ruinmaster home page index, which I made strictly html, because I run a online store from it also. I'm using web4 from the root of the ruinmaster, as the home page for my sync bbs. /sbbs/web/root/webv4/root/index.xjs, and Like I say, everything works fine, except for the sidebar. in my modopts.ini I have the following:

    [web]
    ; echicken's web interface v4
    guest=Guest
    timeout=43200
    inactivity=900
    user_registration=true
    maximum_telegram_length=800
    web_directory=../web/root/webv4
    ftelnet=true
    ftelnet_splash=../text/synch.ans
    keyboard_navigation=false
    vote_functions=true
    refresh_interval=60000
    xtrn_blacklist=scfg,oneliner
    layout_sidebar_off=false
    layout_sidebar_left=false
    layout_full_width=false
    forum_extended_ascii=false
    max_messages=0
    nodelist_ibbs = true

    Where can I see this in action? I went to your site but I only see the runemaster UI.

    Click on the "test - Do Not use" on the left nav

    This may be a system-wide problem for you, since this list should include logins from the terminal server as well. I'm not sure where to begin troubleshooting except to ask if you see any errors in your logs, particularly around when logging in via telnet/ssh or the web.

    I'm uploading a http-log.zip to you bbs from yesterday, which should help, at least I hope so.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- Fartvergnugen: The pleasure of breaking wind.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to echicken on Thursday, January 14, 2021 15:28:21
    Re: webv4
    By: echicken to DesotoFireflite on Thu Jan 14 2021 09:51 am

    Continuation from last message, hit save by mistake :(

    3. Systems Statsdo not upday automaticly, I have to do a manuel
    refresh by clicking on the refresh on the web browser, then it will
    update calls for the day and total calls, everything else stays
    correct.

    That's by design. I didn't think it was worth the overhead of updating those details in real-time since most of them wouldn't change that often. I figured it was enough if they refreshed whenever you nagivated to a new page.

    Personally, I like the real time option

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- Fartvergnugen: The pleasure of breaking wind.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From echicken@VERT/ECBBS to DesotoFireflite on Thursday, January 14, 2021 16:03:33
    Re: webv4
    By: DesotoFireflite to echicken on Thu Jan 14 2021 14:56:00

    online store from it also. I'm using web4 from the root of the ruinmaster, as the home page for my sync bbs. /sbbs/web/root/webv4/root/index.xjs, and

    Okay, that's why it isn't working. I can fix this and will try to get to it soon.

    It's generally *possible* to run webv4 in a subdirectory / alongside another web interface, but it can get a bit messy. You may run into other problems that will need fixing. I'll think about improving support for this kind of setup.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From DesotoFireflite@VERT/VALHALLA to echicken on Thursday, January 14, 2021 20:06:32
    Re: webv4
    By: echicken to DesotoFireflite on Thu Jan 14 2021 04:03 pm

    online store from it also. I'm using web4 from the root of the
    ruinmaster, as the home page for my sync bbs.
    /sbbs/web/root/webv4/root/index.xjs, and

    Okay, that's why it isn't working. I can fix this and will try to get to it soon.

    OK, Thanks

    It's generally *possible* to run webv4 in a subdirectory / alongside another web interface, but it can get a bit messy. You may run into other

    I tried putting it in a sub directory off of sbbs, but I could not get it to run trying everything I could think of, but I did not try it in it's on directory off of c:\ like c:\webv4 I'm thinking it's designed to run off of the sbbs directory like c:\sbbs\webv4 , so which is correct, and I'll start from scratch again, c:\webv4 or c:\sbbs\webv4. and can I still run it with the ruinmaster. Sorry for all the questions, but you know me, I'm always trying to reinvent the wheel. As always, thanks EC

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- CAT (n.), Furry keyboard cover.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From echicken@VERT/ECBBS to DesotoFireflite on Friday, January 15, 2021 13:25:48
    Re: webv4
    By: DesotoFireflite to echicken on Thu Jan 14 2021 20:06:32

    I tried putting it in a sub directory off of sbbs, but I could not get it to run trying everything I could think of, but I did not try it in it's on directory off of c:\ like c:\webv4 I'm thinking it's designed to run off of the sbbs directory like c:\sbbs\webv4 , so which is correct, and I'll start from scratch again, c:\webv4 or c:\sbbs\webv4. and can I still run it with the ruinmaster. Sorry for all the questions, but you know me, I'm always trying to reinvent the wheel. As always, thanks EC

    By default it's all in a webv4/ directory at the top of your sbbs install, but it doesn't have to be.

    You can move the contents of webv4/root/ to some other location within the document root of your Synchronet webserver. (This is RootDirectory from sbbs.ini.) Clients are meant to be able to access these files directly.

    You can put everything else from webv4/ (components, lib, mods, pages, sidebar) wherever you want, but you need to set the web_directory value in ctrl/modopts.ini -> [web] to point to their location. Clients are not meant to be able to access these files directly, and they shouldn't be inside your webserver's document root.

    So for example you could have:

    /sbbs/webv4 <-- keep components/, lib/, pages/, sidebar/ in here /sbbs/web/root/webv4 <-- move webv4/root/* into here
    ctrl/modopts.ini -> [web] -> web_directory = /sbbs/webv4
    ctrl/sbbs.ini -> [Web] -> RootDirectory = /sbbs/web/root
    webv4 is accessible at https://your.site/webv4

    I originally intended for this sort of configuration to work, but I didn't always keep it top of mind, so there are probably a bunch of little things that need to be fixed in order to make this work properly. We can pick away at those and get it all sorted out eventually.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From DesotoFireflite@VERT/VALHALLA to echicken on Friday, January 15, 2021 15:42:18
    Re: webv4
    By: echicken to DesotoFireflite on Fri Jan 15 2021 01:25 pm

    /sbbs/webv4 <-- keep components/, lib/, pages/, sidebar/ in here /sbbs/web/root/webv4 <-- move webv4/root/* into here
    ctrl/modopts.ini -> [web] -> web_directory = /sbbs/webv4
    ctrl/sbbs.ini -> [Web] -> RootDirectory = /sbbs/web/root
    webv4 is accessible at https://your.site/webv4

    I originally intended for this sort of configuration to work, but I didn't always keep it top of mind, so there are probably a bunch of little things

    OK, that was the ticket I was looking for, The Sidebar has started to work for recent Visitors (WEB Only, but doesn't show anything for people that logged off the bbs itself), Who's online still doesen't work for either online or web users even with refresh. I do feel we made lot's of progress with this recent configuration, Thanks so much.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- Fartvergnugen: The pleasure of breaking wind.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From echicken@VERT/ECBBS to DesotoFireflite on Saturday, January 16, 2021 13:12:57
    Re: webv4
    By: DesotoFireflite to echicken on Fri Jan 15 2021 15:42:18

    for recent Visitors (WEB Only, but doesn't show anything for people that logged off the bbs itself), Who's online still doesen't work for either

    You may be using an older copy of exec/logon.js (or mods/logon.js) and thus aren't recording terminal server logons where the web UI can see them.

    logged off the bbs itself), Who's online still doesen't work for either online or web users even with refresh. I do feel we made lot's of progress

    That won't start working until I fix a few things, which I'll try to do soon.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From DesotoFireflite@VERT/VALHALLA to echicken on Saturday, January 16, 2021 16:49:54
    Re: webv4
    By: echicken to DesotoFireflite on Sat Jan 16 2021 01:12 pm

    You may be using an older copy of exec/logon.js (or mods/logon.js) and thus aren't recording terminal server logons where the web UI can see them.

    That was the ticket, D/L the newest today, did the mods I needed to do, and all is sweet. Thanks

    That won't start working until I fix a few things, which I'll try to do soon.

    Sounds Good, I'll keep an eye out for them. thanks for all the help

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- Don't eat the yellow snow!
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to echicken on Monday, February 01, 2021 11:21:29
    Re: webv4
    By: DesotoFireflite to echicken on Sat Jan 16 2021 04:49 pm

    That won't start working until I fix a few things, which I'll try to
    do soon.

    Thanks for the changes you made, works great. Just curious, was the "Who's Online" header supposed to stay hidden now, till someone actually logs in, as that is what is happening. Before it would always show, but wouldn't populate.

    Thanks for the quick changes. Now, I'm going to get my colors right with the custom.css, and let the public see it.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- FART(n): An audio test of one's waste-disposal system.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From echicken@VERT/ECBBS to DesotoFireflite on Monday, February 01, 2021 15:01:41
    Re: webv4
    By: DesotoFireflite to echicken on Mon Feb 01 2021 11:21:29

    Thanks for the changes you made, works great. Just curious, was the "Who's Online" header supposed to stay hidden now, till someone actually logs in, as that is what is happening. Before it would always show, but wouldn't populate.

    Yep, by default the "Who's Online" list only appears if somebody is online, and only shows nodes that are currently in use. There's a setting for this in ctrl/modopts.ini -> [web]:

    active_node_list = true

    If you set that to false, the list will always show up, and it will show all of your nodes.

    There's an unrelated but spiritually similar setting:

    hide_empty_stats = true

    By default, zero-value stats will be omitted from the System Info widget so that you're not advertising the fact that you've had no calls today, you have no files, no messages, etc.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From DesotoFireflite@VERT/VALHALLA to echicken on Tuesday, February 02, 2021 06:26:48
    Re: webv4
    By: echicken to DesotoFireflite on Mon Feb 01 2021 03:01 pm

    active_node_list = true
    hide_empty_stats = true

    Awesome, thanks.

    Just curious, and we may have discussed this before, but is there a mail waiting flag for the sysop if he/she is logged in, or was that removed, as I seem to remember in earlier versions that there was one. Again Thanks for all the work you have done.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- Old farts never die! They just smell that way...
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From echicken@VERT/ECBBS to DesotoFireflite on Tuesday, February 02, 2021 10:46:12
    Re: webv4
    By: DesotoFireflite to echicken on Tue Feb 02 2021 06:26:48

    Just curious, and we may have discussed this before, but is there a mail waiting flag for the sysop if he/she is logged in, or was that removed, as

    You should see an indicator by your username if there's unread mail. By default that's a blue circle with a number in it, up in the top right corner.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From DesotoFireflite@VERT/VALHALLA to echicken on Tuesday, February 02, 2021 15:54:55
    Re: webv4
    By: echicken to DesotoFireflite on Tue Feb 02 2021 10:46 am

    Just curious, and we may have discussed this before, but is there a
    mail waiting flag for the sysop if he/she is logged in, or was that
    removed, as

    You should see an indicator by your username if there's unread mail. By default that's a blue circle with a number in it, up in the top right corn

    I haven't seen it yet when logged in, but I'll check it again and let you know in a few days. Again, Thanks

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- CAT (n.), Furry keyboard cover.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From echicken@VERT/ECBBS to DesotoFireflite on Tuesday, February 02, 2021 16:21:30
    Re: webv4
    By: DesotoFireflite to echicken on Tue Feb 02 2021 15:54:55

    I haven't seen it yet when logged in, but I'll check it again and let you know in a few days. Again, Thanks

    Prior to a recent bugfix, it probably wouldn't have worked on your system (for the same reason that "Who's Online" wasn't working), but I expect that it will work now.

    If you run into a situation where you *know* that there is unread mail, but you're not seeing the indicator on the web, let me know.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From DesotoFireflite@VERT/VALHALLA to echicken on Tuesday, February 02, 2021 17:04:40
    Re: webv4
    By: echicken to DesotoFireflite on Tue Feb 02 2021 10:46 am

    Just curious, and we may have discussed this before, but is there a
    mail waiting flag for the sysop if he/she is logged in, or was that
    removed, as

    You should see an indicator by your username if there's unread mail. By default that's a blue circle with a number in it, up in the top right corn

    Ok, spent some time with it this afternoon, and I used a test users account on the bbs and left several messages to me. When I went to the web, and signed in, it flashed a 1 inch x 3 inxh window at the top of the screen saying it was a telagram, and I had one message. I purposely didn't read the messages, to see if I would see the blue mail waiting symbol by my name, and I never did see it. I logged back into the bbs using the test user account, and left another message to me, and still no mail waiting flag

    Now, it get interesting, I went to the email on the web, and It showed the messages, but only to me, and the subject, no body, even If I clicked on the message, still no body. Now, I tried to send a message to the test user, and It would not let me send the message. It let me type it, but when I hit the send message button, I got a small rounded symbol with a slash throught it, and the send button grayed out.

    Now, even more interesting, I can't send a message in any of the echos, or reply to any of the messages in the echos, but I can at least see the body of the echo message. When I try to send or reply to an ech message, it does the same thing as it did in the email message. Bear in mind, all is working flawlessly on the bbs itself

    Sorry to inform you of these mail issues, and cause you more grief, but I never really tested the mail feature till I got the fixes back for the other issue. Hopefully it's something simple. I still have the old ruinmaster up till we zero in on these issues, but if you want to see for yourself, Hit the "test-do not use button on the left side of the main page. Just for grins and giggles, I tried to send mail on the ruinmaster, and It's working as well as sending, so I'm sure there is something we missed it the way I'm running web4 which we discussed in an earlier message. As always, thanks.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- FART(n): An audio test of one's waste-disposal system.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From echicken@VERT/ECBBS to DesotoFireflite on Tuesday, February 02, 2021 23:25:52
    Re: webv4
    By: DesotoFireflite to echicken on Tue Feb 02 2021 17:04:40

    Now, even more interesting, I can't send a message in any of the echos, or reply to any of the messages in the echos, but I can at least see the body

    Your copy of webv4/lib/request.js is either missing or is not up to date. This is preventing you from posting new messages from the web (including replies).

    There are a few other errors suggesting that your webv4 installation is not entirely up to date. It'd be good to deal with that first and then see which errors persist.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From DesotoFireflite@VERT/VALHALLA to echicken on Wednesday, February 03, 2021 06:26:37
    Re: webv4
    By: echicken to DesotoFireflite on Tue Feb 02 2021 11:25 pm

    Now, even more interesting, I can't send a message in any of the
    echos, or reply to any of the messages in the echos, but I can at
    least see the body

    Your copy of webv4/lib/request.js is either missing or is not up to date. This is preventing you from posting new messages from the web (including replies).

    There are a few other errors suggesting that your webv4 installation is not entirely up to date. It'd be good to deal with that first and then see

    OK, I'll deal with that this afternoon after work, and get back to you. Thanks for the quick response.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- CAT (n.), Furry keyboard cover.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to echicken on Wednesday, February 03, 2021 15:19:09
    Re: webv4
    By: echicken to DesotoFireflite on Tue Feb 02 2021 11:25 pm

    Your copy of webv4/lib/request.js is either missing or is not up to date. This is preventing you from posting new messages from the web (including replies).

    There are a few other errors suggesting that your webv4 installation is not entirely up to date. It'd be good to deal with that first and then see

    OK, I downloaded the newest version, and everything seems to be working now except I can't see the body of email messages only. I can send a email, and echo mail, and I can read echo mail, but email I can't read (No Body) header is there only. Any ideas. As always, Thanks

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- Old farts never die! They just smell that way...
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to echicken on Wednesday, February 03, 2021 15:41:28
    Re: webv4
    By: echicken to DesotoFireflite on Tue Feb 02 2021 11:25 pm

    This is preventing you from posting new messages from the web (including replies).

    Update from the update

    From Last Message
    -----------------
    I can't see the body of email messages only. I can send a email, but email de> I can't read (No Body) header is there only.

    I logged in as the TEST USER, and I can see the email, and body and header, I can read it, and I can also reply to it. (** The only person it seems to affect is me now **. I can see the header, but no body) Still no new mail tag for email for me or the test user, but everything else is working as it should now. Def makong progress. As always, thanks.



    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- Fartvergnugen: The pleasure of breaking wind.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From echicken@VERT/ECBBS to DesotoFireflite on Thursday, February 04, 2021 00:20:56
    Re: webv4
    By: DesotoFireflite to echicken on Wed Feb 03 2021 15:19:09

    OK, I downloaded the newest version, and everything seems to be working now except I can't see the body of email messages only. I can send a email, and echo mail, and I can read echo mail, but email I can't read (No Body) header is there only. Any ideas. As always, Thanks

    No idea at the moment, but I'll ponder it. I'll let you know if I come up with anything.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From DesotoFireflite@VERT/VALHALLA to echicken on Thursday, February 04, 2021 06:39:42
    Re: webv4
    By: echicken to DesotoFireflite on Thu Feb 04 2021 12:20 am

    No idea at the moment, but I'll ponder it. I'll let you know if I come up with anything.

    Thanks so much. It's funny why it's just affecting me with this.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- CAT (n.), Furry keyboard cover.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to echicken on Friday, February 05, 2021 06:31:57
    Re: webv4
    By: echicken to DesotoFireflite on Thu Feb 04 2021 12:20 am

    No idea at the moment, but I'll ponder it. I'll let you know if I come up with anything.

    I have no idea if this helps, but this is the error I get when I try to read email someone sends me, and I click on it to read the body. I tried this with the test user, and no error appears, this is just with me. It seems I'm the only one this is affecting and I'm the only one that can't see the body of emails. This is the only error I am seeing. As always, Thanks.

    2/5 06:21:50a 55064 !JavaScript c:\SBBS\webv4\lib/forum.js line 410: ReferenceError: xjs_eval is not defined, Request: /webv4/api/forum.ssjs?call=get-mail-body&number=8607


    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- CAT (n.), Furry keyboard cover.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From echicken@VERT/ECBBS to DesotoFireflite on Friday, February 05, 2021 14:00:56
    Re: webv4
    By: DesotoFireflite to echicken on Fri Feb 05 2021 06:31:57

    2/5 06:21:50a 55064 !JavaScript c:\SBBS\webv4\lib/forum.js line 410: ReferenceError: xjs_eval is not defined, Request: /webv4/api/forum.ssjs?call=get-mail-body&number=8607

    Your copy of exec/load/xjs.js is out of date. I added the xjs_eval() function to it about three months ago. Getting the latest version should resolve this problem.

    seems I'm the only one this is affecting and I'm the only one that can't

    The script is trying to add a button to the page (Add Sender to Twitlist) when this error occurs. It only adds this button for sysop-level users, so regular users wouldn't have had this problem.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From DesotoFireflite@VERT/VALHALLA to echicken on Friday, February 05, 2021 17:06:35
    Re: webv4
    By: echicken to DesotoFireflite on Fri Feb 05 2021 02:00 pm

    2/5 06:21:50a 55064 !JavaScript c:\SBBS\webv4\lib/forum.js line 410:
    ReferenceError: xjs_eval is not defined, Request:
    /webv4/api/forum.ssjs?call=get-mail-body&number=8607

    Your copy of exec/load/xjs.js is out of date. I added the xjs_eval() function to it about three months ago. Getting the latest version should resolve this problem.

    That took care of the problem. Thank you for all the help.

    The script is trying to add a button to the page (Add Sender to Twitlist) when this error occurs. It only adds this button for sysop-level users, so

    That explains it all, again thanks

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- Don't eat the yellow snow!
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to echicken on Thursday, February 18, 2021 15:59:43
    I like the recent changes you made in the last few days to web 4, thanks for fixing the dark mode to default on,

    I have noticed that when viewing webv4, the index.xjs, sometimes, it dislpays the js language instead of the login web page, but if you refresh, it displays normaly. It's seems to be happening most if someone logs in for the first time. I notice it if I'm showing my web page to someone that has never seen it before on their computer, and also when I log in at a the company work station at work. Is this due to my setup, or is it a known thing.

    Also, what does "nodelist_ibbs = true" or false do in the modopts.ini for webv4. I found the explination for everything else but that.

    As always, thanks for all your hard work.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- The truth will set you free. But first it'll piss you off.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Mortifis@VERT/ALLEYCAT to DesotoFireflite on Thursday, February 18, 2021 17:31:53
    I have noticed that when viewing webv4, the index.xjs, sometimes, it dislpays the js language instead of the login web page, but if you refresh, it displays normaly. It's seems to be happening most if someone logs in for the first time. I notice it if I'm showing my web page to someone that has never seen it before on their computer, and also when I log in at a the company work station at work. Is this due to my setup, or is it a known thing.
    ---

    The raw *.xjs/*.ssjs output instead of the rendered html happens with runemsater (more frequently) as well not just webv4 .. likely an issue with the web server and not necessarily the ui

    ~mortifis

    ---
    ­ Synchronet ­ AlleyCat! BBS Lake Echo, NS Canada
  • From echicken@VERT/ECBBS to DesotoFireflite on Thursday, February 18, 2021 16:51:15
    Re: webv4
    By: DesotoFireflite to echicken on Thu Feb 18 2021 15:59:43

    I have noticed that when viewing webv4, the index.xjs, sometimes, it dislpays the js language instead of the login web page, but if you

    is it a known thing.

    I see this once in a while, but not often.

    If you want to share the first few lines of JS garbage that show up in your browser, I'd be interested to see them. I'll keep an eye out for it myself, but it sounds like you're encountering it more often.

    I'm not 100% sure, but it's unlikely to be a webv4 problem. Seems like the server is sending the contents of the script instead of executing it - so my code isn't even getting the chance to screw things up for you.

    Also, what does "nodelist_ibbs = true" or false do in the modopts.ini for webv4. I found the explination for everything else but that.

    This setting doesn't do anything at the moment; it's left over from an interbbs "who's online"/telegram thing that was badly implemented.

    I do want to revisit this feature, but it'll take a bit of doing. It'll involve a few changes to the inter-BBS messaging JS library and I will want to chat with DM about that a bit first.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From DesotoFireflite@VERT/VALHALLA to Mortifis on Thursday, February 18, 2021 17:34:16
    Re: webv4
    By: Mortifis to DesotoFireflite on Thu Feb 18 2021 05:31 pm

    The raw *.xjs/*.ssjs output instead of the rendered html happens with runemsater (more frequently) as well not just webv4 .. likely an issue with the web server and not necessarily the ui

    I haven't noticed that, as I made a custom index.html page for the ruinmaster part of my website to handle my other 2 bbs's, and I use webv4 for the synchronet side.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- An alcoholic is someone you don't like who drinks as much as you do.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to echicken on Thursday, February 18, 2021 17:37:11
    Re: webv4
    By: echicken to DesotoFireflite on Thu Feb 18 2021 04:51 pm

    I have noticed that when viewing webv4, the index.xjs, sometimes, it
    dislpays the js language instead of the login web page, but if you

    is it a known thing.

    I see this once in a while, but not often.

    If you want to share the first few lines of JS garbage that show up in your browser, I'd be interested to see them. I'll keep an eye out for it

    ok, the next time it happens, I'll copy it, and send it to you. Thanks.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- Old farts never die! They just smell that way...
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Digital Man@VERT to DesotoFireflite on Thursday, February 18, 2021 23:10:05
    Re: webv4
    By: DesotoFireflite to Mortifis on Thu Feb 18 2021 05:34 pm

    ruinmaster part of my website to handle my other 2 bbs's, and I use webv4

    Nice Freudian. :-)
    --
    digital man

    Rush quote #48:
    The point of the journey is not to arrive. Anything can happen.
    Norco, CA WX: 50.7øF, 33.0% humidity, 0 mph S wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From DesotoFireflite@VERT/VALHALLA to echicken on Friday, February 19, 2021 06:18:18
    Re: webv4
    By: echicken to DesotoFireflite on Thu Feb 18 2021 04:51 pm

    If you want to share the first few lines of JS garbage that show up in your browser, I'd be interested to see them. I'll keep an eye out for it myself, but it sounds like you're encountering it more often.

    Here is the first few lines of code as you asked for. I see this issue more in Google Chrome, than in any other browser. I've just seen it a few times in edge, as that's what I use at home. Hope this helps.

    <?xjs
    var settings = load('modopts.js', 'web') || { web_directory: web_root_dir + '/..' };
    load(settings.web_directory + '/lib/init.js');
    load(settings.web_lib + 'auth.js');
    load(settings.web_lib + 'pages.js');
    load(settings.web_lib + 'sidebar.js');

    var page = typeof http_request.query.page == 'undefined' ? '000-home.xjs' : http_request.query.page[0];
    if (page.search(/(?:https?|ftp|telnet|ssh|gopher|rlogin|news):\/\/[^\s'"'<>()]*|[- \w.+]+@(?:[-\w]+\.)+[\w]{2,6}/i) > -1) {
    http_reply.status = '301 Moved Permanently';
    http_reply.header['Location'] = page;
    exit();
    }
    var pagePath = getPagePath(page);
    if (pagePath == null) page = '000-home.xjs';
    var page_ctrl = getCtrlLine(pagePath);

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- FART(n): An audio test of one's waste-disposal system.
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From DesotoFireflite@VERT/VALHALLA to Digital Man on Friday, February 19, 2021 06:19:53
    Re: webv4
    By: Digital Man to DesotoFireflite on Thu Feb 18 2021 11:10 pm

    ruinmaster part of my website to handle my other 2 bbs's, and I use
    webv4

    Nice Freudian. :-)

    LOL, not intentional, but good.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- Don't eat the yellow snow!
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From echicken@VERT/ECBBS to DesotoFireflite on Friday, February 19, 2021 13:56:56
    Re: webv4
    By: DesotoFireflite to echicken on Fri Feb 19 2021 06:18:18

    Here is the first few lines of code as you asked for. I see this issue more in Google Chrome, than in any other browser. I've just seen it a few times in edge, as that's what I use at home. Hope this helps.

    Thanks. It confirms some of my suspicions and has narrowed the problem down considerably. I'll bring this up with Deuce as it's a webserver problem, and I know roughly where it's occurring now.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From DesotoFireflite@VERT/VALHALLA to echicken on Friday, February 19, 2021 14:38:59
    Re: webv4
    By: echicken to DesotoFireflite on Fri Feb 19 2021 01:56 pm

    Thanks. It confirms some of my suspicions and has narrowed the problem down considerably. I'll bring this up with Deuce as it's a webserver probl

    Awesome, glad I could help

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- I'm so disorganized my keyboard isn't even in alphabetical order!
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Tracker1@VERT/TRN to DesotoFireflite on Friday, February 19, 2021 12:57:23
    On 2/18/2021 3:34 PM, DesotoFireflite wrote:
    The raw *.xjs/*.ssjs output instead of the rendered html happens with
    runemsater (more frequently) as well not just webv4 .. likely an issue
    with the web server and not necessarily the ui

    I haven't noticed that, as I made a custom index.html page for the ruinmaster part of my website to handle my other 2 bbs's, and I use
    webv4 for the synchronet side.

    I cheated, myself... running 3 instances, one default for future api dev
    with a 404.ssjs that redirects to a common host... then I have the other
    two (runemaster and ecweb4) on different ports. I have a separate Caddy
    server acting as a reverse-proxy for the three, hosting static content
    on the main site.

    More on my todo list.
    --
    Michael J. Ryan (tracker1)
    +o roughneckbbs.com

    ---
    þ Synchronet þ Roughneck BBS - roughneckbbs.com
  • From MRO@VERT/BBSESINF to Digital Man on Friday, February 19, 2021 20:43:12
    Re: webv4
    By: Digital Man to DesotoFireflite on Thu Feb 18 2021 11:10 pm

    Re: webv4
    By: DesotoFireflite to Mortifis on Thu Feb 18 2021 05:34 pm

    ruinmaster part of my website to handle my other 2 bbs's, and I use webv4

    Nice Freudian. :-)
    --

    he did a pretty damn good job with what he had to work with, though.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From DesotoFireflite@VERT/VALHALLA to echicken on Saturday, April 03, 2021 13:49:34
    Good Morning EC

    As you remember, I am running webv4 from my main website. I would like a way for the user to go from webv4 back to the main site after they are finished with synchronet.

    Across the top on the header, you have the BBS Name, Home, Forum, Files, More.

    What I would like is when they select Valhalla Home Services, that it go back to my main website. Is there a way you could make that selectable for those of us that are running webv4 from another site. Thanks for considering this

    When you hover over Valhalla Home Services, you see bbs.valhallabbs/webv4/ where I would like it to be bbs.valhallabbs.com/

    The home button is sufficent for the user to return the the webv4 page.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- SENILE.COM found...Out of Memory...
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From echicken@VERT/ECBBS to DesotoFireflite on Monday, April 05, 2021 15:08:12
    Re: webv4
    By: DesotoFireflite to echicken on Sat Apr 03 2021 13:49:34

    When you hover over Valhalla Home Services, you see bbs.valhallabbs/webv4/ where I would like it to be bbs.valhallabbs.com/

    Done. After updating, add a setting to ctrl/modopts.ini -> [web]:

    brand_link = /

    Or instead of /, whatever URL you want that link to point to.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From DesotoFireflite@VERT/VALHALLA to echicken on Monday, April 05, 2021 14:56:20
    Re: webv4
    By: echicken to DesotoFireflite on Mon Apr 05 2021 03:08 pm

    When you hover over Valhalla Home Services, you see
    bbs.valhallabbs/webv4/ where I would like it to be
    bbs.valhallabbs.com/

    Done. After updating, add a setting to ctrl/modopts.ini -> [web]:

    brand_link = /

    Works like a charm, thanks so much. I did notice one thing however, after the update, you can't view the files section. I don't think it's related, as it points to the correct area "http://bbs.valhallabbs.com/webv4/?page=002-files.xjs" but all you get is a blank page. I have not upgraded to 2.19, so nothing has changed on my end, and I have been keeping up with the updates on webv4.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- Don't eat the yellow snow!
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From echicken@VERT/ECBBS to DesotoFireflite on Monday, April 05, 2021 20:55:45
    Re: webv4
    By: DesotoFireflite to echicken on Mon Apr 05 2021 14:56:20

    Works like a charm, thanks so much. I did notice one thing however, after the update, you can't view the files section. I don't think it's related, as it points to the correct area "http://bbs.valhallabbs.com/webv4/?page=002-files.xjs" but all you get is a blank page. I have not upgraded to 2.19, so nothing has changed on my end, and I have been keeping up with the updates on webv4.

    Well, that's interesting. Someone else is having the same problem, but I am not experiencing it on my system.

    When you say "keeping up with the updates on webv4", does that mean you're updating webv4 but maybe not updating the rest of your BBS at the same time?

    DM recently made a change to webv4/lib/files.js which depends on a recent copy of exec/load/filebase.js. If you don't have the latest version of that latter file, this might break things for you.

    (Same goes for John Willoughby if he's reading this, and sorry if I got the name wrong.)

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Al@VERT/TRMB to echicken on Tuesday, April 06, 2021 07:54:37
    Re: webv4
    By: echicken to DesotoFireflite on Mon Apr 05 2021 08:55 pm

    Well, that's interesting. Someone else is having the same problem, but I am not experiencing it on my system.

    I have noticed that files uploaded since the 3.19 upgrade that files received after that are not listed. I wonder if webv4 is using the <=3.18 filebase instead of the => 3.19 filebase?

    Ttyl :-),
    Al

    ... (Tagline under construction)

    ---
    þ Synchronet þ The Rusty MailBox - Penticton, BC Canada
  • From echicken@VERT/ECBBS to Al on Tuesday, April 06, 2021 15:02:13
    Re: webv4
    By: Al to echicken on Tue Apr 06 2021 07:54:37

    I have noticed that files uploaded since the 3.19 upgrade that files received after that are not listed. I wonder if webv4 is using the <=3.18 filebase instead of the => 3.19 filebase?

    Yes, that's the case. I'll turn my attention to updating the Files page in the next couple of weeks.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From DesotoFireflite@VERT/VALHALLA to echicken on Tuesday, April 06, 2021 15:44:56
    Re: webv4
    By: echicken to DesotoFireflite on Mon Apr 05 2021 08:55 pm

    Works like a charm, thanks so much. I did notice one thing however,
    after the update, you can't view the files section. I don't think
    it's related, as it points to the correct area
    "http://bbs.valhallabbs.com/webv4/?page=002-files.xjs" but all you
    get is a blank page. I have not upgraded to 2.19, so nothing has
    changed on my end, and I have been keeping up with the updates on
    webv4.

    Well, that's interesting. Someone else is having the same problem, but I am not experiencing it on my system.

    When you say "keeping up with the updates on webv4", does that mean you're updating webv4 but maybe not updating the rest of your BBS at the same time?

    I sometimes forget to do that :( I try to keep up with it, but sometime I just forget.

    DM recently made a change to webv4/lib/files.js which depends on a recent copy of exec/load/filebase.js. If you don't have the latest version of that latter file, this might break things for you.

    I think that was it. I installed Binkit this weekend, and upgraded the js files it uses, one being filebase.js. I just checked the js files that filebase.js looks for, and I noticed I haden't updated filesize.js. Now that I have done that, webv4 is back working. While I was at it, I re downloaded files.js, auth.js. and request.js to to be sure I hit all areas fresh.

    Everything is good now, Thanks


    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- Old farts never die! They just smell that way...
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Digital Man@VERT to Al on Tuesday, April 06, 2021 18:14:27
    Re: webv4
    By: Al to echicken on Tue Apr 06 2021 07:54 am

    Re: webv4
    By: echicken to DesotoFireflite on Mon Apr 05 2021 08:55 pm

    Well, that's interesting. Someone else is having the same problem, but I am not experiencing it on my system.

    I have noticed that files uploaded since the 3.19 upgrade that files received after that are not listed. I wonder if webv4 is using the <=3.18 filebase instead of the => 3.19 filebase?

    Yes, that's precisely what's happening. :-)
    --
    digital man

    This Is Spinal Tap quote #1:
    Nigel Tufnel: These go to eleven.
    Norco, CA WX: 70.5øF, 49.0% humidity, 5 mph ENE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net