⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 videolinks.txt.php

📁 类似youtube的视频分享网站源码。有后台管理系统及模板
💻 PHP
字号:
<?php
$MainLinksArray = array (
        array("Video Management","#",1) ,
        array("Flag Request", "#", 1),
        array("Options","#",1)
  );

  /********************************************************************
    This is the child links array.

    Paramters to be passed

    0 ==> Title of the link
    1 ==> The url to be passed
          Note:
          In this parameter if u want to include a subtree of links
          then put a # in this location
    2 ==> The Main Link ID

  ********************************************************************/

  $ChildLinksArray = array(
    array("All","videos.php",0),
    array("Public","videos.php?a=public",0),
    array("Private","videos.php?a=private",0),
    array("Feature","videos.php?a=feature",1),
    array("Inappropriate","videos.php?a=inappropriate",1),
    array("Search","videos.php?a=Search",2)
  );
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -