spacer.png, 0 kB
GROUP INVITATION SCRIPT E-mail

groupinffree.jpg This is an simple but handy group invitation script,

You make a sign and put this script in.
insert your email, group name and after
how many hours you want to reciefe an email.

the script will collect the names, check if they are on the email list 
and send it every xx hours to your email.

so this is a handy and free second life  group invite script.

 

 

 

// Copyright (C) 2007 Flater Baxter.
//
// you may use and modify it
// don't use for commercial products.
// more scripts on our website
// HTTP://WWW.LOOQZ.EU
// Keep this text in place


// SETTINGS

integer hours = 1; // After how many hours an email is send
string email1 = " This e-mail address is being protected from spam bots, you need JavaScript enabled to view it " ;//your email
string groupname = "THE BEST SL GROUP"; // your group name

//

key joiner ;
integer len;
list names;
string joinname;
integer counter = 0;
string emailtext;

make_email() /// CONFERT THE LIST OF NAMES TO A TEXT STRING
{
    len =llGetListLength(names);
    integer i;
    emailtext = "Invitation list for group "+ groupname+" \n \n NAMES: \n \n";
 for(i=0;i<len;i++){
     emailtext += llList2String(names,i)+" \n" ;
    }
    emailtext += "\n total: "+ (string)len ;
 }

default
{
    state_entry()
    {
        llSetTimerEvent(3600);///TIMER TO 1 HOUR
    }

    touch_start(integer total_number)
    {
        joiner = llDetectedKey(0);
        joinname = llKey2Name(joiner);
           
        if ( llListFindList(names,[joinname]) == -1){//check if the name is not on the list
         names = (names = [])+names+ joinname;
         llInstantMessage(joiner,"dear "+joinname+" jou will recieve an invitation soon");  
        }
        else llInstantMessage(joiner,"dear "+joinname+" jou are already on the invitation list");
           
           
        }
   
    timer()
    {
    counter += 1;
    if(counter == hours){
   
        make_email();
        names = [];
        counter = 0;
        llEmail(email1, "GROUP INVITATIONS", emailtext);
       
       
}}
}


 

 

 
Comments

i want join to the group

Posted by Cyndi drechsler, on 12/04/2007 at 18:19

THANKS!!!

Posted by duno ana, on 11/21/2007 at 14:40

 1 
Page 1 of 1 ( 2 Comments )
©2006 MosCom

Add comments: GROUP INVITATION SCRIPT

Enter your comment below:

(required)

(required)

Your email will not be displayed on the site; only to our administrator.





 

free lindens
 
spacer.png, 0 kB
   
free joomla templates Joomla tutorials joomla themes