FRIENDS & FAMILY PROGRAM
     
   Welcome to Al Rajhi Friends & Family Program : Build Your Business Together with Al Rajhi Bank
 
     
 
                 
       
Personal Financing-i l Home Financing-i l Structured Home Financing-i l Automobile Financing-i l Refer, Reward, Rejoice!
 
     
 
About Al Rajhi Bank

 

Al Rajhi Bank is the largest Islamic banking group in the world recognized for being instrumental in bridging the gap between modern financial demands and intrinsic Islamic values. One of the fastest growing and most progressive banks in Saudi Arabia, it owes its banking excellence to its unwavering commitment to Shariah principles and the use of technology to offer diverse products to meet customer needs. The Group has a vast network of over 500 bank branches, 2,000 ATM machines and over 18,000 POS installed all over the kingdom.
 
Leveraging on its established principles and operations in the Middle East, Al Rajhi Bank ventured out as an international bank by setting up its first overseas operations in Malaysia in October 2006. Operating on the same platform as the home bank, Al Rajhi Bank Malaysia extensively uses the latest banking technology to consistently provide customers with speed and convenience in banking. It opened its first and main branch at Jalan Ampang on 16th October 2006. Today, it has 19 branches, 14 in the Klang Valley, one each in Johor Bharu, Melaka, Penang, Kuching and Kota Bharu.
 
The bank is expanding its suite of products and services that currently offers Savings account-i, Current account-i, Personal financing-i, Charge card-i, Debit card-i, Fixed term investment-i, Automobile financing-i, Home financing-i, Structured Home Financing-i, Al Musafir Card-i and customised corporate products. As of Feb 2008, Al Rajhi had a customer base nearing 100,000 and the numbers are steadily growing.
 
Who we are and where we come from
Based in Riyadh, Saudi Arabia, Al Rajhi Bank plays an integral part in the life of the desert Kingdom. We've been serving its citizens, financing its growth and contributing to Saudi development for over 50 years, catering for both the retail and wholesale needs of our clientele. We've now grown into the country's largest branch and ATM network with over 18,000 POS installed with merchants all over the Kingdom. We're also one of the largest joint stock companies in Saudi, with a paid-up capital of SR 13.5 billion (US$ 3.6 billion)

Malaysia marks our first foray into the international banking market and it's an exciting and highly significant development in the history of the bank.
 
 
 
     
     
     
 
 
'.$ds['link4'].' '; if($ds['link4'] && $ds['url4']!="http://" && !$ds['window4']) $related.='• '.$ds['link4'].' '; eval ("\$news = \"".gettemplate("news")."\";"); echo $news; echo'
'; } elseif($quickactiontype=="publish") { include("_mysql.php"); include("_settings.php"); include("_functions.php"); $_language->read_module('news'); if(!isnewsadmin($userID)) die($_language->module['no_access']); if(isset($_POST['newsID'])){ $newsID = $_POST['newsID']; if(is_array($newsID)) { foreach($newsID as $id) { safe_query("UPDATE ".PREFIX."news SET published='1' WHERE newsID='".(int)$id."'"); } } else safe_query("UPDATE ".PREFIX."news SET published='1' WHERE newsID='".(int)$newsID."'"); generate_rss2(); header("Location: index.php?site=news"); } else{ header("Location: index.php?site=news&action=unpublished"); } } elseif($quickactiontype=="unpublish") { include("_mysql.php"); include("_settings.php"); include("_functions.php"); $_language->read_module('news'); if(!isnewsadmin($userID)) die($_language->module['no_access']); if(isset($_REQUEST['newsID'])){ $newsID = $_REQUEST['newsID']; if(is_array($newsID)) { foreach($newsID as $id) { safe_query("UPDATE ".PREFIX."news SET published='0' WHERE newsID='".(int)$id."'"); } } else safe_query("UPDATE ".PREFIX."news SET published='0' WHERE newsID='".(int)$newsID."'"); generate_rss2(); } header("Location: index.php?site=news"); } elseif($quickactiontype=="delete") { include("_mysql.php"); include("_settings.php"); include("_functions.php"); $_language->read_module('news'); if(isset($_POST['newsID'])){ $newsID = $_POST['newsID']; foreach($newsID as $id) { $ds=mysql_fetch_array(safe_query("SELECT screens, poster FROM ".PREFIX."news WHERE newsID='".$id."'")); if(($ds['poster'] != $userID or !isnewswriter($userID)) and !isnewsadmin($userID)) { die($_language->module['no_access']); } if($ds['screens']) { $screens=explode("|", $ds['screens']); if(is_array($screens)) { $filepath = "./images/news-pics/"; foreach($screens as $screen) { if(file_exists($filepath.$screen)) @unlink($filepath.$screen); } } } safe_query("DELETE FROM ".PREFIX."news WHERE newsID='".$id."'"); safe_query("DELETE FROM ".PREFIX."news_contents WHERE newsID='".$id."'"); safe_query("DELETE FROM ".PREFIX."comments WHERE parentID='".$id."' AND type='ne'"); } generate_rss2(); header("Location: index.php?site=news&action=archive"); } else{ generate_rss2(); header("Location: index.php?site=news&action=archive"); } } elseif($action=="delete") { include("_mysql.php"); include("_settings.php"); include("_functions.php"); $_language->read_module('news'); $id = $_GET['id']; $ds=mysql_fetch_array(safe_query("SELECT screens, poster FROM ".PREFIX."news WHERE newsID='".$id."'")); if(($ds['poster'] != $userID or !isnewswriter($userID)) and !isnewsadmin($userID)) { die($_language->module['no_access']); } if($ds['screens']) { $screens=explode("|", $ds['screens']); if(is_array($screens)) { $filepath = "./images/news-pics/"; foreach($screens as $screen) { if(file_exists($filepath.$screen)) @unlink($filepath.$screen); } } } safe_query("DELETE FROM ".PREFIX."news WHERE newsID='".$id."'"); safe_query("DELETE FROM ".PREFIX."news_contents WHERE newsID='".$id."'"); safe_query("DELETE FROM ".PREFIX."comments WHERE parentID='".$id."' AND type='ne'"); generate_rss2(); if(isset($_GET['close'])) echo''; else header("Location: index.php?site=news"); } elseif($action=="edit") { include("_mysql.php"); include("_settings.php"); include("_functions.php"); $_language->read_module('news'); $newsID = $_GET['newsID']; $ds=mysql_fetch_array(safe_query("SELECT * FROM ".PREFIX."news WHERE newsID='".$newsID."'")); if(($ds['poster'] != $userID or !isnewswriter($userID)) and !isnewsadmin($userID)) { die($_language->module['no_access']); } $_language->read_module('bbcode', true); $message_array = array(); $query=safe_query("SELECT * FROM ".PREFIX."news_contents WHERE newsID='".$newsID."'"); while($qs = mysql_fetch_array($query)) { $message_array[] = array('lang' => $qs['language'], 'headline' => $qs['headline'], 'message' => $qs['content']); } $count_langs = 0; $lang=safe_query("SELECT lang, language FROM ".PREFIX."news_languages ORDER BY language"); $langs=''; while($dl=mysql_fetch_array($lang)) { $langs.="news_languages[".$count_langs."] = new Array();\nnews_languages[".$count_langs."][0] = '".$dl['lang']."';\nnews_languages[".$count_langs."][1] = '".$dl['language']."';\n"; $count_langs++; } $message_vars=''; $headline_vars=''; $langs_vars=''; $i=0; foreach($message_array as $val) { $message_vars .= "message[".$i."] = '".js_replace($val['message'])."';\n"; $headline_vars .= "headline[".$i."] = '".js_replace(htmlspecialchars($val['headline']))."';\n"; $langs_vars .= "langs[".$i."] = '".$val['lang']."';\n"; $i++; } $langcount = $i; $newsrubrics=safe_query("SELECT * FROM ".PREFIX."news_rubrics ORDER BY rubric"); $rubrics=''; while($dr=mysql_fetch_array($newsrubrics)) { if($ds['rubric']==$dr['rubricID']) $rubrics.=''; else $rubrics.=''; } if($ds['intern']) $intern = ''; else $intern = ''; if($topnewsID == $newsID) $topnews = ''; else $topnews = ''; $selects=''; for($i = 1; $i <= $count_langs; $i++) { if($i == $langcount) $selects .= ''; else $selects .= ''; } $link1=getinput($ds['link1']); $link2=getinput($ds['link2']); $link3=getinput($ds['link3']); $link4=getinput($ds['link4']); $url1="http://"; $url2="http://"; $url3="http://"; $url4="http://"; if($ds['url1']!="http://") $url1=$ds['url1']; if($ds['url2']!="http://") $url2=$ds['url2']; if($ds['url3']!="http://") $url3=$ds['url3']; if($ds['url4']!="http://") $url4=$ds['url4']; if($ds['window1']){ $window1_new = 'checked="checked"'; $window1_self = ''; } else{ $window1_new = ''; $window1_self = 'checked="checked"'; } if($ds['window2']){ $window2_new = 'checked="checked"'; $window2_self = ''; } else{ $window2_new = ''; $window2_self = 'checked="checked"'; } if($ds['window3']){ $window3_new = 'checked="checked"'; $window3_self = ''; } else{ $window3_new = ''; $window3_self = 'checked="checked"'; } if($ds['window4']){ $window4_new = 'checked="checked"'; $window4_self = ''; } else{ $window4_new = ''; $window4_self = 'checked="checked"'; } $comments=''; $comments=str_replace('value="'.$ds['comments'].'"', 'value="'.$ds['comments'].'" selected="selected"', $comments); $bg1=BG_1; eval ("\$addbbcode = \"".gettemplate("addbbcode")."\";"); eval ("\$addflags = \"".gettemplate("flags")."\";"); eval ("\$news_post = \"".gettemplate("news_post")."\";"); echo $news_post; } elseif(basename($_SERVER['PHP_SELF'])=="news.php"){ generate_rss2(); header("Location: index.php?site=news"); } elseif($action=="unpublished") { $_language->read_module('news'); eval ("\$title_news = \"".gettemplate("title_news")."\";"); echo $title_news; if(isnewsadmin($userID)) $post=''; echo $post.'
'; $page=''; // Not published News if(isnewsadmin($userID)) { $ergebnis=safe_query("SELECT * FROM ".PREFIX."news WHERE published='0' AND saved='1' ORDER BY date ASC"); if(mysql_num_rows($ergebnis)) { echo $_language->module['title_unpublished_news']; echo '
'; eval ("\$news_unpublished_head = \"".gettemplate("news_unpublished_head")."\";"); echo $news_unpublished_head; $i=1; while($ds=mysql_fetch_array($ergebnis)) { if($i%2) { $bg1=BG_1; $bg2=BG_2; } else { $bg1=BG_3; $bg2=BG_4; } $date=date("d.m.Y", $ds['date']); $rubric=getrubricname($ds['rubric']); if(!isset($rubric)) $rubric=''; $comms = getanzcomments($ds['newsID'], 'ne'); $message_array = array(); $query=safe_query("SELECT * FROM ".PREFIX."news_contents WHERE newsID='".$ds['newsID']."'"); while($qs = mysql_fetch_array($query)) { $message_array[] = array('lang' => $qs['language'], 'headline' => $qs['headline'], 'message' => $qs['content']); } $headlines=''; foreach($message_array as $val) { $headlines.=htmloutput('[flag]'.$val['lang'].'[/flag] '.$val['headline'].'
'); } $poster=''.getnickname($ds['poster']).''; $multiple=''; $admdel=''; if(isnewsadmin($userID)) { $multiple=''; $admdel='
'.$_language->module['select_all'].'
'; } eval ("\$news_archive_content = \"".gettemplate("news_archive_content")."\";"); echo $news_archive_content; $i++; } eval ("\$news_archive_foot = \"".gettemplate("news_archive_foot")."\";"); echo $news_archive_foot; unset($ds); } } } elseif($action=="archive") { $_language->read_module('news'); eval ("\$title_news = \"".gettemplate("title_news")."\";"); echo $title_news; if(isset($_GET['page'])) $page=(int)$_GET['page']; else $page = 1; $sort="date"; if(isset($_GET['sort'])){ if(($_GET['sort']=='date') || ($_GET['sort']=='poster') || ($_GET['sort']=='rubric')) $sort=$_GET['sort']; } $type="DESC"; if(isset($_GET['type'])){ if(($_GET['type']=='ASC') || ($_GET['type']=='DESC')) $type=$_GET['type']; } $post=''; $publish=''; if(isnewsadmin($userID)) { $post=''; $unpublished=safe_query("SELECT newsID FROM ".PREFIX."news WHERE published='0' AND saved='1'"); $unpublished=mysql_num_rows($unpublished); if($unpublished) $publish=' '; } echo $post.' '.$publish.'
'; $all=safe_query("SELECT newsID FROM ".PREFIX."news WHERE published='1' AND intern<=".isclanmember($userID)); $gesamt=mysql_num_rows($all); $pages=1; $max = empty($maxnewsarchiv) ? 20 : $maxnewsarchiv; $pages = ceil($gesamt/$max); if($pages>1) $page_link = makepagelink("index.php?site=news&action=archive&sort=".$sort."&type=".$type, $page, $pages); else $page_link=''; if($page == "1") { $ergebnis = safe_query("SELECT * FROM ".PREFIX."news WHERE published='1' AND intern<=".isclanmember($userID)." ORDER BY ".$sort." ".$type." LIMIT 0,".$max); if($type=="DESC") $n=$gesamt; else $n=1; } else { $start=$page*$max-$max; $ergebnis = safe_query("SELECT * FROM ".PREFIX."news WHERE published='1' AND intern<=".isclanmember($userID)." ORDER BY ".$sort." ".$type." LIMIT ".$start.",".$max); if($type=="DESC") $n = ($gesamt)-$page*$max+$max; else $n = ($gesamt+1)-$page*$max+$max; } if($all) { if($type=="ASC") echo''.$_language->module['sort'].'    '; else echo''.$_language->module['sort'].'    '; if($pages>1) echo $page_link; if(isnewsadmin($userID)) echo'
'; eval ("\$news_archive_head = \"".gettemplate("news_archive_head")."\";"); echo $news_archive_head; $i=1; while($ds=mysql_fetch_array($ergebnis)) { if($i%2) { $bg1=BG_1; $bg2=BG_2; } else { $bg1=BG_3; $bg2=BG_4; } $date=date("d.m.Y", $ds['date']); $rubric=getrubricname($ds['rubric']); $comms = getanzcomments($ds['newsID'], 'ne'); if($ds['intern'] == 1) $isintern = '('.$_language->module['intern'].')'; else $isintern = ''; $message_array = array(); $query=safe_query("SELECT * FROM ".PREFIX."news_contents WHERE newsID='".$ds['newsID']."'"); while($qs = mysql_fetch_array($query)) { $message_array[] = array('lang' => $qs['language'], 'headline' => $qs['headline'], 'message' => $qs['content']); } $headlines=''; foreach($message_array as $val) { $headlines.='[flag]'.$val['lang'].'[/flag] '.$val['headline'].' '.$isintern.'
'; } $headlines = htmloutput($headlines); $poster=''.getnickname($ds['poster']).''; $multiple=''; $admdel=''; if(isnewsadmin($userID)) $multiple=''; eval ("\$news_archive_content = \"".gettemplate("news_archive_content")."\";"); echo $news_archive_content; $i++; } if(isnewsadmin($userID)) $admdel='
'.$_language->module['select_all'].'
'; else $admdel=''; eval ("\$news_archive_foot = \"".gettemplate("news_archive_foot")."\";"); echo $news_archive_foot; unset($ds); } else echo'no entries'; } else { $_language->read_module('news'); eval ("\$title_news = \"".gettemplate("title_news")."\";"); echo $title_news; $post=''; $publish=''; if(isnewswriter($userID)) { $post=''; } if(isnewsadmin($userID)) { $unpublished=safe_query("SELECT newsID FROM ".PREFIX."news WHERE published='0' AND saved='1'"); $unpublished=mysql_num_rows($unpublished); if($unpublished) $publish=' '; } echo $post.' '.$publish.'
'; if(isset($_GET['show'])) { $result=safe_query("SELECT rubricID FROM ".PREFIX."news_rubrics WHERE rubric='".$_GET['show']."' LIMIT 0,1"); $dv=mysql_fetch_array($result); $showonly = "AND rubric='".$dv['rubricID']."'"; } else $showonly = ''; $result=safe_query("SELECT * FROM ".PREFIX."news WHERE published='1' AND intern<=".isclanmember($userID)." ".$showonly." ORDER BY date DESC LIMIT 0,".$maxshownnews); $i=1; while($ds=mysql_fetch_array($result)) { if($i%2) $bg1=BG_1; else $bg1=BG_2; $date = date("d.m.Y", $ds['date']); $time = date("H:i", $ds['date']); $rubrikname = getrubricname($ds['rubric']); $rubrikname_link = getinput($rubrikname); $rubricpic_path = "images/news-rubrics/".getrubricpic($ds['rubric']); $rubricpic=''; if(!is_file($rubricpic_path)) $rubricpic=''; $message_array = array(); $query=safe_query("SELECT * FROM ".PREFIX."news_contents WHERE newsID='".$ds['newsID']."'"); while($qs = mysql_fetch_array($query)) { $message_array[] = array('lang' => $qs['language'], 'headline' => $qs['headline'], 'message' => $qs['content']); } $showlang = select_language($message_array); $langs=''; $i=0; foreach($message_array as $val) { if($showlang!=$i) $langs.='[flag]'.$val['lang'].'[/flag]'; $i++; } $langs = flags($langs); $headline=$message_array[$showlang]['headline']; $content=$message_array[$showlang]['message']; $newsID=$ds['newsID']; if($ds['intern'] == 1) $isintern = '('.$_language->module['intern'].')'; else $isintern = ''; $content = htmloutput($content); $content = toggle($content, $ds['newsID']); $headline = clearfromtags($headline); $poster=''.getnickname($ds['poster']).''; $related=""; if($ds['link1'] && $ds['url1']!="http://" && $ds['window1']) $related.='• '.$ds['link1'].' '; if($ds['link1'] && $ds['url1']!="http://" && !$ds['window1']) $related.='• '.$ds['link1'].' '; if($ds['link2'] && $ds['url2']!="http://" && $ds['window2']) $related.='• '.$ds['link2'].' '; if($ds['link2'] && $ds['url2']!="http://" && !$ds['window2']) $related.='• '.$ds['link2'].' '; if($ds['link3'] && $ds['url3']!="http://" && $ds['window3']) $related.='• '.$ds['link3'].' '; if($ds['link3'] && $ds['url3']!="http://" && !$ds['window3']) $related.='• '.$ds['link3'].' '; if($ds['link4'] && $ds['url4']!="http://" && $ds['window4']) $related.='• '.$ds['link4'].' '; if($ds['link4'] && $ds['url4']!="http://" && !$ds['window4']) $related.='• '.$ds['link4'].' '; if(empty($related)) $related="n/a"; if($ds['comments']) { if($ds['cwID']) { // CLANWAR-NEWS $anzcomments = getanzcomments($ds['cwID'], 'cw'); $replace = Array('$anzcomments', '$url', '$lastposter', '$lastdate'); $vars = Array($anzcomments, 'index.php?site=clanwars_details&cwID='.$ds['cwID'], clearfromtags(getlastcommentposter($ds['cwID'], 'cw')), date('d.m.Y - H:i', getlastcommentdate($ds['cwID'], 'cw'))); switch($anzcomments) { case 0: $comments = str_replace($replace, $vars, $_language->module['no_comment']); break; case 1: $comments = str_replace($replace, $vars, $_language->module['comment']); break; default: $comments = str_replace($replace, $vars, $_language->module['comments']); break; } } else { $anzcomments = getanzcomments($ds['newsID'], 'ne'); $replace = Array('$anzcomments', '$url', '$lastposter', '$lastdate'); $vars = Array($anzcomments, 'index.php?site=news_comments&newsID='.$ds['newsID'], clearfromtags(html_entity_decode(getlastcommentposter($ds['newsID'], 'ne'))), date('d.m.Y - H:i', getlastcommentdate($ds['newsID'], 'ne'))); switch($anzcomments) { case 0: $comments = str_replace($replace, $vars, $_language->module['no_comment']); break; case 1: $comments = str_replace($replace, $vars, $_language->module['comment']); break; default: $comments = str_replace($replace, $vars, $_language->module['comments']); break; } } } else $comments=''; $adminaction = ''; if(isnewsadmin($userID)) { $adminaction .= ' '; } if((isnewswriter($userID) and $ds['poster'] == $userID) or isnewsadmin($userID)) { $adminaction .= ' '; } eval ("\$news = \"".gettemplate("news")."\";"); echo $news; $i++; unset($related); unset($comments); unset($lang); unset($ds); } } ?>