4
           
            
                
     
    
    Try with adding
 $userarray["output"][] = ". $users[$k]->getVar('uid') . "' checked='checked' />.$users[$k]->getVar('uid') ."]' id='memberslist_uname[]' value='".$users[$k]->getVar('uname') ."' />";  
after
 $userarray = array();  
and
 $captions[] = 'Sel';  
after
 //Get captions  
in /modules/profile/search.php
and
 <form action="../system/admin.php" method="post" name="memberslist" id="memberslist"> <input name="op" value="delete_many" type="hidden">  
before
 <table>  
and 
 <select name="fct"><option value="mailusers">Send mailoption>select> <input value="Submit" type="submit">   form>  
after
 table>  
in /modules/profile/templates/profile_results.html