Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

I'm wet! I'm wild!


dovenet / Synchronet Javascript / @-CODES

SubjectAuthor
* @-CODESDesotoFireflite
`* @-CODESDigital Man
 `* @-CODESDesotoFireflite
  `* @-CODESDigital Man
   `- @-CODESDesotoFireflite

1
@-CODES

<6249E3E6.723.dove-syncjs@valhalla.synchro.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=765&group=DOVE-Net.Synchronet_Javascript#765

  copy link   Newsgroups: DOVE-Net.Synchronet_Javascript
From: desotofireflite@VERT/VALHALLA (DesotoFireflite)
To: All
Subject: @-CODES
Message-ID: <6249E3E6.723.dove-syncjs@valhalla.synchro.net>
Date: Sun, 3 Apr 2022 07:13:58 -0400
X-Comment-To: All
Path: rocksolidbbs.com!not-for-mail
Organization: Valhalla Home Services
Newsgroups: DOVE-Net.Synchronet_Javascript
X-FTN-PID: Synchronet 3.19c-Win32 master/0b34b299a Mar 20 2022 MSC 1929
X-FTN-CHRS: CP437 2
WhenImported: 20220403113324-0700 c1e0
WhenExported: 20220403115756-0700 c1e0
ExportedFrom: VERT sync-js 3682
WhenImported: 20220403141358-0400 c12c
WhenExported: 20220403143316-0400 c12c
ExportedFrom: VALHALLA dove-syncjs 723
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: DesotoFireflite - Sun, 3 Apr 2022 11:13 UTC

Is there a way to use @-codes in a write statement for js. Do I need to include anything extra in the file to make it work. I've even tried to use bbs.atcode(@-Code) to no avil. What am I missing. Thanks in advance.

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

--- Don't eat the yellow snow!
■ Synchronet ■ Valhalla Home Services ■ USA ■ http://valhalla.synchro.net

@-CODES

<624A1AA5.3683.sync-js@vert.synchro.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=766&group=DOVE-Net.Synchronet_Javascript#766

  copy link   Newsgroups: DOVE-Net.Synchronet_Javascript
From: digital.man@VERT (Digital Man)
To: DesotoFireflite
Subject: @-CODES
Message-ID: <624A1AA5.3683.sync-js@vert.synchro.net>
Date: Sun, 3 Apr 2022 08:07:33 -0700
X-Comment-To: DesotoFireflite
Path: rocksolidbbs.com!not-for-mail
Organization: Vertrauen
Newsgroups: DOVE-Net.Synchronet_Javascript
In-Reply-To: <6249E3E6.723.dove-syncjs@valhalla.synchro.net>
References: <6249E3E6.723.dove-syncjs@valhalla.synchro.net>
X-FTN-PID: Synchronet 3.19c-Win32 master/54c0696a5 Mar 31 2022 MSC 1929
X-FTN-CHRS: CP437 2
WhenImported: 20220403150733-0700 c1e0
WhenExported: 20220403175756-0700 c1e0
ExportedFrom: VERT sync-js 3683
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: Digital Man - Sun, 3 Apr 2022 15:07 UTC

Re: @-CODES
By: DesotoFireflite to All on Sun Apr 03 2022 02:13 pm

> Is there a way to use @-codes in a write statement for js. Do I need to
> include anything extra in the file to make it work. I've even tried to use
> bbs.atcode(@-Code) to no avil. What am I missing. Thanks in advance.

console.putmsg() will expand @-codes, as documented here:
https://wiki.synchro.net/custom:javascript#output

If you really want to use write(), you could do:

write(bbs.atcode("@code@")); // that should work too
--
digital man (rob)

Breaking Bad quote #5:
Sometimes the forbidden fruit tastes the sweetest. - Hank Schrader
Norco, CA WX: 65.2°F, 66.0% humidity, 9 mph SSW wind, 0.00 inches rain/24hrs
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net

@-CODES

<624A2DDB.725.dove-syncjs@valhalla.synchro.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=767&group=DOVE-Net.Synchronet_Javascript#767

  copy link   Newsgroups: DOVE-Net.Synchronet_Javascript
From: desotofireflite@VERT/VALHALLA (DesotoFireflite)
To: Digital Man
Subject: @-CODES
Message-ID: <624A2DDB.725.dove-syncjs@valhalla.synchro.net>
Date: Sun, 3 Apr 2022 12:29:31 -0400
X-Comment-To: Digital Man
Path: rocksolidbbs.com!not-for-mail
Organization: Valhalla Home Services
Newsgroups: DOVE-Net.Synchronet_Javascript
In-Reply-To: <624A1AA5.3683.sync-js@vert.synchro.net>
References: <624A1AA5.3683.sync-js@vert.synchro.net>
X-FTN-PID: Synchronet 3.19c-Win32 master/0b34b299a Mar 20 2022 MSC 1929
X-FTN-CHRS: CP437 2
WhenImported: 20220403163344-0700 c1e0
WhenExported: 20220403175756-0700 c1e0
ExportedFrom: VERT sync-js 3684
WhenImported: 20220403192931-0400 c12c
WhenExported: 20220403193337-0400 c12c
ExportedFrom: VALHALLA dove-syncjs 725
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: DesotoFireflite - Sun, 3 Apr 2022 16:29 UTC

Re: @-CODES
By: Digital Man to DesotoFireflite on Sun Apr 03 2022 03:07 pm

DM> Re: @-CODES
DM> By: DesotoFireflite to All on Sun Apr 03 2022 02:13 pm

>> Is there a way to use @-codes in a write statement for js. Do I need
>> to include anything extra in the file to make it work. I've even tried
>> to use bbs.atcode(@-Code) to no avil. What am I missing. Thanks in
>> advance.

DM> console.putmsg() will expand @-codes, as documented here:
DM> https://wiki.synchro.net/custom:javascript#output

DM> If you really want to use write(), you could do:

DM> write(bbs.atcode("@code@")); // that should work too
Thanks so much for this, and the link. I really appreciate it. I see where I went wrong on the bbs.atcode, but I'm going to try the console.putmsg() first. This has been a goon learning experence for me. Again, thanks

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

--- CAT (n.), Furry keyboard cover.
■ Synchronet ■ Valhalla Home Services ■ USA ■ http://valhalla.synchro.net

@-CODES

<624A801D.3685.sync-js@vert.synchro.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=768&group=DOVE-Net.Synchronet_Javascript#768

  copy link   Newsgroups: DOVE-Net.Synchronet_Javascript
From: digital.man@VERT (Digital Man)
To: DesotoFireflite
Subject: @-CODES
Message-ID: <624A801D.3685.sync-js@vert.synchro.net>
Date: Sun, 3 Apr 2022 15:20:29 -0700
X-Comment-To: DesotoFireflite
Path: rocksolidbbs.com!not-for-mail
Organization: Vertrauen
Newsgroups: DOVE-Net.Synchronet_Javascript
In-Reply-To: <624A2DDB.725.dove-syncjs@valhalla.synchro.net>
References: <624A2DDB.725.dove-syncjs@valhalla.synchro.net>
X-FTN-PID: Synchronet 3.19c-Win32 master/54c0696a5 Mar 31 2022 MSC 1929
X-FTN-CHRS: CP437 2
WhenImported: 20220403222029-0700 c1e0
WhenExported: 20220403235753-0700 c1e0
ExportedFrom: VERT sync-js 3685
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: Digital Man - Sun, 3 Apr 2022 22:20 UTC

Re: @-CODES
By: DesotoFireflite to Digital Man on Sun Apr 03 2022 07:29 pm

> Re: @-CODES
> By: Digital Man to DesotoFireflite on Sun Apr 03 2022 03:07 pm
>
> DM> Re: @-CODES
> DM> By: DesotoFireflite to All on Sun Apr 03 2022 02:13 pm
>
> >> Is there a way to use @-codes in a write statement for js. Do I need
> >> to include anything extra in the file to make it work. I've even tried
> >> to use bbs.atcode(@-Code) to no avil. What am I missing. Thanks in
> >> advance.
>
> DM> console.putmsg() will expand @-codes, as documented here:
> DM> https://wiki.synchro.net/custom:javascript#output
>
> DM> If you really want to use write(), you could do:
>
> DM> write(bbs.atcode("@code@")); // that should work too
>
> Thanks so much for this, and the link. I really appreciate it. I see where I
> went wrong on the bbs.atcode, but I'm going to try the console.putmsg()
> first. This has been a goon learning experence for me. Again, thanks

https://www.youtube.com/watch?v=LCZg9yapEfk :-)
--
digital man (rob)

Rush quote #6:
.... but most of us just dream about the things we'd like to be
Norco, CA WX: 57.1°F, 82.0% humidity, 3 mph SSE wind, 0.00 inches rain/24hrs
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net

@-CODES

<624AE9AC.727.dove-syncjs@valhalla.synchro.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=769&group=DOVE-Net.Synchronet_Javascript#769

  copy link   Newsgroups: DOVE-Net.Synchronet_Javascript
From: desotofireflite@VERT/VALHALLA (DesotoFireflite)
To: Digital Man
Subject: @-CODES
Message-ID: <624AE9AC.727.dove-syncjs@valhalla.synchro.net>
Date: Mon, 4 Apr 2022 01:50:52 -0400
X-Comment-To: Digital Man
Path: rocksolidbbs.com!not-for-mail
Organization: Valhalla Home Services
Newsgroups: DOVE-Net.Synchronet_Javascript
In-Reply-To: <624A801D.3685.sync-js@vert.synchro.net>
References: <624A801D.3685.sync-js@vert.synchro.net>
X-FTN-PID: Synchronet 3.19c-Win32 master/0b34b299a Mar 20 2022 MSC 1929
X-FTN-CHRS: CP437 2
WhenImported: 20220404063437-0700 c1e0
WhenExported: 20220404115762-0700 c1e0
ExportedFrom: VERT sync-js 3686
WhenImported: 20220404085052-0400 c12c
WhenExported: 20220404093428-0400 c12c
ExportedFrom: VALHALLA dove-syncjs 727
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: DesotoFireflite - Mon, 4 Apr 2022 05:50 UTC

Re: @-CODES
By: Digital Man to DesotoFireflite on Sun Apr 03 2022 10:20 pm

DM> Re: @-CODES
DM> By: DesotoFireflite to Digital Man on Sun Apr 03 2022 07:29 pm

>> console.putmsg() first. This has been a goon learning experence for

DM> https://www.youtube.com/watch?v=LCZg9yapEfk :-)

LMFAO, That was good. I saw that when I saved the message, but it was to late then. I humbly accept the "Fat Fingers Award"... Thanks for the laugh <BFG>

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

--- SENILE.COM found...Out of Memory...
■ Synchronet ■ Valhalla Home Services ■ USA ■ http://valhalla.synchro.net

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor