/home/techb158/workloadmatch.com/includes
NameSizeModeActions
config_loader.php9630644editdlrm
CSRF_Protect.php22240644editdlrm
db_connect.php5680644editdlrm
error.php4850644editdlrm
firebase_auth.php63180644editdlrm
footer.php6170644editdlrm
forgetpassword.php108250644editdlrm
forgetpassword_Bak.php74480644editdlrm
functions.php313300644editdlrm
geoiploc.php25204350644editdlrm
header.php18040644editdlrm
hex.php10500644editdlrm
hexbin.php9420644editdlrm
login_page.php29930644editdlrm
logout.php8700644editdlrm
migrate_last_activity.php12780644editdlrm
process_login.php21190644editdlrm
psl-config-Bak.php12130644editdlrm
psl-config.php18830644editdlrm
reset.php65370644editdlrm
Edit: /home/techb158/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 ?>