Search results

  1. D

    [Req] DarksWeb php reset code

    <?php function do_reset_character() { global $option; $acc = $_SESSION['dt_username']; $char = $_POST['character']; $show_msg=array( 'error'=>array() ); if(empty($char)) { $show_msg['error'][] = 'Please select a character!'; }...