Jump to content

HenriDesmarais

Resident
  • Posts

    24
  • Joined

  • Last visited

Posts posted by HenriDesmarais

  1. 3 minutes ago, Frigga Freidman said:

    Just keep refreshing the Land Page - sometimes they appear almost instantly when abandoned, and sometimes it takes a while. I'll stick around outside to see when they've been claimed.

     They've implemented a refresh page cap.

    Due to the popularity of the Bellisseria continent with the Traditional and Houseboat options, we have implemented a refresh limit on the home selection page to help reduce server load.

    If running a browser plug-in or using a feature built into your browser, please set your refresh configuration to the following:

     

    • 10 Page loads per 10 Minute period

     

    Which means that you can exhaust those 10 page loads in the first minute, but will have to wait an additional 9 minutes before you can see the inventory page again.

  2. Look, to me this isn't making sense to me. I'd rather sit in php, html, and mysql. But, since I'm trying, I need help making sense of my mistakes.

    The idea is to send the touching avatar's uuid to a script. I have the script and database ready. The lsl side is where I'm losing ground.

    So, do I need to add, delete, or delve further into scripting for this to work?

    default
    {
        touch_start(integer total_number)
        {
          llHTTPRequest("http://myurl.tld/sl-verify.php?uuid=" + llDetectedKey(0), [HTTP_METHOD, "POST", HTTP_MIMETYPE, "application/x-www-form-urlencoded; charset=UTF-8"]);
        }
    }

     

×
×
  • Create New...