实例介绍
注册用户可以绑定自己域名,用来做防封。支持直连、跳转、框架、密码访问等。不用购买大量域名来做防封。支持自定义广告。 可以设置用户等级权限用来盈利。 专业的短网址源码,完整的后台管理、功能齐全的用户面板、用户系统、社交分享、短网址统计、短网址自定义、多国语言支持、社交分享以及API系统等。
【实例截图】
【核心代码】
4744300845190195930.zip
├── admin
│ ├── index.php
│ ├── static
│ │ ├── dashboard.js
│ │ ├── index.php
│ │ └── style.css
│ └── system
│ ├── ads.php
│ ├── edit.php
│ ├── emails.php
│ ├── footer.php
│ ├── header.php
│ ├── index.php
│ ├── languages.php
│ ├── page.php
│ ├── payments.php
│ ├── plans.php
│ ├── settings.php
│ ├── subscription.php
│ ├── themes.php
│ ├── tools.php
│ ├── urls.php
│ └── users.php
├── content
│ └── index.php
├── includes
│ ├── Admin.class.php
│ ├── analytics.php
│ ├── API.class.php
│ ├── App.class.php
│ ├── AutoUpdate.class.php
│ ├── config_sample.php
│ ├── core.php
│ ├── Database.class.php
│ ├── index.php
│ ├── languages
│ │ ├── ch.php
│ │ └── lang_sample.php
│ ├── library
│ │ ├── auth
│ │ │ ├── autoload.php
│ │ │ │ ├── Authentication
│ │ │ │ │ ├── AccessTokenMetadata.php
│ │ │ │ │ ├── AccessToken.php
│ │ │ │ │ └── OAuth2Client.php
│ │ │ │ ├── autoload.php
│ │ │ │ ├── Exceptions
│ │ │ │ │ ├── FacebookAuthenticationException.php
│ │ │ │ │ ├── FacebookAuthorizationException.php
│ │ │ │ │ ├── FacebookClientException.php
│ │ │ │ │ ├── FacebookOtherException.php
│ │ │ │ │ ├── FacebookResponseException.php
│ │ │ │ │ ├── FacebookResumableUploadException.php
│ │ │ │ │ ├── FacebookSDKException.php
│ │ │ │ │ ├── FacebookServerException.php
│ │ │ │ │ └── FacebookThrottleException.php
│ │ │ │ ├── FacebookApp.php
│ │ │ │ ├── FacebookBatchRequest.php
│ │ │ │ ├── FacebookBatchResponse.php
│ │ │ │ ├── FacebookClient.php
│ │ │ │ ├── Facebook.php
│ │ │ │ ├── FacebookRequest.php
│ │ │ │ ├── FacebookResponse.php
│ │ │ │ ├── FileUpload
│ │ │ │ │ ├── FacebookFile.php
│ │ │ │ │ ├── FacebookResumableUploader.php
│ │ │ │ │ ├── FacebookTransferChunk.php
│ │ │ │ │ ├── FacebookVideo.php
│ │ │ │ │ └── Mimetypes.php
│ │ │ │ ├── GraphNodes
│ │ │ │ │ ├── Birthday.php
│ │ │ │ │ ├── Collection.php
│ │ │ │ │ ├── GraphAchievement.php
│ │ │ │ │ ├── GraphAlbum.php
│ │ │ │ │ ├── GraphApplication.php
│ │ │ │ │ ├── GraphCoverPhoto.php
│ │ │ │ │ ├── GraphEdge.php
│ │ │ │ │ ├── GraphEvent.php
│ │ │ │ │ ├── GraphGroup.php
│ │ │ │ │ ├── GraphList.php
│ │ │ │ │ ├── GraphLocation.php
│ │ │ │ │ ├── GraphNodeFactory.php
│ │ │ │ │ ├── GraphNode.php
│ │ │ │ │ ├── GraphObjectFactory.php
│ │ │ │ │ ├── GraphObject.php
│ │ │ │ │ ├── GraphPage.php
│ │ │ │ │ ├── GraphPicture.php
│ │ │ │ │ ├── GraphSessionInfo.php
│ │ │ │ │ └── GraphUser.php
│ │ │ │ ├── Helpers
│ │ │ │ │ ├── FacebookCanvasHelper.php
│ │ │ │ │ ├── FacebookJavaScriptHelper.php
│ │ │ │ │ ├── FacebookPageTabHelper.php
│ │ │ │ │ ├── FacebookRedirectLoginHelper.php
│ │ │ │ │ └── FacebookSignedRequestFromInputHelper.php
│ │ │ │ ├── Http
│ │ │ │ │ ├── GraphRawResponse.php
│ │ │ │ │ ├── RequestBodyInterface.php
│ │ │ │ │ ├── RequestBodyMultipart.php
│ │ │ │ │ └── RequestBodyUrlEncoded.php
│ │ │ │ ├── HttpClients
│ │ │ │ │ ├── certs
│ │ │ │ │ │ └── DigiCertHighAssuranceEVRootCA.pem
│ │ │ │ │ ├── FacebookCurlHttpClient.php
│ │ │ │ │ ├── FacebookCurl.php
│ │ │ │ │ ├── FacebookGuzzleHttpClient.php
│ │ │ │ │ ├── FacebookHttpClientInterface.php
│ │ │ │ │ ├── FacebookStreamHttpClient.php
│ │ │ │ │ ├── FacebookStream.php
│ │ │ │ │ └── HttpClientsFactory.php
│ │ │ │ ├── PersistentData
│ │ │ │ │ ├── FacebookMemoryPersistentDataHandler.php
│ │ │ │ │ ├── FacebookSessionPersistentDataHandler.php
│ │ │ │ │ ├── PersistentDataFactory.php
│ │ │ │ │ └── PersistentDataInterface.php
│ │ │ │ ├── polyfills.php
│ │ │ │ ├── PseudoRandomString
│ │ │ │ │ ├── McryptPseudoRandomStringGenerator.php
│ │ │ │ │ ├── OpenSslPseudoRandomStringGenerator.php
│ │ │ │ │ ├── PseudoRandomStringGeneratorFactory.php
│ │ │ │ │ ├── PseudoRandomStringGeneratorInterface.php
│ │ │ │ │ ├── PseudoRandomStringGeneratorTrait.php
│ │ │ │ │ ├── RandomBytesPseudoRandomStringGenerator.php
│ │ │ │ │ └── UrandomPseudoRandomStringGenerator.php
│ │ │ │ ├── SignedRequest.php
│ │ │ │ └── Url
│ │ │ │ ├── FacebookUrlDetectionHandler.php
│ │ │ │ ├── FacebookUrlManipulator.php
│ │ │ │ └── UrlDetectionInterface.php
│ │ │ ├── google.php
│ │ │ ├── index.php
│ │ │ ├── autoload.php
│ │ │ ├── cacert.pem
│ │ │ ├── Config.php
│ │ │ ├── Consumer.php
│ │ │ ├── HmacSha1.php
│ │ │ ├── Request.php
│ │ │ ├── Response.php
│ │ │ ├── SignatureMethod.php
│ │ │ ├── Token.php
│ │ │ ├── TwitterOAuthException.php
│ │ │ ├── TwitterOAuth.php
│ │ │ ├── Util
│ │ │ │ └── JsonDecoder.php
│ │ │ └── Util.php
│ │ ├── Cache.class.php
│ │ ├── cert
│ │ │ ├── api_cert_chain.crt
│ │ │ └── index.php
│ │ ├── class.smtp.php
│ │ ├── geoip
│ │ │ ├── autoload.php
│ │ │ ├── GeoIP.mmdb
│ │ │ ├── index.php
│ │ │ └── MaxMind
│ │ │ └── Db
│ │ │ ├── Reader
│ │ │ │ ├── cache.php
│ │ │ │ ├── Decoder.php
│ │ │ │ ├── InvalidDatabaseException.php
│ │ │ │ ├── Metadata.php
│ │ │ │ └── Util.php
│ │ │ └── Reader.php
│ │ ├── index.php
│ │ ├── Paypal.class.php
│ │ ├── phpmailer
│ │ │ ├── class.phpmaileroauthgoogle.php
│ │ │ ├── class.phpmaileroauth.php
│ │ │ ├── class.phpmailer.php
│ │ │ ├── class.pop3.php
│ │ │ ├── class.smtp.php
│ │ │ ├── extras
│ │ │ │ ├── EasyPeasyICS.php
│ │ │ │ ├── htmlfilter.php
│ │ │ │ ├── ntlm_sasl_client.php
│ │ │ │ └── README.md
│ │ │ ├── get_oauth_token.php
│ │ │ ├── index.php
│ │ │ ├── language
│ │ │ │ ├── phpmailer.lang-am.php
│ │ │ │ ├── phpmailer.lang-ar.php
│ │ │ │ ├── phpmailer.lang-az.php
│ │ │ │ ├── phpmailer.lang-be.php
│ │ │ │ ├── phpmailer.lang-bg.php
│ │ │ │ ├── phpmailer.lang-ca.php
│ │ │ │ ├── phpmailer.lang-ch.php
│ │ │ │ ├── phpmailer.lang-cs.php
│ │ │ │ ├── phpmailer.lang-da.php
│ │ │ │ ├── phpmailer.lang-de.php
│ │ │ │ ├── phpmailer.lang-el.php
│ │ │ │ ├── phpmailer.lang-eo.php
│ │ │ │ ├── phpmailer.lang-es.php
│ │ │ │ ├── phpmailer.lang-et.php
│ │ │ │ ├── phpmailer.lang-fa.php
│ │ │ │ ├── phpmailer.lang-fi.php
│ │ │ │ ├── phpmailer.lang-fo.php
│ │ │ │ ├── phpmailer.lang-fr.php
│ │ │ │ ├── phpmailer.lang-gl.php
│ │ │ │ ├── phpmailer.lang-he.php
│ │ │ │ ├── phpmailer.lang-hr.php
│ │ │ │ ├── phpmailer.lang-hu.php
│ │ │ │ ├── phpmailer.lang-id.php
│ │ │ │ ├── phpmailer.lang-it.php
│ │ │ │ ├── phpmailer.lang-ja.php
│ │ │ │ ├── phpmailer.lang-ka.php
│ │ │ │ ├── phpmailer.lang-ko.php
│ │ │ │ ├── phpmailer.lang-lt.php
│ │ │ │ ├── phpmailer.lang-lv.php
│ │ │ │ ├── phpmailer.lang-ms.php
│ │ │ │ ├── phpmailer.lang-nb.php
│ │ │ │ ├── phpmailer.lang-nl.php
│ │ │ │ ├── phpmailer.lang-pl.php
│ │ │ │ ├── phpmailer.lang-pt_br.php
│ │ │ │ ├── phpmailer.lang-pt.php
│ │ │ │ ├── phpmailer.lang-ro.php
│ │ │ │ ├── phpmailer.lang-ru.php
│ │ │ │ ├── phpmailer.lang-sk.php
│ │ │ │ ├── phpmailer.lang-sl.php
│ │ │ │ ├── phpmailer.lang-sr.php
│ │ │ │ ├── phpmailer.lang-sv.php
│ │ │ │ ├── phpmailer.lang-tr.php
│ │ │ │ ├── phpmailer.lang-uk.php
│ │ │ │ ├── phpmailer.lang-vi.php
│ │ │ │ ├── phpmailer.lang-zh_cn.php
│ │ │ │ └── phpmailer.lang-zh.php
│ │ │ └── PHPMailerAutoload.php
│ │ ├── phpPass.class.php
│ │ ├── Recaptcha.php
│ │ ├── Solvemedia.php
│ │ ├── Stripe
│ │ │ ├── Account.php
│ │ │ ├── AlipayAccount.php
│ │ │ ├── ApiOperations
│ │ │ │ ├── All.php
│ │ │ │ ├── Create.php
│ │ │ │ ├── Delete.php
│ │ │ │ ├── NestedResource.php
│ │ │ │ ├── Request.php
│ │ │ │ ├── Retrieve.php
│ │ │ │ └── Update.php
│ │ │ ├── ApiRequestor.php
│ │ │ ├── ApiResource.php
│ │ │ ├── ApiResponse.php
│ │ │ ├── ApplePayDomain.php
│ │ │ ├── ApplicationFee.php
│ │ │ ├── ApplicationFeeRefund.php
│ │ │ ├── Balance.php
│ │ │ ├── BalanceTransaction.php
│ │ │ ├── BankAccount.php
│ │ │ ├── BitcoinReceiver.php
│ │ │ ├── BitcoinTransaction.php
│ │ │ ├── ca-certificates.crt
│ │ │ ├── Card.php
│ │ │ ├── Charge.php
│ │ │ ├── Collection.php
│ │ │ ├── CountrySpec.php
│ │ │ ├── Coupon.php
│ │ │ ├── Customer.php
│ │ │ ├── Dispute.php
│ │ │ ├── EphemeralKey.php
│ │ │ ├── Error
│ │ │ │ ├── ApiConnection.php
│ │ │ │ ├── Api.php
│ │ │ │ ├── Authentication.php
│ │ │ │ ├── Base.php
│ │ │ │ ├── Card.php
│ │ │ │ ├── Idempotency.php
│ │ │ │ ├── InvalidRequest.php
│ │ │ │ ├── OAuth
│ │ │ │ │ ├── InvalidClient.php
│ │ │ │ │ ├── InvalidGrant.php
│ │ │ │ │ ├── InvalidRequest.php
│ │ │ │ │ ├── InvalidScope.php
│ │ │ │ │ ├── OAuthBase.php
│ │ │ │ │ ├── UnsupportedGrantType.php
│ │ │ │ │ └── UnsupportedResponseType.php
│ │ │ │ ├── Permission.php
│ │ │ │ ├── RateLimit.php
│ │ │ │ └── SignatureVerification.php
│ │ │ ├── Event.php
│ │ │ ├── ExchangeRate.php
│ │ │ ├── FileUpload.php
│ │ │ ├── HttpClient
│ │ │ │ ├── ClientInterface.php
│ │ │ │ └── CurlClient.php
│ │ │ ├── InvoiceItem.php
│ │ │ ├── Invoice.php
│ │ │ ├── LoginLink.php
│ │ │ ├── OAuth.php
│ │ │ ├── Order.php
│ │ │ ├── OrderReturn.php
│ │ │ ├── Payout.php
│ │ │ ├── Plan.php
│ │ │ ├── Product.php
│ │ │ ├── Recipient.php
│ │ │ ├── RecipientTransfer.php
│ │ │ ├── Refund.php
│ │ │ ├── SingletonApiResource.php
│ │ │ ├── SKU.php
│ │ │ ├── Source.php
│ │ │ ├── SourceTransaction.php
│ │ │ ├── StripeObject.php
│ │ │ ├── Stripe.php
│ │ │ ├── SubscriptionItem.php
│ │ │ ├── Subscription.php
│ │ │ ├── ThreeDSecure.php
│ │ │ ├── Token.php
│ │ │ ├── Topup.php
│ │ │ ├── Transfer.php
│ │ │ ├── TransferReversal.php
│ │ │ ├── Util
│ │ │ │ ├── AutoPagingIterator.php
│ │ │ │ ├── DefaultLogger.php
│ │ │ │ ├── LoggerInterface.php
│ │ │ │ ├── RandomGenerator.php
│ │ │ │ ├── RequestOptions.php
│ │ │ │ ├── Set.php
│ │ │ │ └── Util.php
│ │ │ ├── Webhook.php
│ │ │ └── WebhookSignature.php
│ │ └── Stripe.load.php
│ ├── Main.class.php
│ ├── Short.class.php
│ └── User.class.php
├── index.php
├── install.php
├── sitemap.php
├── static
│ ├── application.fn.js
│ ├── application.js
│ ├── bookmarklet.js
│ ├── bootstrap.min.js
│ ├── css
│ │ ├── bootstrap.min.css
│ │ ├── components.min.css
│ │ ├── img
│ │ │ ├── aero@2x.png
│ │ │ ├── aero.png
│ │ │ ├── blue@2x.png
│ │ │ ├── blue.png
│ │ │ ├── chosen-sprite@2x.png
│ │ │ ├── chosen-sprite.png
│ │ │ ├── flat@2x.png
│ │ │ ├── flat.png
│ │ │ ├── green@2x.png
│ │ │ ├── green.png
│ │ │ ├── grey@2x.png
│ │ │ ├── grey.png
│ │ │ ├── index.php
│ │ │ ├── orange@2x.png
│ │ │ ├── orange.png
│ │ │ ├── pink@2x.png
│ │ │ ├── pink.png
│ │ │ ├── purple@2x.png
│ │ │ ├── purple.png
│ │ │ ├── red@2x.png
│ │ │ ├── red.png
│ │ │ ├── yellow@2x.png
│ │ │ └── yellow.png
│ │ └── index.php
│ ├── detect.app.js
│ ├── fonts
│ │ ├── glyphicons-halflings-regular.eot
│ │ ├── glyphicons-halflings-regular.svg
│ │ ├── glyphicons-halflings-regular.ttf
│ │ ├── glyphicons-halflings-regular.woff
│ │ └── index.php
│ ├── globe.png
│ ├── img
│ │ ├── index.php
│ │ ├── powered_by_stripe.png
│ │ └── Thumbs.db
│ ├── index.php
│ ├── js
│ │ ├── cache.js
│ │ ├── Chart.min.js
│ │ ├── chosen.min.js
│ │ ├── excanvas.js
│ │ ├── flot.js
│ │ ├── icheck.min.js
│ │ ├── index.php
│ │ ├── jquery.min.js
│ │ ├── jvector.js
│ │ ├── jvector.world.js
│ │ ├── zclip.js
│ │ └── zclip.swf
│ ├── jShortener.js
│ ├── loader.gif
│ ├── noscreen.png
│ └── server.js
├── themes
│ ├── cleanex
│ │ ├── assets
│ │ │ ├── images
│ │ │ │ ├── bg.png
│ │ │ │ ├── help.png
│ │ │ │ ├── index.php
│ │ │ │ ├── landing.png
│ │ │ │ └── Thumbs.db
│ │ │ ├── index.php
│ │ │ └── js
│ │ │ ├── index.php
│ │ │ └── main.js
│ │ ├── bundles.php
│ │ ├── checkout.php
│ │ ├── contact.php
│ │ ├── custom.splash.php
│ │ ├── domain.php
│ │ ├── email.php
│ │ ├── footer.php
│ │ ├── forgot.php
│ │ ├── frame.php
│ │ ├── header.php
│ │ ├── index.php
│ │ ├── login.php
│ │ ├── media.php
│ │ ├── membership.php
│ │ ├── overlay.php
│ │ ├── page.php
│ │ ├── pixels.php
│ │ ├── profile.php
│ │ ├── register.php
│ │ ├── screenshot.png
│ │ ├── settings.php
│ │ ├── shared
│ │ │ ├── index.php
│ │ │ ├── public_url_loop.php
│ │ │ ├── shortener.php
│ │ │ ├── template.php
│ │ │ ├── url_loop.php
│ │ │ └── user_template.php
│ │ ├── splash.php
│ │ ├── stats.php
│ │ ├── style.css
│ │ ├── style.less
│ │ ├── tools.php
│ │ ├── upgrade.php
│ │ └── user.php
│ └── index.php
├── updater.php
└── 安装教程.txt
48 directories, 395 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论