pwired Posted March 14, 2014 Share Posted March 14, 2014 Hi, I have to change a text line in an on-line webshop. The text is "taxandshippinginfo" The problem is that I do not know if this text is inside a static html part of the webshop or that it is generated from php code in the webshop. Is there a program or a tool that let me search for a text string on the server ? I have ftp access to all the folders on the server. But my ftp program does not have the option to search for a text string in all the folders. Is there such a tool ? Link to comment Share on other sites More sharing options...
DaveP Posted March 14, 2014 Share Posted March 14, 2014 If you have shell access you can use grep, otherwise (so long as file size & bandwidth allow) download the whole lot and search locally, 1 Link to comment Share on other sites More sharing options...
SiNNuT Posted March 14, 2014 Share Posted March 14, 2014 You can always ftp/download all the files and folders to your computer a just do a quick 'Find in Files...' with Sublime Text, Notepad++, or any search tool you've got available. beaten by DaveP 1 Link to comment Share on other sites More sharing options...
pwired Posted March 14, 2014 Author Share Posted March 14, 2014 Ok I try to make a zip backup of the webshop, download it and then search locally. Link to comment Share on other sites More sharing options...
kongondo Posted March 14, 2014 Share Posted March 14, 2014 dnGREP too. Or if it is in your database, you can just search there, e.g. using phpMyAdmin... 1 Link to comment Share on other sites More sharing options...
diogo Posted March 14, 2014 Share Posted March 14, 2014 or you do it with javascript and wash your hands Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now