Hacker Public Radio https://hackerpublicradio.org/about.html A daily show hosted the community on topics that are of interest to hackers and hobbyists. Hacker Public Radio is an podcast that releases shows every weekday Monday through Friday. Our shows are produced by the community (you) and can be on any topic that are of interest to hackers and hobbyists. en-us yes Community Radio, Tech Interviews, Linux, Open, Hobby, Software Freedom Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License feedback@NOSPAM-hackerpublicradio.org (HPR Feedback) HPR Webmaster admin@hackerpublicradio.org admin@NOSPAM-hackerpublicradio.org (HPR Webmaster) kate https://www.rssboard.org/rss-specification 43200 Saturday Sunday https://hackerpublicradio.org/images/hpr_feed_small.png Hacker Public Radio https://hackerpublicradio.org/about.html The Hacker Public Radio Old Microphone Logo 164 144 \n"; print " ".date(DATE_RFC1123, strtotime(date('Y-m-d')))."\n"; //Set $r to SQL query for execution agains the table if ($result = mysqli_query($connection, $query)) { while ($row = mysqli_fetch_array($result)) { $id = fixid(stripslashes($row['id'])); $version = fixid(stripslashes($row['version'])); $url="https://hackerpublicradio.org/eps/hpr".$id."/index.html"; $itunes_summary = htmlspecialchars(stripslashes(strip_tags(substr($row["summary"],0,100)))); $show_summary = $itunes_summary; echo " \n"; echo " HPR$id: " . stripslashes(strip_tags($row["title"])) . "\n"; // echo " " . ($row["title"]) . "\n"; $email_padded = formatemail($row['email']); echo " ".$email_padded . " (" . htmlspecialchars(stripslashes(strip_tags($row["host"]))) .")\n"; echo " " . $url . "\n"; echo " " . $show_summary . "\n"; echo " " .date(DATE_RFC1123, strtotime($row['date'])) . "\n"; echo " " . $url . "\n"; $explicit = $row['id']; if ( $explicit === "0" ) { echo " clean\n"; } else { echo " yes\n"; } echo " \n"; } } //Display non-connection errors //Close sql connection mysqli_close($connection); echo " "; ?>