mjda
Well-known member
This looks like a form where each member who wanted to register would enter their own password. That's not the case, though. Everyone has to enter the password that's listed in that PHP file, here:
$real_password = 'XenForo';
. My question is, how would random visitors to the site know what password they needed to enter there in order to register?