master
IoTgod 5 years ago
parent b0e39b1b55
commit 1a5fe3d62a
  1. 2
      server/cn/home/www/api/video/fpcheck.php
  2. 29
      server/cn/home/www/cdn/bootstrap/bootstrap.min.css
  3. 1
      server/cn/home/www/etc/video/index.php
  4. 4
      server/cn/home/www/etc/video/mainlist.html
  5. 2
      server/cn/home/www/functions.php
  6. 2
      server/cn/home/www/sms/msg.php

@ -1,6 +1,8 @@
<?php
include '../../functions.php';
header('Access-Control-Allow-Origin:*');
$fp=$_REQUEST['fp'];
$res=db__getData(db__connect(),"fp","fp",$fp);

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
<script type="text/javascript">window.location.href="https://www.acg.watch"</script>

@ -18,10 +18,10 @@
<script>
var watching=0;
$.post("./fpcheck.php",{
$.post("https://api.yimian.xyz/video/fpcheck.php",{
fp: fp
},
function(msg){
if(msg.code==1){document.getElementById("p1").innerHTML='<a href="#" onclick="window.location.href=\'./video.php\'">点这里继续上次播放!</a>';}
if(msg.code==1){document.getElementById("p1").innerHTML='<a href="#" onclick="window.location.href=\'https://www.acg.watch/video.php\'">点这里继续上次播放!</a>';}
},"json");
</script>

@ -534,7 +534,7 @@ function video__bodyUp()
{
yimian__header("Yimian Video","video,Yimian","This is the page for showing video class.");
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css\">
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.yimian.xyz/bootstrap/bootstrap.min.css\">
<link rel=\"stylesheet\" href=\"https://cdn.yimian.xyz/video/css/style.css\">";

@ -18,7 +18,7 @@ $msg1=$_REQUEST['msg1'];
$msg2=$_REQUEST['msg2'];
$msg3=$_REQUEST['msg3'];
if($msg3==15){$msg3=substr(microtime(),-6);}
if($msg3==15){$msg3=mt_rand(0,9).mt_rand(0,9).mt_rand(0,9).mt_rand(0,9).mt_rand(0,9).mt_rand(0,9);}

Loading…
Cancel
Save