Jump to content

Floyd Sack

Resident
  • Posts

    19
  • Joined

  • Last visited

Posts posted by Floyd Sack

  1. 8 minutes ago, Goldenstar Sands said:

    Hello! I've been on SL for some time and Done a tiny bit of scripting here and there; I'm better at moding then writing code and I wanted to get more into learning code properly for a personal project.

    Some of the things I am trying to find resources on are:

    Random Number generatiors

    Secure communication between objects.

    Objects Storing, communicating and displaying data/information.

    Hey Goldenstar, 

       We are friends in world.. if you ever need any help feel free to shoot me a message.

    Floyd Sack

    • Like 1
  2. <?php
    $uuid = "242dc266-7025-4199-bff1-561de2f74011";
    
    $source = file_get_contents('https://world.secondlife.com/resident/'.$uuid);
    
    $dom = new DOMDocument("1.0","UTF-8");
    @$dom->loadHTML($source);
    $dom->preserveWhiteSpace = false;
    
    //Get Title
    $title = $dom->getElementsByTagName('title')->item(0)->nodeValue;
    
    
    foreach($dom->getElementsByTagName('meta') as $metas) {
        if($metas->getAttribute('name') =='description'){ $description = $metas->getAttribute('content'); }
        if($metas->getAttribute('name') =='keywords'){    $keywords = $metas->getAttribute('content');    }
    }
    
    print_r($title);
    ?>

     

    this is a hack job but you should get the idea.. :)

    • Like 1
  3. Crypto Exchange Simulation Game.

    Free to play, you start with $1,000

    Passive game, play when you want.

    Daily L$ Rewards for the top holder(s) of each coin listed in the Exchange.

    Able to buy mining rigs to passively aquire more income.

    Option for land owners to have air drops to increase traffic.

    I am looking for feedback on this and possibly anyone wanting to get in early and test before it's launched publicly.

    • Haha 2
    • Confused 5
  4. Thank you for getting back to me in world about this issue... As the story unfolds we find out a tenant of yours did not pay you, and thats the person i rented from. This is a big mistake but you did well dealing with it and helping me understand what happen..

    • Like 2
×
×
  • Create New...