|
Nathan Babcock
Registered User
Join date: 5 May 2006
Posts: 47
|
08-17-2007 16:46
Hello,
Here is my issue. I need help solving this.
1. Currently I scripted an object so that when a user rezzes an object. They click on it. It sends data (Username, Obect Name, Object UUID) to my MYSQL server.
2. The infrmation can be viewed on a webpage in table format. User name, Object Name, Object UUID.
-------------- Here is where i need help --------------
3. Detect if the objects are still rezzed in world or not. Remember I have the object UUID in my database.
4. Remove the object UUID frommy database if the object is no longer rezzed inworld.
Can this be done? Nathan
|
|
Jillian Callahan
Rotary-winged Neko Girl
Join date: 24 Jun 2004
Posts: 3,766
|
08-17-2007 17:00
From: Nathan Babcock 3. Detect if the objects are still rezzed in world or not. Remember I have the object UUID in my database. 4. Remove the object UUID frommy database if the object is no longer rezzed inworld. Can this be done? Nathan In a few ways. one idea: External server uses XML-RPC call to a script sending a UUID. Script llSensors for the object, and reports back success or no success. Another: Individual objects "check in " periodically via HTTP, server culls records that haven't checked in in a certain amount of time. Variation: Objects check in with central object via chat/listen, which reports groups of UUIDs to the server as still active. HTH =^.^=
|
|
Nathan Babcock
Registered User
Join date: 5 May 2006
Posts: 47
|
08-17-2007 17:07
Well the good news is that is CAN BE DONE! I dont know how to do it though? Anyone want to code this project out for a fee? I am open to paying you for work on this. I am just through with coding, I lost all my hair. lol.......
|