You are not logged in.
Pages: 1
There's not much to know if you want to develop your own plug-in:
- There is one script that accept all the submissions to Audio-Tracker.com (http://audio-tracker.com/submit.php).
- The scripts accepts 'username', 'password', 'artist', 'title' and 'length' (in seconds, default = 300) as post variables.
- The script will return 'Success!' on a succesfull submission, 'Invalid password/username' on an autorization error and a complete mess when the stuff at our side fails.
What you basicly need to do: just have your plugin "post" the above url on a song change. For example, when your username is 'john' and your password is 'doe' you call this from your plug-in:
http://audio-tracker.com/submit.php?use st=Britney Spears&title=I'm a slave for you&length=256
That's all. Of course when the song is finished or changed it'll need to do a new post on the script. But you probably figured that out yourself already.
If you create another plug-in then don't hecitate to post it in here so I can share it on the Audio-Tracker.com download page. We can't offer anything in return besides some credits and our thanks. ![]()

Offline
Pages: 1