From 4a50d60d03658103bd4eb26575809dcf702b318c Mon Sep 17 00:00:00 2001 From: jaavid Date: Tue, 14 Jul 2015 12:08:06 +0430 Subject: [PATCH] Jadi Blog Link Changed --- index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 24f34b5..e3068c3 100644 --- a/index.php +++ b/index.php @@ -25,14 +25,14 @@ $dbdata = array('ID' => '', 'Uid' => $updateid, 'Mid' => $messageid, 'Fid' => $senderid, 'Cid' => $chatid, 'Date' => $zaman, 'Text' => $text, 'Json' => $jsondata); $id = $db -> insert('jadi_recived', $dbdata); -$mp3 = "http://cdn.tori.ir/radiogeek.mp3"; +$mp3 = "http://jadi.net/radiogeek.mp3"; switch ($text) { case '/podcast' : case '/podcast@jadibot' : case '/podcast@JadiBot' : try { - $url = "http://cdn.tori.ir/tag/podcast/feed/"; - $rss = Feed::loadRss($url); + $url = "http://jadi.net/tag/podcast/feed/"; + $rss = Feed::loadRss($url); $items = $rss->item; $lastitem = $items[0]; $lastlink = $lastitem->link; @@ -52,7 +52,7 @@ case '/lastpost@jadibot' : case '/lastpost@JadiBot' : try { - $url = "http://cdn.tori.ir/feed/"; + $url = "http://jadi.net/feed/"; $rss = Feed::loadRss($url); $items = $rss->item; $lastitem = $items[0];