State Of Insanity
Frequently Asked Questions (With Answers)

Benefits of SOI.
How To Join
Create your own SOI Entrance
How do I create my own entrance to SOI?
What is the syntax for a link?
What is the syntax for a form entrance?
Password Information.
How do I set the password on my account?
When am I prompted for my password?
How does security work here at SOI?
Nickname/Primary Name Information.
How do I add and delete my nicknames?
How can I change my primary handle?
How do I color my names?
Creating A Home Page.
How do I create a Home Page on SOI?
How much web Space do I get?
How do I set up a counter?
What is HTML?
Do you have any HTML instructional Links?
Room Create/Deletion Information.
How do I create and delete rooms?
How do I change the room name?
What is the "Room Server"?
What is the difference between free, public, and private rooms?
Can I change the information associated with a room?
What is the 'Room Category'?
How do I decorate my rooms?
How do I get image files to your site?
Handy Substitution Sequences
How do I 'drop a link' to another SOI room while in SOI?
How do I roll dice or produce random numbers?
How do I use Tarot Cards?
Inviting People to Private Rooms
How do I invite people to private rooms without using passwords?



Benefits of SOI



Account Password Related Questions



Nickname/Primary Name Related Questions

If you are not sure what colors are available, or how to make them, here is a Color Chart supplied by SSR.



Room Questions



Creating A Home Page

With a citizenship at SOI, you get 4 Megabytes of served disk space and a maximum transfer rate to the net of 25 Megabytes/day.

Please read our conditions of use for a description of proper usage of SOI http served space.

If you know how to write in HTML, you can create your own home page. (You can get help with HTML here or here or here)

If you want to add a counter to your home page... go here.

For each of your nicknames.. you get a directory.. and if there is a file in that directory called 'homepage.html'... that is your homepage.

You can create a home page simply by clicking on [controls]..then [nickname controls].. then clicking on the nickname and pressing the EDIT HOME PAGE button. If you use the SOI editor to create your homepage..the page must be less than 20,000 characters in size.

You can also create a home page on your computer (under the filename homepage.html) and then when you have created your page, you can copy the files to SOI using "FTP", which stands for File Transfer Protocol. There are two FTP Methods avilable for your use. The first is provided through "anonymous" FTP access and the second is provided through account based FTP access.

The anonymous FTP access is the original style of uploading files. It is a little complicated to use the first time, but, after the first time it gets easier. If you would like to upload your files with this method, click here.

The account based FTP is simplier to use and provides direct access to your FTP area. This method is still under development and may not be available at the moment. To find out if this is available, and for the instructions, click here.

If you want info on posting sounds files from web pages.. click here



Handy Substitution Sequences

Room Navigation

We provide the ability for you to place links into chat rooms, posts and html pages with the following handy sequences. This table summarizes this feature:
Syntax
Meaning
Example =>Result
#r-room@site Creates a link to room@site and displays it with the #r- prefix. #r-soi@soi
=> #r-soi@soi
#r-room@site(Text Here) Creates a link to room@site and displays it with the text provided. The text cannot contain parenthesis, as they are the delimiter for the text. #r-soi@soi(Click to SOI) => #r-Click to SOI
#r-room@site,codeword Creates a link to room@site and provides a codeword in the link to open the room if locked.

The codeword is NOT secret and this should only be used for semi-private rooms where the codeword is posted on the door, or similar circumstances. Again, the codeword is NOT secret.

#r-soi@soi,opensaysme
=> #r-Click to SOI
#r-room@site(Alt Text) Creates a link to room@site and displays an image instead of text. #r-soi@soi(<img src=https://soi.hyperchat.com/soi75.jpg alt="SOI-75">)
=> SOI-75
#r-room@site(Alt Text),codeword Creates a link to room@site, displays an image instead of text and provides a codeword in the link to open the room if locked.

The codeword is NOT secret and this should only be used for semi-private rooms where the codeword is posted on the door, or similar circumstances. Again, the codeword is NOT secret.

#r-soi@soi(<img src=https://soi.hyperchat.com/soi75.jpg alt="SOI-75">),opensaysme
=> SOI-75

There cannot be any extra characters in these command sequences. That includes no extra spaces. Any of the IMG HTML modifiers will also work. The ALT HTML modifier is a good one to include in the IMG statement. If someone is running with images turned off, then, this text is displayed in place of the blank image icon, which, allows the viewer to still understand the purpose of the link.


Quick Links to Content

You can link to any [FTP Files] content quickly with the following tags. These tags may be used in HTML Files, Chat Room Config, or in posts. They are most useful in HTML files as they allow the system to supply the url domain, rather than hardcoding it.

This table summarizes this feature:

Syntax
Meaning
[Example] => [Result]

#u-name@site[PNE]
#u-site-name[PNE]

[PNE] can be a path and name.ext. Both are optional.
Substitutes the url of the file specified for the sequence provided.

The '#u-' is not displayed, allowing this to be used in HTML attributes like SRC or HREF.

If a filename is not provided, homepage.html is the default.

[#u-soi75.jpg] =>
[https://soi-help.hyperchat.com/soi75.jpg]

[#u-\help@soi\soi75.jpg] =>
[https://soi-help.hyperchat.com/sos75.jpg]

[#u-\soi-help\1\soi75.jpg] =>
[https://soi-help.hyperchat.com/1/sos75.jpg]

[#u-\help@soi\1\2\soi75.jpg] =>
[https://soi-help.hyperchat.com/1/2/sos75.jpg]

#a-[PNE]
#a-\name@site[PNE]
#a-\site-name[PNE]

[PNE] can be a path and name.ext. Both are optional.

Substitutes an HTML A HREF element in place of this sequence.

The sequence specified is used as the text for the link.

The '#a-' token text is returned just before the link and is not clickable.

[#a-sos75.jpg] =>
[#a-sos75.jpg]

[#a-\help@soi\sos75.jpg] =>
[#a-\help@soi\sos75.jpg]

[#a-\soi-help\1\sos75-1.jpg] =>
[#a-\soi-help\1\sos75-1.jpg]

[#a-\help@soi\1\2\sos75-2.jpg] =>
[#a-\help@soi\1\2\sos75-2.jpg]

#a-[PNE](Text)
#a-\name@site[PNE](Text)
#a-\site-name[PNE](Text)

[PNE] can be a path and name.ext. Both are optional.

Substitutes an HTML A HREF element in place of this sequence.

The Text provided is used for the A element inner text, in place of the sequence used. The '#a-' token text is surpressed.

[#a-sos75.jpg(Local to help@soi)] =>
[(Local to help@soi)]

[#a-\help@soi\sos75.jpg(File 1)] =>
[File 1]

[#a-\soi-help\1\sos75-1.jpg(File 2)] =>
[File 2]

[#a-\help@soi\1\2\sos75-2.jpg(File 3)] =>
[(File 3)]


#i- Substitutions

#i-NEWGUID will give you a (mostly) unqiue string, such as 'ci74bf4f3a49e162174da448625225'.


Rolling Dice/Random Numbers

We provide the ability for you to roll dice in a chat room, as well as generate a random number.

This table summarizes this feature:
Syntax
Meaning
Example Result
#rXXdYYt
This command rolls XX dice with YY sides. If you specify 't', there is a total displayed. For example, #r5d8t rolls 5 D8s and totals them up.
This only works with D4, D6, D8, D10, D12, and D20 dice.
#rd4
This command rolls a 4 sided die (1-4).
#rd or #rd6
This command rolls a 6 sided die (1-6).
#rd8
This command rolls a 8 sided die (1-8).
#rd10
This command rolls a 10 sided die (0-9).
#rd12
This command rolls a 12 sided die (1-12).
#rd20
This command rolls a 20 sided die (1-20).
#rd[number]
This command produces a random number between 1 and the number provided, inclusive. For example, #rd22 will produce a number between 1 and 22, inclusive.

If you would like to have a new specific-sided die available, with a specific set of images to display the result, just send a note to seph. If you can provide the images, we can make that happen.



Playing & Tarot Cards

We provide the ability for you to use standard playing cards and tarot cards in room postings. There is one deck of playing cards per room, and one deck of tarot cards per room. They are separate decks and operate independently of each other. They need to be 'shuffled' before they can be played. If a deck runs out of cards, it needs to be shuffled again. The decks can be shuffled anytime, without playing all of the cards.

All the cards are dealt face up.

This table summarizes the commands for this feature. You simply type the commands into the chat box and press talk/listen.
Syntax
Meaning
Example Result
#tc-s
This command shuffles the tarot deck. There is one tarot deck per room.

Example: #tc-s

[shuffle]
#tc-sxx
This command shuffles the tarot deck and draws xx cards. The value of 'xx' can be from 1 to 10. Since this command also shuffles the deck, there are always enough cards to draw.

Example: #tc-s1

[shuffle]
#tc-xx
This command will draw xx tarot cards from a previously shuffled tarot deck. The value of 'xx' can be from 1 to 10.

If there are not enough cards left in the deck, the missing cards will be displayed as 'End Of Deck'.

Example: #tc-2

#pc-s
This command shuffles the playing card deck. There is one playing card deck per room.

Example: #pc-s

[shuffle]
#pc-sxx
This command shuffles the playing card deck and draws xx cards. The value of 'xx' can be from 1 to 10. Since this command also shuffles the deck, there are always enough cards to draw.

Example: #pc-s1

[shuffle]
#pc-xx
This command will draw xx playing cards from a previously shuffled deck. The value of 'xx' can be from 1 to 10.

If there are not enough cards left in the deck, the missing cards will be displayed as 'End Of Deck'.

Example: #pc-2


The default tarot deck is the Rider-Waite deck. If you would like to have a custom deck, send a note to seph. If you can provide public domain images, we can make that happen.

The default playing card deck is the standard english deck. If you would like to have a custom deck, send a note to seph. If you can provide public domain images, we can make that happen.