Guy,

I took another shot as you suggested with profiles also with search and offline messaging. To be safe I reinstalled windows 7 this time on a hunch that it might be something with x64 bit i installed x86 (32 bit). I then reinstalled my mysql 5.5.29 which actually does work with opensim currently. I then installed wamp with php 5.4.3. I did all the configurations enabling xmlrpc, curl, asp_tags, short_tags, curl, etc. I added the database tables to the database and configured the scripts to connect to the database. after redoing my grid configurations etc I first got groups going. To my suprise with flotsam groups I got it working (it already worked) and got an xml error. This didnt seem to affect groups to severely. I then tried offline messaging. xml error again. (the addition was that the wamp server gave me an error in the error log that mysql_escape_string() is depreciated. I changed this to the suggested string as suggested in the error log however this did not work. So clearly it is able to connect but there is a problem with xml. My guess is this is why profiles and search aren't working for me. Now the question is what to fix so the xml error goes away.

Emperor


Quoting [email protected]:

Send Opensim-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.berlios.de/mailman/listinfo/opensim-users
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Opensim-users digest..."


Today's Topics:

   1. Re: Profiles Module error ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Wed, 16 Jan 2013 03:37:19 -0500
From: [email protected]
To: [email protected]
Subject: Re: [Opensim-users] Profiles Module error
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes";
        format="flowed"

Guy

Thanks for the support.  Unfortunately the problem with profiles has
become a bit to annoying.  I managed to track down the source code for
Aurora Sim so I might just do what I believe probably should be done
already and code it into the core opensim source code i pulled from
the git repository.  While I am at it Ill probably do the same with
search and groups just for the fun of it.  I also have a project I was
planning on doing on my grid to see if i could come up with a better
answer to the 256x256 barrier.  I sort of like the idea that Aurora
sim's developers had about infinate regions so I might just for the
fun of it try implementing that and see where it gets me. I will let
you know how this turns out.

Emperor

Quoting [email protected]:

Send Opensim-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.berlios.de/mailman/listinfo/opensim-users
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Opensim-users digest..."


Today's Topics:

   1. Re: Profiles Module error (What Virtual World - Guy Quicksand)
   2. Region Visitor Count (Randy Pierce)
   3. Re: Stars in night sky in OpenSim are shapes rather than
      dots? (Ai Austin)


----------------------------------------------------------------------

Message: 1
Date: Sun, 13 Jan 2013 12:43:28 +0100
From: "What Virtual World - Guy Quicksand" <[email protected]>
To: <[email protected]>
Subject: Re: [Opensim-users] Profiles Module error
Message-ID: <FED8733A296D4AE19C51FEB9E114F6B8@MARGRIET>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
        reply-type=response

Hello emporor,

i have been looking at the error.
it seems your php file generates wrong xml for some reason;
have a look here:
http://www.vijaymukhi.com/documents/books/xsd/chap2.htm
here your error is also mentioned.

if you dont get it working can you pastebin your php file and add the link
here?

Best regards,
Guy

----- Original Message -----
From: <[email protected]>
To: <[email protected]>
Sent: Saturday, January 12, 2013 9:31 PM
Subject: Re: [Opensim-users] Profiles Module error


Okay to answer the questions

Operatying System is Windows 7 x64
Opensim Version is development version 0.7.5
Profiles modules are compiled as part of the source.
I tried the updates to the profiles modules and updated php scripts  and
still get the error.
Error is reproduced on wamp and xampp
I operate in grid mode non hypergrid currently though will probably go
hypergrid eventually when im ready.

Thanks

Emperor

Message: 1
Date: Sat, 12 Jan 2013 11:57:14 -0500
From: [email protected]
To: [email protected]
Subject: Re: [Opensim-users] Profiles Module error
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes";
format="flowed"

Guy,

Okay I fixed that error on line 664 in the profile.php however I still
get the error.

Now Im not to sure what would be causing it.

Thanks

Emperor

Message: 1
Date: Sat, 12 Jan 2013 00:23:28 -0500
From: [email protected]
To: [email protected]
Subject: [Opensim-users] Profiles Module error
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes";
format="flowed"

Okay I keep getting this error with the profile module:

2013-01-11 23:27:52,793 ERROR -
OpenSimProfile.Modules.OpenProfile.OpenProfileModule [PROFILE]: Unable
to connect to Profile Server
http://galaxygrid.servegame.org/os_services/profiles/profile.php.
Method avatar_properties_request, params System.Collections.Hashtable.
Exception System.Xml.XmlException: There are multiple root elements.
Line 2, position 2.
    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
    at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
    at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res)
    at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
    at System.Xml.XmlTextReaderImpl.Read()
    at System.Xml.XmlTextReader.Read()
    at Nwc.XmlRpc.XmlRpcResponseDeserializer.Deserialize(TextReader
xmlData)
    at Nwc.XmlRpc.XmlRpcRequest.Send(String url, Int32 timeout)
    at
OpenSimProfile.Modules.OpenProfile.OpenProfileModule.GenericXMLRPCRequest(Hashtable
ReqParams, String method, String server)  in
C:\Users\compdev1\Desktop\develop1\addon-modules\OpenSimProfile\Modules\ProfileModule\OpenProfile.cs:line
181

Can someone advise how to fix this?

For kicks ive tried the os_services modules as well and get the same
error.

Thanks

Emperor


------------------------------

Message: 2
Date: Sat, 12 Jan 2013 8:46:58 +0100
From: [email protected]
To: [email protected]
Subject: Re: [Opensim-users] Profiles Module error
Message-ID: <[email protected]>
Content-Type: text/plain; charset="ISO-8859-1"

You have a php error there :

Notice: Undefined variable: HTTP_RAW_POST_DATA in
C:\xampp\htdocs\os_services\profiles\profile.php on line 664

Best regards,

Guy

-----Original Message-----
Sent: zaterdag 12-1-2013 0:23:28
Subject: [Opensim-users] Profiles Module error

Okay I keep getting this error with the profile module:

2013-01-11 23:27:52,793 ERROR -
OpenSimProfile.Modules.OpenProfile.OpenProfileModule [PROFILE]: Unable
to connect to Profile Server
http://galaxygrid.servegame.org/os_services/profiles/profile.php.
Method avatar_properties_request, params System.Collections.Hashtable.
Exception System.Xml.XmlException: There are multiple root elements.
Line 2, position 2.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlTextReader.Read()
   at Nwc.XmlRpc.XmlRpcResponseDeserializer.Deserialize(TextReader
xmlData)
   at Nwc.XmlRpc.XmlRpcRequest.Send(String url, Int32 timeout)
   at
OpenSimProfile.Modules.OpenProfile.OpenProfileModule.GenericXMLRPCRequest(Hashtable
ReqParams, String method, String server)  in
C:\Users\compdev1\Desktop\develop1\addon-modules\OpenSimProfile\Modules\ProfileModule\OpenProfile.cs:line
181

Can someone advise how to fix this?

For kicks ive tried the os_services modules as well and get the same
error.

Thanks

Emperor
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users


------------------------------

_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

End of Opensim-users Digest, Vol 65, Issue 19
*********************************************





------------------------------

Message: 2
Date: Sat, 12 Jan 2013 16:58:14 +0000
From: Tom <[email protected]>
To: [email protected]
Subject: Re: [Opensim-users] Stars in night sky in OpenSim are shapes
rather than dots?
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"

np. I adjusted the viewer settings in Firestorm (Edit Sky Preset,  Below
Sun and Moon Settings is Str.Brite). The sky preset shortcut  is next to
the address bar.  I know of no adjustment at server end  and suspect that
this is purely related to the rendering engine  within the viewer. That
does not mean that there is not one. It may  be possible to use
lightshare to manage your visitors windlight  settings. This only works
with some viewers though.

https://dl.dropbox.com/u/25397404/OpenSim%20-%20Str.Brite%20setting%2017.png
https://dl.dropbox.com/u/25397404/SL-StrBrite%20setting%2017.png

https://dl.dropbox.com/u/25397404/SL-StrtBrite%20Setting%202.0.png
https://dl.dropbox.com/u/25397404/OpenSim%20Str.Brite%20setting%202.0.png


On 11 Jan 2013, at 20:55, Ai Austin wrote:

Thanks Tom,  I enjoyed that. Where are those Sun and Moon settings  for
star brightness?  Is it something in OpenSimDefaults.ini?

And thanks to Guy and Nebadon for the information.

I am using NVidia cards by the way... Nvidia Quadra 4500 1GB and  Nvidia
GTX 580 2GB.

I tried this again in a similar setting on a VCE region in OSGrid  and
on Second Life.. with the sun set to midnight, same size  window, but
using LL viewer for SL and Firestorm for OSGrid.

Second Life VCE region, Midnight, LL latest viewer
http://www.aiai.ed.ac.uk/~bat/EXPORT/TEMP/SL-Stars.jpg

OSGrid/OpenSim VCE Region, Midnight, Firestorm latest OS viewer
http://www.aiai.ed.ac.uk/~bat/EXPORT/TEMP/OS-Stars.jpg

I think I am setting exactly the same "shape" on each viewer, but  the
SL one is half the size of the OSGrid/OpenSim one.  is there an  OpenSim
release setting that is perhaps set up a bit too big?

Funnily enough.. I was just watching the Doctor Who episode with
Vincent van Gogh this evening :-)  Starry Starry night

http://www.youtube.com/watch?v=vV1YbWBSXS8

From: Tom <[email protected]>
You are right. I do not think that this is a problem though. I  checked
some photos of stars ... (Jodrell Bank) and shapes seem  more
realistic.

From: Tom <[email protected]>
I fiddled with the environment editor under Sun and Moon Settings
StrBrite. If I increase the star brightness in both SL and OS  there
comes a point where they look like shapes as per Ai's photo.  OS looks
a bit more shapely but it is difficult matching skies. I  am using an
NVIDIA GeForce GT 650M and Firestorm 4.3.1.31155  15-inch, Mid 2012
MBP. At 2.00 (nice dots) becoming more shapely  with increasing
brightness.

From: "What Virtual World - Guy Quicksand" <[email protected]>
I have only seen this when using ATI ( radeon ) video cards. Are  you
using such?.. if so that is probably the reason the night sky  looks
wierd.

From: Nebadon Izumi <[email protected]>
I spoke to Linden Labs about this a long time ago, I believe this  is a
driver issue, do you get same results in Second Life, at the  time I
noticed this i was having same problem in SL and OpenSim,  and one of
the Lindens seemed somewhat unaware of the issue, and  after asking
others about it i recall the answer being its a  driver problem with
video cards. If you could test in Second Life  that would be great.

_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Tom Willans  BSc(Hons)  MBCS  CITP
PhD Student
Serious Games Institute, Coventry University
United Kingdom

Senior Research Representative: Faculty of Engineering and Computing
Managing Director Bessacarr Publications Ltd
+44 (0)121 288 0281
email: [email protected]
skype: tom.willans
Second Life and OSGrid: Tom Tiros

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://lists.berlios.de/pipermail/opensim-users/attachments/20130112/47e6307f/attachment-0001.html>

------------------------------

Message: 3
Date: Sat, 12 Jan 2013 18:23:08 +0100
From: "What Virtual World - Guy Quicksand" <[email protected]>
To: <[email protected]>
Subject: Re: [Opensim-users] Profiles Module error
Message-ID: <144F5E8E7F2041AD8ADE7D2DD3244FA2@MARGRIET>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
reply-type=response

Hello Emporer,

1. did you compile the modules yourself ( inside the current opensim you
use )?
2. what version are you running? opensim and modules
3. are you 100% sure the php file works, and you have setup the database
correctly?
4. are all services running on one machine? maybe one cant reach the
other?
5. what OS are you running?

Maybe an idea to run the last git from osgrid as these mudules are
allready
there and compatible for sure.
That way you can compare things.
I think you have some compatibility isues there.. not sure though

Best regards,
Guy

----- Original Message -----
From: <[email protected]>
To: <[email protected]>
Sent: Saturday, January 12, 2013 5:57 PM
Subject: Re: [Opensim-users] Profiles Module error


Guy,

Okay I fixed that error on line 664 in the profile.php however I still
get the error.

Now Im not to sure what would be causing it.

Thanks

Emperor

Message: 1
Date: Sat, 12 Jan 2013 00:23:28 -0500
From: [email protected]
To: [email protected]
Subject: [Opensim-users] Profiles Module error
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes";
format="flowed"

Okay I keep getting this error with the profile module:

2013-01-11 23:27:52,793 ERROR -
OpenSimProfile.Modules.OpenProfile.OpenProfileModule [PROFILE]: Unable
to connect to Profile Server
http://galaxygrid.servegame.org/os_services/profiles/profile.php.
Method avatar_properties_request, params System.Collections.Hashtable.
Exception System.Xml.XmlException: There are multiple root elements.
Line 2, position 2.
    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
    at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
    at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res)
    at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
    at System.Xml.XmlTextReaderImpl.Read()
    at System.Xml.XmlTextReader.Read()
    at Nwc.XmlRpc.XmlRpcResponseDeserializer.Deserialize(TextReader
xmlData)
    at Nwc.XmlRpc.XmlRpcRequest.Send(String url, Int32 timeout)
    at
OpenSimProfile.Modules.OpenProfile.OpenProfileModule.GenericXMLRPCRequest(Hashtable
ReqParams, String method, String server) in
C:\Users\compdev1\Desktop\develop1\addon-modules\OpenSimProfile\Modules\ProfileModule\OpenProfile.cs:line
181

Can someone advise how to fix this?

For kicks ive tried the os_services modules as well and get the same
error.

Thanks

Emperor


------------------------------

Message: 2
Date: Sat, 12 Jan 2013 8:46:58 +0100
From: [email protected]
To: [email protected]
Subject: Re: [Opensim-users] Profiles Module error
Message-ID: <[email protected]>
Content-Type: text/plain; charset="ISO-8859-1"

You have a php error there :

Notice: Undefined variable: HTTP_RAW_POST_DATA in
C:\xampp\htdocs\os_services\profiles\profile.php on line 664

Best regards,

Guy

-----Original Message-----
Sent: zaterdag 12-1-2013 0:23:28
Subject: [Opensim-users] Profiles Module error

Okay I keep getting this error with the profile module:

2013-01-11 23:27:52,793 ERROR -
OpenSimProfile.Modules.OpenProfile.OpenProfileModule [PROFILE]: Unable
to connect to Profile Server
http://galaxygrid.servegame.org/os_services/profiles/profile.php.
Method avatar_properties_request, params System.Collections.Hashtable.
Exception System.Xml.XmlException: There are multiple root elements.
Line 2, position 2.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlTextReader.Read()
   at Nwc.XmlRpc.XmlRpcResponseDeserializer.Deserialize(TextReader
xmlData)
   at Nwc.XmlRpc.XmlRpcRequest.Send(String url, Int32 timeout)
   at
OpenSimProfile.Modules.OpenProfile.OpenProfileModule.GenericXMLRPCRequest(Hashtable
ReqParams, String method, String server) in
C:\Users\compdev1\Desktop\develop1\addon-modules\OpenSimProfile\Modules\ProfileModule\OpenProfile.cs:line
181

Can someone advise how to fix this?

For kicks ive tried the os_services modules as well and get the same
error.

Thanks

Emperor
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users


------------------------------

_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

End of Opensim-users Digest, Vol 65, Issue 19
*********************************************



_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users




------------------------------

Message: 4
Date: Sat, 12 Jan 2013 20:10:31 +0100
From: ssm2017 <[email protected]>
To: [email protected]
Subject: Re: [Opensim-users] Profiles Module error
Message-ID:
<CAE2ni0E_KbA+at=umnj+zoy6-vsr07yh57lvrvpfrh5fzrn...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

the HTTP_RAW_POST_DATA was fixed 2 weeks ago so maybe you are not using a
recent version.


2013/1/12 What Virtual World - Guy Quicksand <[email protected]>

Hello Emporer,

1. did you compile the modules yourself ( inside the current opensim you
use )?
2. what version are you running? opensim and modules
3. are you 100% sure the php file works, and you have setup the database
correctly?
4. are all services running on one machine? maybe one cant reach the
other?
5. what OS are you running?

Maybe an idea to run the last git from osgrid as these mudules are
allready there and compatible for sure.
That way you can compare things.
I think you have some compatibility isues there.. not sure though

Best regards,
Guy

----- Original Message ----- From: <[email protected]>
To: <[email protected].**de <[email protected]>>
Sent: Saturday, January 12, 2013 5:57 PM

Subject: Re: [Opensim-users] Profiles Module error


 Guy,

Okay I fixed that error on line 664 in the profile.php however I still
get the error.

Now Im not to sure what would be causing it.

Thanks

Emperor

 Message: 1
Date: Sat, 12 Jan 2013 00:23:28 -0500
From: [email protected]
To: [email protected]
Subject: [Opensim-users] Profiles Module error
Message-ID:
<20130112002328.**[email protected]<[email protected]>
>
Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes";
format="flowed"

Okay I keep getting this error with the profile module:

2013-01-11 23:27:52,793 ERROR -
OpenSimProfile.Modules.**OpenProfile.OpenProfileModule [PROFILE]:
Unable
to connect to Profile Server
http://galaxygrid.servegame.**org/os_services/profiles/**profile.php<http://galaxygrid.servegame.org/os_services/profiles/profile.php>
.
Method avatar_properties_request, params System.Collections.Hashtable.
Exception System.Xml.XmlException: There are multiple root elements.
Line 2, position 2.
    at System.Xml.XmlTextReaderImpl.**Throw(Exception e)
    at System.Xml.XmlTextReaderImpl.**Throw(String res, String arg)
    at System.Xml.XmlTextReaderImpl.**Throw(Int32 pos, String res)
    at System.Xml.XmlTextReaderImpl.**ParseDocumentContent()
    at System.Xml.XmlTextReaderImpl.**Read()
    at System.Xml.XmlTextReader.Read(**)
    at
Nwc.XmlRpc.**XmlRpcResponseDeserializer.**Deserialize(TextReader
xmlData)
    at Nwc.XmlRpc.XmlRpcRequest.Send(**String url, Int32 timeout)
    at
OpenSimProfile.Modules.**OpenProfile.OpenProfileModule.**GenericXMLRPCRequest(Hashtable
ReqParams, String method, String server) in
C:\Users\compdev1\Desktop\**
develop1\addon-modules\**OpenSimProfile\Modules\**
ProfileModule\OpenProfile.cs:**line
181

Can someone advise how to fix this?

For kicks ive tried the os_services modules as well and get the same
error.

Thanks

Emperor


------------------------------

Message: 2
Date: Sat, 12 Jan 2013 8:46:58 +0100
From: [email protected]
To: [email protected]
Subject: Re: [Opensim-users] Profiles Module error
Message-ID:
<3126FBCA422C45DD@zwollebouw.**nl<[email protected]>
>
Content-Type: text/plain; charset="ISO-8859-1"

You have a php error there :

Notice: Undefined variable: HTTP_RAW_POST_DATA in
C:\xampp\htdocs\os_services\**profiles\profile.php on line 664

Best regards,

Guy

-----Original Message-----
Sent: zaterdag 12-1-2013 0:23:28
Subject: [Opensim-users] Profiles Module error

 Okay I keep getting this error with the profile module:

2013-01-11 23:27:52,793 ERROR -
OpenSimProfile.Modules.**OpenProfile.OpenProfileModule [PROFILE]:
Unable
to connect to Profile Server
http://galaxygrid.servegame.**org/os_services/profiles/**profile.php<http://galaxygrid.servegame.org/os_services/profiles/profile.php>
.
Method avatar_properties_request, params
System.Collections.Hashtable.
Exception System.Xml.XmlException: There are multiple root elements.
Line 2, position 2.
   at System.Xml.XmlTextReaderImpl.**Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.**Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.**Throw(Int32 pos, String res)
   at System.Xml.XmlTextReaderImpl.**ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.**Read()
   at System.Xml.XmlTextReader.Read(**)
   at
Nwc.XmlRpc.**XmlRpcResponseDeserializer.**Deserialize(TextReader
xmlData)
   at Nwc.XmlRpc.XmlRpcRequest.Send(**String url, Int32 timeout)
   at
OpenSimProfile.Modules.**OpenProfile.OpenProfileModule.**GenericXMLRPCRequest(Hashtable
ReqParams, String method, String server) in
C:\Users\compdev1\Desktop\*
*develop1\addon-modules\**OpenSimProfile\Modules\**
ProfileModule\OpenProfile.cs:**line
181

Can someone advise how to fix this?

For kicks ive tried the os_services modules as well and get the same
error.

Thanks

Emperor
______________________________**_________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/**mailman/listinfo/opensim-users<https://lists.berlios.de/mailman/listinfo/opensim-users>



------------------------------

______________________________**_________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/**mailman/listinfo/opensim-users<https://lists.berlios.de/mailman/listinfo/opensim-users>

End of Opensim-users Digest, Vol 65, Issue 19
***********************************************



______________________________**_________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/**mailman/listinfo/opensim-users<https://lists.berlios.de/mailman/listinfo/opensim-users>


______________________________**_________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/**mailman/listinfo/opensim-users<https://lists.berlios.de/mailman/listinfo/opensim-users>

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://lists.berlios.de/pipermail/opensim-users/attachments/20130112/a69a05ed/attachment.html>

------------------------------

_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

End of Opensim-users Digest, Vol 65, Issue 20
*********************************************



_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users




------------------------------

Message: 2
Date: Sun, 13 Jan 2013 08:36:16 -0800 (PST)
From: Randy Pierce <[email protected]>
To: [email protected]
Subject: [Opensim-users] Region Visitor Count
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

I guess I am getting near the end of all my setup and troubleshooting now,
especially when I begin abnormalities such as region visitor count.

Has anyone any knowledge of how to get the automatic visitor count for each
region to kick in. Is it part of the source code or has this not yet been
written? I can put out a visitor sensor to capture this information, but at
80+ regions this would get extremely troublesome if I wanted to get a grid
count of visitors for a specific time period.

I am running OS 0.7.5, under WAMP, across multiple servers (using multiple
instances per server), a single robust instance, and in hypergrid 1.5 mode.

Any ideas or comments?



--
View this message in context:
http://opensim-users.2152040.n2.nabble.com/Region-Visitor-Count-tp7579318.html
Sent from the opensim-users mailing list archive at Nabble.com.


------------------------------

Message: 3
Date: Sun, 13 Jan 2013 16:55:20 +0000
From: Ai Austin <[email protected]>
To: [email protected]
Subject: Re: [Opensim-users] Stars in night sky in OpenSim are shapes
        rather than dots?
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"; format=flowed


From: Tom <[email protected]>

np. I adjusted the viewer settings in Firestorm (Edit Sky Preset,
Below Sun and Moon Settings is Str.Brite). The sky preset shortcut
is next to the address bar.  I know of no adjustment at server end
and suspect that this is purely related to the rendering engine
within the viewer. That does not mean that there is not one. It may
be possible to use lightshare to manage your visitors windlight
settings. This only works with some viewers though.


Interesting.. I tried this in Firestorm which does have the sliders
for "Str.Brite"  its initially set to 2.0 and goes from 0.00 to
500.00.  0.00 turns the sky black as expected.  but the other
settings make no difference at all - right up to 500.0.. the blotch
for the star is still the same larger than expected distinct shape
rather than a reasonably nice star like dot as seen in Second Life.

Ah well, thanks for your help everyone.  Unless someone knows f a
server side setting that can be set up or adjusted in OpenSim... lets
terminate this thread now.



------------------------------

_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

End of Opensim-users Digest, Vol 65, Issue 22
*********************************************





------------------------------

_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

End of Opensim-users Digest, Vol 65, Issue 30
*********************************************



_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to