{$MODE} |
this is the mode it is currently running in (i.e. band, song, etc.) |
{$ITEM_COUNT} |
The number of items shown in the results. |
{$ITEM_ID} |
the numeric ID of the item (i.e. “3”) |
{$ITEM_RANK} |
The numerical value of its placement in the output list |
{$BAND_ID} |
the numeric Jamroom ID of the artist (i.e. “5”) |
{$BAND_NAME} |
Name of the artist |
{$BAND_LOCATION} |
The artists location (as entered in Modify Artist) |
{$BAND_WEBSITE} |
The artists website (as entered in Modify Artist) |
{$BAND_IMAGE_URL} |
link to image.php script to generate Band Image - i.e:
http://yourdomain.com/jamroom/image.php?band_id=(number)&mode=band_image
- use this inside an IMG tag
|
{$ITEM_NAME} |
The Name of the item |
{$ITEM_DESCRIPTION} |
Description of the item |
{$ITEM_COST} |
The Cost (numerical) of the item - i.e. “5.00” |
{$ITEM_EMAIL} |
PayPal e-mail address for this item. NOTE all email addresses output by Jamroom are obfuscated to prevent detection by spam bots. |
{$ITEM_IMAGE} |
link to image.php script to generate Item Image - i.e.:
http://yourdomain.com/jamroom/image.php?band_id=(number)&item_id=(number)&mode=item_image
- use this inside an IMG tag
|
{$ITEM_NUMBER} |
The Item PayPal number |
{$ITEM_CCODE} |
The Item currency code (i.e. USD) |
{$ITEM_PAYPAL_FORM} |
This will create the necessary PayPal HTML form (hidden) linked to the “buy now!” button located in the rank/store/images directory. This creates a one-click button for purchasing. |
{$QUOTA_ID} |
The numerical Jamroom Quota ID of the quota the Artist Account belongs to. |
{$QUOTA_NAME} |
The name of the Jamroom Quota the Artist Account belongs to. |
{$QUOTA_DISK} |
The amount of disk space the Artist Account is allowed (number). |
{$QUOTA_MAX} |
The number of song slots the Artist Account quota allows (set to 0 if Quota is limited by disk space). |
{$QUOTA_MESSAGE} |
yes/no if the Artist Account is allowed to create messages. |
{$QUOTA_SEARCH} |
yes/no if the Artist Account is allowed to be found in searches. |
{$QUOTA_RADIO} |
yes/no if the Artist Account is allowed to have Radio Stations. |
{$QUOTA_STORE} |
yes/no if the Artist Account is allowed to have a Jamroom Store. |
{$QUOTA_RATE} |
yes/no if the Artist Account is allowed to have Songs and Artist ratings. |
{$QUOTA_REMRATE} |
yes/no if the Artist Account is allowed to be rated by remote site. |
{$QUOTA_CALENDAR} |
yes/no if the Artist Account is allowed to have an Artist Calendar. |
{$SERVER_ID} |
Numerical ID of the server the Artist Page is located on (only set if running a Jamroom Cluster Server) |
{$SERVER_IP} |
IP Address of the server the Artist Page is located on (only set if running a Jamroom Cluster Server) |
{$SERVER_NAME} |
Server Name as defined in Create/Modify Server that the Artist Page is located on (only set if running a Jamroom Cluster Server) |
{$SERVER_URL} |
URL to Jamroom Cluster Server the Artist Page is located on (only set if running a Jamroom Cluster Server) |