<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Credible.nl</title> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/> <style type="text/css" media="screen">@import "iui.css";</style> <script type="application/x-javascript" src="iui.js"></script> </head> <body> <div class="toolbar"> <h1 id="pageTitle"></h1> <a id="backButton" class="button" href="#"></a> </div> <ul id="home" title="Credible.nl" selected="true"> <center><img src="http://www.hiddenpeanuts.com/msg/samples/minimal/msg.jpg" width="320" height="40"/><br /></center> <li><a href="#Nieuws">Nieuws</a></li> <li><a href="#Activetopics">Active topics</a></li> <li><a href="#Bijbelstudies">Bijbelstudies</a></li> <li><a href="#Columns">Columns</a></li> <li><a href="#Reviews">Reviews</a></li> <li><a href="#Bijbeltekstvandedag">Bijbeltekst van de dag</a></li> </ul> <!--Begin Nieuws subpage:--> <ul id="Nieuws" title="Nieuws"> <center><img src="http://www.hiddenpeanuts.com/msg/samples/minimal/msg.jpg" width="320" height="40"/><br /></center> <?php $request_url = "http://frontpage.credible.nl/rss/1/article/credible-nl-christelijk-nieuws.xml"; $ch = curl_init(); $timeout = 5; curl_setopt($ch, CURLOPT_URL, $request_url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout); $data = curl_exec($ch); curl_close($ch); $xml2 = new SimpleXMLElement($data); $numItems = sizeof($xml2->channel->item); for($i=0;$i<$numItems;$i++) { echo "<li><A HREF='". $xml2->channel->item[$i]->link ."' target=\"_new\">" . $xml2->channel->item[$i]->title . "</A><span style=\"font-weight: normal;\">"; $content = $xml2->channel->item[$i]->description; echo $content; echo"<A HREF='".$xml2->channel->item[$i]->link."' target=\"_new\">(more)</A>"; echo"</span></li><br />"; } ?> <table> <tr> <td> Put your text content here </td> </tr> </table> </ul> <!--End Nieuws subpage--> <!--Begin Active topics subpage:--> <ul id="Activetopics" title="Active topics"> <center><img src="http://www.hiddenpeanuts.com/msg/samples/minimal/msg.jpg" width="320" height="40"/><br /></center> <?php $request_url = "http://forum.credible.nl/rss%283%29.php"; $ch = curl_init(); $timeout = 5; curl_setopt($ch, CURLOPT_URL, $request_url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout); $data = curl_exec($ch); curl_close($ch); $xml2 = new SimpleXMLElement($data); $numItems = sizeof($xml2->channel->item); for($i=0;$i<$numItems;$i++) { echo "<li><A HREF='". $xml2->channel->item[$i]->link ."' target=\"_new\">" . $xml2->channel->item[$i]->title . "</A><span style=\"font-weight: normal;\">"; $content = $xml2->channel->item[$i]->description; echo $content; echo"<A HREF='".$xml2->channel->item[$i]->link."' target=\"_new\">(more)</A>"; echo"</span></li><br />"; } ?> <table> <tr> <td> Put your text content here </td> </tr> </table> </ul> <!--End Active topics subpage--> <!--Begin Bijbelstudies subpage:--> <ul id="Bijbelstudies" title="Bijbelstudies"> <center><img src="http://www.hiddenpeanuts.com/msg/samples/minimal/msg.jpg" width="320" height="40"/><br /></center> <?php $request_url = ""; $ch = curl_init(); $timeout = 5; curl_setopt($ch, CURLOPT_URL, $request_url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout); $data = curl_exec($ch); curl_close($ch); $xml2 = new SimpleXMLElement($data); $numItems = sizeof($xml2->channel->item); for($i=0;$i<$numItems;$i++) { echo "<li><A HREF='". $xml2->channel->item[$i]->link ."' target=\"_new\">" . $xml2->channel->item[$i]->title . "</A><span style=\"font-weight: normal;\">"; $content = $xml2->channel->item[$i]->description; echo $content; echo"<A HREF='".$xml2->channel->item[$i]->link."' target=\"_new\">(more)</A>"; echo"</span></li><br />"; } ?> <table> <tr> <td> Put your text content here </td> </tr> </table> </ul> <!--End Bijbelstudies subpage--> <!--Begin Columns subpage:--> <ul id="Columns" title="Columns"> <center><img src="http://www.hiddenpeanuts.com/msg/samples/minimal/msg.jpg" width="320" height="40"/><br /></center> <?php $request_url = "http://frontpage.credible.nl/rss/5/article/credible-nl-christelijke-columns.xml"; $ch = curl_init(); $timeout = 5; curl_setopt($ch, CURLOPT_URL, $request_url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout); $data = curl_exec($ch); curl_close($ch); $xml2 = new SimpleXMLElement($data); $numItems = sizeof($xml2->channel->item); for($i=0;$i<$numItems;$i++) { echo "<li><A HREF='". $xml2->channel->item[$i]->link ."' target=\"_new\">" . $xml2->channel->item[$i]->title . "</A><span style=\"font-weight: normal;\">"; $content = $xml2->channel->item[$i]->description; echo $content; echo"<A HREF='".$xml2->channel->item[$i]->link."' target=\"_new\">(more)</A>"; echo"</span></li><br />"; } ?> <table> <tr> <td> Put your text content here </td> </tr> </table> </ul> <!--End Columns subpage--> <!--Begin Reviews subpage:--> <ul id="Reviews" title="Reviews"> <center><img src="http://www.hiddenpeanuts.com/msg/samples/minimal/msg.jpg" width="320" height="40"/><br /></center> <?php $request_url = "http://frontpage.credible.nl/rss/6/article/credible-nl-christelijke-reviews.xml"; $ch = curl_init(); $timeout = 5; curl_setopt($ch, CURLOPT_URL, $request_url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout); $data = curl_exec($ch); curl_close($ch); $xml2 = new SimpleXMLElement($data); $numItems = sizeof($xml2->channel->item); for($i=0;$i<$numItems;$i++) { echo "<li><A HREF='". $xml2->channel->item[$i]->link ."' target=\"_new\">" . $xml2->channel->item[$i]->title . "</A><span style=\"font-weight: normal;\">"; $content = $xml2->channel->item[$i]->description; echo $content; echo"<A HREF='".$xml2->channel->item[$i]->link."' target=\"_new\">(more)</A>"; echo"</span></li><br />"; } ?> <table> <tr> <td> Put your text content here </td> </tr> </table> </ul> <!--End Reviews subpage--> <!--Begin Bijbeltekst van de dag subpage:--> <ul id="Bijbeltekstvandedag" title="Bijbeltekst van de dag"> <center><img src="http://www.hiddenpeanuts.com/msg/samples/minimal/msg.jpg" width="320" height="40"/><br /></center> <?php $request_url = "http://frontpage.credible.nl/rss/7/bible/credible-nl-bijbeltekst-van-de-dag.xml"; $ch = curl_init(); $timeout = 5; curl_setopt($ch, CURLOPT_URL, $request_url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout); $data = curl_exec($ch); curl_close($ch); $xml2 = new SimpleXMLElement($data); $numItems = sizeof($xml2->channel->item); for($i=0;$i<$numItems;$i++) { echo "<li><A HREF='". $xml2->channel->item[$i]->link ."' target=\"_new\">" . $xml2->channel->item[$i]->title . "</A><span style=\"font-weight: normal;\">"; $content = $xml2->channel->item[$i]->description; echo $content; echo"<A HREF='".$xml2->channel->item[$i]->link."' target=\"_new\">(more)</A>"; echo"</span></li><br />"; } ?> <table> <tr> <td> Put your text content here </td> </tr> </table> </ul> <!--End Bijbeltekst van de dag subpage--> <!--Begin http://frontpage.credible.nl/rss/2/article/credible-nl-bijbelstudies.xml subpage:--> <ul id="http://frontpage.credible.nl/rss/2/article/credible-nl-bijbelstudies.xml" title="http://frontpage.credible.nl/rss/2/article/credible-nl-bijbelstudies.xml"> <center><img src="http://www.hiddenpeanuts.com/msg/samples/minimal/msg.jpg" width="320" height="40"/><br /></center> <table> <tr> <td> Put your text content here </td> </tr> </table> </ul> <!--End http://frontpage.credible.nl/rss/2/article/credible-nl-bijbelstudies.xml subpage--> </body> </html>