Website Quotes Ticker v3.1
Website Quotes Ticker is a PHP/JavaScript/CSS Ticker
that can display stock market quotes in a nice and
configurable scroller control.
The ticker is built so that it can be easily configurable
and integrateable with various quote data source.
The quote data is read once when the page with the ticker
loads and then it is only rotated. This is not a real-time
ticker.
On server-side, the ticker is build from PHP. The data connection
part is modular and allows configuring the ticker to load quote data
from multiple sources. Script currently comes with the following
connectors:
- "random" - generates random quotes and it's purpose is to be used for testing
- "csv" - reads data from a CSV feed specified by a customizable variable
- "yahoo" - gets data from Yahoo! Finance csv feeds
VERSION: 3.1
REQUIREMENTS
This ticker uses the following web technologies: PHP, CSS and
JavaScript.
The ticker can only be used inside a PHP file, not in plain
HTML.
The ticker comes with no quotes data - it is only a software
used to display custom data, not a software that comes with
quote data. The connectors are only some PHP functions that
help ticker connect to various quote sources that are requirements
for ticker to work.
Since the ticker functioning depends on quote data, various
requirements are applied depending on connector used.
For the Yahoo! and CSV connectors, the ticker requires
allow_url_fopen PHP setting to be able to get
data from external feeds (test if you
have this), or it can be set to use CURL library using the PHP ticker
parameter $use_curl.
CUSTOMIZABLE FEATURES
- width / height (from PHP)
- symbols selection (from PHP)
- background color or image (from CSS)
- start / trailing text (from PHP)
- font size/style/color for each of: start and trailing text, symbols, last value, change/change% value (from CSS)
- hold on mouseover (from PHP)
- quote data source (from PHP)
- persist rotation position between loaded pages (from PHP)
INSTALLATION [ more ]
Ticker script is very simple to install and requires minimal PHP
knowledge. Please see installation
page for a demonstration. We are offering email support for installation
and customization of the script.
PURCHASE
PRICE: $25 / site license / single payment
» READ LICENSE
|