Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    Fc.ltcoin.net had been hacked,code and database was dumped,owner cheat to users

    Newbies - New Members Must Start Here
    2
    2
    1163
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      hackftc last edited by

      Here is the code of main.php:

      //session_start();

      if(!$_SESSION[‘username’]) {
      header(“Location: login.php”);
      exit();
      }

      if($_GET) { extract($_GET, EXTR_PREFIX_SAME, “get_”); }
      if($_POST) { extract($_POST, EXTR_PREFIX_SAME, “post_”); }

      print ’

      ';

      $username=$_SESSION[‘username’];

      $rq=date(“Y-m-d”);
      $maxbid=getOneField(“select max(id) from fb”);
      if($maxbid==‘’)
      $maxbid=0;

      if($submit2==UPDATE){
      mysql_query(“update users set nick=‘$nick’ where username=‘$username’”);
      }
      if($submit==‘Lock my wallet address’){
      mysql_query(“update users set locker=1 where username=‘$username’ and wallet!=‘’”);
      }
      else if($submit==UPDATE){
      if($paylimit

      1 Reply Last reply Reply Quote 0
      • S
        ShadowEW last edited by

        Hi there hackftc, whilst we appreciate that you’ve found a flaw in someones coding I don’t think it’s advised to be just pasting it across the forums.
        fc.ltcoin.net should now be flagged as a scam site, or at least a problematic site but I still don’t think it gives you the right to paste other peoples details.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post