master
IoTgod 5 years ago
parent 1a5fe3d62a
commit 625b246229
  1. 2
      server/cn/home/www/etc/video/mainlist.html
  2. 2
      server/cn/home/www/functions.php
  3. 2
      server/cn/home/www/video/index.php

@ -1,7 +1,7 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h1 class="page-header">Yimian Video</h1>
<h1 class="page-header">ACG.WATCH</h1>
<p class="lead">Share video with the one you love!</p>
<h3><a href="./acg.php?class=1">ACG (动漫)</a></h3>

@ -118,7 +118,7 @@ function js__cleverLogin()
function yimian__heartbeat()
{
echo "
<script>$.post(\"https://log.yimian.xyz/heartbeat.php\",{\"ip\":ip,\"fp\":fp,\"city\":ipCity})</script>";
<script>$.post(\"https://log.yimian.xyz/heartbeat.php\",{\"ip\":ip,\"fp\":fp,\"city\":ipCity});cookie.set('fp',fp);</script>";
}

@ -3,7 +3,7 @@ include '../functions.php';
video__bodyUp();
echo file_get_contents("./mainlist.html");
echo file_get_contents("https://video.yimian.xyz/mainlist.html");
video__bodyDown();

Loading…
Cancel
Save