Nie bardzo wiem gdzie to zamienic. Prosze o pomoc

<?php { $base_file->delete($num); } { $edit_email[\"email\"]=$new_email; $edit_email[\"date\"]=$date; $edit_email[\"ip\"]=$_SERVER['REMOTE_ADDR']; $base_file->append($edit_email); } { $edit_email=$category_list[$num]; $edit_email[\"email\"]=$new_email; $base_file->change($num,$edit_email); } $total_entries=$base_file->entries(); $base_file->get_entrylist(0,$total_entries-1,$category_list); ?> <link href=\"css/admin.css\" rel=\"stylesheet\" type=\"text/css\"> <table width=\"95%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td width=\"30\"><div align=\"center\"><img src=\"admin/images/program_icon.gif\" width=\"16\" height=\"16\"></div></td> <td class=\"h3\"> <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> </tr> </table></td> </tr> <tr> <td width=\"30\"><img src=\"images/interface/spacer.gif\" width=\"1\" height=\"10\"></td> <td></td> </tr> <tr bgcolor=\"#0066CC\"> <td colspan=\"2\"><img src=\"images/interface/spacer.gif\" width=\"1\" height=\"1\"></td> </tr> </table> <br> <table width=\"90%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td width=\"10\"><strong> <script language=\"JavaScript\" type=\"text/JavaScript\"> function add_entry() { if( a!=\"\" && a!=null ) { window.location=\"admin.php?action=edit&new_email=\"+a+\"&add=true\"; } } function search_entry() { if( a!=\"\" && a!=null ) { window.location=\"admin.php?action=edit&filter=\"+a+\"&search=true\"; } } function edit_entry(email,pos) { if( a!=\"\" && a!=null ) { window.location=\"admin.php?action=edit&new_email=\"+a+\"&edit=true&num=\"+pos; } } function delete_entry(email,pos) { { window.location=\"admin.php?action=edit&num=\"+pos+\"&del=true&email=\"+email; } } function refresh() { window.location=\"admin.php?action=edit\"; } function import_entry() { var import_win=\"admin.php?action=import\"; var win=window.open(import_win,\"Import\",'scrollbars=no,width=400,height=300'); win.focus(); } </script> <script language=\"JavaScript\" type=\"text/JavaScript\"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName==\"Netscape\")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reload age; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); function MM_jumpMenu(targ,selObj,restore){ //v3.0 if(selObj.options[selObj.selectedIndex].value == \"\" ) return; eval(targ+\".location='\"+selObj.options[selObj.selectedIndex].value+\"'\"); if (restore) selObj.selectedIndex=0; } //--> </script> </strong> <table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> <tr> <td> <?php if($view_start>=25) echo'<a href=\"admin.php?action=edit&view_start='.($view_start-25).'\"><img src=\"admin/images/previous_icon.gif\" width=\"16\" height=\"16\" border=\"0\"></a>'; ?> </td> <td> <form name=\"form1\"> <div align=\"center\"> <select name=\"menu1\" class=\"textbox\" onChange=\"MM_jumpMenu('parent',this,0)\"> <?php for($j=0;$j<$total_entries;$j=$j+25) { } ?> </select> </div> </form></td> <td> <?php if(25<=$total_entries-$view_start) echo'<a href=\"admin.php?action=edit&view_start='.($view_start+25).'\"><img src=\"admin/images/next_icon.gif\" width=\"16\" height=\"16\" border=\"0\"></a>'; ?> </td> </tr> </table> <strong> </strong></td> <td width=\"90%\"> <div align=\"right\"> <table border=\"0\"> <tr> <td><strong><img src=\"admin/images/import_icon.gif\" width=\"16\" height=\"16\"></strong></td> </td> <td> </td> <td><strong><img src=\"admin/images/add_icon.gif\" width=\"16\" height=\"16\"></strong></td> </td> <td> </td> <td><strong><img src=\"admin/images/search_icon.gif\" width=\"16\" height=\"16\"></strong></td> </td> <td> </td> <td><strong><img src=\"admin/images/refresh_icon.gif\" width=\"16\" height=\"16\"></strong></td> </td> </tr> </table> </div></td> </tr> </table> <br> <table width=\"95%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td width=\"10\" height=\"10\"><img src=\"admin/images/interface/top_left_corner.png\" width=\"10\" height=\"10\" /></td> <td background=\"admin/images/interface/top_line.png\"></td> <td width=\"10\" height=\"10\"><img src=\"admin/images/interface/top_right_corner.png\" width=\"10\" height=\"10\" /></td> </tr> <tr> <td background=\"admin/images/interface/left_line.png\"></td> <td bgcolor=\"#FFFFFF\"><table width=\"100%\" border=\"0\" bgcolor=\"#FFFFFF\"> <tr> <td width=\"13%\"> <div align=\"center\"><img src=\"admin/images/email_icon.gif\" width=\"16\" height=\"16\"></div></td> </tr> </table> <table width=\"95%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" background=\"admin/images/interface/spacer_horizontal.gif\"> <tr> <td width=\"612\"><img src=\"admin/images/interface/spacer_horizontal.gif\" width=\"1\" height=\"1\"></td> </tr> </table> <br> <table width=\"90%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"1\"> <tr> <td><br> <table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\"> <tr> <td bgcolor=\"#CCCCCC\"> <table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"4\"> <tr bgcolor=\"#FFFFFF\"> <td width=\"30%\" > <div align=\"center\"><strong>Email</strong></div></td> <td width=\"20%\" bgcolor=\"#FFFFFF\"><div align=\"center\"><strong><?php echo $lang_edit_submitted; ?></strong></div></td> <td width=\"20%\" bgcolor=\"#FFFFFF\"><div align=\"center\"><strong><?php echo $lang_edit_ip; ?></strong></div></td> <td width=\"10%\"> <td width=\"10%\"> </tr> <?php $start_index=$total_entries-$view_start-1; $end_index=$start_index-25; /* ilo¶æ wy¶wietlen na www */ if($end_index<0)$end_index=0; $z=0; for($i=$start_index;$i>=$end_index;$i--) { if($z%2==0){$color=\"#f9f9f9\";} else { $color=\"#ffffff\";} else { } $z++; } ?> </table></td> </tr> </table></td> </tr> </table> <br> </td> <td background=\"admin/images/interface/right_line.png\"></td> </tr> <tr> <td width=\"10\" height=\"10\" background=\"admin/images/interface/bottom_left_corner.png\"></td> <td background=\"admin/images/interface/bottom_line.png\"></td> <td width=\"10\" height=\"10\" background=\"admin/images/interface/bottom_right_corner.png\"></td> </tr> </table>