
How To edit VideosBroadcastYourself videoshare script.
How to add/edit/delete adsense code
login to admin
http://www.yourdomain.com/Backend/login.php
click view advertise on the left menu
Using the buttons provided on this page you can add/edit or delete advertisement code
How to add/edit/delete BANNERS
login to admin
http://www.yourdomain.com/Backend/login.php
click Manage Banner on the left menu
Using the buttons provided on this page you can add/edit or delete Banners
How to change admin password
login to admin
http://www.yourdomain.com/Backend/login.php
click view system setting on the left menu
Enter your new password in the password field.
How to change website logo
Create your logo, save it as logo.gif then upload to the images directory
Best size is 250 x 120
How to change video player branding logo
Create your logo, save it as playerlogo.jpg
100x26 is a good size,
login to admin
http://www.yourdomain.com/Backend/login.php
click Miscellaneous Settings on the left menu
Browse your desired logo and click the submit button.
Or
Create your logo, save it as playerlogo.jpg
100x26 is a good size
then upload to the Backend/playerlogo/playerlogo.jpg
Howto change max upload size
You edit the .htaccess file in your root public_html directory and add the following lines
.
php_value upload_max_filesize 50M
php_value post_max_size 55M
php_value max_execution_time 900
php_value max_input_time 950
Note: post_max_size value should always be greater then the upload_max_filesize, also the user can change it according to his requirment. The 2 other settings max_execution_time and max_input_time are done for safety purpose also note max_input_time is higher than max_execution_time.
50M is 50mb or 100M would be 100mb
(the 50M is the size of max upload that you want)
make sure the setting
php_value post_max_size 55M
is more than
php_value upload_max_filesize 50M
How to change the rss feed
open /rss/rssfeed.php
edit line 2
change
http://newsrss.bbc.co.uk/rss/sportonline_uk_edition/football/rss.xml
to your rss feed providers link
then Line 23
change rss/sport_logo.gif
to your rss feed logo location