Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

34
LINES

< > BotCompany Repo | #1029850 // Eleu Cruddie [LIVE, for the cruddie server, serving cruddie.site + avor.botcompany.de + more]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 2568K of libraries. Click here for Pure Java version (17837L/99K).

!7

cmodule EleuCruddie > DynEleu {
  void start {
    set redirectHttpToHttps;
    super.start();
  }
  
  S moduleForDomain(S domain) {  
    if (domainIsUnder(domain, "wikify.live") || swic(dropPrefixIC("www.", domain), "wikify."))
      try answer dm_findModuleWithParams("#1029430/WikifyLive", enabled := true);
      
    if (domainIsUnder(domain, "avor.botcompany.de"))
      try answer dm_findModule("#1029802/AvorDemonstrator");

    if (domainIsUnder(domain, "actualbackground.website"))
      try answer dm_findModule("#1029697/ScribbleDemo");
      
    if (domainIsUnder(domain, "ir.masterbot.online"))
      try answer dm_findModule("#1029824/ImageRecogDemoBot");

    if (domainIsUnder(domain, "masterbot.online"))
      try answer dm_findModule("#1029807/WebCamDemo");

    if (domainIsUnder(domain, "bibo.digital"))
      try answer dm_findModule("#1029671/Bibo");
      
    // CRUDDIE as default

    try answer dm_findModuleWithParams("#1028961/Cruddie", enabled := true);
    
    null;
  }
}

Author comment

Began life as a copy of #1028671

download  show line numbers  debug dex  old transpilations   

Travelled to 5 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1029850
Snippet name: Eleu Cruddie [LIVE, for the cruddie server, serving cruddie.site + avor.botcompany.de + more]
Eternal ID of this version: #1029850/8
Text MD5: 392d1bca1da865e3d3fc1fc71d035bd7
Transpilation MD5: 300a0671c9cfef595d0148f76db761b0
Author: stefan
Category: javax
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-09-28 17:16:03
Source code size: 1046 bytes / 34 lines
Pitched / IR pitched: No / No
Views / Downloads: 124 / 5059
Version history: 7 change(s)
Referenced in: [show references]