/home/techb158/workloadmatch.com/workloadmatch.com/includes
NameSizeModeActions
CSRF_Protect.php21880644editdlrm
db_connect.php6940644editdlrm
error.php4510644editdlrm
error_log24180644editdlrm
forgetpassword.php68310644editdlrm
functions.php241620644editdlrm
geoiploc.php25204350644editdlrm
hex.php10500644editdlrm
hexbin.php9420644editdlrm
logout.php7940644editdlrm
process_login.php28840644editdlrm
process_login_Remove rechaptcha.php28910644editdlrm
psl-config.php16870644editdlrm
register.inc.php33040644editdlrm
register.php263220644editdlrm
reset.php61540644editdlrm
Edit: /home/techb158/workloadmatch.com/workloadmatch.com/includes/hexbin.php (942B)
"; //echo hexToStr('48656c6c6f'); // result: Hello //echo "
"; //$cut = substr($text, 0, -8); //echo $cut; //echo "
"; //echo hexToStr($cut); // result: Hello ////////////////////////////////////////// $bin = strToHex('Hello'); $number = mt_rand(10000,999999); $text = $bin .'.'. $number; echo $text; echo "
"; $new_var = substr($text, 0, strpos($text, ".")); echo $new_var; //echo $text; echo "
"; echo hexToStr('48656c6c6f'); // result: Hello echo "
"; echo hexToStr($new_var); // result: Hello ?>