View Single Post
  #7  
Old 01-14-2008, 12:17 AM
jackielegs94 jackielegs94 is offline
Master Sergeant
 
Join Date: Aug 2007
Posts: 67
Default Re: Php Radio Dj Panel and CuteNews

This is the readme i just copy and paste it Radio DJ Panel v3 ReadMe Thanks for downloading the Radio DJ Panel v3! Now that you have downloaded this script simply follow the instructions below to install and use your new Radio Panel!

Staters Guide
The first thing you need do is upload the Radio DJ Panel files to your webserver. The preferred method to do this is via FTP Binary mode (in different modes the files may become corrupted). Once the files are on your webserver unzip the file and then read below for installation instructions! -Note: All Times Are In EST (Except Timetable)-



Installation
Click here to open automated installer, just follow the instructions contained in each step.

License Agreement
By downloading/storing this script on any type of media you are agreeing to our End User License Agreement. Click here to view it.

Public Timetable
If you want to display to your users a public version of your site's timetable that will automatically update as your users book their slots then link then to this page.

Request Line
To allow your users to submit requests to the on-air DJ use the code below; <?php require('path/to/djpanel/request.php');?>

Complaint Form
To allow your users to submit radio complaints to the radio admin (like report a dj); <?php require('path/to/djpanel/complaint.php');?>

DJ Message
To allow your users to view the current dj message and receive alerts use code below, both codes refresh every 45 seconds; -Auto Refresh Only The iFrame-
<iframe src="path/to/djpanel/djmessage.php" frameborder="0" background-color="transparent" allowtransparency="true" height="20" width="200"></iframe> -Auto Refresh Entire Page Without iFrames-
<?php require('path/to/djpanel/djmessage.php');?> -No Reresh Without iFrames-
<?php require('path/to/djpanel/djmessage2.php');?>

Script Support
For help or bug reporting with any of my scripts please use one of the following links: quickscriptz******.com
www.quickscriptz.ca.kz
Reply With Quote