<!DOCTYPE html><html lang="en"><head><title>Je aanbieder</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2, user-scalable=0"> <link rel="stylesheet" href="//unpkg.com/simpledotcss/simple.css"> <body><div style="padding: 2.6%; padding-bottom: 150px;"> <?php $f='padc/'.$_GET['b'].'.txt'; $d= isset($_GET['p']) ? 'insnoop.com/?u=' : 'viewigstory.com/stories/'; if(is_file($f)) { $arr=file($f); foreach($arr as $str) strlen($str)>6 ? print("<a href=https://$d"."$str target=_blank>stories/$str</a><br>") : print("<br>$str<br>"); }