@1 Newscroller
  • Manage scrolling news items via browser-based admin interface.
Compatible browser
  • Tested with IE5, IE6 and NS4.7+
  • This Newscroller does not work under NS6.
Installation (the script part)
  1. Open newscroller.cgi and check the first line to make sure that it is pointing to the Perl location.
  2. Modify the variables at the top part of the script.
  3. Create a sub-folder under the root directory called "newscroller" (www.yourdomain.com/newscroller) and chmod this folder to 777. Upload all *.htm, *.txt, and *.js files to this folder.
  4. Create another sub-folder "images" under the "newscroller"folder (www.yourdomain.com/newscroller/images) and chmod this folder to 777. Upload all images to this folder.
  5. Upload newscroller.cgi to your cgi bin and chmod to 755.
  6. View the sample news scroller by pointing to scroller.htm. If everything is installed correctly, you should be able to see a working demo page like this page.
  7. Run the newscroller.cgi script from your browser. Test the various admin modes.
  8. Once everything is working fine, you may then start to make adjustments such as placing the newscroller in another page (at another folder), deleting the existing news, adding new news etc.
Installation (the HTML page)
  • Simply copy these codes and paste them into the HTML page at the location where you want the scrolling news to appear - it can be inside a table (in this case, between the <TD></TD> tags). Do not modify the codes except the relative location to the two Javascripts files.
  • Please see Help Center for FAQ