Sunda Cyber Army


* Sunda Cyber Army 2k17 *
Indonesia Defacer ~


Path : /opt/cpanel/ea-php80/root/usr/share/doc/pecl/oauth/examples/fireeagle/
File Upload :
Current File : //opt/cpanel/ea-php80/root/usr/share/doc/pecl/oauth/examples/fireeagle/config.inc.php

<?php
/* you need to register a consumer key at https://fireeagle.yahoo.net/developer, after registering you are given the secret, and the general purpose token/secret */
define('OAUTH_CONSUMER_KEY','fookey');
define('OAUTH_CONSUMER_SECRET','foosecret');
define('GENERAL_PURPOSE_TOKEN','footoken');
define('GENERAL_PURPOSE_TOKEN_SECRET','footokensecret');
define('OAUTH_TMP_DIR', function_exists('sys_get_temp_dir') ? sys_get_temp_dir() : realpath($_ENV["TMP"]));
?>