批量替换信息内容"; //栏目 $fcfile="../../data/fc/ListEnews.php"; $class=""; if(!file_exists($fcfile)) {$class=ShowClass_AddClass("",0,0,"|-",0,0);} //数据表 $tbname=RepPostVar($_GET['tbname']); $table=''; $first=1; $htb=0; $tsql=$empire->query("select tid,tbname,tname from {$dbtbpre}enewstable order by tid"); while($tr=$empire->fetch($tsql)) { if($first==1) { $firsttable=$tr[tbname]; $firsttid=$tr[tid]; $first=0; } else {$first=0;} if($tbname==$tr[tbname]) { $htb=1; $select=" selected"; $thistid=$tr[tid]; } else { $select=""; } $table.=""; } if(!$table) {printerror("NotRepNewstextTb","history.go(-1)");} $table=""; //字段 if(empty($tbname)) { $showtable=$firsttable; $showtid=$firsttid; } else { if($htb==0) { printerror("ErrorUrl","history.go(-1)"); } $showtable=$tbname; $showtid=$thistid; } $field=''; $s=$empire->query("SHOW FIELDS FROM {$dbtbpre}ecms_".$showtable); $noshowfield=",id,onclick,newspath,keyboard,keyid,userid,username,istop,truetime,ismember,dokey,isgood,titlecolor,titlefont,isurl,titleurl,filename,plnum,firsttitle,totaldown,"; while($r=$empire->fetch($s)) { //不显示字段 if(strstr($noshowfield,",".$r[Field].",")) { //continue; } $field.=""; } $datafsql=$empire->query("SHOW FIELDS FROM {$dbtbpre}ecms_".$showtable."_data_1"); while($dfr=$empire->fetch($datafsql)) { if($dfr[Field]=='classid'||$dfr[Field]=='id') { continue; } $field.=""; } db_close(); $empire=null; ?> 批量替换信息内容
位置:
批量替换信息内容
选择替换表(*):
操作栏目: (如选择父栏目,将应用于所有子栏目)
替换字段(*):
替换内容:
原字符
(*)
新字符
更新方式: 替换 覆盖 (覆盖方式为将字段全部内容更新为新字符内容,覆盖方式原字符可以不设置)
选项设置:

相同更新 (相同更新:当“字段值=原字符”的条件下才替换或覆盖)

正则替换 (正则替换:原字符可以是用正则表示,用“*”表示任意字符)
 
备注:替换时最好备份一下数据.