So a few months ago I started having this issue where when I would try to access some websites I would randomly get an access denied page. I didn't think much about it at first and just continued on with my life. Fast forward to now. I tried to sign up for a March Madness bracket and got blocked. I can't check out at Kohls or other online shopping websites. I can't get greyhound or amtrack tickets. I can't access my bank account. Essentially, it is becoming a little more inconvenient.
After trying random things, I tried spelling my last name (Fread) differently. I put in Frea instead, without the "d" on the end. Magically, things would work again. After talking to some friends, they helped me troubleshoot and we learned that Fread is a php command fread
and we realized that if we typed in other php commands, i.e. fwrite
, we would also get an access denied page.
Problem solved, except not really. I have no idea how to fix this issue. I don't even know who to talk to or contact from the numerous websites that block me. My bank has been working on the issue for 2 months now and hasn't updated me in 2 weeks on what they are doing to fix the problem.
Unfortunately for me, I can't use my credit card with a mispelled last name and still can't log into my bank account because fread is part of my username. I would appreciate any feedback that would help me to get back the ability to use my last name on these websites again!!
Who do I contact? How do get people to care enough to fix it? Why? Thoughts to help?
Just so everyone can see I am not lying, here is an example website where it happens. This walkthrough will link you to the footlocker website for creating an account. Once there, ALL you have to enter is Fread in the last name field and hit submit. Bam! Access denied. Go back and change it to Fwrite and hit submit. Bam! Access denied. Go ahead and put your name in now, or any non-php command. Now it works and there is no access denied.
- Go to: https://www.footlocker.com/account/?action=accountCreate
- In last name field: Fread (no need to fill in ANY other fields)
- Hit continue
- Access denied
- Repeat with different php commands and you will get access denied
- Repeat with non-php command and you will not get access denied
Please help!
*****note: I tried this on different IP addresses, different computers, different OS, had my friend try in a different town altogether and the error happens everywhere. Also happens to my family with the same last name.