Server IP : 51.89.169.208 / Your IP : 3.148.247.210 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/public_html/masrur/hybridauth/ |
Upload File : |
<?php /** * HybridAuth * http://hybridauth.sourceforge.net | http://github.com/hybridauth/hybridauth * (c) 2009-2015, HybridAuth authors | http://hybridauth.sourceforge.net/licenses.html */ // ---------------------------------------------------------------------------------------- // HybridAuth Config file: http://hybridauth.sourceforge.net/userguide/Configuration.html // ---------------------------------------------------------------------------------------- return array( "base_url" => "http://www.yellowleaf.co.uk/masrur/hybridauth/", "providers" => array( "Google" => array( "enabled" => true, "keys" => array("id" => "515772430933-m1eh3t3s2q4d5dnevp9l6p6pap3cgr8j.apps.googleusercontent.com", "secret" => "vGsqt9J0CZ4ahM_BAUcNpZVk"), "scope" => "https://www.googleapis.com/auth/userinfo.profile ". "https://www.googleapis.com/auth/userinfo.email" ), "Facebook" => array( "enabled" => true, "keys" => array("id" => "2035246056702839", "secret" => "e2a5584dddf5a9168ddbfb6fd0238442"), "display" => 'popup' ), "Twitter" => array( "enabled" => true, "keys" => array("key" => "", "secret" => ""), "includeEmail" => true ), "LinkedIn" => array( "enabled" => true, "keys" => array("key" => "", "secret" => ""), "fields" => array() ), ), // If you want to enable logging, set 'debug_mode' to true. // You can also set it to // - "error" To log only error messages. Useful in production // - "info" To log info and error messages (ignore debug messages) "debug_mode" => false, // Path to file writable by the web server. Required if 'debug_mode' is not false "debug_file" => "", );