{"id":178,"date":"2013-05-10T07:52:25","date_gmt":"2013-05-10T07:52:25","guid":{"rendered":"http:\/\/test.bleuanus.nl\/index.php\/rtl-xl\/rtlgemist-page\/"},"modified":"2018-12-11T16:09:10","modified_gmt":"2018-12-11T15:09:10","slug":"rtlgemist-page","status":"publish","type":"post","link":"https:\/\/www.bleuanus.nl\/index.php\/2013\/05\/10\/rtlgemist-page\/","title":{"rendered":"rtlgemist page"},"content":{"rendered":"<p class=\"last-modified\">This post was most recently updated on December 11th, 2018<\/p><p>\u00a0The rtl gemist page shows today&#8217;s broadcasted episodes of RTL XL:<\/p>\n<pre title=\"code\" class=\"brush: php;\"><?php$argument = $_GET[\"day\"];\/\/ Include config filerequire_once(dirname(__FILE__).'\/config.php');$mysqldate = date( 'Y-m-d H:i:s', $phpdate );$phpdate = strtotime( $mysqldate );mysql_connect(localhost,$username,$password);@mysql_select_db($database) or die( \"Unable to select database\");$query=\"SELECT * FROM item where daynumber=$argument  AND classname='uitzending' AND broadcastdatetime + INTERVAL 6 DAY > CURDATE() ORDER BY broadcastdatetime desc\";$result=mysql_query($query);$num=mysql_numrows($result);mysql_close();echo '<html>'; echo '<head><title>RTL Gemist<\/title><\/head>\t\t<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=iso-8859-1\" \/>\t\t<link rel=\"stylesheet\" href=\"style.css\" type=\"text\/css\"\/>\t\t<link rel=\"shortcut icon\" href=\"favicon.ico\" type=\"image\/x-icon\" \/>\t\t<\/head>';echo '<body>';echo '<h2><a HREF=\"http:\/\/rtl.bleuanus.nl\"><img decoding=\"async\" src=\"witte-home-icon.png\"  width=25 height=25><a \/><font COLOR=\"WHITE\"><center>RTL Gemist<\/center><font \/><\/h2><br \/>';?><center><script type=\"text\/javascript\"><!--google_ad_client = \"ca-pub-8947666366861525\";\/* rtl.bleuanus.nl *\/google_ad_slot = \"5541301850\";google_ad_width = 300;google_ad_height = 250;\/\/--><\/script><script type=\"text\/javascript\"src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\"><\/script>\t\t<script>  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)  })(window,document,'script','\/\/www.google-analytics.com\/analytics.js','ga');  ga('create', 'UA-39975359-1', 'bleuanus.nl');  ga('send', 'pageview');<\/script><\/center><?phpecho '<br \/>';echo '<a id=\"day_button\" href=\"zoeken.php\">Zoeken<\/a>';echo '<a id=\"day_button\" href=\"rtlgemist.php?day=1\">Maandag<\/a>';echo '<a id=\"day_button\" href=\"rtlgemist.php?day=2\">Dinsdag<\/a>';echo '<a id=\"day_button\" href=\"rtlgemist.php?day=3\">Woensdag<\/a>';echo '<a id=\"day_button\" href=\"rtlgemist.php?day=4\">Donderdag<\/a>';echo '<a id=\"day_button\" href=\"rtlgemist.php?day=5\">Vrijdag<\/a>';echo '<a id=\"day_button\" href=\"rtlgemist.php?day=6\">Zaterdag<\/a>';echo '<a id=\"day_button\" href=\"rtlgemist.php?day=7\">Zondag<\/a>';echo '<a id=\"day_button\" href=\"http:\/\/rtl.bleuanus.nl\/programs.php\">Alle Programmas<\/a><\/p>';?><br \/><!-- Amberalert begin -->\t\t\t\t\t\t\t\t<script type=\"text\/javascript\" src=\"http:\/\/www.amberalertnederland.nl\/flashalert\/javascript\/FlashAlert_0x0.js?uid=4c739b29-98c7-45d5-b985-5e99be30f536\"><\/script>\t\t\t\t\t\t\t\t<div id=\"primaryFlash\"><\/div>\t\t\t\t\t\t\t\t\t<div id=\"popupFlash\" style=\"position: absolute;\t\t\t\t\t\t\t\t\tz-index: 99999999;\t\t\t\t\t\t\t\t\tleft: 50%;\t\t\t\t\t\t\t\t\ttop: 50%;\t\t\t\t\t\t\t\t\tmargin: -165px auto auto -250px;\t\t\t\t\t\t\t\t\twidth: 500px;\t\t\t\t\t\t\t\t\theight: 375px;\t\t\t\t\t\t\t\t\tdisplay: none;\">\t\t\t\t\t\t\t\t\t<span id=\"popupFlashCnt\"><\/span>\t\t\t\t\t\t\t\t\t<\/div>\t\t\t\t\t\t\t\t<!-- Amberalert einde --><?phpecho '<table width=\"100%\" >';$i=0;while ($i < $num) {$id=mysql_result($result,$i,\"id\");$title=mysql_result($result,$i,\"title\");$dayname=mysql_result($result,$i,\"dayname\");$daynumber=mysql_result($result,$i,\"daynumber\");$broadcasthour=mysql_result($result,$i,\"broadcasthour\");$broadcastdatetime=mysql_result($result,$i,\"broadcastdatetime\");$station=mysql_result($result,$i,\"station\");$nicam=mysql_result($result,$i,\"nicam\");$thumbnail=mysql_result($result,$i,\"thumbnail\");$movie=mysql_result($result,$i,\"movie\");$episodekey=mysql_result($result,$i,\"episodekey\");$seasonkey =mysql_result($result,$i,\"seasonkey\");$serieskey=mysql_result($result,$i,\"serieskey\");$samenvattingkort=mysql_result($result,$i,\"samenvattingkort\");$samenvattinglang =mysql_result($result,$i,\"samenvattinglang\");$serienaam=mysql_result($result,$i,\"serienaam\");$seriescoverurl=mysql_result($result,$i,\"seriescoverurl\");$classname =mysql_result($result,$i,\"classname\");$episodetitel=mysql_result($result,$i,\"episodetitel\");$contentid=mysql_result($result,$i,\"contentid\");\techo '<tr>'; \techo '<td width=150><img decoding=\"async\" class=\"thumbnail\"  src=\" '.$thumbnail.' \"  width=150 height=92 alt=\" '.$title.' \" ><\/td>';\techo '<td> <h3> '.$serienaam.' <\/h3><br \/>';\techo '<a href=\" '.$movie.' \"><span class=\"extra_info\" > Datum: '.$dayname.' '.$broadcasthour.' <\/span><br \/>';\techo '<span class=\"extra_info\" > Omschrijving: '. $samenvattingkort.' <br \/>';\techo 'Kijk aflevering:  '.$title.' <\/a><br \/>';\techo 'Alle afleveringen van <a href=\"series.php?series='.$serieskey.' \"><span class=\"extra_info\" > '.$serienaam.' <\/a><br \/><\/span><\/td>';\techo '<\/tr>'; $i++;}echo '<\/table>';?><center><script type=\"text\/javascript\"><!--google_ad_client = \"ca-pub-8947666366861525\";\/* rtl.bleuanus.nl *\/google_ad_slot = \"5541301850\";google_ad_width = 300;google_ad_height = 250;\/\/--><\/script><script type=\"text\/javascript\"src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\"><\/script><?phpinclude 'footer.php';?><!-- Piwik --> <script type=\"text\/javascript\">var pkBaseURL = ((\"https:\" == document.location.protocol) ? \"http:\/\/192.168.178.50\/piwik\/\" : \"http:\/\/192.168.178.50\/piwik\/\");document.write(unescape(\"%3Cscript src='\" + pkBaseURL + \"piwik.js' type='text\/javascript'%3E%3C\/script%3E\"));<\/script><script type=\"text\/javascript\">try {var piwikTracker = Piwik.getTracker(pkBaseURL + \"piwik.php\", 3);piwikTracker.trackPageView();piwikTracker.enableLinkTracking();} catch( err ) {}<\/script><noscript><p><img decoding=\"async\" src=\"http:\/\/192.168.178.50\/piwik\/piwik.php?idsite=3\" style=\"border:0\" alt=\"\" \/><\/p><\/noscript><!-- End Piwik Tracking Code --><?phpecho \"<\/body\";echo \"<\/html>\";?><\/pre>\n<p>\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post was most recently updated on December 11th, 2018\u00a0The rtl gemist page shows today&#8217;s broadcasted episodes of RTL XL:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-178","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/posts\/178","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/comments?post=178"}],"version-history":[{"count":1,"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/posts\/178\/revisions"}],"predecessor-version":[{"id":300,"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/posts\/178\/revisions\/300"}],"wp:attachment":[{"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/media?parent=178"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/categories?post=178"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/tags?post=178"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}