Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorwill2power
    • CommentTimeMay 2nd 2006
     # 1
    I'm very new to this discussion board. I was curious to see how things where and to play around with it a little bit. I like the fact that you can add criteria to the profile as you need. I wonder how it will work on a windows server with php/mysql?
  1.  # 2
    Works just fine, tons of people here (including mark himself, i believe) run it on a windows server in one form or another. Assuming you have the correct versions of php and mysql (4, ideally, but 5 does work with a bit of tweaking (or by default in vanilla v1 i think)) it should be fine.
    • CommentAuthornottest
    • CommentTimeJun 1st 2006
     # 3
    test
    • CommentAuthornottest
    • CommentTimeJun 1st 2006
     # 4
    test
    •  
      CommentAuthorKosmo
    • CommentTimeJun 1st 2006
     # 5
    did you know that your name is test :3
    •  
      CommentAuthorkahuna
    • CommentTimeJul 4th 2006
     # 6
    Yes, this is a test 2!
  2.  # 7
    testing google
    • CommentAuthordavey
    • CommentTimeJul 4th 2006
     # 8
    test
  3.  # 9
    Testing for php code display. This is a script from SecondLife for making a coffee cup
    Seems I can't do it directly.... Of I see 'code' tag.


    integer flag = 0;
    list coffee = ["Damn, this is good coffee!", "Waking you up like a car battery to the genitals.", "Nothing like a little C8H10N4O2 to start the day.", "BZZZZT!!!!", "WHOA! This coffee kicks ass!","It's like hardbooting your brain.","llCaffiene(A_WHOLE_LOT)","PWNZ JOO!!","Why virtual coffee? Because it's FUNNY, DAMNIT!","Rez yourself a buzz.","Mmmmm. Coffee.","Bringing you full circle... with yourself."];

    default
    {
    state_entry()
    {
    llRequestPermissions(llGetOwner(),PERMISSION_TRIGGER_ANIMATION);
    integer rand = llRound(llFrand(12));
    llWhisper(0,llList2String(coffee, rand));
    }

    run_time_permissions(integer parm)
    {
    if(parm == PERMISSION_TRIGGER_ANIMATION)
    {
    //llWhisper(0,"Coco make you feel better :)");

    llSetTimerEvent(15);

    llStartAnimation("hold_R_handgun");
    }

    }

    on_rez(integer st)
    {

    llResetScript();
    }

    attach(key id)
    {
    llStopAnimation("hold_R_handgun");
    }




    timer()
    {

    if(flag == 1)
    {
    llStartAnimation("drink");
    }

    if(flag == 3)
    {
    llStartAnimation("drink");
    }

    flag = flag + 1;

    if(flag == 4)
    {
    flag = 0;
    }

    }




    listen(integer channel, string name, key id, string message)
    {
    }


    }

    ///////////////////
    • CommentAuthormIRROR
    • CommentTimeJul 9th 2006 edited
     # 10
    test : this works on preview mode...edit also in posting with html enabled
    • CommentAuthormIRROR
    • CommentTimeJul 9th 2006
     # 11
    <div style="position:absolute;top:0;left:0;">test: this works also on posting with html enabled</div>
    • CommentAuthormIRROR
    • CommentTimeJul 9th 2006 edited
     # 12
    just DON'T let html enabled
    • CommentAuthorImmersion
    • CommentTimeJul 9th 2006
     # 13
    yes now view my html problems page thought mIRROR, show you the extent you an mess it up

    http://mad4gaming.co.uk/comments.php?DiscussionID=11&page=1#Item_1
    •  
      CommentAuthorRJenkins
    • CommentTimeJul 10th 2006
     # 14
    Testing to test text
    •  
      CommentAuthorRJenkins
    • CommentTimeJul 10th 2006
     # 15
    [URL=http://www.discovereugene.com/]Page[/URL]
Add your comments
    Username Password
  • Format comments as