├── MySQL file └── sql.sql ├── README.md ├── SM Script ├── .htaccess ├── assets │ ├── includes │ │ ├── config.php │ │ ├── connect.php │ │ ├── core.php │ │ └── mail │ │ │ ├── PHPMailerAutoload.php │ │ │ ├── class.phpmailer.php │ │ │ ├── class.pop3.php │ │ │ └── class.smtp.php │ ├── social │ │ ├── Google │ │ │ ├── Auth │ │ │ │ ├── Abstract.php │ │ │ │ ├── AppIdentity.php │ │ │ │ ├── AssertionCredentials.php │ │ │ │ ├── ComputeEngine.php │ │ │ │ ├── Exception.php │ │ │ │ ├── LoginTicket.php │ │ │ │ ├── OAuth2.php │ │ │ │ └── Simple.php │ │ │ ├── Cache │ │ │ │ ├── Abstract.php │ │ │ │ ├── Apc.php │ │ │ │ ├── Exception.php │ │ │ │ ├── File.php │ │ │ │ ├── Memcache.php │ │ │ │ └── Null.php │ │ │ ├── Client.php │ │ │ ├── Collection.php │ │ │ ├── Config.php │ │ │ ├── Exception.php │ │ │ ├── Http │ │ │ │ ├── Batch.php │ │ │ │ ├── CacheParser.php │ │ │ │ ├── MediaFileUpload.php │ │ │ │ ├── REST.php │ │ │ │ └── Request.php │ │ │ ├── IO │ │ │ │ ├── Abstract.php │ │ │ │ ├── Curl.php │ │ │ │ ├── Exception.php │ │ │ │ ├── Stream.php │ │ │ │ └── cacerts.pem │ │ │ ├── Logger │ │ │ │ ├── Abstract.php │ │ │ │ ├── Exception.php │ │ │ │ ├── File.php │ │ │ │ ├── Null.php │ │ │ │ └── Psr.php │ │ │ ├── Model.php │ │ │ ├── Service.php │ │ │ ├── Service │ │ │ │ ├── AdExchangeBuyer.php │ │ │ │ ├── AdExchangeSeller.php │ │ │ │ ├── AdSense.php │ │ │ │ ├── AdSenseHost.php │ │ │ │ ├── Admin.php │ │ │ │ ├── Analytics.php │ │ │ │ ├── AndroidEnterprise.php │ │ │ │ ├── AndroidPublisher.php │ │ │ │ ├── AppState.php │ │ │ │ ├── Appsactivity.php │ │ │ │ ├── Audit.php │ │ │ │ ├── Autoscaler.php │ │ │ │ ├── Bigquery.php │ │ │ │ ├── Blogger.php │ │ │ │ ├── Books.php │ │ │ │ ├── Calendar.php │ │ │ │ ├── CivicInfo.php │ │ │ │ ├── Classroom.php │ │ │ │ ├── CloudMonitoring.php │ │ │ │ ├── CloudUserAccounts.php │ │ │ │ ├── Cloudlatencytest.php │ │ │ │ ├── Cloudresourcemanager.php │ │ │ │ ├── Cloudsearch.php │ │ │ │ ├── Compute.php │ │ │ │ ├── Computeaccounts.php │ │ │ │ ├── Container.php │ │ │ │ ├── Coordinate.php │ │ │ │ ├── Customsearch.php │ │ │ │ ├── Dataflow.php │ │ │ │ ├── Datastore.php │ │ │ │ ├── DeploymentManager.php │ │ │ │ ├── Dfareporting.php │ │ │ │ ├── Directory.php │ │ │ │ ├── Dns.php │ │ │ │ ├── DoubleClickBidManager.php │ │ │ │ ├── Doubleclicksearch.php │ │ │ │ ├── Drive.php │ │ │ │ ├── Exception.php │ │ │ │ ├── Fitness.php │ │ │ │ ├── Freebase.php │ │ │ │ ├── Fusiontables.php │ │ │ │ ├── Games.php │ │ │ │ ├── GamesConfiguration.php │ │ │ │ ├── GamesManagement.php │ │ │ │ ├── Genomics.php │ │ │ │ ├── Gmail.php │ │ │ │ ├── GroupsMigration.php │ │ │ │ ├── Groupssettings.php │ │ │ │ ├── IdentityToolkit.php │ │ │ │ ├── Licensing.php │ │ │ │ ├── Logging.php │ │ │ │ ├── Manager.php │ │ │ │ ├── MapsEngine.php │ │ │ │ ├── Mirror.php │ │ │ │ ├── Oauth2.php │ │ │ │ ├── Pagespeedonline.php │ │ │ │ ├── Playmoviespartner.php │ │ │ │ ├── Plus.php │ │ │ │ ├── PlusDomains.php │ │ │ │ ├── Prediction.php │ │ │ │ ├── Pubsub.php │ │ │ │ ├── QPXExpress.php │ │ │ │ ├── Replicapool.php │ │ │ │ ├── Replicapoolupdater.php │ │ │ │ ├── Reports.php │ │ │ │ ├── Reseller.php │ │ │ │ ├── Resource.php │ │ │ │ ├── Resourceviews.php │ │ │ │ ├── SQLAdmin.php │ │ │ │ ├── ShoppingContent.php │ │ │ │ ├── SiteVerification.php │ │ │ │ ├── Spectrum.php │ │ │ │ ├── Storage.php │ │ │ │ ├── TagManager.php │ │ │ │ ├── Taskqueue.php │ │ │ │ ├── Tasks.php │ │ │ │ ├── Translate.php │ │ │ │ ├── Urlshortener.php │ │ │ │ ├── Webfonts.php │ │ │ │ ├── Webmasters.php │ │ │ │ ├── YouTube.php │ │ │ │ └── YouTubeAnalytics.php │ │ │ ├── Signer │ │ │ │ ├── Abstract.php │ │ │ │ └── P12.php │ │ │ ├── Task │ │ │ │ ├── Exception.php │ │ │ │ ├── Retryable.php │ │ │ │ └── Runner.php │ │ │ ├── Utils.php │ │ │ ├── Utils │ │ │ │ └── URITemplate.php │ │ │ ├── Verifier │ │ │ │ ├── Abstract.php │ │ │ │ └── Pem.php │ │ │ └── autoload.php │ │ ├── facebook │ │ │ ├── base_facebook.php │ │ │ ├── facebook.php │ │ │ └── fb_ca_chain_bundle.crt │ │ ├── instagram │ │ │ ├── Instagram.php │ │ │ └── InstagramException.php │ │ └── twitter │ │ │ ├── OAuth.php │ │ │ ├── twitter_class.php │ │ │ ├── twitter_classs.php │ │ │ └── twitteroauth.php │ └── sources │ │ ├── Call.mp3 │ │ ├── Notification.wav │ │ ├── S3.php │ │ ├── ajaxImage.php │ │ ├── fbconnect.php │ │ ├── fortumo.php │ │ ├── googleconnect.php │ │ ├── instaconnect.php │ │ ├── instagram.php │ │ ├── ipn.php │ │ ├── ipnpremium.php │ │ ├── logout.php │ │ ├── logout_m.php │ │ ├── pages.php │ │ ├── privateImage.php │ │ ├── processupload.php │ │ ├── regImage.php │ │ ├── sendphoto.php │ │ ├── sendphotoMobile.php │ │ ├── smsipn.php │ │ ├── stripe.php │ │ ├── stripe │ │ ├── Account.php │ │ ├── AlipayAccount.php │ │ ├── ApiRequestor.php │ │ ├── ApiResource.php │ │ ├── ApiResponse.php │ │ ├── ApplicationFee.php │ │ ├── ApplicationFeeRefund.php │ │ ├── AttachedObject.php │ │ ├── Balance.php │ │ ├── BalanceTransaction.php │ │ ├── BankAccount.php │ │ ├── BitcoinReceiver.php │ │ ├── BitcoinTransaction.php │ │ ├── Card.php │ │ ├── Charge.php │ │ ├── Collection.php │ │ ├── CountrySpec.php │ │ ├── Coupon.php │ │ ├── Customer.php │ │ ├── Dispute.php │ │ ├── Error │ │ │ ├── Api.php │ │ │ ├── ApiConnection.php │ │ │ ├── Authentication.php │ │ │ ├── Base.php │ │ │ ├── Card.php │ │ │ ├── InvalidRequest.php │ │ │ └── RateLimit.php │ │ ├── Event.php │ │ ├── ExternalAccount.php │ │ ├── FileUpload.php │ │ ├── HttpClient │ │ │ ├── ClientInterface.php │ │ │ └── CurlClient.php │ │ ├── Invoice.php │ │ ├── InvoiceItem.php │ │ ├── JsonSerializable.php │ │ ├── Order.php │ │ ├── Plan.php │ │ ├── Product.php │ │ ├── Recipient.php │ │ ├── Refund.php │ │ ├── SKU.php │ │ ├── SingletonApiResource.php │ │ ├── Stripe.php │ │ ├── StripeObject.php │ │ ├── Subscription.php │ │ ├── Token.php │ │ ├── Transfer.php │ │ ├── TransferReversal.php │ │ └── Util │ │ │ ├── AutoPagingIterator.php │ │ │ ├── RequestOptions.php │ │ │ ├── Set.php │ │ │ └── Util.php │ │ ├── twittercallback.php │ │ └── twitterconnect.php ├── index.php ├── mobile.php ├── requests │ ├── admin.php │ ├── chat.php │ ├── stripe.php │ ├── user.php │ └── videocall.php └── themes │ ├── default │ ├── admin │ │ ├── bootstrap │ │ │ ├── css │ │ │ │ ├── bootstrap.css │ │ │ │ ├── bootstrap.css.map │ │ │ │ └── bootstrap.min.css │ │ │ ├── fonts │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ └── glyphicons-halflings-regular.woff2 │ │ │ └── js │ │ │ │ ├── bootstrap.js │ │ │ │ ├── bootstrap.min.js │ │ │ │ └── npm.js │ │ ├── css │ │ │ ├── AdminLTE.css │ │ │ ├── AdminLTE.min.css │ │ │ └── skins │ │ │ │ ├── _all-skins.css │ │ │ │ ├── _all-skins.min.css │ │ │ │ ├── skin-black.css │ │ │ │ ├── skin-black.min.css │ │ │ │ ├── skin-blue.css │ │ │ │ ├── skin-blue.min.css │ │ │ │ ├── skin-green.css │ │ │ │ ├── skin-green.min.css │ │ │ │ ├── skin-purple.css │ │ │ │ ├── skin-purple.min.css │ │ │ │ ├── skin-red.css │ │ │ │ ├── skin-red.min.css │ │ │ │ ├── skin-yellow.css │ │ │ │ └── skin-yellow.min.css │ │ └── js │ │ │ └── admin.js │ ├── css │ │ ├── emoticons.css │ │ ├── fbphotobox.css │ │ ├── galleria │ │ │ ├── galleria.classic.css │ │ │ ├── galleria.classic.min.js │ │ │ └── img │ │ │ │ ├── classic-loader.gif │ │ │ │ └── classic-map.png │ │ ├── hint.css │ │ ├── materialize.css │ │ ├── materialize.min.css │ │ ├── scroller.css │ │ ├── socialmatch.css │ │ ├── sweet-alert.css │ │ ├── sweetalert.css │ │ └── wdt-emoji-bundle.css │ ├── font │ │ ├── material-design-icons │ │ │ ├── LICENSE.txt │ │ │ ├── Material-Design-Icons.eot │ │ │ ├── Material-Design-Icons.svg │ │ │ ├── Material-Design-Icons.ttf │ │ │ └── Material-Design-Icons.woff │ │ └── roboto │ │ │ ├── Roboto-Bold.ttf │ │ │ ├── Roboto-Light.ttf │ │ │ ├── Roboto-Medium.ttf │ │ │ ├── Roboto-Regular.ttf │ │ │ └── Roboto-Thin.ttf │ ├── gifts │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 2.png │ │ ├── 20.png │ │ ├── 21.png │ │ ├── 22.png │ │ ├── 23.png │ │ ├── 24.png │ │ ├── 25.png │ │ ├── 26.png │ │ ├── 27.png │ │ ├── 28.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── images │ │ ├── Arrowhead-Left-01-48.png │ │ ├── Arrowhead-Left.png │ │ ├── Arrowhead-Right-01-48.png │ │ ├── Arrowhead-Right.png │ │ ├── Arrows-Back-icon.png │ │ ├── Arrows-Forward-icon.png │ │ ├── Arrows-LWhite-icon.png │ │ ├── Arrows-RWhite-icon.png │ │ ├── Full-Screen-Expand-48.png │ │ ├── Full-Screen-Expand.png │ │ ├── ajax-loader.gif │ │ ├── close.png │ │ ├── creditcard-logo.png │ │ ├── fortumo-logo.png │ │ ├── fullscreen.png │ │ ├── logo.png │ │ ├── no_user.jpg │ │ ├── paygol-logo.png │ │ ├── paypal-logo.png │ │ ├── screenshot.jpg │ │ └── transparent.png │ ├── js │ │ ├── FlatNotifiy.js │ │ ├── classie.js │ │ ├── emoji.min.js │ │ ├── fbphotobox.js │ │ ├── galleria-1.4.2.min.js │ │ ├── jquery-2.1.1.js │ │ ├── jquery.form.min.js │ │ ├── jquery.preload.js │ │ ├── materialize.js │ │ ├── materialize.min.js │ │ ├── peer.js │ │ ├── plug.js │ │ ├── scroller.js │ │ ├── socialmatch.js │ │ ├── sweetalert.min.js │ │ └── wdt-emoji-bundle.js │ ├── layout │ │ ├── admin │ │ │ ├── accounts.phtml │ │ │ ├── ads.phtml │ │ │ ├── apps.phtml │ │ │ ├── editlang.phtml │ │ │ ├── fake.phtml │ │ │ ├── gifts.phtml │ │ │ ├── index.phtml │ │ │ ├── lang.phtml │ │ │ ├── login.phtml │ │ │ ├── pages.phtml │ │ │ ├── payment.phtml │ │ │ ├── photos.phtml │ │ │ ├── reports.phtml │ │ │ ├── statics.phtml │ │ │ ├── themes.phtml │ │ │ ├── user.phtml │ │ │ ├── users.phtml │ │ │ └── website.phtml │ │ ├── chat │ │ │ ├── content.phtml │ │ │ └── premium.phtml │ │ ├── container.phtml │ │ ├── discover │ │ │ └── content.phtml │ │ ├── fans │ │ │ └── content.phtml │ │ ├── matches │ │ │ ├── content.phtml │ │ │ └── mylikes.phtml │ │ ├── meet │ │ │ ├── content.phtml │ │ │ └── content_back.phtml │ │ ├── popular │ │ │ └── content.phtml │ │ ├── profile │ │ │ ├── content.phtml │ │ │ ├── credits.phtml │ │ │ ├── mphoto.phtml │ │ │ ├── p_photo.phtml │ │ │ ├── p_photos.phtml │ │ │ ├── photo.phtml │ │ │ ├── photos.phtml │ │ │ ├── pphotos.phtml │ │ │ ├── settings.phtml │ │ │ └── sphoto.phtml │ │ ├── terms │ │ │ ├── privacy.phtml │ │ │ └── terms.phtml │ │ └── visits │ │ │ └── content.phtml │ └── sheets │ │ └── sheet_apple_64.png │ ├── email │ ├── img │ │ ├── friends.jpg │ │ ├── photos.jpg │ │ ├── screenshot.jpg │ │ └── search.jpg │ └── layout │ │ ├── crush.phtml │ │ ├── forgot.phtml │ │ ├── match.phtml │ │ ├── message.phtml │ │ ├── near.phtml │ │ ├── test.phtml │ │ ├── verification.phtml │ │ └── welcome.phtml │ ├── landing │ ├── css │ │ ├── font-awesome.min.css │ │ ├── ie │ │ │ ├── PIE.htc │ │ │ ├── backgroundsize.min.htc │ │ │ ├── html5shiv.js │ │ │ └── v8.css │ │ ├── images │ │ │ └── overlay.png │ │ ├── skel.css │ │ ├── style-mobile.css │ │ ├── style-mobilep.css │ │ ├── style-narrow.css │ │ ├── style-narrower.css │ │ ├── style-normal.css │ │ ├── style-wide.css │ │ └── style.css │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 │ ├── images │ │ ├── bg-reg.jpg │ │ ├── bg.jpg │ │ ├── screenshot.jpg │ │ └── status.gif │ ├── js │ │ ├── init.js │ │ ├── jquery.dropotron.min.js │ │ ├── jquery.min.js │ │ ├── jquery.scrollgress.min.js │ │ ├── skel-layers.min.js │ │ └── skel.min.js │ ├── layout │ │ └── index │ │ │ ├── content.phtml │ │ │ ├── pp.phtml │ │ │ └── tac.phtml │ └── sass │ │ ├── _mixins.scss │ │ ├── _vars.scss │ │ ├── ie │ │ └── v8.scss │ │ ├── style-mobile.scss │ │ ├── style-mobilep.scss │ │ ├── style-narrow.scss │ │ ├── style-narrower.scss │ │ ├── style-normal.scss │ │ ├── style-wide.scss │ │ └── style.scss │ └── mobile │ ├── css │ ├── framework.css │ ├── ionicons.min.css │ ├── normalize.css │ ├── sm.css │ └── style.css │ ├── font │ ├── material-design-icons │ │ ├── LICENSE.txt │ │ ├── Material-Design-Icons.eot │ │ ├── Material-Design-Icons.svg │ │ ├── Material-Design-Icons.ttf │ │ └── Material-Design-Icons.woff │ └── roboto │ │ ├── Roboto-Bold.ttf │ │ ├── Roboto-Light.ttf │ │ ├── Roboto-Medium.ttf │ │ ├── Roboto-Regular.ttf │ │ └── Roboto-Thin.ttf │ ├── fonts │ ├── ionicons.eot │ ├── ionicons.svg │ ├── ionicons.ttf │ └── ionicons.woff │ ├── images │ ├── bg.jpg │ ├── loader.gif │ ├── menu_open.png │ ├── menu_open_black.png │ ├── photo.png │ └── screenshot.jpg │ ├── js │ ├── email.js │ ├── fastclick.js │ ├── framework.js │ ├── framework7.min.js │ ├── jquery-1.10.1.min.js │ ├── jquery.fitvids.js │ ├── jquery.min.js │ ├── jquery.mobile-1.4.5.js │ ├── jquery.swipebox.js │ ├── jquery.validate.min.js │ ├── mobile.js │ ├── modernizr.js │ ├── placeholders.min.js │ └── webfont.js │ └── layout │ ├── chat │ ├── content.phtml │ ├── messages.phtml │ └── premium.phtml │ ├── container.phtml │ ├── discover │ └── content.phtml │ ├── fans │ └── content.phtml │ ├── filter │ └── content.phtml │ ├── index │ ├── content.phtml │ ├── login.phtml │ ├── recover.phtml │ └── register.phtml │ ├── matches │ └── content.phtml │ ├── meet │ └── content.phtml │ ├── popular │ └── content.phtml │ ├── profile │ ├── content.phtml │ ├── photos.phtml │ └── settings.phtml │ └── visits │ └── content.phtml ├── documentation ├── files │ ├── P3.jpg │ ├── amazon.jpg │ ├── amazon2.jpg │ ├── anchorific.min.js │ ├── chop.css │ ├── config.jpg │ ├── create.jpg │ ├── deploy.png │ ├── f1.png │ ├── f2.png │ ├── f3.png │ ├── f4.png │ ├── favicon.png │ ├── fortumo.jpg │ ├── fortumo2.jpg │ ├── fortumo3.jpg │ ├── fortumo4.jpg │ ├── googlemaps.jpg │ ├── googlemaps2.jpg │ ├── googlemaps3.jpg │ ├── h1.jpg │ ├── h2.jpg │ ├── highlight.pack.js │ ├── import.jpg │ ├── item-thumbnail.png │ ├── jquery.min.js │ ├── jquery.sticky.js │ ├── p1.jpg │ ├── p2.jpg │ ├── p4.jpg │ ├── paypal.jpg │ ├── stripe.jpg │ ├── stripe2.jpg │ ├── style.css │ ├── twitter.jpg │ ├── videocall.jpg │ └── vs.css └── index.html ├── update.txt └── update ├── fix.sql └── themes └── email ├── img ├── friends.jpg ├── photos.jpg ├── screenshot.jpg └── search.jpg └── layout ├── crush.phtml ├── forgot.phtml ├── match.phtml ├── message.phtml ├── near.phtml ├── test.phtml ├── verification.phtml └── welcome.phtml /MySQL file/sql.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/MySQL file/sql.sql -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # socialmatch-video-call -------------------------------------------------------------------------------- /SM Script/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/.htaccess -------------------------------------------------------------------------------- /SM Script/assets/includes/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/includes/config.php -------------------------------------------------------------------------------- /SM Script/assets/includes/connect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/includes/connect.php -------------------------------------------------------------------------------- /SM Script/assets/includes/core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/includes/core.php -------------------------------------------------------------------------------- /SM Script/assets/includes/mail/PHPMailerAutoload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/includes/mail/PHPMailerAutoload.php -------------------------------------------------------------------------------- /SM Script/assets/includes/mail/class.phpmailer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/includes/mail/class.phpmailer.php -------------------------------------------------------------------------------- /SM Script/assets/includes/mail/class.pop3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/includes/mail/class.pop3.php -------------------------------------------------------------------------------- /SM Script/assets/includes/mail/class.smtp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/includes/mail/class.smtp.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Auth/Abstract.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Auth/Abstract.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Auth/AppIdentity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Auth/AppIdentity.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Auth/AssertionCredentials.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Auth/AssertionCredentials.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Auth/ComputeEngine.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Auth/ComputeEngine.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Auth/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Auth/Exception.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Auth/LoginTicket.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Auth/LoginTicket.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Auth/OAuth2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Auth/OAuth2.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Auth/Simple.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Auth/Simple.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Cache/Abstract.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Cache/Abstract.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Cache/Apc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Cache/Apc.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Cache/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Cache/Exception.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Cache/File.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Cache/File.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Cache/Memcache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Cache/Memcache.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Cache/Null.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Cache/Null.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Client.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Client.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Collection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Collection.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Config.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Exception.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Http/Batch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Http/Batch.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Http/CacheParser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Http/CacheParser.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Http/MediaFileUpload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Http/MediaFileUpload.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Http/REST.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Http/REST.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Http/Request.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Http/Request.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/IO/Abstract.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/IO/Abstract.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/IO/Curl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/IO/Curl.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/IO/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/IO/Exception.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/IO/Stream.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/IO/Stream.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/IO/cacerts.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/IO/cacerts.pem -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Logger/Abstract.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Logger/Abstract.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Logger/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Logger/Exception.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Logger/File.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Logger/File.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Logger/Null.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Logger/Null.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Logger/Psr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Logger/Psr.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Model.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Model.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/AdExchangeBuyer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/AdExchangeBuyer.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/AdExchangeSeller.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/AdExchangeSeller.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/AdSense.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/AdSense.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/AdSenseHost.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/AdSenseHost.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Admin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Admin.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Analytics.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Analytics.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/AndroidEnterprise.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/AndroidEnterprise.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/AndroidPublisher.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/AndroidPublisher.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/AppState.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/AppState.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Appsactivity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Appsactivity.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Audit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Audit.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Autoscaler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Autoscaler.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Bigquery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Bigquery.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Blogger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Blogger.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Books.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Books.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Calendar.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/CivicInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/CivicInfo.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Classroom.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Classroom.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/CloudMonitoring.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/CloudMonitoring.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/CloudUserAccounts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/CloudUserAccounts.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Cloudlatencytest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Cloudlatencytest.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Cloudresourcemanager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Cloudresourcemanager.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Cloudsearch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Cloudsearch.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Compute.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Compute.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Computeaccounts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Computeaccounts.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Container.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Container.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Coordinate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Coordinate.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Customsearch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Customsearch.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Dataflow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Dataflow.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Datastore.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Datastore.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/DeploymentManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/DeploymentManager.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Dfareporting.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Dfareporting.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Directory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Directory.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Dns.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Dns.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/DoubleClickBidManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/DoubleClickBidManager.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Doubleclicksearch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Doubleclicksearch.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Drive.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Drive.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Exception.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Fitness.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Fitness.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Freebase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Freebase.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Fusiontables.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Fusiontables.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Games.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Games.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/GamesConfiguration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/GamesConfiguration.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/GamesManagement.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/GamesManagement.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Genomics.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Genomics.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Gmail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Gmail.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/GroupsMigration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/GroupsMigration.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Groupssettings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Groupssettings.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/IdentityToolkit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/IdentityToolkit.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Licensing.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Licensing.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Logging.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Logging.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Manager.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/MapsEngine.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/MapsEngine.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Mirror.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Mirror.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Oauth2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Oauth2.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Pagespeedonline.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Pagespeedonline.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Playmoviespartner.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Playmoviespartner.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Plus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Plus.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/PlusDomains.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/PlusDomains.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Prediction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Prediction.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Pubsub.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Pubsub.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/QPXExpress.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/QPXExpress.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Replicapool.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Replicapool.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Replicapoolupdater.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Replicapoolupdater.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Reports.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Reports.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Reseller.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Reseller.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Resource.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Resource.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Resourceviews.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Resourceviews.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/SQLAdmin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/SQLAdmin.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/ShoppingContent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/ShoppingContent.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/SiteVerification.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/SiteVerification.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Spectrum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Spectrum.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Storage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Storage.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/TagManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/TagManager.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Taskqueue.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Taskqueue.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Tasks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Tasks.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Translate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Translate.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Urlshortener.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Urlshortener.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Webfonts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Webfonts.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/Webmasters.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/Webmasters.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/YouTube.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/YouTube.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Service/YouTubeAnalytics.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Service/YouTubeAnalytics.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Signer/Abstract.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Signer/Abstract.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Signer/P12.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Signer/P12.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Task/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Task/Exception.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Task/Retryable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Task/Retryable.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Task/Runner.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Task/Runner.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Utils.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Utils.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Utils/URITemplate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Utils/URITemplate.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Verifier/Abstract.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Verifier/Abstract.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/Verifier/Pem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/Verifier/Pem.php -------------------------------------------------------------------------------- /SM Script/assets/social/Google/autoload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/Google/autoload.php -------------------------------------------------------------------------------- /SM Script/assets/social/facebook/base_facebook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/facebook/base_facebook.php -------------------------------------------------------------------------------- /SM Script/assets/social/facebook/facebook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/facebook/facebook.php -------------------------------------------------------------------------------- /SM Script/assets/social/facebook/fb_ca_chain_bundle.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/facebook/fb_ca_chain_bundle.crt -------------------------------------------------------------------------------- /SM Script/assets/social/instagram/Instagram.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/instagram/Instagram.php -------------------------------------------------------------------------------- /SM Script/assets/social/instagram/InstagramException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/instagram/InstagramException.php -------------------------------------------------------------------------------- /SM Script/assets/social/twitter/OAuth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/twitter/OAuth.php -------------------------------------------------------------------------------- /SM Script/assets/social/twitter/twitter_class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/twitter/twitter_class.php -------------------------------------------------------------------------------- /SM Script/assets/social/twitter/twitter_classs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/twitter/twitter_classs.php -------------------------------------------------------------------------------- /SM Script/assets/social/twitter/twitteroauth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/social/twitter/twitteroauth.php -------------------------------------------------------------------------------- /SM Script/assets/sources/Call.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/Call.mp3 -------------------------------------------------------------------------------- /SM Script/assets/sources/Notification.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/Notification.wav -------------------------------------------------------------------------------- /SM Script/assets/sources/S3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/S3.php -------------------------------------------------------------------------------- /SM Script/assets/sources/ajaxImage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/ajaxImage.php -------------------------------------------------------------------------------- /SM Script/assets/sources/fbconnect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/fbconnect.php -------------------------------------------------------------------------------- /SM Script/assets/sources/fortumo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/fortumo.php -------------------------------------------------------------------------------- /SM Script/assets/sources/googleconnect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/googleconnect.php -------------------------------------------------------------------------------- /SM Script/assets/sources/instaconnect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/instaconnect.php -------------------------------------------------------------------------------- /SM Script/assets/sources/instagram.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/instagram.php -------------------------------------------------------------------------------- /SM Script/assets/sources/ipn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/ipn.php -------------------------------------------------------------------------------- /SM Script/assets/sources/ipnpremium.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/ipnpremium.php -------------------------------------------------------------------------------- /SM Script/assets/sources/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/logout.php -------------------------------------------------------------------------------- /SM Script/assets/sources/logout_m.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/logout_m.php -------------------------------------------------------------------------------- /SM Script/assets/sources/pages.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/pages.php -------------------------------------------------------------------------------- /SM Script/assets/sources/privateImage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/privateImage.php -------------------------------------------------------------------------------- /SM Script/assets/sources/processupload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/processupload.php -------------------------------------------------------------------------------- /SM Script/assets/sources/regImage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/regImage.php -------------------------------------------------------------------------------- /SM Script/assets/sources/sendphoto.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/sendphoto.php -------------------------------------------------------------------------------- /SM Script/assets/sources/sendphotoMobile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/sendphotoMobile.php -------------------------------------------------------------------------------- /SM Script/assets/sources/smsipn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/smsipn.php -------------------------------------------------------------------------------- /SM Script/assets/sources/stripe.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/stripe.php -------------------------------------------------------------------------------- /SM Script/assets/sources/stripe/Account.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/stripe/Account.php -------------------------------------------------------------------------------- /SM Script/assets/sources/stripe/AlipayAccount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/stripe/AlipayAccount.php -------------------------------------------------------------------------------- /SM Script/assets/sources/stripe/ApiRequestor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/stripe/ApiRequestor.php -------------------------------------------------------------------------------- /SM Script/assets/sources/stripe/ApiResource.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/stripe/ApiResource.php -------------------------------------------------------------------------------- /SM Script/assets/sources/stripe/ApiResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/stripe/ApiResponse.php -------------------------------------------------------------------------------- /SM Script/assets/sources/stripe/ApplicationFee.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/stripe/ApplicationFee.php -------------------------------------------------------------------------------- /SM Script/assets/sources/stripe/ApplicationFeeRefund.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/stripe/ApplicationFeeRefund.php -------------------------------------------------------------------------------- /SM Script/assets/sources/stripe/AttachedObject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/stripe/AttachedObject.php -------------------------------------------------------------------------------- /SM Script/assets/sources/stripe/Balance.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/stripe/Balance.php -------------------------------------------------------------------------------- /SM Script/assets/sources/stripe/BalanceTransaction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/stripe/BalanceTransaction.php -------------------------------------------------------------------------------- /SM Script/assets/sources/stripe/BankAccount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/stripe/BankAccount.php -------------------------------------------------------------------------------- /SM Script/assets/sources/stripe/BitcoinReceiver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/stripe/BitcoinReceiver.php -------------------------------------------------------------------------------- /SM Script/assets/sources/stripe/BitcoinTransaction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huniko519/Socialmatch-video-call/HEAD/SM Script/assets/sources/stripe/BitcoinTransaction.php -------------------------------------------------------------------------------- /SM Script/assets/sources/stripe/Card.php: -------------------------------------------------------------------------------- 1 |