在 php < strong > 中找到确切的文件类型,而不在点 (.) strong > 之后查找字母吗? 因为在此情况下,即使您将前一文件重新命名为 png, 它也只能被视为恶意的 png 。 某些 PHP 函数, 如 < code> pathinfo () code > 也返回此点之后的值, 但它并不可靠 。 任何建议或想法都会非常感激 。
I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...