Selection wallpapers/minimovies
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).
Step 2: Download the list
Next, download a recent list of all the ordercodes:
Fields use for the SQL-inserts:
- List with categories
- id : category ID
- desc_nl, desc_en, desc_de : categorie name in dutch, english and german respectively
- adult : 1 if the category contains adult material
- List with ordernumbers
- id : ordernumber
- cat : category ID
- fname : part of the filename. Example: when fname equals to 3001, you can link to the preview with http://www.ringtonio.nl/wallpaper?3001&f=96x96
Step 3: Links to the orderpopup
Next, build the links to the order popup using the following model:
<a href="#" onClick="send([id]); return false;">
<img src="http://www.ringtonio.nl/wallpaper?[fname]&f=[size]" border=0 alt="Click here to order!">
</a>
| [id] | Ordernumber |
| [fname] | Filename |
| [size] | Size of the preview, valid are: 96x96 Big previews64x64 Small previewsani Animated previews (only for minimovies) |
