Hugabug @Hugabug2

USA (CST +2) Offline

Owner of Barefoot-Dreamers Grid Always a pleasure when friends & neighbors drop by check out our Newly done website: https://barefoot-dreamers.com/ or find us on our Public Dicord Channel at : https://discord.gg/8XPMc9h3


Liked posts

Hi everyone, still working on the new welcome region but in the mean time, here is a little teaser.


Marianna: Best wishes on your new Welcome, another surfing destination creates an inclusive environment where anyone can experience the joy of surfing, regardless of their geographical location or physical abil... 5 months ago
ya know.. there sure is a LOT of imature, high schoolish, jealous, so called adults, who are drama queens & kings across all grid of the metaverse.. here's a little advice.. if you have a beef with someone.. Take it up with them "Personally".. email them.. reach them inworld on their grid.. reach them on facebook... reach them on discord.. but whatever you do.. do NOT reach out to them publicly on someone elses post, profile page, or advertising poster, or what have you.. if you are blocked LET IT GO.. if its THAT important that you absolutely MUST keep the drama going.. create an ALT inworld.. go to their grid.. send them a message let them know exactly who you are.. and then say what you gotta say.. HOW DARE YOU start drama on someone elses post here on opensimworld.com .. 2 words for you.. GROW UP! & Keep your business and drama off of other peoples posts!
Have a nice day!

Arielle: Where is the fun in that? People post here to have an audience that will hopefully validate one's point(s). Sending an IM or e-mail sounds good and mature but negates most of the entertainment of post... 5 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 5 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! 5 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=) 6 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. 6 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 6 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! 6 months ago
This week a resident commented to me:

"I cannot believe people here actually talk to eachother...these are real people!
This is not like where I used to live......the people there were not real people"


friends-grid......we are a collection of real people and cultures.

*friends-grid does use animesh for atmosphere, but does not and will not use bots to alter traffic counts. I applaud the grids and regions who refuse to use fake traffic!



Mistressdalgato: I applaud you as well 7 months ago

News! hop://astralia.eu:8002/TierraDeVolcanes/156/475/3224


Aurora Starchild: Ohhh esas capas de materials como se notan 7 months ago
Safari starts up again next Wednesday! Usual time, 12 noon SLT. but departing from the new HG Safari grid, not from OSGrid, so please tell your friends about the change.
Recent posts on the HG Safari blog
A conversation with Victor DeAngelo
https://hgsafari.blogspot.com/2024/08/victors-great-gatsby...
The new expanded Europa by Jimmy
https://hgsafari.blogspot.com/2024/08/jimmys-europa.html
Some insights into Star's upcoming gala event
https://hgsafari.blogspot.com/2024/08/dreams-on-10th-dimen...
A bit of background to tech guru Ai Austin
https://hgsafari.blogspot.com/2024/08/austins-eye.html
and some MorlitaM news
https://hgsafari.blogspot.com/2024/08/m-is-for-music.html
Happy reading!

Thirza Ember: Forgot to say, the picture shows the house/art of the very talented Xenon Darrow, on Europa 2 months ago

************** NEW RELEASE ***********************


Sylvia-Koeln: Morgen gibt es weitere süße Bikini`s und Bade-Anzüge Tomorrow there will be more cute bikinis and swimsuits 3 months ago
*OPENSIM DICE NEW RELEASE*
It`s a script generated by AI Chatgpt that I wanted to share to opensim community // it actually rolls and with sound! It`s not exactly a greedy thing but its the closest of my sim that it fits so...
Hope u like it.
Enjoy!
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 ... 5 months ago

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


Xenon Darrow: such a beautiful place. I love being a part of it. 6 months ago

NEW CLOTHING
SN Raven Outfit
Alltime Moneygiver and Luckyshower at Beach
~NO RESELL~


Phleur: beautiful 6 months ago
The Metaverses most advanced radar. This radar tells you if it is an NPC or a real person. It also shows their IP address. It's at cyberdatastorm.com:8002:Welcome It also shows their name & distance away from you. It's click on & off and only the owner can see that. :)

IndigoQueen King: Thank you CyberGlo!! 6 months ago
Welcome to my Welcome center. A futuristic city at cyberdatastorm.com:8002:Welcome. Come get a free pair of anti-gravity boots that let you walk up walls, or a pair of jet boots that let you fly around, or a sci-fi version of a segway! :)

IndigoQueen King: A really cool and fun Welcome Center. So much to explore. Love it!! 6 months ago
7 new Legacy Perky / Petite outfits in my store now at Raven's Peak Grid!

If you like what I'm doing, please keep peeking in for more new arrivals soon!

Taxi: ravenspeak.outworldz.net:8002:Raven's Peak

Zoey ♥

Sodasullivan: love the red outfit! 7 months ago

An afternoon nap at a lovely home.

The new Grimm store has been relocated to a single-level 4x4 space, with teleportation systems installed to enable seamless transitions between different sections of the store.

In a town left to dust and whispers, Mari confronts the rugged stranger. What secrets lie beneath the weathered surface of this ghost town, and what does he know that she doesn’t? Every glance, every word, and every hidden detail could lead her closer to answers—or deeper into danger.

Abandoned Ghost Town, not for the squeamish of heart 🤠
three.hills.grid.outworldz.net:8002:Abandoned Ghost Town

Free gifts in the Mercantile
This Halloween, experience the ultimate mashup of macabre! Board the spooky bus to Wednesday at Midnight, where the Addams Family mansion sits just a scream away from Beetlejuice’s haunt.

Expect the unexpected! Shivers and surprises await as two of the most iconic families collide in a neighborhood where strange is the only normal. Get ready for haunted house tours, eerie encounters, and a community of ghosts, ghouls, and the delightfully disturbed.
three.hills.grid.outworldz.net:8002:Wednesday at Midnight

Thank you @FerdFrederix, my Immacular spooktacular! 👻💀☠️👹👺👾🤖👽🧌

Many exclusive designs found at Monentes Jewelry, please stop by "Later Today" I am working on grid updates this morning. Thank you!!
💍💗💍

Skully Ring in the middle of the store in the PBR Jewelry section
viewed best when using FS PBR Viewer three.hills.grid.outworldz.net:8002:Monentes Jewelry

---- NEW----

It's a very surreal experience visiting 'Wednesday at Midnight' at Marianna's grid: http://three.hills.grid.outworldz.net:8002. There are lots of ways to die when exploring there, but all of them are fun. You can get killed by worms, stabbed, and drowned or just walk in still alive if you find the chalk circles to explore the Neitherworld (pictured) . There is a way back to the living world, too. Just stop groveling at the end of the hallway.
Get ready to be spooked... and delighted! Our adorable Lydia Deetz makes occasional appearances at Bone Grinders Coffin Roasted, where the coffee's strong, and the vibes are paranormal! Whether she's sipping a dark roast or sharing her latest ghostly musings, Lydia brings an extra touch of gothic charm to our café. Come by and catch her next haunting visit—because nothing says "morning pick-me-up" like a chat with the cutest specter in town! Thank you @FerdFrederix I love her! 💕 three.hills.grid.outworldz.net:8002:Wednesday at Midnight
BLUETOOTH RADIO SKIPPING FROM IPHONE TO CAR RADIO. So I bought TJ an expensive radio for the phantom. It has a computer screen on it, sirius XM, usb play, bluetooth radio, cd player, cell phone integration, and more. The problem was when He turned on his iphone to play music through the phantoms new bluetooth radio computer system, it sounded very choppy. I found the simple answer after wading through a mountain of wrong answers on google. Just go into settings, privacy & security, bluetooth, and turn off all the apps using bluetooth. One of the apps was the culprit. As soon as I did this... Problem solved. Now the iPhone plays perfectly streaming music from the web to the iPhone to the stereo perfectly. :)

----- NEW -----

October is Breast Cancer Awareness Month. 2 shirts made. You will find them in The Garden, take tp. 

Wolf of the Caribbean. https:///www.wolf-grid.com/

Almost halfway through this season of Safari, here 's the latest on our trips, plus special posts about Jimmy Olsen and Bloom Peters
The Olsen hideaway:
https://hgsafari.blogspot.com/2024/09/a-haven-for-jimmy.ht...
What happens when a group visits The Prince of Amor's solar system
https://hgsafari.blogspot.com/2024/09/boldly-going-with-pr...
An international load test
https://hgsafari.blogspot.com/2024/09/hie-times-high-tunes...
Bloom Peters' interactive animesh
https://hgsafari.blogspot.com/2024/09/weekend-at-winx-1.ht...
Bloom Peters' mesh-hack for Firestorm
https://hgsafari.blogspot.com/2024/09/weekend-at-winx-2.ht...

----- NEW -----

Littlefield Grid's Annual 9-11 memorial service will be Wednesday 09/11/2024 at 9-11 Memorial Region starting at 5:46AM Pacific Time.

I see a lot of people talking bad about others on OSW lately. Can't we come up with something more interesting than "bad mouthing" each other?

Marina

Join us at "The Virtual Grind" in Catena di isole also located at the VHG HQ region on the Three Hills Grid for a cozy and relaxing coffee break. Whether you're in the mood for a warm chat, catching up with friends, or simply enjoying the serene virtual atmosphere, our doors are open. Come sip on your favorite brew and experience the charm of our virtual coffee shop. three.hills.grid.outworldz.net:8002:Catena di Isole

Pretty bracelets, rings, and necklaces can be found at Monentes Jewelry
three.hills.grid.outworldz.net:8002:Monentes Jewelry
Thank you everyone for stopping by. 💗

Loading...