falene hawks @falene

France Offline

chiante


Liked posts

Ich freu mich cshon auf das Rollenspiel mit meinem Kaiser Wilhelm in Cartabria :-)


Copper: Warum schreibt ihr nicht direkt von der sim aus einen post. Dann wäre die sim HG-adresse gleich dabei für einen Teleport in Karte kopieren. Nur ein Gedanke :-) 1 hour 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! 3 hours ago

------ NEW ------

The Mega Store House was born today next to the Mega Store, you will find many houses and buildings all free

ARACNO AIRWAYS office at SPACEPORT (*) in EUROPA. Humans NOT ALLOWED... If you enter, well... take a look for yourself and never complain about the sentence "The curiosity killed the cat" lolol

(*) At welcome area or at MAGABAGA Mall, there is a big tp board to that destination.

Jimmy Olsen: My apologies. Aracno Airways was not offering properly its "service". had to redo script little bit, guess people they came today havent seen all of it. its working now. 24 hours ago
I promised a longer time ago to create more characters out of Froggy Ponds costumes. The first 3 new ones are ready! Voila may I introduce you to Gary Goatee, Larry Lobster and Lucky Ducky? If you are interested you can grab them on Lionbeach,next to the landing point.. Happy weekend all!!!
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 yesterday

virtuallifeworld.dns-dynamic.net:8002

The shops are filling up with wonderful things!

For the foodies!!!!!

NEW CLOTHING
SN Nola Swimsuit
Alltime Moneygiver and Luckyshower at Beach
~NO RESELL~

Join us in Wizardry at The School of Magic. Learn to fight evil hackers, evil scripters, greifers, and maligned individuals.


FallenAngel Absent: https://www.youtube.com/watch?v=BN1WwnEDWAM :-D yesterday
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! yesterday

CyberGlo CyberStar: Wow! So beautiful! I love the art and design. :) 2 days ago

dj james is spinning some wild tunessssssssssssssssssssssss

DJ Mike has turned his stream on and cranked up the music! Everyone is welcome so come on over and party away the night with us! Don't forget, free gift not in stores at half time!

Zoey ♥

Image by @FerdFrederix Zensational's Sakuragawa

Discover a beautiful virtual space where we offer Tai Chi and Buddha Meditation.
般若心経 (Hannya Shingyō), our Heart Sutra, teaches that all buddhas of past, present, and future rely on prajna-paramita to achieve unsurpassed, complete, perfect enlightenment. We welcome everyone here, 💗
three.hills.grid.outworldz.net:8002:Zensational
Dear Soul-Family and Friends!

We are pleased to invite you to the fourth Grid birthday. Together we have built a community, that merges the boundaries of the virtual and real world.
Friendships have been made and together were looking forward to the next few years with other grids in OpenSim.
Celebrate this special weekend with us, Let's show far we went as One and what we have achieved together.

We look forward, sharing these days with you and were looking forward to the future to all of our virtual world.
Greetings your Nasti
**************************************************
Liebe Freunde und Souler !

Wir freuen uns, euch zum vierten Grid-Geburtstag einzuladen. Gemeinsam haben wir eine Gemeinschaft aufgebaut, die die Grenzen der virtuellen und realen Welt verschmelzen lassen.
Hier haben sich Freundschaften gefunden und gemeinsam blicken wir auf die nächsten Jahre mit anderen Grids in OpenSim.
Feiert mit uns dieses besondere Wochenende, das zeigt, wie weit wir zusammen gekommen sind und was wir gemeinsam erreicht haben.

Wir freuen uns darauf, diese Tage mit euch zu teilen und miteinander in die Zukunft unserer aller virtuellen Welten zu blicken.

Liebe Grüße eure Nasti

Die Malzburg
Meine Burg wird ausgebaut und sie liegt im Kaiserreich Cartabria!

----- NEW -----


Alchy: Well worth the visit, thank you. 3 days ago
Two great trips this week for the Safari
Thank you so much to Trouble Ahead and all the Catronians, and to Kitely owner Ilan Tochner for our great visit to Kitely
Thanks to Andron Rae and the glamorous Chilli Bean for letting us come to Sharingiscaring to see Brigadoon
If you'd like to see what happens when 20 people go hypergridding...
https://hgsafari.blogspot.com/2024/05/trouble-for-safari.h...
and https://hgsafari.blogspot.com/2024/05/andron-raes-brigadoo...
plus the vid by the ever brilliant lifted pixel
https://www.youtube.com/watch?v=-4w6TM6x_JM

Thirza Ember: For the record, Jup, that wasn't barf. 3 days ago
Forgiveness
After the injuries of the last few days, some people have called for forgiveness of every injury for the sake of peace. I find it very difficult at the moment, although forgiveness can take a burden off you. How do you feel about it? It would be nice if the answers were expressed honestly and peacefully, there is no need for another fire. Also, by the way, I also find it sad when posts are simply deleted.

Nico Kalani: Forgiveness is warranted if the person can sincerely and honestly admit to their bad behavior toward me, and if I care enough about having a relationship with them instead of indifference. Usually, th... 3 days ago
People have been going to cyberdatastorm.com:8002:Wizardry and going to the 5th floor of my little castle and trying to enter the locked doors of the computer room. Some have even zoomed their cameras through the locked doors into the server room and into the locked server cabinet, and tried to mess with my overwatch sentry security server. Please do not do this anymore. It tells me when you do that and I will ban you from Wizardry which I hate to do. It is very annoying to me when you do this. Wizardry is there to offer up free stuff i create to people, and there is no reason or need for you to go through all that trouble to turn off my sim security. Thank you.

LeonitasLionheart: That is a perfectly reasonable request and sorry to hear people been messing around like that. Thank you for sharing the things you do share, and ty for speaking calmly and thoughtfully to the masses ... 3 days ago
*** UPDATED RELEASE MAY 29th 2024 ***
OPENSIM FIREWORKS V9 (VERSION 9) - All in mesh fireworks (*) with lower complexity- V9 now is even better than previous version - it summons flashing lights on different colors and has more sounds, all to make the effect even more real! Available for FREE and FULLPERM at PARTY BOX.
Here is an example how it looks like now: https://gyazo.com/8aa8c5a4202fb6f40330ca75ec487a74
Enjoy :)

(*) An old particles firework available as well inside the box!

Safinemahoe2: These fireworks are fantastic! They look amazing but do not cause lag. I put about 20 of these on a one sim island as a test. OMG that was pretty.....but no lag! These are the best fire... 3 days ago

SAVE THE DATE THIS SATURDAY JUNE 1
SEXY BEACH PARTY!
When: Saturday June 1
Time: 8:00am Grid Time
Place: JAM'S SEX HIDEAWAY!
MAP: grid.candmworld.com:80:JaM's Sex Hideaway


Mattt McGregor: The Goddess is dead. Long live JaM's. And Rogue, we've waited what feels like forever you!!! 3 days ago
Soirée théâtrale - Et l’œuf engendra la poule.

L’Event Space a le grand honneur de recevoir sous son toit la troupe Les Théâtreux pour vous présenter la première de la pièce intitulée "Et l’œuf engendra la poule", écrite par Jean Vilain.
Elle a été initialement captée radiophoniquement et diffusée sur Radio Saint-Affrique, une radio libre et associative en Aveyron. C’est cet enregistrement original qui sera le support audio de la pièce dans laquelle les personnages sont incarnés par des avatars.

LadyKa: Une soirée théâtre en langue française ! Super ! 3 days ago

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


KaydiRose: Thankyou for stopping by! 3 days ago

Life Guard

For whatever reason, this great resource for builders and creators often shows offline at the Beacon.

Always try, even if it says offline :)

Every now and then it gets a restart, but it is usually up and running.

Hello everyone. My name is Michelle Hartley and I will tell you more about myself and my family later on a separate post later. But first I would like to tell you about Our fabulous City.

With my Aunt Erika Hartley we own and run this fantastic City along with a specially chosen council of amazing females.

Redlight City started its life as a run down area called Anderson Town that was situated in front of where Hartley Manor now stands. This was the home where I grew up, living with my incredible parents Brian and Maureen Hartley. Myself and Erika have now turned the Manor into one of the best party venues for broadminded adults that you could ever imagine.

Seven years ago my parents were on the way back from a very successful multi million dollar property deal in Germany when the private jet they were travelling in went down over the ocean and all on board were tragically killed.

Because of my Mum and Dads careers they were incredibly wealthy. In fact when myself and Erika were at our lawyers when their will was read out, both of us were shocked to say the least. I will talk more about that later. Anyway because of mine and Erika's, lets say secret life. We both decided to turn Anderson Town into an Adult City for broadminded adults who were looking for that special place where they could have amazing sexual experiences and act out their wildest fantasies.

After a huge investment of Millions of Dollars Redlight City was born. The City is now thriving with amazing residents and business owners that cater to not only straight adults but to the Gay, Lesbian, Bi-Sexual, Trans, Sissy and Femme Boy Communities.
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! 3 days ago

RemmyRavenhurst: Leo and i bought this build and that blue room is quiet stunning. 4 days 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 days ago
ONLY at Star Jinn Palisade Mall - Star Ravenhurst Designs! Beautiful builds, outstanding store, and all new landscaping items by Star Ravenhurst who is one creative and talented builder and designer. Stop in and see her designs found only in the Star Jinn Palisade Mall. Just come to our mall region, Masala Al Kohav and on the Mall Shops Teleport System, select "Star Ravenhurst Designs" and peruse the many beautiful things she's created. And while you're there visit the many other shops and departments that we have such as Ares Gizmos, Stuff N Things, Indigo's Market and Boutique and Cosplay Corner and don't miss our full selection of Selea Core! Blessings and much love, Lavia.

LeonitasLionheart: while there might be many other reasons to do so, i am giving this post a Like straightaway simply for the snake on the arch ;) 4 days ago

This one may be a better pic! ENJOY! ;)


Xenon Darrow: such a beautiful place. I love being a part of it. 4 days ago

This is what is happening today with DJ Gio rockin' the Wolf Pack! 17 people today! WOOT! ;)

Updated and ready to go, this beautiful palace is on display here at Star Jinn Palisade Mall and it's full perm, free and waiting just for you. Done in a fashion reminiscent of ancient Persian architecture, it has a light, airy feel and a roof top pool. This enchanting palace is a must see and maybe even a must have for your region! Stop in and see it for yourself. Blessings and much love, Lavia
Loading...