Well I have phpBB 2.0.4 and I am trying to get the first line added but can not seem to find the code below in the new 2.0.4 admin_users.php file.. Any ideas or does this proggy need updating??
$this_userdata = get_userdata( $HTTP_POST_VARS['username'] );
if( !$this_userdata )
{
However, this is the closet in the file I could find in treh new format of phpBB
$this_userdata = get_userdata(htmlspecialchars($HTTP_POST_VARS['username']));
if( !$this_userdata )
{
If you have any sugestions please pass them this way...
Thanks

