Jump to content

Shihan Feiri

Resident
  • Posts

    123
  • Joined

  • Last visited

Posts posted by Shihan Feiri

  1.  I stuck with this error after llHTTPRequest event. After that, all script are dead and I need to rez new object so that script start to work again- until same error appear.

     

    Any similar experiances?

    error is bellow and comes with 406 status

    Not Acceptable!

    <body>

    <h1>Not Acceptable!</h1>

    An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.

    </body>

  2. Thank you Estelle, but this is simple collecting data from database. I try to find working sample  wher you from web page manage inworld object.

    For now, I'm still in dark with so manny "solution".

    If someone have time to teach me this part inworld, I am open to arange this class.

  3. Hi there

     

    I was selling linden so far trough VirWox. Now they can't do that and I dont know where, and how to sell linden $. 

     

    Is that posible any more?

     

    I look @ LindeX sell option . If I sell Linden there, where this money goes?

    Now I feel again like newbie. Lost. Lol

     

    Please, I need simple answer. SL was 30% of my'n monthly income so I need to understund how that will work.

     

    Thank you

  4. Hi there. I just finish some work with race start and end point and now on end i have see that colision is not give me players UUID if they is on eg. bike or in car.

     

    Whole work was on using players UUID to set start, end, check points...

     

    What can i do to get uuid of player on attached vehicle, and to have colision as function. or is better way to do that? I dont like sensor too much lol

  5. I need little help.

    I am pulling out data from server db to use it in script.

    Let sy that data in database is number "1" for active .

    Now, always when i use this data on begining are empty spaces  (eg. "        1" ) and when I test with say event is in new line

    This is case only with first input.

    How to escape this empty space on begining. I have read something with slurl, but here is diferent type of data.

  6. this word tau is confusing me. Thank you Rolin...

    When we are on this topic. Is posible that on this travel from point a to point b i escape rotation. I am making something like short travel pad and now on sit  I  have a  big mess with rotation.

  7. I need little help.

    I have case where i got dialog with names from list. I can't know what names are on list becose list is generated trough touch event.

    Trough this dialog with names i wish to be able to call another dialog with options for chosen name.

    I now have no idea how to conect name from dialog with new options dialog.

    How I can define target avatars name so that script know to whom next option dilaog is directed.

  8. I just wont to check if is correct that llGetWallclock( ); count only time from last midnight?

     

    Is posible to define midnight with this function? I have clock event and if write...

    integer time =0;

    if (time == llGetWallclock( ))

    {

    do something

    }

    ... can I be sure that this event will execute on midnight? Is there mybe better way?

     

    Thank you

  9. Ok, this is way that i make that

    key http_status_update;

     

    default...

    state_entry(){

    string http_body =
    llEscapeURL("name_of colum xx in database") +"="+ llEscapeURL((string)some string)+"&"+
    llEscapeURL("name of colum xy in database ") +"="+ llEscapeURL((string)some another string)
    ;

    http_status_update = llHTTPRequest(PHP_url, [HTTP_METHOD,"POST",HTTP_MIMETYPE,"application/x-www-form-urlencoded"], http_body);

    }....

    Now with one http_status update is not working . If i write it twice then will work eg.

     

    http_status_update = llHTTPRequest(PHP_url, [HTTP_METHOD,"POST",HTTP_MIMETYPE,"application/x-www-form-urlencoded"], http_body);

     

    http_status_update = llHTTPRequest(PHP_url, [HTTP_METHOD,"POST",HTTP_MIMETYPE,"application/x-www-form-urlencoded"], http_body);

     

    I'm realy puzzled now

  10. Hi there, ii have one question in general

    I have script that send data of owner of product via llHttpRequest to database ( user pages ).

     

    Now, php file work fine. just i have problem that script dont post data from first request. So I need to click twice to send same request. It is one state, and for test purpose I send my key. 

    I have notice if I write llHttpRequest twice, one after another then script work fine. I think thats not solution, so I wonder if someone in past have similar problems. 

  11. Hi there,

     

    I have few questions.

    1. Somwhere I have read that llRegionSay will not be available in future. True or false?

     

    Can command bellow searc for object by his uuid object key where target is uuid of object

     

     llSensor("", target,ACTIVE|SCRIPTED, 95.0, PI);

     

    Thank you in advance

  12. You cant distroy objectin inventory, but you can make this trough states. In first on rez you go in second state where script work on his events. In this state you in on_rez set llDie.  So if someone take this object in inventory, next rez will delite it.

    Btw, I think thats better way to restrict use with allowed list or with server comunications.

  13. I know for sending, but I recive eg. balanse trough notecard each day with personal info inside. 

    Mybe is catch that this notecard are send trough bots, so in this case something else need be in action. One is sure, they can't be premade for sending in future becose info inside them is dynamic text

     

×
×
  • Create New...