Jump to content

Taliro

Resident
  • Posts

    51
  • Joined

  • Last visited

Posts posted by Taliro

  1. 6 hours ago, bobsknief Orsini said:

    Not familiar with ASP but i guess implementing some validation token is the way to go.

    For example:

    string hash = llMD5String((string)llGetOwner()+"Secret code"+llGetDate()+"most secret codes", 0));

    You add the hash to your URL (index.html?token=hash) and on the server use a GET to validate it.

    You obviously don't want to use my example. Other methods: http://wiki.secondlife.com/wiki/Category:LSL_Encryption
    I do recommend using a timestamp in the hash generation and then on the server just validate it 5 times to count for the delay.

    Ones you validate the hash you set a session (session cookie) to "login" the user so they can navigate. 
    So when they click the SL object they login to your website using a hash.

    I really appreciate your time but this wont work in my case as the url MUST not ask for security credentials.
    Also, this will make the other residents to see the login web form while they suppose to watch the web page undistracted.

  2. Hi, yes I did, the only difference between the external browser and the in-world one is with http_user_agent.

    One could use this one to only allow in-world views but as you probably know, its easy to change it (e.g. with an extension) and load the page normally.

    I use asp.

  3. Hello everyone,

    I open a web page (served from my web server) inside a media prim.

    This page must only open in-world and not with an external browser, for that I disabled the address bar to be visible. However I read that copybot clients can grab easily the url.

    So my question is, is it possible to send a custom header with llSetPrimMediaParams

    Thank you!

  4. I dont know what happened but it now returns 

    llSetPrimMediaParams error: Malformed parameters near parameter #2, param=636267968.  No values have been set.

    Yesterday I set it as 

    llSetPrimMediaParams(3,[PRIM_MEDIA_AUTO_PLAY,TRUE,PRIM_MEDIA_PERM_NONE,PRIM_MEDIA_CURRENT_URL,"http://google.com",PRIM_MEDIA_HOME_URL,"http://google.com",PRIM_MEDIA_HEIGHT_PIXELS,512,PRIM_MEDIA_WIDTH_PIXELS,512]);

    and it was working as it should.

  5. Hello everyone.

    I use llSetPrimMediaParams for setting some parameters on the fly

    llSetPrimMediaParams(3,[PRIM_MEDIA_AUTO_PLAY,TRUE,PRIM_MEDIA_CONTROLS,1,PRIM_MEDIA_CURRENT_URL,"http://google.com",PRIM_MEDIA_HOME_URL,"http://google.com",PRIM_MEDIA_HEIGHT_PIXELS,512,PRIM_MEDIA_WIDTH_PIXELS,512]);

    but trying to completely remove the bar for when someone hovers on the prim.
    The above doest work. I tried 1 and 0.

    Any help please?

  6. 34 minutes ago, bobsknief Orsini said:

    Depends on how you work. If you do ping pong with your server its kind of useless. Sure you can return different formats but due to LSL memory limitations you kind of want the body to be as small as possible.

    I find it way more practical to shove all the data into a string and then convert it to a array. Or the other way around convert a long string into a list function that works like a multi dimensional array.
    ex: var1=abc<SEPERATOR>var2=def<SEPERATOR>var3=ghi<SEPERATOR>var4=sub1=abc<SEPERATOR2>sub2=def<SEPERATOR>var5=jkl

    Thats exactly what I use to do with my server.
    So since so far I also find it useless but I wonder if Im missing something and trying to find if there is any scenario for which it could be useful.

  7. If I get it right, its useful for sl owners who dont own an external web server and just for projecting data in their internet browser? 

    I use llHTTPRequest when I have to deal with my web server and/or database.

  8. 20 minutes ago, Rowan Amore said:

    Maybe if you posted a link to the club so people could take a look around, you might get more interest.  Details inworld are great but as search doesn't always work, it might be hard to actually find you for some.  A link to the club and an application available there is one way people get applicants.  You could also do an online application process.  Perhaps look at some of the other posts looking for employees.   

    Hello, we are reopening it and currently is being built, so there isnt anything to show at the moment, than pieces here and there. 

    • Like 1
  9. Still looking and here is some info about the position

    We offer 40% of the club's net profit.

    The GM, who is a woman, top of all  must have decorative and organizing abilities and of course a top of notch appearance is a must.

    More in world, thank you.

  10. Hello to everyone

    I'm looking for female mesh breasts for decoration purposes. Searching in marketplace didn't help me.

    Does anyone know of any to recommend me?

    Thank you.

×
×
  • Create New...