Jump to content

Shihan Feiri

Resident
  • Posts

    123
  • Joined

  • Last visited

Everything posted by Shihan Feiri

  1. First of all , I wish you all the better and happier New 2016 Next, short question. How to disable notification when you hit "]" ? Its annoying 
  2. Is there any way that script can get group name from uuid? world.secondlife.com/group/ method is not working any more- returning 404. Thank you in advance
  3. 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>
  4. when we are on this theme, what is best way to use llReleaseURL ? Befor of creating new one? How I understund, each reset of script creat new one. And whats happen if too much llRequestURL are maded? Are they reset with region restart?
  5. 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.
  6. So far I have use llOpenRemoteDataChannel to get channel and to communicate from web page to object inworld to eg reset object or send some data to object. Now I read http://wiki.secondlife.com/wiki/LSL_http_server and wonder how that works? How to send from web page ( php ) data to inworld object? Thank you on any help
  7. 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
  8. 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
  9. SOLVED it was one little space between 2 php line ...?> <?php...
  10. 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.
  11. Umm, as soon i posted i got idea. Just have add following isNum=(integer)mes if( (isNum/isNum)==1){ isInteger=TRUE; }
  12. Is that posible? I need to check if text entered in TextBox is integer... Thank you
  13. 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.
  14. Can someone quick explain me how to make it faster or slower vector pos = llGetPos(); llMoveToTarget(pos,0.4); so speed is 0.4. Is 0.1 slower or faster and what is minimum( slowe ) and maximum (fast) value llMoveToTarget(pos,0.4);
  15. How to make that object eg. die or say something when is in wather
  16. 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.
  17. 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
  18. Yes, i have try that. btw. I do not need to have http response if I made http request (post ) , right?
  19. 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
  20. 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.
  21. If i have part of land , and i wish to restrict some actions ( moving of object eg. ) just for this part of land, what i need to use to define this part of land?
  22. 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
  23. 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.
  24. 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...