News Publisher http://www.alarab.com/ موقع العرب .. الموقع الاول اخبارياً ar-sa '.date("r").' '; error_reporting(0); $dbhost = 'dbhost'; $dbuser = 'alarab'; $dbpass = 'Faz$1Q2W'; $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die(mysql_error()); $dbname = 'alarab2_new'; mysql_select_db($dbname) or die(mysql_error()); mysql_query("SET NAMES utf8;"); $query="SELECT news.ID,news.smalltitle,news.udate,news.nWriter,news.fData,news.title,news.sData,news.picture,news.picPath,news.stnews,news.link,news.links,news.mobilevideo,news.mlocation,news.mCat, ncategories.Name FROM news INNER JOIN `ncategories` on news.mCat = ncategories.ID WHERE mLocation > 0 AND mLocation < 14 AND mStatus=1 ORDER BY mlocation ASC LIMIT 13"; $result=mysql_query($query) or die(mysql_error()); while($row=mysql_fetch_assoc($result)){ $sdata=$row['sData']; if($row['link']==1){ $goto=htmlspecialchars($row['links']); $target="target=\"_blank\""; } if($row['link']==0){ $goto="http://www.alarab.com/Article/".$row['ID']; $target="target=\"_self\""; } $goto2="http://m.alarab.com/Article/".$row['ID']; $txt="no"; $image=STORAGE."{$row['picPath']}393-213/{$row['picture']}"; $thumb=STORAGE."{$row['picPath']}155x84/{$row['picture']}"; if($row['stnews']==3) {$txt="خبر عاجل"; } if($row['stnews']==2) {$txt="خبر حصري";} if($row['stnews']==1) {$txt="نشر اول";} if($row['stnews']==4) {$txt="بث مباشر";} if($row['mobilevideo']!=''){ $v= $row['mobilevideo']; }else{ $v="no"; } $xdate = date("D, d M Y H:i:s O", strtotime($row['udate'])); if($row['fData']){ $xml .=' '.$row['title'].' '.$goto.' '.md5($row['ID']).' '.$xdate.' '.$row['nWriter'].' '.$row['sdata'].'
'.$row['fData'].'
]]>
'; } } $query="SELECT news.ID,news.smalltitle,news.udate,news.nWriter,news.fData,news.title,news.sData,news.picture,news.picPath,news.stnews,news.link,news.links,news.mobilevideo,news.mlocation,news.mCat, ncategories.Name FROM news INNER JOIN `ncategories` on news.mCat = ncategories.ID WHERE mLocation > 12 AND mStatus=1 ORDER BY ID DESC LIMIT 25"; $result=mysql_query($query) or die(mysql_error()); while($row=mysql_fetch_assoc($result)){ $sdata=$row['sData']; if($row['link']==1){ $goto=htmlspecialchars($row['links']); $target="target=\"_blank\""; } if($row['link']==0){ $goto="http://www.alarab.com/Article/".$row['ID']; $target="target=\"_self\""; } $goto2="http://m.alarab.com/Article/".$row['ID']; $txt="no"; $image=STORAGE."{$row['picPath']}393-213/{$row['picture']}"; $thumb=STORAGE."{$row['picPath']}155x84/{$row['picture']}"; if($row['stnews']==3) {$txt="خبر عاجل"; } if($row['stnews']==2) {$txt="خبر حصري";} if($row['stnews']==1) {$txt="نشر اول";} if($row['stnews']==4) {$txt="بث مباشر";} if($row['mobilevideo']!=''){ $v= $row['mobilevideo']; }else{ $v="no"; } $xdate = date("D, d M Y H:i:s O", strtotime($row['udate'])); if($row['fData']){ $xml .=' '.$row['title'].' '.$goto.' '.md5($row['ID']).' '.$xdate.' '.$row['nWriter'].' '.$row['sdata'].'
'.$row['fData'].'
]]>
'; } } $xml.="
"; header('Content-type: application/xml'); echo $xml; ?>