|
|
|
|
|
|
|
Selection logos
Step 1: Add the standard include
Be sure that you've add the 'standard include' of Ringtonio to 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 add the 'include' yet: determine here what include script you should use. (This link will open in a new window).
Further, you have to add the code as a standard include, you are going to use this function for sending the ringtones. (insert this between <HEAD> and </HEAD>)
Step 2: Links to the order form
Fields used by the SQL-inserts:
- Download categories
- id : category number
- desc_nl, desc_en, desc_de : category name in respectively Dutch, English and German
- path : directory on our server in which the pictures are saved
- ot : ordertype: 2=logo, 3=picture, 4=animation
- adult : 1 if the category contains pornografic pictures
- Download ordernumbers
- id : ordernumber
- cat : category number
- fname : filename of the picture
- ranking : popularity of the picture (by sales)
Step 3: Links to the orderform
Then you can link the selected content using this model:
<a href="#" onClick="send([id]); return false;">
<img src="http://www.ringtonio.nl/[path]/[fname]" border=0 alt="Click here to send!">
</a>
| [id] | The ordercode |
| [path] | Directory |
| [fname] | The filename |

|
|
|