Selection ringtones
Step 1: Add the standard include
First, make sure that you've already inserted the 'standard include' of Ringtonio in your source code: this is the topmost of the 2 Javascript codes which you get when you walked through the 'Build GSM site' wizard. If you haven't inserted the 'include' yet:
determine here what include script you should use. (This link will open in a new window).
Stap 2: Download the list
Next, download a recent list of all the ordercodes:
N.B. with the SQL-inserts we have assumed that you already have a table 'ringtone' with at least the fields: ordernr,titel (Dutch for 'title'),datum (Dutch for 'date'),ranking,category. Ordernr, ranking and category are numeric fields, the rest is textual. You can find the list with used categories below.
Step 3: Links to the orderform
After downloading, you can insert the selected content on your site (in these examples is the order code
80494):
- Link to the ringtone player:
play(ordernumber);
- Example: Listen to this ringtone
- Code:
<a href="#" onClick="play(80494);return false;">Listen to this ringtone</a>
- Link to the order popup:
send(ordernumber);
- Example: Order this ringtone
- Code:
<a href="#" onClick="send(80494);return false;">Order this ringtone</a>
Step 4: Download updates
To keep your database up-to-date, you can download a list with new ringtones since a specified date:
Categories (monophonic, polyphonic and realtones)
| 1 | Top 40 / popular |
| 2 | Themesongs / TV-tunes |
| 3 | Anthems |
| 4 | St. Nicholas |
| 5 | Christmas |
| 6 | Songs for children |
| 7 | Après-ski / Party |
| 8 | Turkisch |
| 9 | Oldies |
| 10 | Football |
| 11 | Classical |
| 14 | Carnaval |
| 15 | Trance |
Categories (truetones)
| 51 | Army |
| 52 | Bells and whistles |
| 53 | Animals |
| 54 | Comics |
| 55 | People |
| 56 | Other |
