If you are lookinf for help, you really want to describe the problem, the error and some sample code..... anyone downloading a zip file from a forum is asking for trouble.....
errors: Parse error: syntax error, unexpected T_DO, expecting ';' in D:\wamp\www\categories.php on line 760 Parse error: syntax error, unexpected T_DO, expecting ';' in D:\wamp\www\depending_fields.php on line 692
For depending_fields.php Have a look the below for modified lines if ( $old_data['no'] < $depending_no ) { $i = $old_data['no'] + 1; for ($i <= $depending_no; ++$i; ) ; do { { $caption = $this->make_caption( $this->clean["dep_name".$i][$crt_lang], $type ); $db->query( "update ".TABLE_DEPENDING_FIELDS.( " set `caption".$i."` = '{$caption}', `table{$i}` = '{$caption}' where `id` = {$id}" ) ); $db->query( "create table ".$config_table_prefix.$caption." (`id` int(5) NOT NULL auto_increment, `dep` int(2), `name` varchar(64), `lang_id` varchar(20) default 'eng', KEY `id` (`id`) )" ); $db->query( "alter table ".$tab." add `".$caption."` varchar(100)" ); break; } } while ( 1 ); } PHP: For categories.php Have a look here for ( $j < $no; ++$j; ) ; { do { { if ( $result[$j]['parent_id'] == $element['id'] ) { $result[$j]['moved'] = 0; } } PHP: