Spax Orion @SpaxOrion

Offline

Ozone MiniVerse - XoAoX.de:7000


Inventory Dispenser

<p>Do you have a cluttered inventory folder?  You can store inventory you do not regularly use and make things easier to find when you need them. You can safely delete items from your inventory once you have those items stored in your inventory dispenser.</p><p>Place this script into a prim or object and then store your items in that same prim. Click the prim and get a menu where you can choose the item you want from your inventory dispenser.</p>

👍 like

Milestones

Hide Feed  
we make weekly parties and combine meetings during the week with little groups of people who want to enjoy dances and intimate encounters .... and enjoy together
PEACE LOVE LAUGH RESPECT AND NO DRAMA

Passion Jumanji: AGREED, PEACE LOVE LAUGH RESPECT AND NO DRAMA! A FUN PLACE TO BE! GLAD YOU ARE BACK! WOOT! ;) 4 months ago
Lynnestra Parker & On The Rocks present "School's Out For Summer"!
Sunday June 2nd 5:00 PM to 7:00 PM Pacific
DJ Maldrul will be playing a collection of Rock songs about school and summer along with his signature selection of SOMETHING COMPLETELY DIFFERENT!

hop://alternatemetaverse.com:8002/Airmid/478/97/23

LaramieWinslow: showed up for a minute, was too shy to stay :S 4 months ago

NEW CLOTHING
SN Jolene Bikini
Alltime Moneygiver and Luckyshower at Beach
~NO RESELL~


Sodasullivan: I have been trying very hard to find a simple bikini, something with no extra straps or chains hanging off it. Thank you for offering this! 4 months ago
Let your users contact you for two-way conversation through telegram for instant help access.

Creating a script to allow in-world users of OpenSimulator to chat with a channel on Telegram requires the use of HTTP requests. This involves creating a bot on Telegram that can receive and send messages, and an LSL script in Second Life to interact with this bot.

Step 1: Create a Telegram Bot
Open Telegram and search for BotFather.
Start a chat with BotFather and use the /start command.
Use the /newbot command to create a new bot, and follow the prompts to name it and get the token.
Step 2: Create a Webhook to Communicate with Telegram
You'll need a server to handle messages between OpenSimulator and Telegram. Here's a simple example using Python and Flask.

python

from flask import Flask, request
import requests

app = Flask(__name__)

TELEGRAM_BOT_TOKEN = 'YOUR_TELEGRAM_BOT_TOKEN'
TELEGRAM_CHAT_ID = 'YOUR_TELEGRAM_CHAT_ID'

@app.route('/webhook', methods=['POST'])
def webhook():
data = request.json
message = data['message']['text']
send_message_to_sl(message)
return "ok", 200

def send_message_to_telegram(message):
url = f"https://api.telegram.org/bot{TELEGRAM_BOT_TOKEN}/sendMessa..."
payload = {
'chat_id': TELEGRAM_CHAT_ID,
'text': message
}
requests.post(url, json=payload)

def send_message_to_sl(message):
# This function should handle sending the message to Second Life.
pass

if __name__ == '__main__':
app.run(port=5000)
Set up the webhook URL for your bot using:

bash
https://api.telegram.org/bot/setWebhook?url=/webhook
Step 3: Create the LSL Script in OpenSimulator
The following LSL script will send a message to the webhook on your server. The server will then send this message to the Telegram channel.

lsl

string webhook_url = "http:///webhook";

default
{
state_entry()
{
llOwnerSay("Telegram chat bot script active.");
}

touch_start(integer total_number)
{
llOwnerSay("Please type your message to send to Telegram:");
}

listen(integer channel, string name, key id, string message)
{
// Prepare the message
string json = llEscapeURL("{\"message\": {\"text\": \"" + message + "\"}}");

// Send the message to the webhook
llHTTPRequest(webhook_url, [HTTP_METHOD, "POST", HTTP_MIMETYPE, "application/json"], json);

llOwnerSay("Message sent to Telegram: " + message);
}

on_rez(integer start_param)
{
llResetScript();
}

changed(integer change)
{
if (change & CHANGED_OWNER)
{
llResetScript();
}
}
}
Step 4: Set Up a Listener in LSL for Telegram Messages
If you want to receive messages from Telegram in OpenSimulator, you need to implement the send_message_to_sl function on your server and an HTTP server in LSL to listen for incoming messages.

Example of setting up an HTTP server in LSL:

lsl

default
{
state_entry()
{
llOwnerSay("Telegram listener script active.");
llHTTPRequest(webhook_url, [HTTP_METHOD, "POST", HTTP_MIMETYPE, "application/json"], json);
}

http_request(key request_id, string method, string body)
{
if (method == "POST")
{
// Decode the incoming message
string message = llJsonGetValue(body, ["message", "text"]);

// Send the message to local chat
llSay(0, "Telegram: " + message);
}
}
}
This setup involves running a server to handle the communication between OpenSimulator and Telegram. The example assumes familiarity with web server deployment. For a more robust solution, consider using a cloud service to host the server.

FreshVirtualWorld: https://www.youtube.com/watch?v=zejVrprx1uU 4 months ago
As a way to say thank you to the OSW community, I'm going to be releasing a project every now and then and have it only shared with those who happen to come across this listing. To start things off, you can find the first gift at the OSURL below!

Whack-A-Mole
A fun throwback to the days of old, when taking a mallet to a plastic animal felt wonderful. (Mallet not included!) To play, simply rez it out and give it a click. The owner of the machine will have a few extra options, including the option to reset the score to 0, as well as an option to remove all score logs. Have fun!

hop://login.osgrid.org/Brotown/394/356/1997

Jared Seda: Thanks for the awesome gift! 4 months ago
Bonjour à tous,
La troupe des Théâtreux vous propose une soirée théâtre en français le Dimanche 2 juin 2024 sur la région Event Space (SV3D).
Au programme, la pièce « Et l’œuf engendra la poule » de Jean Vilain.
Rendez-vous ce dimanche à 21h15 hop://sv3d.fr:8002/EventSpace/128/128/25
La même pièce sera rejouée le vendredi 14 juin et le jeudi 4 juillet, à partir de 21h15.
Venez nombreux ! :-)
Freitag 31.5.2024
Rock-House
mit DJ Anachron

Beginn 19:00 Uhr

Triples
Fortsetzung*
*Weil der letzte Freitag mit "Fortsetzung folgt" von BAP endete ...

Ende wie immer um Mitternacht.
Hypergrid : dorenas-world.de:8002:Nihilon

Arielle: Is that a picture of a couple dancing or fighting? It's hard to tell! 4 months ago
Feeling like you are on a Lonely Island? Hop on a boat!

https://www.youtube.com/watch?v=avaSdC0QOUM

Music can heal us. Music can bring us together. Remember to have smiles and laughs, and enjoy your life...rl and/or virtual worlds!

RemmyRavenhurst: Suddenly feels sea sick! :) 4 months ago

Area Added for useful textures, Ai curated textures collections for builders.


KaydiRose: Thankyou for stopping by! 4 months ago

Cozy little coves at Catena di Isole. Everyone is welcome here three.hills.grid.outworldz.net:8002:Catena di Isole


Lillysparks: that is adorbs I gotta come check it out tomorrow=) 4 months ago
Get Help Finding Stuff
---------------------------------
Polar bears are good at helping you find stuff, if you can find one. So, people are using the box more and more to request help. As you know, comments in the box get drowned out by not nice comments. Even the nice comments push the requests down until they disappear. But there is help with that. Just join the What Are You Looking For group. https://opensimworld.com/groups/1060

• Why: As I mentioned, there is a short time before requests in the box go to oblivion The posts in the group stick around, increasing the chances that you will find help from our over 100 members.
• How to use the group: Post about items you are, well, looking for...outfits, builds, shops, services, skills, and so on. At times, a group member will actually make what you are looking for. How cool is that? (Hint: very cool!)

What happens if you help? First, you become one of the forces for good in the galaxy. OK, in OS and OSW. We need more goodness here, right? And, about every two weeks, I post a list of our recent helpers, a bit of their profile info, and the address of their region(s).

The What Are You Looking For group. It’s what you’ve been looking for!

Harleyjannys: I joined! Thank you. 4 months ago
*** EUROPEAN BLACK ALDER TREE V3 (VERSION 3) (*) RELEASED!
With seasonal textures included and smooth animation on leaves! All available for FREE and FULLPERM at FOREST AREA (ground area), BOX 02. Enjoy :)

(*) Old versions still inside the box.

Xenon Darrow: There he goes...making more beauty for OpenSim. 4 months ago

Cynamun Adored: Yesssss, you know this has always been my favorite.. zen! Hugs Marianna! 4 months ago
Whales for Sale!!!!

That's right, I am selling whales!

Why am I selling whales? Because I want to help you make an amazing Underwater area. You see, we have whales, many species of stingrays, sharks, jelly fish, hundreds of fish, hermit crabs, dolphins, mermaids, corals, ruins shipwrecks and more!

I spent 6 months finding things in opensim to build my underwater worlds...and now I want to help you build your underwater area.

Textures Trees & Scripts (and Whales)

the little store that is loved by builders and landscapers!

Ankhsenaton: So much things to get :) Thank you Safinemahoe2 ! 4 months ago
Awakening in an exotic land of inspiration and magic, I found myself enveloped by the scent of blooming jasmine and the soft whisper of the breeze through the trees. Zensational is a nice place just to unwind, everyone is welcome here 💗🌷🌷🪷🪷

Hyacinth: Gorgeous pic! 4 months ago

I have just joined the group and would like to say hello! It's nice to have a safe place without hate comments. Very good idea!

I dance only for you, Glenn, the friendliest, likeable man in Opensimworld.^^


Xenon Darrow: 🪇💃🪇👯🪇🧚🪇 4 months ago

The surf demo video- this one opens in a new tab.

https://www.youtube.com/watch?v=Jwrgyomz9uQ


Marianna: It is the most incredible feeling to wake up in the morning and see #surfergirls hitting the waves! "Surfing's one of the few sports that you look ahead to see what's behind." – Laird Hamilton 4 months ago
I have various circlets and tiaras created at the back of the store by the wedding rings. I was asked to create these when I first started creating jewelry and have loved them ever since; these are always so fun to create and look pretty when worn. three.hills.grid.outworldz.net:8002:Monentes Jewelry

SilviaFrey: Son preciosos todos tus circlets y coronas. Me encantan. Yo paso mucho tiempo vestida de la época medieval y me vinieron muy bien. Muchas gracias. 4 months ago

Check out the new selections of Outfits and Shoes.
Some in Sizes: Athena, Reborn, and Legacy.


Pagane: LOVE GRIMM!!!! 4 months ago

I created a Journal for you, just drop your daily notes into it. Please find the journal in the Monentes foyer on the little table. three.hills.grid.outworldz.net:8002:Monentes Jewelry


SilviaFrey: Muchas gracias por todas esas magníficas creaciones. Me ha encantado su tienda. Encontré justo lo que buscaba además de varios objetos preciosos. Muchísimas gracias. 5 months ago

Avatar Fantasy, Pleiadiano su richiesta


GeoPerez: Grazie mille Valeria e Gruppo di Lavoro di Creazione Avatar Personalizzati, sono grato e favorito da Dio per questo lavoro spettacolare, Valeria ci ha creato, Pleiadiano, un essere angelico che è venu... 5 months ago

Lillysparks: Gorgeous color pallette here. Oh my gosh. Just exquisite. 5 months ago
Bonjour à tous, au cas où vous n'auriez pas lu cette annonce dans FrancoGrid Group sur Facebook, datée du 9 mai, de Reynald Melloni :
Bonjour à tous je me permet se post.
Pour vous annoncer le décès de mon (notre amis pour certains) Ami Fabrice
Live Open Scene il est parti ..hier ,

Zoe: Toujours horrible de perdre ceux qui se croisent sur ce monde. Ici nous venons nous défouler et retrouver des connaissances et des amis, mais la vie nous joue des tours, c'est très triste. 5 months ago
Upgrade Your land with a Free SkyBox!

*Location(on teleport kiosk): 04accesories, CitizenCrafts.

Turn your parcel into a private oasis with our FREE SkyBox! This unique shelter provides everything you need for relaxation and unwinding, all included at no cost!

Inside your SkyBox, you'll find:

A comfy bed for stargazing nights or movie marathons
A cozy couch for curling up
A refreshing shower to rinse off after a long day
A comfortable seat to enjoy
Don't miss out on this opportunity to create your own personal sanctuary!
Enjoy!
~Mech Lab

Jamie Wright: That looks super cool. Does it come with the puppies? XD 5 months ago

Jamie Wright: This is truly the coolest build. Actually I can't decide because I also love the Last of Boston. But you can visit both in close proximity. It's a trio of game to TV series inspired builds: Fallout, L... 5 months ago

Thank you for the invitation to visit this (most excellent) group! If you ever need something you cannot find please just IM I have nice resources to share!


Jamie Wright: Marianna knows stuff about stuff:) 5 months ago
📅 Date: Tuesdy, May 7
🕒 Time: 12.30 SLT

Si quieres pasar una noche con duende, una noche especial, disfrutando de la mejor música española, en un ambiente andaluz inmejorable, ven a tomar con nosotros unos rebujitos


If you want to spend a night with duende, a special night, enjoying the best Spanish music, in an unbeatable Andalusian atmosphere, come and have some rebujitos with us

PrillLeon: Bellissima serata , molto suggestiva , viva Espagna 5 months ago
Half day I was searching online for 3D Models for Tatto Equipment. I have seen this already somewhere inworld but no idea where it was. Any Idea where I could get some Tattoo equipment for my "beauty-Shop"? :-)

Jamie Wright: Hi @FallenAngelAbsent. Klamotto has tattoo stuff: otterland.de:8002:Klamotto 5 months ago

Error on my part on poster, appears i thought last month was this month's dates. Will reschedule w new poster.


wicked: giggles is may 5th sunday. i hope.. lol, hugs you lilly 5 months ago

ok now I am looking for a way to get shadows textures off of a mesh so that I can add it to a texture that I already have. Any suggestions?


Jamie Wright: Is the shadow a separate prim or part of the mesh? If you can edit and unlink one prim shadow that's the easiest. 5 months ago
Happy weekend everyone. I want to show you
another original animesh highlight from Kimm Star from Kitely . THE BARBER SHOP Singers. You can see them singing inside the luxury shop on the sim. Available on kitely market place in her shop "virtual vignette".

NATURAL PATH MESH - SEASONAL - Change all paths in your SIM with few clicks! Seasonal textures and scripts included. Available for FREE and FULLPERM at MOUNTAIN AREA, BOX 02. Enjoy :)


thedeeferry: I have a love-hate relationship, too. Love Flora. AMV hates me. Oh well. 5 months ago

and... one new ride for the fun.... for speed try the orange snake car .... ;-)


LeonitasLionheart: YESSSSSSSSSSSS....SSSSSSSSSS....i soooo need thisssssss in my life! 5 months ago
Loveparade im Haligali am Freitag den 03.05.2024 mit DJ Scarlett im CandorsRPWorld Grid. Wir starten um 20 Uhr mit cooler Musik - Dance, Rave und Trance.
Alle sind herzlich eingeladen.
Taxi hier: candorsrpworld.ch:8002:HaliGali

CandorsRPWorld: ❤️ Loveparade heute ❤️ 5 months ago

Lampithaler Artist: You did a really great job, Adriana! Great choice of music, and I'm already looking forward to the next time! Das hast du wirklich toll gemacht, Adriana! Tolle Musikauswahl, und ich freue mich schon a... 5 months ago

Embrace nature's elegance with this exquisite sunflower ring. This is just one of the many jewelry pieces you will find at Monentes Jewelry. three.hills.grid.outworldz.net:8002:Monentes Jewelry


JaniceHubbenfluff: These are truly wonderful! 5 months ago
I am looking for the pose stands (EXAMPLE: LIKE FOR BALLERINA - there were several ballet poses/animations in one pose stand - Oni had them all categorized) I had gotten like a dozen or so different pose stands while I was over at her one region there. I am wondering who would have them as I would like to use them for my different avatars as I take pictures of them wearing different outfits so that when I go into my closet that I made I can just pick and outfit out and wear it.
Also, I am looking for photo booths that I can use that have backgrounds please & Thank You! ;) Huggiez All Around! ;)

Paddleboats over the waves with new friend, Charlene. Fun stuff!


Charlene McNally: I had so much fun! Those waves were something but we survived! 5 months ago

Zort (galactic explorer, age 4,217) says: "Even on distant planets, adventures get better with a little blue boost."

==> Try Viagra! and Fly to EUROPA!!


Luna Lunaria: I loved Europa. Wonderful work :-) 5 months ago

Comments

No comments yet