Recent content by gean22

  1. G

    i want make php with login program c#

    i try all, error password incorret :/ pls help-meeee <?php $link = mysqli_connect("localhost", "***", "***"); $database = mysqli_select_db($link, "***"); $user = $_GET['username']; $password = $_GET['secret_key']; $password = hash('sha256', $_POST['password']); $hwid = $_GET['hwid']; $tables...
Top Bottom