diff --git a/body_down.php b/body_down.php deleted file mode 100644 index 57321dc..0000000 --- a/body_down.php +++ /dev/null @@ -1,7 +0,0 @@ - TV Play
  • - Back to Yimian Page + Back to Yimian Page
  • diff --git a/body_up.php b/body_up.php deleted file mode 100644 index b587e4e..0000000 --- a/body_up.php +++ /dev/null @@ -1,12 +0,0 @@ - -"; - - -yimian__headerEnd(); - -echo file_get_contents("./body_up.html"); \ No newline at end of file diff --git a/p_acg.php b/p_acg.php deleted file mode 100644 index e3da090..0000000 --- a/p_acg.php +++ /dev/null @@ -1,102 +0,0 @@ - - - -query($sql); -?> - - - - -query("SELECT COUNT(*) FROM $tableSql"); -list($row_num) = $row_count->fetch_row(); -return ($row_num); -} - -//fnct of getting row data from database::(data_cnnct var, table name,column name, column value)::(row info) -function sql_data($conn,$table,$clmnName,$value) -{ -$sql = "SELECT * FROM $table where $clmnName=$value"; - -$result = $conn->query($sql); -///禁止非法访问 -if ($result->num_rows > 0) {}else{echo "";} - -$row = $result->fetch_assoc(); - -return ($row); - -} - -function array_orderby() -{ - $args = func_get_args(); - $data = array_shift($args); - foreach ($args as $n => $field) { - if (is_string($field)) { - $tmp = array(); - foreach ($data as $key => $row) - $tmp[$key] = $row[$field]; - $args[$n] = $tmp; - } - } - $args[] = &$data; - call_user_func_array('array_multisort', $args); - return array_pop($args); -} - -?> - - -
    -
    -

    -

    Share video with the one you love!

    - -num_rows > 0) { - // 输出数据 - while($row = $result->fetch_assoc()) { - echo '

    ' . $row['series'].'

    '.$row['comment'].'


    '; - - - } -} else { - echo "404 No Found!"; -}?> - - -

    Click here to go back~

    -
    -
    -