I tried to replace those, and still nothing.
This is what I tried:
First:
<select name="sidebar_generator[<?=$i?>]">
to this
<select name="sidebar_generator[<?php echo$i?>]">
Second:
<select name="sidebar_generator_replacement[<?=$i?>]">
to this
<select name="sidebar_generator_replacement[<?php echo$i?>]">