It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
1GyfRPDNtRSUaKfjEgc6kV1KJ1x48ZzHxS
161JbQ2GWyLAyes2rMfidLdWfirEFEutiz
18q93usxZ3XMNZsb5JPRw7M4PcjvVRyNBD
1AUfL9LFoZRUt66PdASZXYtQKPv3WphRwT
1Hbuvajsgh7gycNfbY8Nhn4pokjYwcKmX1
13wtKtwNyAMzGRXCDfR1sjNCK99dqui3m5
require_once("/home/YOURHOST/public_html/bad-behavior/bad-behavior-generic.php");
require_once("/home/YOURHOST/public_html/bad-behavior/bad-behavior-generic.php");
/*
require_once($_SERVER['DOCUMENT_ROOT'].'/bad-behavior/bad-behavior-generic.php');
# Windows
Windows / Firefox 29: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0
Windows / Chrome 34: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36
Windows / IE 6: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Windows / IE 7: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)
Windows / IE 8: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0)
Windows / IE 9: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
Windows / IE 10: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)
Windows / IE 11: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko
public function send($to, $amount, $referral = "false") {
$r = $this->__exec("send", array("to" => $to, "amount" => $amount, "referral" => $referral));
if (is_array($r) && array_key_exists("status", $r) && $r["status"] == 200) {
return array(
'success' => true,
'message' => 'Payment sent to you using FaucetBOX.com',
'html' => '
--------->ADS' . htmlspecialchars($amount) . ' satoshi was sent to you on FaucetBOX.com.
--------->ADS
',
'html_coin' => '' . htmlspecialchars(rtrim(rtrim(sprintf("%.8f", $amount/100000000), '0'), '.')) . ' '.$this->currency.' was sent to you on FaucetBOX.com.',
'balance' => $r["balance"],
'balance_bitcoin' => $r["balance_bitcoin"],
'response' => json_encode($r)
);
}