Jump to content

VenKellie

Resident
  • Posts

    177
  • Joined

  • Last visited

Everything posted by VenKellie

  1. that was a sim crossing update, they switched how data is sent from the exiting region to the entering region. Mainland was still on the old servers till today
  2. i get these kinds of IM spams almost weekly and its getting very annoying and blocking the object doing the spam seems to not work cuz like the next week i get the exact same spam but from a new object. These IM spams are worst then getting email spam, least that goes into our junk folder and dont have to read it at all.
  3. ya looks like they may hook up satori with belli since they moved alot of other regions out of the way
  4. images as well as other uploads like sound and mesh are all assigned a UUID and that UUID changes with every item uploaded so it kinda impossible to check if the item is already on the server. As far as i know it would require a complete rewrite of the asset server code to do such check but would also make uploading and fetching alot longer process, meaning a instant upload of a 512 by 512 image could take up to 5 seconds to upload if LL rewrote the asset code to allow such checks on the server during the upload process.
  5. it is the lodge and the camper teaser pic patch did.
  6. look at the url before clicking the search result. if it doesnt say secondlife.com it is most likely a phishing/harmware site. These kind of sites are made for alot of legit services like world of warcraft and minecraft. so its not just limited to SL. The one posted here looks like the old windows tech scam. Made to look like your PC just got infected, give you a number to call, the scammer fools you more into thinking your pc is badly infected then says he can fix it for a fee. But all the scammer did was get you to install teamviewer, open console and type in some random stuff made to freak out people. Its all over YouTube of how the scam works. Good that this one posted has been reported but remember this isnt the only one aimed at click batting second life searches. Google search has a better system to filter out phishing sites but always check the url in the green text before clicking, if it looks like a scam it probably is.
  7. make a alt, derender his cloths and post naked pics of him on flicker, see how he likes it. Maybe add the words "my stalker" on the picture using a photo editing program like gimp.
  8. oh god dont use while for looping, that just causes you to write more lines of code which adds to the stack size. and as for what everyone else says, use and delete out of the memory as quickly as possible and store least amount of string characters as possible to avoid the stack heap warning. AND FOR THE LOVE OF MEMORY! dont use // comments and minimize your code as much as possible. do if (something >= nothing) { } instead of // some comment if (something >= nothing) { } aFunction(string something) { } instead of // some comment aFunction(string something) { } it will save on memory
  9. was at the home & garden meeting this past weekend and kaerri said that LL does have plans for a surprise region so just gotta wait till the expo.
  10. @Mitch Merricks was awesome seeing you fly under it. was standing on one side with a friend chatting away when i saw you fly under it as if you done that many times before.
  11. @Prokofy Neva if you don't like what others do on mainland then go get your own regions or better yet go make your own opensim grid.
  12. i think they did this change to hide when they do the move to the cloud so we won't know when they do it. i won't be surprised if all the rc's are in the cloud now.
  13. yes its large groups that causes one to lag and the amount of groups one is in. inventory on the other hand should not since that is part of the login process and inventory data is now on the amazon cloud servers people have the misconception that inventory moves with you from region to region, as far as i can tell all inv data is on its own server and a copy of that data is stored in your viewer for faster access and not stored on the region server your on. though i dont really know how inventory data is processed since im not a linden.
  14. the llDetachFromAvatar function has to be called in a script that is in the root prim of the attachment. it wont work if its in the child prim
  15. cant delete full perm prims that i created, a toast keeps saying that inventory is full
  16. cant login and status page now has info up
  17. @Mazidox Linden my scripted attachments seem to be working again when i log into a main channel region
  18. good thing im a primmy meerkat but if i do ever go back to being humon ill rock out the classic body now. thnx for the link. ill let my friends know and share the url with them.
  19. that looks like something brandi the hamster dj would do
  20. search is scripted against mysql injections. doing 'word1 AND word2' is similar to injection and so search treats it as a string. SELECT * FROM places WHERE name LIKE '%word 1 word2%' just to give ya a example. Thats how you run a search using php.
  21. @Seba Serpente love your ideas, i been throwing suggestions at LL similar to what you said. New tracks, track blocks (section of a track that if a train is in that block no other trains can enter that block till the occupying train departs that block) and a central traffic control location(s) i already got a place ready to go in Plusia. I also suggested remote controlled switches so someone in say Plusia can flip the switch for a train in Tuliptree. Btw trains on the SLRR follow invisible prims called Guides that are in the middle of the tracks. The trains detect these prims using llSensor, sadly physical trains only use llSensor to rerail itself so the Guide prim cant be phantom for physical trains, which means its a pain to drive a car or truck between tuliptree and calleta. Now if there were to be trains in Bellesaria i really hope the Guides are phantom or the whole network placed above the road like in NYC or even in the sky as a subway. I seen some pretty great subways using the TBM system that are placed high in the sky. Infact East River community does it. Doing it that way would be better and still helps get people traveling around Bellesaria and i think a subway network in the sky would be best for the new mainland.
  22. LOL if they do put tracks in bellesaria i hope they restrict train traffic to electric engine trains only like the new light rail trams we been seeing roll out throughout the real life world. Example: Blackpool UK, Toronto Ontario Canada.
×
×
  • Create New...