Video ad system
From Joomlaholic Wiki
With Seyret Pro, you can use video ads on your system. This means a flv video ad can be played before your flv videos. Now you'll see how to use this feature.
Configuration
Go to General Configuration from Seyret admin. Click the Ads tab. Here you'll see video ads configuration options. To enable video ads, select Yes for Use Video Ad System. Leave Use remote server as No. This feature is not very complete yet. At the bottom of that page, you'll see Local Ads Directory. You should place your video ads under that directory. Of course you can change it.
Defining Ads
Of course we will need video ads first. You should upload these video ads under your Local Ads Directory on the server. You can use a FTP client for this purpose.
When you go to video ads option from the left menu, you'll see a list of video ads. Here, you should click New button from toolbar to add a new video ad. On the following screen, you'll see a file list to be used as video ads. When you click one one, the file address will be copied to Ad Link box. As an alternative you can just write a file adress, even from another server. Select category and publish status, then save. Now, go to front page and test. When you click a video in that category, a video ad will be shown before the requested video.
Using Remote Server for Ads
In your Seyret installation package a responseseyret.php file is included. Also you can find it in components/com_seyret directory on you server. You can use this file as file list responder on our third party server.
Open that file with a text editor. On line 10, you'll see a $responseseyretcheckitstring variable with as_mustafa_lsn.... value. Change that value with your own code, randomly selected letters or something else, whatever you want. Save this file as index.php and upload it to http://your.other.site.com/afolderforyourads folder.
Go to your site Seyret admin. On configuration page, click ads tab.
1- Use Video Ad System - Yes 2- Use remote server - Yes 3- Remote Ads Directory - http://your.other.site.com/afolderforyourads 4- Remote Check String - Write the string that you have entered in $responseseyretcheckitstring variable.
Go to video ads menu from your Seyret admin, try adding a newvideo. You'll see that your rempte server videos are listed in listbox.

