Webmasters Login
|
| |
|
|
 |
| |
Better conversion?
|
| |
|
|
 |
| |
Top 10 Webmasters
|
| |
|
1. Alex Iurenko 2. Stijn Steenwegen 3. Stephane Natalizio 4. Michael Frost 5. Troy Hutchison 6. Ronny Breemes 7. Jesse Halfman 8. Gutierrez Ramon 9. Marcel Proust 10. Boris Slatinowsky
|
| |
|
 |
| |
Webmasters Support
|
 |
|
| Let our highly experienced
support team help you. Also, our technical staff
can solve any issues or problems you come across,
365 days a year / 24 hours a day. |
| |
| Contact Support |
| Tel: +1 (202) 470-0088 |
| |
| Technical Support |
| Tel: +44 (20) 8144 2232 |
|
 |
| |
|
For the experienced webmasters willing to have a dynamically served website, we have a simple to use API.
The use of API commands will allow you to directly serve live and accurate info into your webpages.
Below you have a list of all commands and an example of use:
LIST_ONLINE_MODELS ( howmany, delim: string)
returns a list of 'howmany' live models, separated by 'delim'
LIST_OFFLINE_MODELS( howmany, delim: string)
returns a list of 'howmany' offline models, last being online sort, separated by 'delim'
SEARCH_FOR_MODELS( searchstring:string, delim: string)
returns a list of models matching the search string, separated by 'delim'
GET_MODEL_STATUS ( modelname:string )
returns the status of the model called 'modelname' (online or offline)
GET_MODEL_DESCRIPTION ( modelname:string )
returns a string containing description of the model called 'modelname'
GET_MODEL_LOCATION ( modelname:string )
returns a string containing location of the model called 'modelname'
GET_MODEL_AGE ( modelname:string )
returns a string containing age of the model called 'modelname'
GET_MODEL_PROFILE_PICTURE ( modelname:string )
returns the profile picture of the model called 'modelname', in .jpg format
GET_MODEL_LIVE_PICTURE ( modelname:string )
returns the live picture of the model called 'modelname', in .jpg format
Using these commands, you can insert into your webpages dynamically changing webcams with full description and live preview images.
Using the 'SEARCH_FOR_MODELS' command, you can let your visitors search for a specific model. This will provide you a nice, clean website, that gives your visitors exactly what they expect.
You can get rid of flashing banner farms and show your visitors a nice, aesthetic design where they can return.
Below you have a sample of using the API in PHP:
Sample API use, Simple Table with Live Models and Pictures
Put this code into your PHP webpage(s) and it should result something like this:
Of course you can be as creative as you can, with nicer table borders and colors, or including models descriptions on different layouts, this is just a basic example of using the API.
This example was for a PHP page, but you can serve the information from the API url (http://webmasters.extasycams.com/api.php) with any method you want, including JavaScript. The url supports both GET and POST calls, so you don't have to worry about that.
If you need further assistance with the API, don't hesitate to contact us.
|
|