Bitcoin Forum
June 22, 2024, 07:55:36 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Scam Accusations / Re: Xscrypt - Premier Scrypt Cloud Mining Contracts SCAM Thickens. NEW ADMIN BS on: September 17, 2015, 09:54:15 PM
Jesus Christ.

Idiots. I MADE THIS SITE for this guy called Aurum or something (WhiteCodex).

https://bitcointalk.org/index.php?topic=1089891.0

I said this was a scam from day one, because I know, I was paid BTC for making it.

They have no mining equipment.

Yeah well aware of that. How much he actually pay you for making it? only posted this here to keep people aware of what the current situation is with the latest events.

Ah,

Well not much to be honest. Promised 5 BTC, Paid 0.8. I was desperate for money at the time, I had lost my moral way of thinking. 2 reasons why I called it out, I didn't get paid fully and I realised what I had done was bad. I'm not proud of it. but I tried to warn people but I was too late.

I guess their loss is my responsibility just as much. But I do apologise for what I made, even if it wasn't very good.
2  Economy / Scam Accusations / Re: www.blockminer.eu is hacking malware on: September 17, 2015, 05:38:31 PM
I have seen this scam before. It has usually been run by a user named Nizam and he uses a few RAT (Remote Admin Tools) such as DarkComet rat (Crypted with a crypter ofcourse).

Do Not Download from this.

I even recognise the site layout.

It will give him access to all your passwords, files, webcam, desktop.... full computer control.

Run the file you downloaded through virus total and then download whatever AV recognises it.
3  Economy / Scam Accusations / Re: Xscrypt - Premier Scrypt Cloud Mining Contracts SCAM Thickens. NEW ADMIN BS on: September 17, 2015, 04:27:35 PM
Jesus Christ.

Idiots. I MADE THIS SITE for this guy called Aurum or something (WhiteCodex).

https://bitcointalk.org/index.php?topic=1089891.0

I said this was a scam from day one, because I know, I was paid BTC for making it.

They have no mining equipment.
4  Economy / Scam Accusations / Re: http://www.xscrypt.com - This is a scam, I made the script. on: June 27, 2015, 01:14:23 AM
No, Im not a very good dev, Im self taught and have not been doing it too long, I only just get along.

I have more files also. As you see the passwords and not encrypted... he wanted it this way so he could see peoples passwords and try and get into their "other" accounts, so I removed the encryption

In this version I was using some other guy (on github) AddressValidator script, but had some problems so I left it out, But I managed to fix it in the one I sent WhiteCodex.

This is http://www.xscrypt.com/registerp.php

Code:
<?php

require_once('./includes/db_connect.php');
require_once(
'./includes/session.php');
require_once(
'./includes/functions.php');
//require_once('./includes/AddressValidator.php');

$xEmail_Address $_POST['email_address'];
$xPassphrase $_POST['passphrase'];
$xBitcoin_Address $_POST['bitcoin_address'];
$xAffid $_POST['affid'];

if (
$xAffid == '') {
  
$xAffid 'None';
}

?>

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
    <title>xScrypt - Premier Scrypt Cloud Mining Contracts</title>

    <!-- Bootstrap -->
    <link href="css/bootstrap.min.css" rel="stylesheet">
    <link href="css/custom.css" rel="stylesheet">
    <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
  </head>
  <body>
   
    <div class="container-fluid">
     
      <div class="row">
        <div class="col-md-3 logobar"><p></p></div>
        <div class="col-md-6 logobar"></div>
        <div class="col-md-3 logobar"><p></p></div>
      </div>
     
      <br>
     
      <div class="row">
        <div class="col-md-3"><p></p></div>
        <div class="col-md-6">
          <div class="collapse navbar-collapse navbar-menubuilder">
                  <ul class="nav navbar-nav navbar-left">
                      <li class="active"><a href="https://xscrypt.com/?id=">Home</a>
                      </li>
                      <li><a href="https://xscrypt.com/register.php?id=">Register</a>
                      </li>
                      <li><a href="https://xscrypt.com/login.php">Login</a>
                      </li>
                      <li><a href="https://xscrypt.com/purchase.php">Purchase</a>
                      </li>
                      <li><a href="https://xscrypt.com/account.php">Account</a>
                      </li>
                      <li><a href="https://xscrypt.com/contact.php">Contact</a>
                      </li>
                      <li><a href="https://xscrypt.com/faq.php?id=">FAQ</a>
                      </li>
                  </ul>
              </div>
        </div>
        <div class="col-md-3"><p></p></div>
      </div>
     
      <br>
     
      <div class="row">
        <div class="col-md-3"><p></p></div>
        <div class="col-md-6 standardsection text-center">
           <div class="row">
             <div class="col-md-4"><p></p></div>
             <div class="col-md-4">
                    <h2>Register</h2>
                      <?php
        
if(!filter_var($xEmail_AddressFILTER_VALIDATE_EMAIL)) {
         echo 
"<p class='cus-center'>Please enter a valid Email Address</p>";
          } else {;
          
$varPass True;
          if (
$varPass False) {
          echo 
"<p class='cus-center'>Please enter a valid Bitcoin Address</p>";
        } else {
        
$connLogin = new PDO("mysql:host=$varDB_host;dbname=$varDB_name"$varDB_user$varDB_password);
        if (
$xPassphrase == '') {
          echo 
"<p class='cus-center'>Please enter a passphrase</p>";
        } else {
        
        
$xEncrypted_Password $xPassphrase;

        
$stmtCheckDupe $connLogin->prepare("SELECT * FROM user_accounts WHERE email_address = '$xEmail_Address';");
        
$stmtCheckDupe->execute();
        if (
$stmtCheckDupe->rowCount() >= 1) {
          echo 
"<p class='cus-center'>Email Address already in use</p>";
        } else {

        
$xEmail_Address stripslashes($xEmail_Address);
        
$xBitcoin_Address stripslashes($xBitcoin_Address);

        
$epoch time();
        
$dt = new DateTime("@$epoch");
        
$xDate $dt->format('d-m-Y H:i:s');

        
$stmt $connLogin->prepare("INSERT INTO user_accounts (email_address, passphrase, bitcoin_address, affiliateid, register_date, register_ip) VALUES (:email, :pass, :btcadd, :aff, :regdate, :regip)");

        
$stmt->execute(array(
          
"email" => $xEmail_Address,
          
"pass" => $xEncrypted_Password,
          
"btcadd" => $xBitcoin_Address,
          
"aff" => $xAffid,
          
"regdate" => $xDate,
          
"regip" => get_client_ip()
        ));

        
$xHeaders 'From: support@xscrypt.com' "\r\n" .
                   
'Reply-To: support@xscrypt.com' "\r\n" .
                   
'X-Mailer: PHP/' phpversion();
        @
mail("support@xscrypt.com""xscrypt User Registration - " $xEmail_Address"A new user has registered on the website"$xHeaders);

        echo 
"<p class='cus-center'>Thank you for registering</p>";
        echo 
"<p class='cus-center'><a href='./login.php'>Click Here</a> to login</p>";
        echo 
"<p class='cus-center'><a href='./purchase.php'>Click Here</a> to purchase mining power</p>";

        }
    
        }

        }

        }
      
?>

                     
            </div>
            <div class="col-md-4"><p></p></div>
            </div>
        </div>
        <div class="col-md-3"><p></p></div>
      </div>
     
    </div>
   
    <br>
   
    <footer class="footer">
      <div class="container">
        <p class="text-muted">Copyright &copy; 2015 xscrypt.com</p>
      </div>
    </footer>
     
    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
    <!-- Include all compiled plugins (below), or include individual files as needed -->
    <script src="js/bootstrap.min.js"></script>
  </body>
</html>

db_connect.php

Code:
<?php

$varDB_host 
"";
$varDB_name "";
$varDB_user "";
$varDB_password "";

?>


functions.php

Code:
<?php

function get_client_ip() {
    
$ipaddress '';
    if (
getenv('HTTP_CLIENT_IP'))
        
$ipaddress getenv('HTTP_CLIENT_IP');
    else if(
getenv('HTTP_X_FORWARDED_FOR'))
        
$ipaddress getenv('HTTP_X_FORWARDED_FOR');
    else if(
getenv('HTTP_X_FORWARDED'))
        
$ipaddress getenv('HTTP_X_FORWARDED');
    else if(
getenv('HTTP_FORWARDED_FOR'))
        
$ipaddress getenv('HTTP_FORWARDED_FOR');
    else if(
getenv('HTTP_FORWARDED'))
       
$ipaddress getenv('HTTP_FORWARDED');
    else if(
getenv('REMOTE_ADDR'))
        
$ipaddress getenv('REMOTE_ADDR');
    else
        
$ipaddress 'UNKNOWN';
    return 
$ipaddress;
}

?>


session.php

Code:
<?php

session_start
();

$varUserid $_SESSION['user_id'];
$varEmail_Address $_SESSION['email_address'];

?>

5  Economy / Scam Accusations / http://www.xscrypt.com - This is a scam, I made the script. on: June 14, 2015, 04:47:05 PM
https://bitcointalk.org/index.php?topic=1067965.0

I made the backend to this site. I even managed to give myself a free contract earlier using a POST request.

Site uses blockcypher API to receive payments.

Dont invest, they have no mining equipment.

6  Economy / Scam Accusations / Confession: I have developed 30+ HYIP/Ponzi Scripts :( on: June 14, 2015, 01:47:13 PM
I would like to confess that most cloud mining ponzi schemes and HYIP schemes were programmed/developed/scripted by me. I really don't feel proud of it.

I would like to add that I never took part in any of the schemes or received extra bitcoins.

I would be approached by an individual to create a site. I would give a price, make the site, get paid. I needed to support my family. After a few months I had a feeling that some sites were being used for "ponzi" operations. But I sat back and done nothing (This is why I feel guilty). I want to make things right somehow, But I really don't know the figures that these sites made and whether they were ponzi schemes or not. I believe most of them were looking back.

I haven't created any scripts in a few months now. But I still see people reselling them.

What can I do to help this situation? I love the community and I love Bitcoin. I really didn't want to impact on the community like I have.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!