实例介绍
虚拟货币交易平台,PHP版打包源代码,有需要的请自行下载。
【实例截图】
【核心代码】
虚拟货币交易源码php版
└── 虚拟货币交易源码php版
└── 交易平台已发布源码
├── app
│ ├── css
│ │ ├── bg.gif
│ │ ├── form.css
│ │ ├── ie.css
│ │ ├── main.css
│ │ ├── print.css
│ │ └── screen.css
│ ├── images
│ │ ├── Thumbs.db
│ │ ├── pc.jpg
│ │ ├── phone.gif
│ │ └── sound.wav
│ ├── index-test.php
│ ├── index.php
│ ├── js
│ │ └── ie-6.js
│ ├── protected
│ │ ├── behaviors
│ │ │ ├── ApplicationBehavior.php
│ │ │ ├── ArrayToIntegerBehaviour.php
│ │ │ ├── ArrayToStringBehavior.php
│ │ │ ├── CacheModelBehavior.php
│ │ │ └── SanitiseAttributesBehavior.php
│ │ ├── commands
│ │ │ ├── DocsCommand.php
│ │ │ ├── QueueCommand.php
│ │ │ └── docs
│ │ │ ├── DocsModel.php
│ │ │ ├── assets
│ │ │ │ ├── css
│ │ │ │ │ ├── api.css
│ │ │ │ │ └── style.css
│ │ │ │ └── js
│ │ │ │ └── jquery.js
│ │ │ ├── layouts
│ │ │ │ └── main.php
│ │ │ └── views
│ │ │ ├── chmContents.php
│ │ │ ├── chmIndex.php
│ │ │ ├── chmProject.php
│ │ │ ├── class.php
│ │ │ ├── classSummary.php
│ │ │ ├── eventDetails.php
│ │ │ ├── eventSummary.php
│ │ │ ├── index.php
│ │ │ ├── methodDetails.php
│ │ │ ├── methodSummary.php
│ │ │ ├── propertyDetails.php
│ │ │ ├── propertySummary.php
│ │ │ ├── seeAlso.php
│ │ │ ├── sourceCode.php
│ │ │ ├── usesDetails.php
│ │ │ ├── usesSummary.php
│ │ │ ├── view.php
│ │ │ └── viewSummary.php
│ │ ├── components
│ │ │ ├── ActiveDataProvider.php
│ │ │ ├── AssetManager.php
│ │ │ ├── CachedAuthManager.php
│ │ │ ├── CaptchaAction.php
│ │ │ ├── ClientScript.php
│ │ │ ├── ConsoleCommand.php
│ │ │ ├── ConsoleErrorHandler.php
│ │ │ ├── Controller.php
│ │ │ ├── DataColumn.php
│ │ │ ├── FilterConfig.php
│ │ │ ├── FrontendController.php
│ │ │ ├── ModuleConfig.php
│ │ │ ├── Service.php
│ │ │ ├── SiteErrorHandler.php
│ │ │ ├── SiteTbActiveForm.php
│ │ │ ├── UrlManager.php
│ │ │ ├── UserIdentity.php
│ │ │ └── Widget.php
│ │ ├── config
│ │ │ ├── console.php
│ │ │ ├── default.settings.php
│ │ │ ├── main.php
│ │ │ ├── modules
│ │ │ │ ├── currency.main.php
│ │ │ │ └── email.main.php
│ │ │ ├── settings.php
│ │ │ ├── settings.php.bak
│ │ │ └── test.php
│ │ ├── controllers
│ │ │ ├── AccountController.php
│ │ │ ├── ApiController.php
│ │ │ ├── ContentController.php
│ │ │ ├── CurrencyController.php
│ │ │ ├── MarketController.php
│ │ │ ├── PasswordController.php
│ │ │ ├── PromotionController.php
│ │ │ ├── SecurityController.php
│ │ │ ├── SiteController.php
│ │ │ └── TradeController.php
│ │ ├── data
│ │ │ ├── schema.mysql.sql
│ │ │ ├── schema.sqlite.sql
│ │ │ └── testdrive.db
│ │ ├── extensions
│ │ │ ├── Crontab.php
│ │ │ ├── CustomMigrateCommand.php
│ │ │ ├── EmailHelper.php
│ │ │ ├── ExtendedClientScript
│ │ │ │ ├── ExtendedClientScript.php
│ │ │ │ ├── cssmin
│ │ │ │ │ └── cssmin.php
│ │ │ │ └── jsmin
│ │ │ │ └── JSMin.php
│ │ │ ├── Log.php
│ │ │ ├── MobileDetect
│ │ │ │ └── MobileDetect.php
│ │ │ ├── bootstrap
│ │ │ │ ├── LICENSE.txt
│ │ │ │ ├── assets
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── bootstrap-responsive.css
│ │ │ │ │ │ ├── bootstrap-responsive.min.css
│ │ │ │ │ │ ├── bootstrap.css
│ │ │ │ │ │ ├── bootstrap.min.css
│ │ │ │ │ │ └── yii.css
│ │ │ │ │ ├── img
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── glyphicons-halflings-white.png
│ │ │ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ │ │ └── loading.gif
│ │ │ │ │ ├── js
│ │ │ │ │ │ ├── bootstrap-affix.js
│ │ │ │ │ │ ├── bootstrap-alert.js
│ │ │ │ │ │ ├── bootstrap-button.js
│ │ │ │ │ │ ├── bootstrap-carousel.js
│ │ │ │ │ │ ├── bootstrap-collapse.js
│ │ │ │ │ │ ├── bootstrap-dropdown.js
│ │ │ │ │ │ ├── bootstrap-modal.js
│ │ │ │ │ │ ├── bootstrap-popover.js
│ │ │ │ │ │ ├── bootstrap-scrollspy.js
│ │ │ │ │ │ ├── bootstrap-tab.js
│ │ │ │ │ │ ├── bootstrap-tooltip.js
│ │ │ │ │ │ ├── bootstrap-transition.js
│ │ │ │ │ │ ├── bootstrap-typeahead.js
│ │ │ │ │ │ ├── bootstrap.js
│ │ │ │ │ │ └── bootstrap.min.js
│ │ │ │ │ └── less
│ │ │ │ │ ├── accordion.less
│ │ │ │ │ ├── alerts.less
│ │ │ │ │ ├── bootstrap.less
│ │ │ │ │ ├── breadcrumbs.less
│ │ │ │ │ ├── button-groups.less
│ │ │ │ │ ├── buttons.less
│ │ │ │ │ ├── carousel.less
│ │ │ │ │ ├── close.less
│ │ │ │ │ ├── code.less
│ │ │ │ │ ├── component-animations.less
│ │ │ │ │ ├── dropdowns.less
│ │ │ │ │ ├── forms.less
│ │ │ │ │ ├── grid.less
│ │ │ │ │ ├── hero-unit.less
│ │ │ │ │ ├── labels-badges.less
│ │ │ │ │ ├── layouts.less
│ │ │ │ │ ├── media.less
│ │ │ │ │ ├── mixins.less
│ │ │ │ │ ├── modals.less
│ │ │ │ │ ├── navbar.less
│ │ │ │ │ ├── navs.less
│ │ │ │ │ ├── pager.less
│ │ │ │ │ ├── pagination.less
│ │ │ │ │ ├── popovers.less
│ │ │ │ │ ├── progress-bars.less
│ │ │ │ │ ├── reset.less
│ │ │ │ │ ├── responsive-1200px-min.less
│ │ │ │ │ ├── responsive-767px-max.less
│ │ │ │ │ ├── responsive-768px-979px.less
│ │ │ │ │ ├── responsive-navbar.less
│ │ │ │ │ ├── responsive-utilities.less
│ │ │ │ │ ├── responsive.less
│ │ │ │ │ ├── scaffolding.less
│ │ │ │ │ ├── sprites.less
│ │ │ │ │ ├── tables.less
│ │ │ │ │ ├── thumbnails.less
│ │ │ │ │ ├── tooltip.less
│ │ │ │ │ ├── type.less
│ │ │ │ │ ├── utilities.less
│ │ │ │ │ ├── variables.less
│ │ │ │ │ ├── wells.less
│ │ │ │ │ └── yii.less
│ │ │ │ ├── components
│ │ │ │ │ └── Bootstrap.php
│ │ │ │ ├── form
│ │ │ │ │ ├── TbForm.php
│ │ │ │ │ ├── TbFormButtonElement.php
│ │ │ │ │ └── TbFormInputElement.php
│ │ │ │ ├── gii
│ │ │ │ │ └── bootstrap
│ │ │ │ │ ├── BootstrapCode.php
│ │ │ │ │ ├── BootstrapGenerator.php
│ │ │ │ │ ├── templates
│ │ │ │ │ │ └── default
│ │ │ │ │ │ ├── _form.php
│ │ │ │ │ │ ├── _search.php
│ │ │ │ │ │ ├── _view.php
│ │ │ │ │ │ ├── admin.php
│ │ │ │ │ │ ├── controller.php
│ │ │ │ │ │ ├── create.php
│ │ │ │ │ │ ├── index.php
│ │ │ │ │ │ ├── update.php
│ │ │ │ │ │ └── view.php
│ │ │ │ │ └── views
│ │ │ │ │ └── index.php
│ │ │ │ ├── theme
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── styles.css
│ │ │ │ │ └── views
│ │ │ │ │ ├── layouts
│ │ │ │ │ │ ├── column2.php
│ │ │ │ │ │ └── main.php
│ │ │ │ │ └── site
│ │ │ │ │ ├── contact.php
│ │ │ │ │ ├── index.php
│ │ │ │ │ └── login.php
│ │ │ │ └── widgets
│ │ │ │ ├── TbActiveForm.php
│ │ │ │ ├── TbAffix.php
│ │ │ │ ├── TbAlert.php
│ │ │ │ ├── TbBadge.php
│ │ │ │ ├── TbBaseMenu.php
│ │ │ │ ├── TbBreadcrumbs.php
│ │ │ │ ├── TbButton.php
│ │ │ │ ├── TbButtonColumn.php
│ │ │ │ ├── TbButtonGroup.php
│ │ │ │ ├── TbCarousel.php
│ │ │ │ ├── TbCollapse.php
│ │ │ │ ├── TbDataColumn.php
│ │ │ │ ├── TbDetailView.php
│ │ │ │ ├── TbDropdown.php
│ │ │ │ ├── TbGridView.php
│ │ │ │ ├── TbHeroUnit.php
│ │ │ │ ├── TbLabel.php
│ │ │ │ ├── TbListView.php
│ │ │ │ ├── TbMenu.php
│ │ │ │ ├── TbModal.php
│ │ │ │ ├── TbNavbar.php
│ │ │ │ ├── TbPager.php
│ │ │ │ ├── TbProgress.php
│ │ │ │ ├── TbScrollSpy.php
│ │ │ │ ├── TbTabs.php
│ │ │ │ ├── TbThumbnails.php
│ │ │ │ ├── TbTypeahead.php
│ │ │ │ └── input
│ │ │ │ ├── TbInput.php
│ │ │ │ ├── TbInputHorizontal.php
│ │ │ │ ├── TbInputInline.php
│ │ │ │ ├── TbInputSearch.php
│ │ │ │ └── TbInputVertical.php
│ │ │ ├── crontab
│ │ │ │ └── crontabs
│ │ │ │ └── my_crontab
│ │ │ ├── highchart
│ │ │ │ ├── HighchartWidget.php
│ │ │ │ ├── assets
│ │ │ │ │ └── js
│ │ │ │ │ ├── app.js
│ │ │ │ │ ├── highstock.js
│ │ │ │ │ └── lang.js
│ │ │ │ └── views
│ │ │ │ └── highchart.php
│ │ │ ├── mailer
│ │ │ │ ├── EMailer.php
│ │ │ │ └── phpmailer
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README
│ │ │ │ ├── changelog.txt
│ │ │ │ ├── class.phpmailer.php
│ │ │ │ ├── class.pop3.php
│ │ │ │ ├── class.smtp.php
│ │ │ │ ├── docs.ini
│ │ │ │ ├── extras
│ │ │ │ │ ├── class.html2text.inc
│ │ │ │ │ ├── htmlfilter.php
│ │ │ │ │ └── ntlm_sasl_client.php
│ │ │ │ └── language
│ │ │ │ ├── phpmailer.lang-ar.php
│ │ │ │ ├── phpmailer.lang-br.php
│ │ │ │ ├── phpmailer.lang-ca.php
│ │ │ │ ├── phpmailer.lang-ch.php
│ │ │ │ ├── phpmailer.lang-cz.php
│ │ │ │ ├── phpmailer.lang-de.php
│ │ │ │ ├── phpmailer.lang-dk.php
│ │ │ │ ├── phpmailer.lang-es.php
│ │ │ │ ├── phpmailer.lang-et.php
│ │ │ │ ├── phpmailer.lang-fi.php
│ │ │ │ ├── phpmailer.lang-fo.php
│ │ │ │ ├── phpmailer.lang-fr.php
│ │ │ │ ├── phpmailer.lang-hu.php
│ │ │ │ ├── phpmailer.lang-it.php
│ │ │ │ ├── phpmailer.lang-ja.php
│ │ │ │ ├── phpmailer.lang-nl.php
│ │ │ │ ├── phpmailer.lang-no.php
│ │ │ │ ├── phpmailer.lang-pl.php
│ │ │ │ ├── phpmailer.lang-ro.php
│ │ │ │ ├── phpmailer.lang-ru.php
│ │ │ │ ├── phpmailer.lang-se.php
│ │ │ │ ├── phpmailer.lang-sk.php
│ │ │ │ ├── phpmailer.lang-tr.php
│ │ │ │ ├── phpmailer.lang-zh.php
│ │ │ │ └── phpmailer.lang-zh_cn.php
│ │ │ ├── migrate
│ │ │ │ ├── EDbMigration.php
│ │ │ │ ├── EMigrateCommand.php
│ │ │ │ ├── changelog.txt
│ │ │ │ ├── readme_en.txt
│ │ │ │ └── readme_ru.txt
│ │ │ ├── validators
│ │ │ │ ├── DecimalValidator.php
│ │ │ │ ├── P3ArrayValidator.php
│ │ │ │ └── UniqueMultiColumnValidator.php
│ │ │ └── yii-debug-toolbar
│ │ │ ├── YiiDebug.php
│ │ │ ├── YiiDebugToolbar.php
│ │ │ ├── YiiDebugToolbarPanel.php
│ │ │ ├── YiiDebugToolbarRoute.php
│ │ │ ├── YiiDebugViewHelper.php
│ │ │ ├── assets
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── arrow_collapse.gif
│ │ │ │ ├── arrow_expand.gif
│ │ │ │ ├── bullet_toggle_minus.png
│ │ │ │ ├── bullet_toggle_plus.png
│ │ │ │ ├── chronometer.png
│ │ │ │ ├── close.png
│ │ │ │ ├── close_hover.png
│ │ │ │ ├── indicator.png
│ │ │ │ ├── panel-close.png
│ │ │ │ ├── panel.png
│ │ │ │ ├── yii.debugtoolbar.css
│ │ │ │ └── yii.debugtoolbar.js
│ │ │ ├── components
│ │ │ │ ├── ProxyComponent.php
│ │ │ │ └── YiiDebugViewRenderer.php
│ │ │ ├── messages
│ │ │ │ ├── ru
│ │ │ │ │ └── yii-debug-toolbar.php
│ │ │ │ └── simple
│ │ │ │ └── yii-debug-toolbar.php
│ │ │ ├── panels
│ │ │ │ ├── YiiDebugToolbarPanelLogging.php
│ │ │ │ ├── YiiDebugToolbarPanelRequest.php
│ │ │ │ ├── YiiDebugToolbarPanelServer.php
│ │ │ │ ├── YiiDebugToolbarPanelSettings.php
│ │ │ │ ├── YiiDebugToolbarPanelSql.php
│ │ │ │ └── YiiDebugToolbarPanelViewsRendering.php
│ │ │ ├── views
│ │ │ │ ├── panels
│ │ │ │ │ ├── asset.php
│ │ │ │ │ ├── logging.php
│ │ │ │ │ ├── request.php
│ │ │ │ │ ├── server.php
│ │ │ │ │ ├── settings.php
│ │ │ │ │ ├── sql
│ │ │ │ │ │ ├── callstack.php
│ │ │ │ │ │ ├── servers.php
│ │ │ │ │ │ └── summary.php
│ │ │ │ │ ├── sql.php
│ │ │ │ │ └── views_rendering.php
│ │ │ │ └── yii_debug_toolbar.php
│ │ │ └── widgets
│ │ │ └── YiiDebugToolbarResourceUsage.php
│ │ ├── filters
│ │ │ └── TransactionFilter.php
│ │ ├── messages
│ │ │ ├── config.php
│ │ │ ├── en_us
│ │ │ │ ├── EMailer.php
│ │ │ │ ├── account.php
│ │ │ │ ├── actionLog.php
│ │ │ │ ├── admin.php
│ │ │ │ ├── app.php
│ │ │ │ ├── config.php
│ │ │ │ ├── content.php
│ │ │ │ ├── crontab.php
│ │ │ │ ├── currency.php
│ │ │ │ ├── email.php
│ │ │ │ ├── exception.php
│ │ │ │ ├── frontend_account.php
│ │ │ │ ├── frontend_content.php
│ │ │ │ ├── frontend_currency.php
│ │ │ │ ├── frontend_error.php
│ │ │ │ ├── frontend_fee.php
│ │ │ │ ├── frontend_layouts.php
│ │ │ │ ├── frontend_market.php
│ │ │ │ ├── frontend_password.php
│ │ │ │ ├── frontend_promotion.php
│ │ │ │ ├── frontend_security.php
│ │ │ │ ├── frontend_site.php
│ │ │ │ ├── frontend_system.php
│ │ │ │ ├── frontend_trade.php
│ │ │ │ ├── frontend_widget.php
│ │ │ │ ├── location.php
│ │ │ │ ├── p2.php
│ │ │ │ ├── promotion.php
│ │ │ │ ├── security.php
│ │ │ │ ├── setting.php
│ │ │ │ ├── test.php
│ │ │ │ ├── transaction.php
│ │ │ │ ├── validator.php
│ │ │ │ └── zii.php
│ │ │ └── zh_cn
│ │ │ ├── EMailer.php
│ │ │ ├── abc.php
│ │ │ ├── account.php
│ │ │ ├── actionLog.php
│ │ │ ├── admin.php
│ │ │ ├── app.php
│ │ │ ├── attribute.php
│ │ │ ├── config.php
│ │ │ ├── content.php
│ │ │ ├── crontab.php
│ │ │ ├── currency.php
│ │ │ ├── email.php
│ │ │ ├── exception.php
│ │ │ ├── frontend_account.php
│ │ │ ├── frontend_content.php
│ │ │ ├── frontend_currency.php
│ │ │ ├── frontend_error.php
│ │ │ ├── frontend_fee.php
│ │ │ ├── frontend_layouts.php
│ │ │ ├── frontend_market.php
│ │ │ ├── frontend_password.php
│ │ │ ├── frontend_promotion.php
│ │ │ ├── frontend_security.php
│ │ │ ├── frontend_site.php
│ │ │ ├── frontend_system.php
│ │ │ ├── frontend_trade.php
│ │ │ ├── frontend_widget.php
│ │ │ ├── location.php
│ │ │ ├── p2.php
│ │ │ ├── promotion.php
│ │ │ ├── security.php
│ │ │ ├── setting.php
│ │ │ ├── test.php
│ │ │ ├── transaction.php
│ │ │ ├── validator.php
│ │ │ ├── yii.php
│ │ │ └── zii.php
│ │ ├── migrations
│ │ │ ├── m131020_022854_update_currency_history_statistic_time.php
│ │ │ ├── m131119_153052_add_column_to_setting.php
│ │ │ ├── m131126_134319_add_setting_for_ltc.php
│ │ │ ├── m131130_153348_add_new_auth_item.php
│ │ │ ├── m131130_155426_add_new_setting_items.php
│ │ │ ├── m131201_005543_add_new_setting_for_currency.php
│ │ │ ├── m131203_141355_update_field_decimal_length.php
│ │ │ ├── m131208_142255_remove_some_settings.php
│ │ │ ├── m131210_125314_add_columns_for_user.php
│ │ │ ├── m131211_144440_add_settings.php
│ │ │ ├── m131212_145256_create_promotion_tables.php
│ │ │ ├── m131214_055825_add_recharge_field_to_user.php
│ │ │ └── m131215_014719_create_bingding_phone_tables.php
│ │ ├── models
│ │ │ ├── ForgotPasswordForm.php
│ │ │ ├── LoginForm.php
│ │ │ ├── RegisterForm.php
│ │ │ ├── ResetPasswordForm.php
│ │ │ ├── TradePasswordForm.php
│ │ │ └── UserInfoForm.php
│ │ ├── modules
│ │ │ ├── account
│ │ │ │ ├── AccountModule.php
│ │ │ │ ├── models
│ │ │ │ │ ├── Recover.php
│ │ │ │ │ ├── User.php
│ │ │ │ │ └── UserInfo.php
│ │ │ │ └── services
│ │ │ │ ├── RecoverService.php
│ │ │ │ ├── UserInfoService.php
│ │ │ │ └── UserService.php
│ │ │ ├── actionLog
│ │ │ │ ├── ActionLogModule.php
│ │ │ │ └── models
│ │ │ │ └── ActionLog.php
│ │ │ ├── admin
│ │ │ │ ├── AdminModule.php
│ │ │ │ ├── components
│ │ │ │ │ ├── AdminController.php
│ │ │ │ │ ├── AdminSitePermission.php
│ │ │ │ │ └── AdminTbActiveForm.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── AdminActionLogController.php
│ │ │ │ │ ├── AdminApiController.php
│ │ │ │ │ ├── AdminConsoleController.php
│ │ │ │ │ ├── AdminContentController.php
│ │ │ │ │ ├── AdminEmailController.php
│ │ │ │ │ ├── AdminFinancialController.php
│ │ │ │ │ ├── AdminPromotionController.php
│ │ │ │ │ ├── AdminRoleController.php
│ │ │ │ │ ├── AdminSettingController.php
│ │ │ │ │ ├── AdminSiteController.php
│ │ │ │ │ ├── AdminTestController.php
│ │ │ │ │ ├── AdminTradeController.php
│ │ │ │ │ └── AdminUserController.php
│ │ │ │ ├── models
│ │ │ │ │ ├── AdminCreateUserForm.php
│ │ │ │ │ ├── AdminCurrencyOrder.php
│ │ │ │ │ ├── AdminCurrencyTransaction.php
│ │ │ │ │ ├── AdminLoginForm.php
│ │ │ │ │ ├── AdminTransactionLog.php
│ │ │ │ │ ├── AdminTransactionTypeAdjustment.php
│ │ │ │ │ ├── AdminTransactionTypeTrade.php
│ │ │ │ │ ├── AdminTransactionTypeTurnover.php
│ │ │ │ │ ├── AdminUser.php
│ │ │ │ │ ├── AdminUserForm.php
│ │ │ │ │ ├── AdminUserInfo.php
│ │ │ │ │ ├── CrontabForm.php
│ │ │ │ │ ├── ManualAdjustmentCoin.php
│ │ │ │ │ ├── ManualAdjustmentCurrency.php
│ │ │ │ │ ├── ManualInCoin.php
│ │ │ │ │ ├── ManualInCurrency.php
│ │ │ │ │ ├── Role.php
│ │ │ │ │ ├── RoleForm.php
│ │ │ │ │ └── UserRoleForm.php
│ │ │ │ ├── services
│ │ │ │ │ └── RoleService.php
│ │ │ │ ├── themes
│ │ │ │ │ └── bootstrap
│ │ │ │ │ ├── assets
│ │ │ │ │ │ └── _bootstrap.css
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── bootstrap-modal.css
│ │ │ │ │ │ └── styles.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── brush.png
│ │ │ │ │ │ ├── error.jpg
│ │ │ │ │ │ ├── new.jpg
│ │ │ │ │ │ └── success.jpg
│ │ │ │ │ └── js
│ │ │ │ │ ├── admin.js
│ │ │ │ │ ├── bootbox.js
│ │ │ │ │ ├── bootstrap-modal.js
│ │ │ │ │ ├── bootstrap-modalmanager.js
│ │ │ │ │ ├── config.js
│ │ │ │ │ ├── jquery.extend.js
│ │ │ │ │ └── responseHandler.js
│ │ │ │ ├── views
│ │ │ │ │ ├── actionLog
│ │ │ │ │ │ ├── index.php
│ │ │ │ │ │ └── view.php
│ │ │ │ │ ├── console
│ │ │ │ │ │ ├── _nav.php
│ │ │ │ │ │ ├── job.php
│ │ │ │ │ │ ├── job_create.php
│ │ │ │ │ │ ├── log.php
│ │ │ │ │ │ ├── queue.php
│ │ │ │ │ │ └── queue_create.php
│ │ │ │ │ ├── content
│ │ │ │ │ │ ├── _category_form.php
│ │ │ │ │ │ ├── _form.php
│ │ │ │ │ │ ├── category.php
│ │ │ │ │ │ ├── category_create.php
│ │ │ │ │ │ ├── category_update.php
│ │ │ │ │ │ ├── create.php
│ │ │ │ │ │ ├── index.php
│ │ │ │ │ │ ├── update.php
│ │ │ │ │ │ └── view.php
│ │ │ │ │ │ ├── _form.php
│ │ │ │ │ │ ├── create.php
│ │ │ │ │ │ ├── index.php
│ │ │ │ │ │ ├── queue.php
│ │ │ │ │ │ ├── queue_view.php
│ │ │ │ │ │ ├── update.php
│ │ │ │ │ │ └── view.php
│ │ │ │ │ ├── error
│ │ │ │ │ │ ├── ajax
│ │ │ │ │ │ │ ├── error.php
│ │ │ │ │ │ │ └── exception.php
│ │ │ │ │ │ ├── error.php
│ │ │ │ │ │ └── exception.php
│ │ │ │ │ ├── financial
│ │ │ │ │ │ ├── _nav.php
│ │ │ │ │ │ ├── adjustment.php
│ │ │ │ │ │ ├── details_coin.php
│ │ │ │ │ │ ├── details_currency.php
│ │ │ │ │ │ ├── in_coin.php
│ │ │ │ │ │ ├── in_currency.php
│ │ │ │ │ │ ├── manual_adjustment.php
│ │ │ │ │ │ ├── manual_in_coin.php
│ │ │ │ │ │ ├── manual_in_currency.php
│ │ │ │ │ │ ├── out_coin.php
│ │ │ │ │ │ ├── out_currency.php
│ │ │ │ │ │ ├── statistic.php
│ │ │ │ │ │ ├── trade_coin.php
│ │ │ │ │ │ └── trade_currency.php
│ │ │ │ │ ├── helper
│ │ │ │ │ │ ├── modal-header.php
│ │ │ │ │ │ └── nav_box.php
│ │ │ │ │ ├── layouts
│ │ │ │ │ │ ├── column1.php
│ │ │ │ │ │ ├── column2.php
│ │ │ │ │ │ ├── main.php
│ │ │ │ │ │ └── simple.php
│ │ │ │ │ ├── promotion
│ │ │ │ │ │ ├── detail.php
│ │ │ │ │ │ ├── reward.php
│ │ │ │ │ │ ├── summary.php
│ │ │ │ │ │ └── user.php
│ │ │ │ │ ├── role
│ │ │ │ │ │ ├── create.php
│ │ │ │ │ │ ├── index.php
│ │ │ │ │ │ ├── permission.php
│ │ │ │ │ │ └── update.php
│ │ │ │ │ ├── setting
│ │ │ │ │ │ ├── _nav.php
│ │ │ │ │ │ ├── _user_setting.php
│ │ │ │ │ │ ├── add.php
│ │ │ │ │ │ ├── index_btc.php
│ │ │ │ │ │ ├── index_email.php
│ │ │ │ │ │ ├── index_ltc.php
│ │ │ │ │ │ ├── index_promotion.php
│ │ │ │ │ │ ├── index_reward.php
│ │ │ │ │ │ ├── index_rmb.php
│ │ │ │ │ │ └── index_site.php
│ │ │ │ │ ├── site
│ │ │ │ │ │ ├── ajax_login.php
│ │ │ │ │ │ ├── assets.php
│ │ │ │ │ │ ├── index.php
│ │ │ │ │ │ └── login.php
│ │ │ │ │ ├── system
│ │ │ │ │ │ ├── ajax_modal.php
│ │ │ │ │ │ └── modal_header.php
│ │ │ │ │ ├── test
│ │ │ │ │ │ ├── _nav.php
│ │ │ │ │ │ ├── assign_currency.php
│ │ │ │ │ │ ├── create_order.php
│ │ │ │ │ │ ├── create_user.php
│ │ │ │ │ │ └── transaction_account.php
│ │ │ │ │ ├── trade
│ │ │ │ │ │ ├── order.php
│ │ │ │ │ │ └── transaction.php
│ │ │ │ │ └── user
│ │ │ │ │ ├── _form.php
│ │ │ │ │ ├── create.php
│ │ │ │ │ ├── disableReason.php
│ │ │ │ │ ├── index.php
│ │ │ │ │ ├── role.php
│ │ │ │ │ ├── update.php
│ │ │ │ │ └── view.php
│ │ │ │ └── widgets
│ │ │ │ └── NewWithdrawFlagWidget.php
│ │ │ ├── content
│ │ │ │ ├── ContentModule.php
│ │ │ │ └── models
│ │ │ │ ├── Content.php
│ │ │ │ └── ContentCategory.php
│ │ │ ├── crontab
│ │ │ │ ├── CrontabModule.php
│ │ │ │ ├── models
│ │ │ │ │ ├── CrontabData.php
│ │ │ │ │ ├── CrontabLog.php
│ │ │ │ │ └── Queue.php
│ │ │ │ └── services
│ │ │ │ └── CrontabService.php
│ │ │ ├── currency
│ │ │ │ ├── CurrencyModule.php
│ │ │ │ ├── commands
│ │ │ │ │ └── CurrencyCommand.php
│ │ │ │ ├── components
│ │ │ │ │ ├── Currency.php
│ │ │ │ │ ├── CurrencyBTC.php
│ │ │ │ │ ├── CurrencyBase.php
│ │ │ │ │ ├── CurrencyCoin.php
│ │ │ │ │ ├── CurrencyLTC.php
│ │ │ │ │ ├── CurrencyRMB.php
│ │ │ │ │ └── RemoteRequest.php
│ │ │ │ ├── config
│ │ │ │ │ └── main.php
│ │ │ │ ├── models
│ │ │ │ │ ├── CurrencyCoinAddress.php
│ │ │ │ │ ├── CurrencyOrder.php
│ │ │ │ │ ├── CurrencyStatisticHistory.php
│ │ │ │ │ ├── CurrencyStatisticOrder.php
│ │ │ │ │ ├── CurrencyStatisticPrice.php
│ │ │ │ │ └── CurrencyTransaction.php
│ │ │ │ └── services
│ │ │ │ ├── CurrencyService.php
│ │ │ │ └── TransactionTradeService.php
│ │ │ │ ├── EmailModule.php
│ │ │ │ ├── commands
│ │ │ │ │ └── EmailQueueCommand.php
│ │ │ │ ├── models
│ │ │ │ │ ├── EmailAttachment.php
│ │ │ │ │ ├── EmailQueue.php
│ │ │ │ │ └── EmailTemplate.php
│ │ │ │ └── services
│ │ │ │ ├── EmailQueueService.php
│ │ │ │ └── EmailService.php
│ │ │ ├── payment
│ │ │ │ ├── PaymentModule.php
│ │ │ │ └── components
│ │ │ │ ├── ChinaBank.php
│ │ │ │ ├── Pay.php
│ │ │ │ └── YeePay.php
│ │ │ ├── promotion
│ │ │ │ ├── PromotionModule.php
│ │ │ │ ├── models
│ │ │ │ │ ├── ReferralDetail.php
│ │ │ │ │ ├── ReferralSummary.php
│ │ │ │ │ └── ReferralUser.php
│ │ │ │ └── services
│ │ │ │ └── PromotionService.php
│ │ │ ├── security
│ │ │ │ ├── SecurityModule.php
│ │ │ │ ├── components
│ │ │ │ │ └── Sms.php
│ │ │ │ ├── models
│ │ │ │ │ ├── MobileAuth.php
│ │ │ │ │ ├── MobileBindingForm.php
│ │ │ │ │ └── MobileSend.php
│ │ │ │ └── services
│ │ │ │ └── SecurityService.php
│ │ │ ├── setting
│ │ │ │ ├── SettingModule.php
│ │ │ │ ├── models
│ │ │ │ │ ├── Setting.php
│ │ │ │ │ └── UserSetting.php
│ │ │ │ └── services
│ │ │ │ ├── SettingService.php
│ │ │ │ └── UserSettingService.php
│ │ │ ├── test
│ │ │ │ ├── TestModule.php
│ │ │ │ ├── commands
│ │ │ │ │ ├── TestCommand.php
│ │ │ │ │ └── sql
│ │ │ │ │ ├── assign_currency_BTC_1382091250.sql
│ │ │ │ │ ├── assign_currency_RMB_1382091250.sql
│ │ │ │ │ ├── create_user.sql
│ │ │ │ │ ├── create_users_1382091249.sql
│ │ │ │ │ ├── transaction_account.sql
│ │ │ │ │ └── transaction_account_1382091249.sql
│ │ │ │ └── models
│ │ │ │ ├── TestAssignCurrencyForm.php
│ │ │ │ ├── TestCreateOrderForm.php
│ │ │ │ ├── TestCurrencyOrder.php
│ │ │ │ ├── TestGenerateUserForm.php
│ │ │ │ └── TestTransactionAccountForm.php
│ │ │ └── transaction
│ │ │ ├── TransactionModule.php
│ │ │ ├── models
│ │ │ │ ├── TransactionAccount.php
│ │ │ │ ├── TransactionLog.php
│ │ │ │ ├── TransactionTypeAction.php
│ │ │ │ ├── TransactionTypeAdjustment.php
│ │ │ │ ├── TransactionTypeTrade.php
│ │ │ │ ├── TransactionTypeTurnover.php
│ │ │ │ ├── TransactionTypeTurnoverInCoin.php
│ │ │ │ ├── TransactionTypeTurnoverInCoinBTC.php
│ │ │ │ ├── TransactionTypeTurnoverInCoinLTC.php
│ │ │ │ ├── TransactionTypeTurnoverInCurrency.php
│ │ │ │ ├── TransactionTypeTurnoverInCurrencyRMB.php
│ │ │ │ ├── TransactionTypeTurnoverOutCoin.php
│ │ │ │ ├── TransactionTypeTurnoverOutCoinBTC.php
│ │ │ │ ├── TransactionTypeTurnoverOutCoinLTC.php
│ │ │ │ ├── TransactionTypeTurnoverOutCurrency.php
│ │ │ │ └── TransactionTypeTurnoverOutCurrencyRMB.php
│ │ │ └── services
│ │ │ ├── TransactionAccountService.php
│ │ │ ├── TransactionActionService.php
│ │ │ ├── TransactionAdjustmentService.php
│ │ │ ├── TransactionService.php
│ │ │ └── TransactionTurnoverService.php
│ │ ├── runtime
│ │ │ ├── cache
│ │ │ │ ├── 00c27db56d59c250f499db67024b36e0.bin
│ │ │ │ ├── 0342426ef09a8be59eb34ecd9c149687.bin
│ │ │ │ ├── 072f1708856cefc24e5990c77e65fc2b.bin
│ │ │ │ ├── 089e87b5077c64da69180426c3ca0636.bin
│ │ │ │ ├── 0c014f814584a69776290b81bd194d4e.bin
│ │ │ │ ├── 0c309d4434d95517d219033521308744.bin
│ │ │ │ ├── 0c9272dedece0072a363ce0b011ff120.bin
│ │ │ │ ├── 0dab27f2ad4d33df21ec91967268db9f.bin
│ │ │ │ ├── 0fe6de4f74655ba54f851c537205f22d.bin
│ │ │ │ ├── 15924a9658d6c0d7c4145a5e44430d94.bin
│ │ │ │ ├── 19d54078351207bbe6fc0d8213317dff.bin
│ │ │ │ ├── 243e06063f31a37727ce5bb58f874e74.bin
│ │ │ │ ├── 28491cd80e7d2957a310b046b0db9d8e.bin
│ │ │ │ ├── 2c36fa672d3e047a4f5e7882c9d677af.bin
│ │ │ │ ├── 354f262fc945cbcec89133906cd26733.bin
│ │ │ │ ├── 3c1b9277bb037fe2ebcfa3a04dafffe6.bin
│ │ │ │ ├── 40c7d8e6d4d9933382d0c01bba0ffddc.bin
│ │ │ │ ├── 453c4ae73164f1e4675408503be7233c.bin
│ │ │ │ ├── 49872ccdc5876d248b5a494ccbf41dc5.bin
│ │ │ │ ├── 55441ba2c2d0a8e61e08fe0f4aab6e1e.bin
│ │ │ │ ├── 5983f475cf3fab17ddf61f0883228f4a.bin
│ │ │ │ ├── 5ede36025019c82a9dc14bdb24035c29.bin
│ │ │ │ ├── 6699abcf3f32faaf1beaf060c96c55ac.bin
│ │ │ │ ├── 6ae3ddff1190d3281b08bebf4317f7fd.bin
│ │ │ │ ├── 711bd6e757d908c6f74bbd2bc2d57ed3.bin
│ │ │ │ ├── 745f62f40d822b617ecfb6a1f51c552c.bin
│ │ │ │ ├── 75c32175669660bfffbb4ea34fabc075.bin
│ │ │ │ ├── 841809e0c457500fafa91e71ae2b0269.bin
│ │ │ │ ├── 8ce86989817d13e8096f2a02622983dd.bin
│ │ │ │ ├── 8d354e7add7805f5dce40f8e25d6c432.bin
│ │ │ │ ├── 8e0e2fe1b64734306cb7af165ede7b0e.bin
│ │ │ │ ├── 90c775e5ae3025d9c23368fde86751ed.bin
│ │ │ │ ├── 9ce53bc941212e2e66d67bd15fa067bf.bin
│ │ │ │ ├── a060b9cadb23269988ac4a382532dd11.bin
│ │ │ │ ├── a32ad5ef95200040930280823c4e0ab0.bin
│ │ │ │ ├── a7e2bb52b1d9b1c21bfe95fac7b8bdaa.bin
│ │ │ │ ├── ade4344e383f4b05ea272a17201b1bbe.bin
│ │ │ │ ├── b3e92d839ed75e90a6caae286c5acb32.bin
│ │ │ │ ├── be2d2a206b222d1c02cb97030d6fe084.bin
│ │ │ │ ├── bef486ca02ed183fcc90cd3af17c69b1.bin
│ │ │ │ ├── bfea24d8d4f71236d0e962d79c967343.bin
│ │ │ │ ├── c63610adec540df76e22b5c265294eaf.bin
│ │ │ │ ├── c97267ff26dcd0ce6d69f5b134ef86f5.bin
│ │ │ │ ├── cdf57ed857fb4bd8b10c715ad45e1d82.bin
│ │ │ │ ├── d236abeaee5cc0d88f912e885b04ade5.bin
│ │ │ │ ├── dc57bde9eb007605c741033283b82c97.bin
│ │ │ │ ├── f0c991487e70e382022358c03017d759.bin
│ │ │ │ ├── f28dca431f2488c2fbad322ea4b898e7.bin
│ │ │ │ └── fbe50235f310063aac44430be09ba8c9.bin
│ │ │ ├── console.log
│ │ │ ├── session-1.1.13.db
│ │ │ └── state.bin
│ │ ├── services
│ │ │ ├── CacheService.php
│ │ │ ├── PasswordService.php
│ │ │ └── SiteService.php
│ │ ├── tests
│ │ │ ├── WebTestCase.php
│ │ │ ├── bootstrap.php
│ │ │ ├── functional
│ │ │ │ └── SiteTest.php
│ │ │ └── phpunit.xml
│ │ ├── views
│ │ │ └── empty
│ │ ├── widgets
│ │ │ ├── ContentWidget.php
│ │ │ ├── CurrencyOrderBuyWidget.php
│ │ │ ├── CurrencyOrderContainerWidget.php
│ │ │ ├── CurrencyOrderSellWidget.php
│ │ │ ├── CurrencyPriceWidget.php
│ │ │ ├── CurrencyTransactionWidget.php
│ │ │ ├── DeviceWidget.php
│ │ │ ├── LanguageWidget.php
│ │ │ ├── WUserInfo.php
│ │ │ └── views
│ │ │ ├── currency_order_buy.php
│ │ │ ├── currency_order_container.php
│ │ │ ├── currency_order_sell.php
│ │ │ ├── currency_price.php
│ │ │ ├── currency_transaction.php
│ │ │ ├── device.php
│ │ │ ├── language.php
│ │ │ ├── mobile
│ │ │ │ ├── currency_order_buy.php
│ │ │ │ ├── currency_order_container.php
│ │ │ │ ├── currency_order_sell.php
│ │ │ │ ├── currency_price.php
│ │ │ │ ├── currency_transaction.php
│ │ │ │ ├── device.php
│ │ │ │ ├── language.php
│ │ │ │ └── user_info.php
│ │ │ └── user_info.php
│ │ ├── yiic
│ │ ├── yiic.bat
│ │ └── yiic.php
│ ├── robots.txt
│ ├── run.bat
│ └── themes
│ ├── bootstrap
│ │ ├── css
│ │ │ └── styles.css
│ │ ├── images
│ │ │ ├── Thumbs.db
│ │ │ ├── arrow.png
│ │ │ ├── error.jpg
│ │ │ ├── glyphicons-halflings-white.png
│ │ │ ├── glyphicons-halflings.png
│ │ │ ├── kefuqq.gif
│ │ │ ├── kefutt.gif
│ │ │ ├── links
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── img1.jpg
│ │ │ │ ├── img2.jpg
│ │ │ │ ├── img3.jpg
│ │ │ │ └── img4.jpg
│ │ │ ├── loading.gif
│ │ │ ├── logo.png
│ │ │ ├── logo_old.png
│ │ │ ├── managementBg.png
│ │ │ ├── new-price.jpg
│ │ │ ├── payment
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── alipay.gif
│ │ │ │ └── tenpay.gif
│ │ │ ├── safe3.jpg
│ │ │ ├── safeli.jpg
│ │ │ ├── slogan1.jpg
│ │ │ ├── slogan2.jpg
│ │ │ ├── slogan3.jpg
│ │ │ ├── slogan4.jpg
│ │ │ ├── success.jpg
│ │ │ └── wearego_bg.jpg
│ │ ├── js
│ │ │ ├── bootbox.js
│ │ │ ├── box.js
│ │ │ ├── config.js
│ │ │ ├── lang.js
│ │ │ ├── responseHandler.js
│ │ │ └── trade.js
│ │ └── views
│ │ ├── account
│ │ │ ├── financial.php
│ │ │ ├── index.php
│ │ │ ├── info.php
│ │ │ ├── sidebar.php
│ │ │ └── trade_password.php
│ │ ├── content
│ │ │ ├── sidebar.php
│ │ │ └── view.php
│ │ ├── currency
│ │ │ ├── in_coin.php
│ │ │ ├── in_currency.php
│ │ │ ├── out_coin.php
│ │ │ ├── out_currency.php
│ │ │ ├── payment_confirm.php
│ │ │ ├── payment_go.php
│ │ │ └── payment_result.php
│ │ ├── error
│ │ │ ├── ajax
│ │ │ │ ├── error.php
│ │ │ │ └── exception.php
│ │ │ ├── error.php
│ │ │ └── exception.php
│ │ ├── layouts
│ │ │ ├── account.php
│ │ │ ├── column1.php
│ │ │ ├── column2.php
│ │ │ ├── content.php
│ │ │ ├── main.php
│ │ │ ├── security.php
│ │ │ └── upgrade.php
│ │ ├── market
│ │ │ ├── chart.php
│ │ │ ├── index.php
│ │ │ └── sidebar.php
│ │ ├── password
│ │ │ ├── forgot.php
│ │ │ ├── notify.php
│ │ │ └── reset.php
│ │ ├── promotion
│ │ │ └── user.php
│ │ ├── security
│ │ │ ├── binding_phone.php
│ │ │ ├── binding_phone_done.php
│ │ │ ├── index.php
│ │ │ ├── notification.php
│ │ │ └── sidebar.php
│ │ ├── site
│ │ │ ├── ajax_login.php
│ │ │ ├── beta.php
│ │ │ ├── index.php
│ │ │ ├── login.php
│ │ │ ├── login_form.php
│ │ │ ├── register.php
│ │ │ ├── sidebar.php
│ │ │ └── upgrade.php
│ │ ├── system
│ │ │ ├── ajax_modal.php
│ │ │ ├── coming_soon.php
│ │ │ └── modal_header.php
│ │ └── trade
│ │ ├── _orders.php
│ │ ├── in.php
│ │ ├── in.php.bak
│ │ ├── order.php
│ │ ├── out.php
│ │ ├── sub.php
│ │ └── transaction.php
│ └── mobile
│ ├── css
│ │ └── styles.css
│ ├── images
│ │ ├── Thumbs.db
│ │ ├── arrow.png
│ │ ├── error.jpg
│ │ ├── glyphicons-halflings-white.png
│ │ ├── glyphicons-halflings.png
│ │ ├── links
│ │ │ ├── Thumbs.db
│ │ │ ├── img1.jpg
│ │ │ ├── img2.jpg
│ │ │ ├── img3.jpg
│ │ │ └── img4.jpg
│ │ ├── loading.gif
│ │ ├── logo.png
│ │ ├── managementBg.png
│ │ ├── new-price.jpg
│ │ ├── payment
│ │ │ ├── Thumbs.db
│ │ │ ├── alipay.gif
│ │ │ └── tenpay.gif
│ │ ├── safe3.jpg
│ │ ├── safeli.jpg
│ │ ├── slogan1.jpg
│ │ ├── slogan2.jpg
│ │ ├── slogan3.jpg
│ │ ├── slogan4.jpg
│ │ ├── success.jpg
│ │ └── wearego_bg.jpg
│ ├── js
│ │ ├── bootbox.js
│ │ ├── box.js
│ │ ├── config.js
│ │ ├── lang.js
│ │ ├── responseHandler.js
│ │ └── trade.js
│ └── views
│ ├── account
│ │ ├── financial.php
│ │ ├── index.php
│ │ ├── info.php
│ │ ├── sidebar.php
│ │ └── trade_password.php
│ ├── content
│ │ ├── sidebar.php
│ │ └── view.php
│ ├── currency
│ │ ├── in_coin.php
│ │ ├── in_currency.php
│ │ ├── out_coin.php
│ │ └── out_currency.php
│ ├── error
│ │ ├── ajax
│ │ │ ├── error.php
│ │ │ └── exception.php
│ │ ├── error.php
│ │ └── exception.php
│ ├── layouts
│ │ ├── account.php
│ │ ├── column1.php
│ │ ├── column2.php
│ │ ├── content.php
│ │ ├── main.php
│ │ └── upgrade.php
│ ├── market
│ │ └── chart.php
│ ├── password
│ │ ├── forgot.php
│ │ ├── notify.php
│ │ └── reset.php
│ ├── site
│ │ ├── ajax_login.php
│ │ ├── beta.php
│ │ ├── index.php
│ │ ├── login.php
│ │ ├── login_form.php
│ │ ├── register.php
│ │ ├── sidebar.php
│ │ └── upgrade.php
│ ├── system
│ │ ├── ajax_modal.php
│ │ ├── coming_soon.php
│ │ └── modal_header.php
│ └── trade
│ ├── _orders.php
│ ├── in.php
│ ├── order.php
│ ├── out.php
│ └── transaction.php
├── framework.zip
├── sql.sql
├── 效果图
│ ├── 1.jpg
│ ├── 2.jpg
│ ├── 3.jpg
│ ├── 4.jpg
│ ├── 5.jpg
│ └── 6.jpg
└── 安装教程.txt
193 directories, 891 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论