Advertisement
JudeAustin

Faucet

Oct 30th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.84 KB | None | 0 0
  1. <?
  2. // LTC WALLET
  3. session_start();
  4. include("functions.php");
  5. $start = timer();
  6.  
  7. include("config.php");
  8. include("bitcoin.inc");
  9. include("address.inc");
  10. include("recaptchalib.inc");
  11. include ("adscaptchalib.inc");
  12.  
  13. //captha
  14. $publickey = "6LfYSssSAAAAAF2w_TeMklmv-6VWUDhcECr9rWfI";
  15. $privatekey = "6LfYSssSAAAAAPntQz9H0twbsdyk8kQHO_F4mupD";
  16.  
  17. // init
  18.  
  19. //$btclient = new bitcoinClient("http",$btclogin["username"],$btclogin["password"],$btclogin["host"],$btclogin["port"]);
  20. //$addr = new Address($btclient,$sqlogin);
  21. //$derp = $btclient->getinfo();
  22.  
  23. //$this->PDO_Conn = new PDO("mysql:host={$sqllogin['host']};dbname={$sqllogin['dbname']}", $sqllogin['username'], $sqllogin['password']);
  24. $dbconn = mysql_connect($sqlogin['host'],$sqlogin['username'],$sqlogin['password']);
  25. mysql_select_db($sqlogin['dbname']);
  26.  
  27. // time for pages ..
  28.  
  29.  
  30.  
  31.  
  32. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement