找传奇、传世资源到传世资源站!

彩虹外链网盘5源码

  • 资源分类:PHP语言基础
  • 发 布 人:房东的猫
  • 文件大小:未知
  • 文件格式:.zip
  • 浏览次数:10
  • 下载次数: 0
  • 发布时间:6月7日

  • 标签: 网盘
8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】彩虹外链网盘5源码

【相关图片】

from clipboard

【源码结构】

.
├── admin
│   ├── ajax.php
│   ├── down.php
│   ├── file-table.php
│   ├── file-view.php
│   ├── file.php
│   ├── head.php
│   ├── index.php
│   ├── login.php
│   ├── set.php
│   └── view.php
├── ajax.php
├── assets
│   ├── css
│   │   ├── admin.css
│   │   └── style.css
│   ├── img
│   │   ├── block.gif
│   │   └── block2.gif
│   └── js
│       ├── ckplayer.min.js
│       └── upload.js
├── config.php
├── config.txt
├── down.php
├── favicon.ico
├── file
├── file.php
├── includes
│   ├── 360safe
│   │   ├── 360webscan.php
│   │   └── webscan_cache.php
│   ├── OSS
│   │   ├── Core
│   │   │   ├── MimeTypes.php
│   │   │   ├── OssException.php
│   │   │   └── OssUtil.php
│   │   ├── Http
│   │   │   ├── LICENSE
│   │   │   ├── RequestCore.php
│   │   │   ├── RequestCore_Exception.php
│   │   │   └── ResponseCore.php
│   │   ├── Model
│   │   │   ├── BucketInfo.php
│   │   │   ├── BucketListInfo.php
│   │   │   ├── CnameConfig.php
│   │   │   ├── CorsConfig.php
│   │   │   ├── CorsRule.php
│   │   │   ├── GetLiveChannelHistory.php
│   │   │   ├── GetLiveChannelInfo.php
│   │   │   ├── GetLiveChannelStatus.php
│   │   │   ├── LifecycleAction.php
│   │   │   ├── LifecycleConfig.php
│   │   │   ├── LifecycleRule.php
│   │   │   ├── ListMultipartUploadInfo.php
│   │   │   ├── ListPartsInfo.php
│   │   │   ├── LiveChannelConfig.php
│   │   │   ├── LiveChannelHistory.php
│   │   │   ├── LiveChannelInfo.php
│   │   │   ├── LiveChannelListInfo.php
│   │   │   ├── LoggingConfig.php
│   │   │   ├── ObjectInfo.php
│   │   │   ├── ObjectListInfo.php
│   │   │   ├── PartInfo.php
│   │   │   ├── PrefixInfo.php
│   │   │   ├── RefererConfig.php
│   │   │   ├── StorageCapacityConfig.php
│   │   │   ├── UploadInfo.php
│   │   │   ├── WebsiteConfig.php
│   │   │   └── XmlConfig.php
│   │   ├── OssClient.php
│   │   └── Result
│   │       ├── AclResult.php
│   │       ├── AppendResult.php
│   │       ├── BodyResult.php
│   │       ├── CallbackResult.php
│   │       ├── CopyObjectResult.php
│   │       ├── DeleteObjectsResult.php
│   │       ├── ExistResult.php
│   │       ├── GetCnameResult.php
│   │       ├── GetCorsResult.php
│   │       ├── GetLifecycleResult.php
│   │       ├── GetLiveChannelHistoryResult.php
│   │       ├── GetLiveChannelInfoResult.php
│   │       ├── GetLiveChannelStatusResult.php
│   │       ├── GetLocationResult.php
│   │       ├── GetLoggingResult.php
│   │       ├── GetRefererResult.php
│   │       ├── GetStorageCapacityResult.php
│   │       ├── GetWebsiteResult.php
│   │       ├── HeaderResult.php
│   │       ├── InitiateMultipartUploadResult.php
│   │       ├── ListBucketsResult.php
│   │       ├── ListLiveChannelResult.php
│   │       ├── ListMultipartUploadResult.php
│   │       ├── ListObjectsResult.php
│   │       ├── ListPartsResult.php
│   │       ├── PutLiveChannelResult.php
│   │       ├── PutSetDeleteResult.php
│   │       ├── Result.php
│   │       ├── SymlinkResult.php
│   │       └── UploadPartResult.php
│   ├── Qcloud
│   │   └── Cos
│   │       ├── Client.php
│   │       ├── CommandToRequestTransformer.php
│   │       ├── Common.php
│   │       ├── Copy.php
│   │       ├── CosTransformer.php
│   │       ├── Exception
│   │       │   ├── CosException.php
│   │       │   └── ServiceResponseException.php
│   │       ├── ExceptionMiddleware.php
│   │       ├── ExceptionParser.php
│   │       ├── MultipartUpload.php
│   │       ├── Request
│   │       │   └── BodyLocation.php
│   │       ├── ResultTransformer.php
│   │       ├── Serializer.php
│   │       ├── Service.php
│   │       ├── Signature.php
│   │       ├── SignatureMiddleware.php
│   │       └── Tests
│   │           ├── Test.php
│   │           └── TestHelper.php
│   ├── autoloader.php
│   ├── common.php
│   ├── footer.php
│   ├── functions.php
│   ├── header.php
│   ├── lib
│   │   ├── AliyunGreen.php
│   │   ├── Cache.php
│   │   ├── PdoHelper.php
│   │   └── Storage
│   │       ├── Ace.php
│   │       ├── Local.php
│   │       ├── Oss.php
│   │       ├── Qcloud.php
│   │       └── Sae.php
│   ├── txprotect.php
│   └── vendor
│       ├── autoload.php
│       ├── composer
│       │   ├── ClassLoader.php
│       │   ├── autoload_classmap.php
│       │   ├── autoload_files.php
│       │   ├── autoload_namespaces.php
│       │   ├── autoload_psr4.php
│       │   ├── autoload_real.php
│       │   └── autoload_static.php
│       ├── guzzlehttp
│       │   ├── command
│       │   │   └── src
│       │   │       ├── Command.php
│       │   │       ├── CommandInterface.php
│       │   │       ├── Exception
│       │   │       │   ├── CommandClientException.php
│       │   │       │   ├── CommandException.php
│       │   │       │   └── CommandServerException.php
│       │   │       ├── HasDataTrait.php
│       │   │       ├── Result.php
│       │   │       ├── ResultInterface.php
│       │   │       ├── ServiceClient.php
│       │   │       ├── ServiceClientInterface.php
│       │   │       └── ToArrayInterface.php
│       │   ├── guzzle
│       │   │   └── src
│       │   │       ├── Client.php
│       │   │       ├── ClientInterface.php
│       │   │       ├── Cookie
│       │   │       │   ├── CookieJar.php
│       │   │       │   ├── CookieJarInterface.php
│       │   │       │   ├── FileCookieJar.php
│       │   │       │   ├── SessionCookieJar.php
│       │   │       │   └── SetCookie.php
│       │   │       ├── Exception
│       │   │       │   ├── BadResponseException.php
│       │   │       │   ├── ClientException.php
│       │   │       │   ├── ConnectException.php
│       │   │       │   ├── GuzzleException.php
│       │   │       │   ├── InvalidArgumentException.php
│       │   │       │   ├── RequestException.php
│       │   │       │   ├── SeekException.php
│       │   │       │   ├── ServerException.php
│       │   │       │   ├── TooManyRedirectsException.php
│       │   │       │   └── TransferException.php
│       │   │       ├── Handler
│       │   │       │   ├── CurlFactory.php
│       │   │       │   ├── CurlFactoryInterface.php
│       │   │       │   ├── CurlHandler.php
│       │   │       │   ├── CurlMultiHandler.php
│       │   │       │   ├── EasyHandle.php
│       │   │       │   ├── MockHandler.php
│       │   │       │   ├── Proxy.php
│       │   │       │   └── StreamHandler.php
│       │   │       ├── HandlerStack.php
│       │   │       ├── MessageFormatter.php
│       │   │       ├── Middleware.php
│       │   │       ├── Pool.php
│       │   │       ├── PrepareBodyMiddleware.php
│       │   │       ├── RedirectMiddleware.php
│       │   │       ├── RequestOptions.php
│       │   │       ├── RetryMiddleware.php
│       │   │       ├── TransferStats.php
│       │   │       ├── UriTemplate.php
│       │   │       ├── Utils.php
│       │   │       ├── functions.php
│       │   │       └── functions_include.php
│       │   ├── guzzle-services
│       │   │   └── src
│       │   │       ├── Description.php
│       │   │       ├── DescriptionInterface.php
│       │   │       ├── Deserializer.php
│       │   │       ├── GuzzleClient.php
│       │   │       ├── Handler
│       │   │       │   └── ValidatedDescriptionHandler.php
│       │   │       ├── Operation.php
│       │   │       ├── Parameter.php
│       │   │       ├── QuerySerializer
│       │   │       │   ├── QuerySerializerInterface.php
│       │   │       │   └── Rfc3986Serializer.php
│       │   │       ├── RequestLocation
│       │   │       │   ├── AbstractLocation.php
│       │   │       │   ├── BodyLocation.php
│       │   │       │   ├── FormParamLocation.php
│       │   │       │   ├── HeaderLocation.php
│       │   │       │   ├── JsonLocation.php
│       │   │       │   ├── MultiPartLocation.php
│       │   │       │   ├── QueryLocation.php
│       │   │       │   ├── RequestLocationInterface.php
│       │   │       │   └── XmlLocation.php
│       │   │       ├── ResponseLocation
│       │   │       │   ├── AbstractLocation.php
│       │   │       │   ├── BodyLocation.php
│       │   │       │   ├── HeaderLocation.php
│       │   │       │   ├── JsonLocation.php
│       │   │       │   ├── ReasonPhraseLocation.php
│       │   │       │   ├── ResponseLocationInterface.php
│       │   │       │   ├── StatusCodeLocation.php
│       │   │       │   └── XmlLocation.php
│       │   │       ├── SchemaFormatter.php
│       │   │       ├── SchemaValidator.php
│       │   │       └── Serializer.php
│       │   ├── promises
│       │   │   └── src
│       │   │       ├── AggregateException.php
│       │   │       ├── CancellationException.php
│       │   │       ├── Coroutine.php
│       │   │       ├── EachPromise.php
│       │   │       ├── FulfilledPromise.php
│       │   │       ├── Promise.php
│       │   │       ├── PromiseInterface.php
│       │   │       ├── PromisorInterface.php
│       │   │       ├── RejectedPromise.php
│       │   │       ├── RejectionException.php
│       │   │       ├── TaskQueue.php
│       │   │       ├── TaskQueueInterface.php
│       │   │       ├── functions.php
│       │   │       └── functions_include.php
│       │   └── psr7
│       │       └── src
│       │           ├── AppendStream.php
│       │           ├── BufferStream.php
│       │           ├── CachingStream.php
│       │           ├── DroppingStream.php
│       │           ├── FnStream.php
│       │           ├── InflateStream.php
│       │           ├── LazyOpenStream.php
│       │           ├── LimitStream.php
│       │           ├── MessageTrait.php
│       │           ├── MultipartStream.php
│       │           ├── NoSeekStream.php
│       │           ├── PumpStream.php
│       │           ├── Request.php
│       │           ├── Response.php
│       │           ├── Rfc7230.php
│       │           ├── ServerRequest.php
│       │           ├── Stream.php
│       │           ├── StreamDecoratorTrait.php
│       │           ├── StreamWrapper.php
│       │           ├── UploadedFile.php
│       │           ├── Uri.php
│       │           ├── UriNormalizer.php
│       │           ├── UriResolver.php
│       │           ├── functions.php
│       │           └── functions_include.php
│       ├── psr
│       │   └── http-message
│       │       └── src
│       │           ├── MessageInterface.php
│       │           ├── RequestInterface.php
│       │           ├── ResponseInterface.php
│       │           ├── ServerRequestInterface.php
│       │           ├── StreamInterface.php
│       │           ├── UploadedFileInterface.php
│       │           └── UriInterface.php
│       ├── ralouphie
│       │   └── getallheaders
│       │       └── src
│       │           └── getallheaders.php
│       └── symfony
│           ├── polyfill-intl-idn
│           │   ├── Idn.php
│           │   └── bootstrap.php
│           ├── polyfill-mbstring
│           │   ├── Mbstring.php
│           │   ├── Resources
│           │   │   └── unidata
│           │   │       ├── lowerCase.php
│           │   │       ├── titleCaseRegexp.php
│           │   │       └── upperCase.php
│           │   └── bootstrap.php
│           └── polyfill-php72
│               ├── Php72.php
│               └── bootstrap.php
├── index.php
├── install
│   ├── index.php
│   ├── install.sql
│   ├── saeinstall.php
│   └── update.sql
├── myfile.php
├── player.php
├── readme.txt
├── upload.php
├── view.php
└── 5t6t网_彩虹外链网盘5.rar

54 directories, 274 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复