Title: @1 News & Image Scroller PRO: Script installation Steps of installing the script.
1. Configure variables in admin/init.php
2. Create a folder "scrollerpro" udner the root directory. Upload files to server.
3. Chmod these directories to 777:
- scrollerpro_db
- detailed
- upload
4. Chmod these files to 666
- scripts/news.js
- scrollerpro_db/news.slz
- scrollerpro_db/settings.slz
- your password file (default is scrollerpro_db/scrollerpro_pass.txt)
3. Go to admin by pointing your browser to the "admin" folder. The default username and password are "upoint/upoint". Specify settings and add news.
4. Sdd these lines to your HTML page where you want to see the scrolling news:
<script src="scripts/news.js"></script>
<script src="scripts/scroll_1.js"></script>
<ilayer name="marker" bgcolor=&{textbordercolor}; width=&{textwidth};
height=&{textheight};></ilayer>
<layer name="tickerbg" left=&{textborder}; top=&{textborder};
width=&{widthMinusTwoBorder}; height=&{heightMinusTwoBorder};
bgcolor=&{textbgcolor}; visibility=hide> </layer>
<layer name="roof" width=&{widthMinusTwoBorder}; height=&{heightMinusFourBorder};>
<layer name="ticker" visibility=hide width=&{widthMinusTwoBorder};
left=&{textborder}; top=&{textborder}; onMouseOver="setscrollready(0)"
onMouseOut="setscrollready(1)">
<script>document.write(messages)</script>
</layer></layer>
<script src="scripts/scroll_2.js"></script>
** The above assumes that you have the HTML page under the "scrollerpro" directory.
If not, please change the path in the JS codes accordingly.
5. Done.
Powered by Document Publisher |