Code Authors: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Code Authors Forum Index -> Operating Systems -> Linux Mint
Author Message
Guardian
Site Admin
Site Admin



Joined: Jan 06, 2006
Posts: 4469
Location: Vsetin, Czech Republic

PostPosted: Thu Mar 15, 2012 11:41 am Share on Linked InShare on FacebookShare on Twitter Reply with quote

I was just reminded of this potential problem after discovering a third party file was causing a problem.

The easiest way to find these files (there are MANY different ways but this works for me), is to open a terminal window, cd into the top level directory you want to check i.e.
Code:
cd /home/USERNAME/Downloads/rn30

Then paste in the following into the terminal
Code:
fgrep -rl `echo -ne '\xef\xbb\xbf'` .

This will give you a list of ALL files affected but obviously you only need to look for results that are for PHP files, since it's PHP files that cause a problem.
You'll get an output in the termina like this
Code:


.......
./includes/fckeditor/editor/skins/office2003/fck_dialog_ie6.js
./includes/fckeditor/editor/skins/silver/fck_dialog_ie6.js
./includes/fckeditor/editor/skins/default/fck_dialog_ie6.js
./includes/nukesentinel.php
./includes/phpInputValidator/utf/data/confusables.php

_________________
TPD 
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    Code Authors Forum Index -> Operating Systems -> Linux Mint

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

 
Forums ©
linear-bunch