Low Cost Online Share Trading Ireland - Business News, Irish Share Prices, US Stock Quotes, UK Share Prices, Stock Brokers Tips $value"; break; case "==": $inclusive[] = "bannerID = $value"; break; } } } $where_exclusive = !empty($exclusive) ? implode(" AND ", $exclusive): ""; $where_inclusive = !empty($inclusive) ? implode(" OR ", $inclusive): ""; $where = sprintf("$where_inclusive %s $where_exclusive", (!empty($where_inclusive) && !empty($where_exclusive)) ? "AND": ""); $where = trim($where); if(!empty($where)) { $where .= " AND "; } $select = "SELECT bannerID, banner, format, width, height, alt, bannertext, url FROM $phpAds_tbl_banners WHERE $where active = 'true' "; if($clientID != 0) { $select .= " AND clientID = $clientID "; } if(is_string($what) && !ereg("[0-9]x[0-9]", $what)) { switch($what) { // Get all HTML banners case "html": $select .= " AND format = 'html' "; break; //Not any of the special words (i.e. 'html'), So, must be a keyword default: $select .= " AND ("; $what_array = explode(",",$what); for($k=0; $k */ $select .= "keyword = 'global') "; } //switch($what) } elseif(is_int($what)) { $select .= " AND bannerID = $what "; } else { list($width, $height) = explode("x", $what); // Get all banners with the specified width/height $select .= " AND width = $width AND height = $height "; } // print($select); $res = @mysql_db_query($phpAds_db, $select); if(!$res) return(false); $rows = array(); while ($tmprow = @mysql_fetch_array($res)) { $rows[] = $tmprow; } $date = getdate(time()); $request = array('remote_host' => $REMOTE_ADDR, 'user_agent' => $HTTP_USER_AGENT, 'weekday' => $date['wday']); srand((double)microtime()*1000000); shuffle($rows); for ($i = 0; $i < count($rows); $i++) { if (acl_check($request, $rows[$i])) { $row = $rows[$i]; break; } } return($row); } // Log an adview for the banner with $bannerID function log_adview($bannerID) { global $phpAds_log_adviews, $phpAds_ignore_hosts, $phpAds_reverse_lookup, $phpAds_insert_delayed; global $row, $phpAds_tbl_adviews; global $REMOTE_HOST, $REMOTE_ADDR; if(!$phpAds_log_adviews) { return(false); } if($phpAds_reverse_lookup) { $host = isset($REMOTE_HOST) ? $REMOTE_HOST : @gethostbyaddr($REMOTE_ADDR); } else { $host = $REMOTE_ADDR; } // Check if host is on list of hosts to ignore $found = 0; while(($found == 0) && (list($key, $ignore_host)=each($phpAds_ignore_hosts))) { if(eregi($ignore_host, $host)) // host found in ignore list { $found = 1; } } if($found == 0) { $res = @mysql_db_query($GLOBALS["phpAds_db"], sprintf(" INSERT %s INTO $phpAds_tbl_adviews VALUES ( '$bannerID', null, '$host' ) ", $phpAds_insert_delayed ? "DELAYED": "")); } } // view a banner function view($what, $clientID=0, $target = "", $withtext=0, $context=0) { global $phpAds_db, $REMOTE_HOST; if(!is_int($clientID)) { $target = $clientID; $clientID = 0; } @mysql_pconnect($GLOBALS["phpAds_hostname"], $GLOBALS["phpAds_mysqluser"], $GLOBALS["phpAds_mysqlpassword"]); $row = get_banner($what, $clientID, $context); if(!empty($row["bannerID"])) { if(!empty($target)) { $target = " target=\"$target\""; } if($row["format"] == "html") { if(!empty($row["url"])) { echo ""; } echo $row["banner"]; if(!empty($row["url"])) { echo ""; } } else { echo "\"$row[alt]\""; if($withtext && !empty($row["bannertext"])) { echo "
\n".$row["bannertext"].""; } } } log_adview($row["bannerID"]); return($row["bannerID"]); } function view_t($what, $target = "") { view ($what, $target, 1); } ?>
AlphaTrade.com Home
Live Stock Quotes for the US Nasdaq, NYSE, UK, Irish, Canadian and Middle East markets. Live prices, charts, options, portfolios, e-minis, mutual funds and currencies.

     Home
    Indices-World
    Indices-Graphs
    French Market
    German Market
    Swiss Market
    Spanish Market
    Dutch Market
    Belgian Market
    Tokyo Market
    Australian Market
    Hong Kong Market
    Singapore Market
    Quotes
    News
    FX Rates

symbol name
 Quotes: 
 

ISEQ  1 Day

FTSE 100   1 Day

FTSE 250   1 Day

Dow Jones  1 Day

Nasdaq  1 Day

S&P 500  1 Day

DAX 30  1 Day

CAC 40   1 Day

Eurostoxx 50  1 Day

Nikkei 225  1 Day

Australian AORD   1 Day

Hang Seng  1 Day
Sharewatch Ltd T/A Sharewatch.com is a multi-agency intermediary regulated by the Financial Regulator. All equity deals will be executed, cleared and administered by Direct Sharedeal Ltd which is a member of the London Stock Exchange and is authorised and regulated by the Financial Services Authority. Sharewatch Trading is an equity share trading service provided by Direct Sharedeal Ltd. Sharewatch Ltd is registered in Dublin, Ireland No 286532. Registered Office NSC Campus, Mahon, Cork, Ireland. Website Service TermsPrivacy Policy © Copyright 1996-2010 Sharewatch Limited.

PHP Notice: Use of undefined constant month - assumed 'month' in D:\home\sharewatch.com\www\markets.php on line 50 PHP Notice: Use of undefined constant weekDay - assumed 'weekDay' in D:\home\sharewatch.com\www\markets.php on line 51 PHP Notice: Undefined index: weekDay in D:\home\sharewatch.com\www\markets.php on line 51 PHP Notice: Use of undefined constant mDay - assumed 'mDay' in D:\home\sharewatch.com\www\markets.php on line 52 PHP Notice: Undefined index: mDay in D:\home\sharewatch.com\www\markets.php on line 52 PHP Notice: Use of undefined constant Day - assumed 'Day' in D:\home\sharewatch.com\www\markets.php on line 53 PHP Notice: Undefined index: Day in D:\home\sharewatch.com\www\markets.php on line 53 PHP Notice: Use of undefined constant minutes - assumed 'minutes' in D:\home\sharewatch.com\www\markets.php on line 54 PHP Notice: Use of undefined constant hours - assumed 'hours' in D:\home\sharewatch.com\www\markets.php on line 55