|
List Info
Thread: Re: More default Public rooms?
|
|
| Re: More default Public rooms? |
  United States |
2007-07-29 17:59:57 |
|
How can one monitor a room? I am interested on getting the progam to be able to monitor a chat room. Can u help?
Sent from my iPhone
On Jul 29, 2007, at 2:34 PM, Auggy < philodox%40dimcom.net">philodox dimcom.net> wrote:
What I did was to change config.lib.php as follows:
Look for where it says
$PUBLIC_ROOMS = $EN_ROOM1 ? ROOM1.", " : "";
$PUBLIC_ROOMS .= $EN_ROOM2 ? ROOM2.", " : "";
$PUBLIC_ROOMS .= $EN_ROOM3 ? ROOM3.", " : "";
$PUBLIC_ROOMS .= $EN_ROOM4 ? ROOM4.", " : "";
$PUBLIC_ROOMS .= $EN_ROOM5 ? ROOM5.", " : "";
$PUBLIC_ROOMS = trim($PUBLIC_ROOMS,", ");
and then the private rooms list. Change the word private to public, so
you've got something that looks like this at the end;
$PUBLIC_ROOMS = $EN_ROOM1 ? ROOM1.", " : "";
$PUBLIC_ROOMS .= $EN_ROOM2 ? ROOM2.", " : "";
$PUBLIC_ROOMS .= $EN_ROOM3 ? ROOM3.", " : "";
$PUBLIC_ROOMS .= $EN_ROOM4 ? ROOM4.", " : "";
$PUBLIC_ROOMS .= $EN_ROOM5 ? ROOM5.", " : "";
$PUBLIC_ROOMS .= $EN_ROOM6 ? ROOM6.", " : "";
$PUBLIC_ROOMS .= $EN_ROOM7 ? ROOM7.", " : "";
$PUBLIC_ROOMS .= $EN_ROOM8 ? ROOM8.", " : "";
$PUBLIC_ROOMS = trim($PUBLIC_ROOMS,", ");
$DefaultChatRooms = explode(", ", $PUBLIC_ROOMS);
$DefaultPrivateRooms = explode(", ", $PRIVATE_ROOMS);
And that should allow you to change some rooms to public.
nobodyofnothing wrote:
> As the subject says, this is what I need help with, I was planning on
> having 8, and since it only lets me have 5...well help please 
>
>
>
> ---
> Yahoo! Groups Links
>
>
>
>
__________________________________________________________
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games.
http://sims.yahoo.com/
[Non-text portions of this message have been removed]
__._,_.___
|
| Re: More default Public rooms? |
  United States |
2007-07-29 20:25:02 |
|
You can monitor rooms through the Administration panel, by logging in
and clicking on "connections".
nahtybutafly%40yahoo.com">nahtybutafly yahoo.com wrote:
> How can one monitor a room? I am interested on getting the progam to be able to monitor a chat room. Can u help?
>
> Sent from my iPhone
>
> On Jul 29, 2007, at 2:34 PM, Auggy < philodox%40dimcom.net">philodox dimcom.net> wrote:
>
> What I did was to change config.lib.php as follows:
> Look for where it says
> $PUBLIC_ROOMS = $EN_ROOM1 ? ROOM1.", " : "";
> $PUBLIC_ROOMS .= $EN_ROOM2 ? ROOM2.", " : "";
> $PUBLIC_ROOMS .= $EN_ROOM3 ? ROOM3.", " : "";
> $PUBLIC_ROOMS .= $EN_ROOM4 ? ROOM4.", " : "";
> $PUBLIC_ROOMS .= $EN_ROOM5 ? ROOM5.", " : "";
> $PUBLIC_ROOMS = trim($PUBLIC_ROOMS,", ");
> and then the private rooms list. Change the word private to public, so
> you've got something that looks like this at the end;
> $PUBLIC_ROOMS = $EN_ROOM1 ? ROOM1.", " : "";
> $PUBLIC_ROOMS .= $EN_ROOM2 ? ROOM2.", " : "";
> $PUBLIC_ROOMS .= $EN_ROOM3 ? ROOM3.", " : "";
> $PUBLIC_ROOMS .= $EN_ROOM4 ? ROOM4.", " : "";
> $PUBLIC_ROOMS .= $EN_ROOM5 ? ROOM5.", " : "";
> $PUBLIC_ROOMS .= $EN_ROOM6 ? ROOM6.", " : "";
> $PUBLIC_ROOMS .= $EN_ROOM7 ? ROOM7.", " : "";
> $PUBLIC_ROOMS .= $EN_ROOM8 ? ROOM8.", " : "";
> $PUBLIC_ROOMS = trim($PUBLIC_ROOMS,", ");
> $DefaultChatRooms = explode(", ", $PUBLIC_ROOMS);
> $DefaultPrivateRooms = explode(", ", $PRIVATE_ROOMS);
>
> And that should allow you to change some rooms to public.
>
> nobodyofnothing wrote:
>
>> As the subject says, this is what I need help with, I was planning on
>> having 8, and since it only lets me have 5...well help please 
>>
>>
>>
>> ---
>> Yahoo! Groups Links
>>
>>
>>
>>
>>
>
>
>
>
>
>
> __________________________________________________________
> Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games.
> http://sims.yahoo.com/
>
> [Non-text portions of this message have been removed]
>
>
>
> ---
> Yahoo! Groups Links
>
>
>
>
__._,_.___
.
__,_._,___
|
[1-2]
|
|