Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Key to Name database

IBME Swindlehurst
Registered User
Join date: 5 Mar 2007
Posts: 139
04-24-2009 18:57
Up until sometime in the last couple of weeks I had been using:

llHTTPRequest( URL_RESIDENT + (string)llList2List(mylist, i, i),[HTTP_METHOD,"GET"],"";);

where URL_RESIDENT is equal to:
"http://world.secondlife.com/resident/"

to get name for an Avatar Key.

It no longer works. Regardless of what KEY I use, it gives a 404 return code. Has anyone else noticed this or found a solution?


Thanks in advance for any advice. :-)
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
04-24-2009 19:08
looks like they changed the format.... (at least it's different from community search)

try this
http://world.secondlife.com/a/resident/
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -
IBME Swindlehurst
Registered User
Join date: 5 Mar 2007
Posts: 139
04-24-2009 19:37
Void - THANK YOU, it works perfectly again.

I wish I could keep up with changes like this without bothering the EXPERTS here. I really appreciate your quick help!!
Viktoria Dovgal
Join date: 29 Jul 2007
Posts: 3,593
04-24-2009 21:58
If you have the key, wouldn't llRequestAgentData be a lot less painful?
Sindy Tsure
Will script for shoes
Join date: 18 Sep 2006
Posts: 4,103
04-24-2009 22:06
Doesn't that only work if they're online?
Viktoria Dovgal
Join date: 29 Jul 2007
Posts: 3,593
04-24-2009 22:17
It works offline, that's actually the function people use to check online status. It is the other way around, name to key, that causes all the hassle.
Sindy Tsure
Will script for shoes
Join date: 18 Sep 2006
Posts: 4,103
04-24-2009 22:31
Ah.. I was thinking of llKey2Name, which requires the person to have be in the sim..
Papalopulus Kobolowski
working mind
Join date: 11 Aug 2006
Posts: 326
04-25-2009 02:24
From: Void Singer
looks like they changed the format.... (at least it's different from community search)

try this
http://world.secondlife.com/a/resident/

yep they break that part on my web too :p

Also remember they need to have the "show on web" checked to work.
_____________________


RAW terrain files - terraform your SIM!!
http://www.wishland.info/
PD:the wiki its your friend ;)
http://wiki.secondlife.com/wiki/LSL_Portal
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
04-25-2009 07:40
that's assuming you don't want to parse something like the users profile... that's what the worl address is mostly used for (just pass it through google first to check if a specific pic is present.)
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
04-25-2009 07:42
From: Papalopulus Kobolowski
yep they break that part on my web too :p

Also remember they need to have the "show on web" checked to work.

actually you don't... that only applies to search, however there are some weird outtages where even if the resident page exists and they have show on web allowed, they still can't be found by search. but EVERYONE has a key page, regardless.
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -
Chaz Longstaff
Registered User
Join date: 11 Oct 2006
Posts: 685
04-25-2009 09:11
Where in the official wiki should this be documented? I can't figure out what the right place for it would be?

(I don't rely on / trust this feature, so I've never used it, but I know that many others did, so the change prolly should be noted in the official wiki, I just can't for the life of me figure out if it's there already.)
_____________________
Thread attempting to compile a list of which animations are freebies, and which are not:

http://forums.secondlife.com/showthread.php?t=265609
LittleMe Jewell
...........
Join date: 8 Oct 2007
Posts: 11,319
04-25-2009 10:28
Ummmm - isn't this the kind of change that should be broadcast in some way (or was it blogged somewhere)?

Cuz it sounds like it is going to break a few scripts.

This might explain why I got a "not found" trying to verify the spelling of a resident's name on the Zonkster page for sending messages. I wonder if the message itself really went thru, cuz I verified the spelling was correct from the Friends Online web page.
_____________________
♥♥♥
-Lil

Why do you sit there looking like an envelope without any address on it?
~Mark Twain~

Optimism is denial, so face the facts and move on.
♥♥♥
Lil's Yard Sale / Inventory Cleanout: http://slurl.com/secondlife/Triggerfish/52/27/22
.
http://www.flickr.com/photos/littleme_jewell
SuezanneC Baskerville
Forums Rock!
Join date: 22 Dec 2003
Posts: 14,229
04-25-2009 11:19
I wonder if there will be PG, M, and A avatars?
_____________________
-

So long to these forums, the vBulletin forums that used to be at forums.secondlife.com. I will miss them.

I can be found on the web by searching for "SuezanneC Baskerville", or go to

http://www.google.com/profiles/suezanne

-

http://lindenlab.tribe.net/ created on 11/19/03.

Members: Ben, Catherine, Colin, Cory, Dan, Doug, Jim, Philip, Phoenix, Richard,
Robin, and Ryan

-
Viktoria Dovgal
Join date: 29 Jul 2007
Posts: 3,593
04-25-2009 16:18
From: SuezanneC Baskerville
I wonder if there will be PG, M, and A avatars?

There will, but people will be allowed to switch their accounts on the fly between PG and Mature, Adult also if verification is there. So even if we could see the flag, it would pass a limited amount of information. Scripting was left to hang when the last verification flag came out, so I'm not optimistic that we will be able to see the new one either.
Viktoria Dovgal
Join date: 29 Jul 2007
Posts: 3,593
04-25-2009 16:28
From: LittleMe Jewell
Ummmm - isn't this the kind of change that should be broadcast in some way (or was it blogged somewhere)?

LL isn't exactly wild about scripts using those pages in the first place, they even like to block requests to the search part. There is a request in SVC-3122 to turn this stuff into an official feature, but right now it's unsupported.
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
04-25-2009 22:06
yeah I'd say it broke a fair amount of picks camping reward scripts... at least the ones coded to work the most consistently (because search is unreliable)... spam it on general... eventually people will get the idea =)
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -
SuezanneC Baskerville
Forums Rock!
Join date: 22 Dec 2003
Posts: 14,229
04-25-2009 22:16
From: Viktoria Dovgal
There will, but people will be allowed to switch their accounts on the fly between PG and Mature, Adult also if verification is there. So even if we could see the flag, it would pass a limited amount of information. Scripting was left to hang when the last verification flag came out, so I'm not optimistic that we will be able to see the new one either.

So is that why the "a" was added into the url?
_____________________
-

So long to these forums, the vBulletin forums that used to be at forums.secondlife.com. I will miss them.

I can be found on the web by searching for "SuezanneC Baskerville", or go to

http://www.google.com/profiles/suezanne

-

http://lindenlab.tribe.net/ created on 11/19/03.

Members: Ben, Catherine, Colin, Cory, Dan, Doug, Jim, Philip, Phoenix, Richard,
Robin, and Ryan

-
Viktoria Dovgal
Join date: 29 Jul 2007
Posts: 3,593
04-25-2009 22:29
It really looks more like an artifact of a "zomg we borked the search fix it nowwww!" upgrade in parallel. They're able to filter out mature land and groups now without a special URL.
Viktoria Dovgal
Join date: 29 Jul 2007
Posts: 3,593
04-25-2009 22:51
LL ops is trying to get rid of the /a/ now, so if anyone was planning to send out updated scripts, hold off a bit or make it switchable.
ElQ Homewood
Sleeps Professionally
Join date: 25 Apr 2007
Posts: 280
04-26-2009 03:52
where did you get that info, vik?
Viktoria Dovgal
Join date: 29 Jul 2007
Posts: 3,593
04-26-2009 04:15
From: ElQ Homewood
where did you get that info, vik?

A 900 foot Elvis appeared in a dream and told me. My vision was confirmed when miraculously it appeared on the status blog too :eek:
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
04-26-2009 07:59
lol... all they have to do is make the front end redirect the backend folder drops and poof no more letter from a direct targeted query. course that means rewrite with a search for which category it goes under so maybe a split level version would be better, normal retrieves the flag xml and THAT refers to it's sun category... would save grinding for updated changes across the profile.

ETA
so I count three main categories of things broken by the change, Pick Camping Rewarders, Profile Pic Welcomers, and Group Link Inviters.... any others... I'm curious about how this is being used inworld.... didn't some one do a parcel and region info grabber too?

HAH new Idea.... (or maybe not) Ad copy grabbers... grab all of a residents classifieds for mini booths
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -
Chaz Longstaff
Registered User
Join date: 11 Oct 2006
Posts: 685
04-26-2009 08:09
From: Void Singer
HAH new Idea.... (or maybe not) Ad copy grabbers... grab all of a residents classifieds for mini booths


But then no doubt someone will complain about their ads getting greater exposure, haha!
_____________________
Thread attempting to compile a list of which animations are freebies, and which are not:

http://forums.secondlife.com/showthread.php?t=265609
SuezanneC Baskerville
Forums Rock!
Join date: 22 Dec 2003
Posts: 14,229
04-26-2009 08:16
From: Viktoria Dovgal
A 900 foot Elvis appeared in a dream and told me. My vision was confirmed when miraculously it appeared on the status blog too :eek:


You do seem to know what's going on with SL in a timely manner. Do you use any particular techniques to keep abreast of things?
_____________________
-

So long to these forums, the vBulletin forums that used to be at forums.secondlife.com. I will miss them.

I can be found on the web by searching for "SuezanneC Baskerville", or go to

http://www.google.com/profiles/suezanne

-

http://lindenlab.tribe.net/ created on 11/19/03.

Members: Ben, Catherine, Colin, Cory, Dan, Doug, Jim, Philip, Phoenix, Richard,
Robin, and Ryan

-
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
04-26-2009 17:56
From: Chaz Longstaff
But then no doubt someone will complain about their ads getting greater exposure, haha!

heh I was thinking more just a n automatic box for the owners... save a little effort on advertising by replicating it in world.
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -
1 2