• File: mode.php
  • Full Path: /home/gerstori/public_html/bin/mode.php
  • Date Modified: 07/16/2026 6:15 AM
  • File size: 640 bytes
  • MIME-type: text/html; charset=us-ascii
  • Charset: utf-8
<!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>");
}