Las instrucciones vienen dentro, son muy sencillas
Código:
#
#-----[ COPY ]------------------------------------------
#
copy root/includes/*.* to includes/*.*
#
#-----[ OPEN ]------------------------------------------
#
profile.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'includes/usercp_confirm.'.$phpEx);
#
#-----[ REPLACE WITH ]------------------------------------------
#
include($phpbb_root_path . 'includes/usercp_captcha.'.$phpEx);
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
Simplemente copiar unos ficheros y modificar una línea en otro.