Skip to main content

Home/ Second Life/ Group items tagged freeware

Rss Feed Group items tagged

Dr. Fridemar Pache

SLEDucating » SecondLife Blogging Script - 0 views

  •  
    SecondLife Blogging Script Writing by admin on Tuesday, 20 of March , 2007 at 1:42 pm Lots of people have been asking for a blogging solution, a way of being able to blog from "in-world" either a text or notecard directly to their personal blog. The following two scripts when placed in a prim will do exactly that. You can change the subject title, the blog address, the email, and choose between blogging the text chat, or a notecard. You call this script "blogger". The basic premise is that the script sends an e-mail, so you need your blog software set up to process an email, which is fairly simple on most blog apps. // This program is free software; you can redistribute it and/or modify
    // it under the terms of the GNU General Public License as published by
    // the Free Software Foundation; version 2 of the License.
    //
    // This program is distributed in the hope that it will be useful,
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    // GNU General Public License for more details. // Written by Gypsy Paz
    // Version Beta 0.3 string blog_email;
    string blog_url = "http://blogger.com";
    string blog_msg = "Visit my Blog";
    string blog_subj = "Post from SecondLife";
    integer isadmin;
    integer on = FALSE; string dcapt;
    list dbutt;
    integer dchan;
    key duser = NULL_KEY; integer i; integer dlistener;
    bluemenu(){
    llDialog(duser,dcapt,dbutt,dchan);
    dlistener = llListen(dchan,"",duser,"");
    llSetTimerEvent(60);
    } integer clistener;
    string listenfor; unlisten(){
    llListenRemove(dlistener);
    llListenRemove(clistener);
    listenfor = "";<
  •  
    The reason for copying this freeware is:

     for commenting it inside the diigo annotation system, because the Blog-Page might change , so that this valuable code might be buried inside the blog.

James OReilly

Oscar's Multi-Monitor taskBar - 0 views

  •  
    MultiMonitor TaskBar A shiny new windows task Bar for multiple monitors!
1 - 2 of 2
Showing 20 items per page