Enabling and Setting Timer for Rapidshare Ticker
1) Log into admin and inside config
- Use download ticket, set the radio button to on and click Submit.
Editing Timer
1) Edit templates/_files/view/_common.php
//Find
var duration = 4;
//Replace
var duration = x;
2) Save File
Where x is equal to the amount of seconds you would like to make user wait before viewing Video.
i.e To set a timeout of 5 seconds it would be
var duration = 5;