Jump to content

bobsknief Orsini

Resident
  • Posts

    224
  • Joined

  • Last visited

Reputation

81 Excellent

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Not sure why you would want to do such a thing as it will still require Media. Anyways, first step would be to request a API key here: https://www.flickr.com/services/api/misc.api_keys.html
  2. You might have a better chance if the first sentence in your post is proper English. Not sure what your first language is but keep in mind that the first sentence is the first impresión.
  3. Sounds to me like bad programming. By default you would script a search to return the most relevant results first. I guess they are trying to reduce the amount of search queries to there database. But IMO they are doing it wrong (as a more relevant query would return less results).
  4. You can set a limit on a product so it only sells a x amount of copy's. You can also customize the offline texture.
  5. Why a lot of work? Change 1 line in your HTML form and create a e.x. PHP page containing 10 lines of code. On a side note, if its only you using it, in Firefox you can just click the advanced button and select continue and it works fine.
  6. What not simply create a page and post the form to that page ? The only thing you need to do on the page is grab the post data and use something like curl to send it to SL.
  7. Tienes que borrar to cache manualmente (que consiste de mas que pinchar el botón). No sabiendo que viewer usas aquí manual pa firestorm: https://wiki.firestormviewer.org/fs_cache_clear
  8. You got to asume that the data can be accessed (even do this should not be the case). When you post the data from LSL make sure to send along a "encrypted salted token" that is valid only ones and validated remotely. You can use for example MD5 or SHA1 that should also be available in the programming language of your remote server. https://wiki.secondlife.com/wiki/Category:LSL_Encryption To clarify, a token is something that cant nor should be decrypted (you simply use the same values to create the token and compare them).
  9. Proba las instrucciones aquí: https://wiki.firestormviewer.org/fs_clearing_settings?&#windows Si eso no funciona confirma que has actualizado tus drivers gráficas y has reiniciado antes de hacer un "clean install" de firestorm: https://wiki.firestormviewer.org/fs_clean_install
  10. Note that that might not be posible without the use of a Experience. https://wiki.secondlife.com/wiki/LlTeleportAgent
  11. Could be bad internet connection or corrupt cache. Try: https://wiki.firestormviewer.org/fs_cache_clear
  12. Try doing a ping to lindenlab.com. Windows Key + R, open cmd, type ping lindenlab.com In case your DNS doesn't translate this to a IP you may want to change your DNS to one that is not automatically assigned by your internet provider.
  13. As alternative you can also not use a listener at all and stick to a timer using https://wiki.secondlife.com/wiki/LlGetAttachedList with https://wiki.secondlife.com/wiki/LlGetObjectDetails. One requirement however would be that you know for example the name of description of object A.
  14. It might help to understand that food (what scripting is concerned) is usually not more then https://wiki.secondlife.com/wiki/LlStartAnimation with a animation and triggered from a attach event. The "consumable" food (that changes), in most cases, is a object consisting of multiple meshes (each reflecting a "eaten state"). In regards to the script its just hiding and showing the meshes: https://wiki.secondlife.com/wiki/LlSetLinkAlpha When it comes to food that magically attaches to you i would suggest you leave that until you fully understand the above and use something like avsitter instead. Anyways here's the wiki for that: https://wiki.secondlife.com/wiki/LlAttachToAvatarTemp
  15. Sorry for replying in English. Understand German just cant write it. There are multiple internet providers blocking access to certain content. I suggest you try using a VPN (dont use a free one as they mainly only exist to steal your data). If you can access SL using a VPN it is your provider blocking you.
×
×
  • Create New...