for you but this statement is an insult. I am not stupid and my Wife seen the entire situation. It really happens with my code. I had to completely strip the function and use the suggestion by benanamen. I’m not going to post my private login script. So go ask Facebook to post theirs and see if you get a reply. My code is private, albeit the output is public. I’ll have to try to recreate this scenario without my entire code block.
you know, many years ago in the 90s, i noticed that people were using java applets. I hated java then and now. I decided to try an applet because my image editor bundled an applet maker into the software. I used PhotoImpact. Ulead doesn’t exist anymore so i think it is okay to mention it (not spamming by any means. delete the statement if you think it is spam.)
anyway, i always disabled applets, active-x and active scripting in IE internet options. I forgot to enable the applets but i noticed that the applet loaded. I checked my settings and applets were disabled. I found an exploit by accident. One month later, i saw a security update by Microsoft regarding java applets running when disabled. lol. I all ready knew about it. My point is that perhaps this is a problem with xampp.
I always copy and paste my htdocs and outside of root folder when i make new changes, so this original code is still intact. I will try to find the cause of this problem, then i will post here again.
i tell you it was happening and my Wife saw it happen.
I remember that i reused my token function and didn’t change the function. I’m not trying to optimize my code now, so the function is sloppy because i have remnants of the token output:
function createRandomName() {
$NewRandomName = base64_encode(random_bytes(12)); //16 padded
return $NewRandomName;
}
i never removed the $NewToken line. I am aware that i should just return a random bytes but optimizing is not my place here. Anyway, all of the code together could be a problem. I’ll explore my backup pages tomorrow. I need to get away from the pc now. I am tired.