PDA

View Full Version : Peek-A-Boo File


partsnut
5-28-07, 12:15 AM
I need to find a folder outside of oscommerce "admin" that's called: os005, as I have some lines to install in the /catalog/includes/configure.php script. How do I locate the folder within powweb?:confused:

phlembol
5-28-07, 12:51 AM
There are several ways of doing what you want. For instance: I use a text editor that has built-in FTP capabilities so I would "openfromFTP" from within the editor, browse to the file, open it, edit it, save it. That is just an example with my tools. Your tools may vary.

You can accomplish the same thing by:
Log into OPS
Go to Services/SiteTools/FileManager
By clicking on the folders you can navigate to your file
By clicking the little paper/pencil icon next to your file you can edit it right there

I do recommend that as soon as you get into file edit mode, you click in the edit box, CTRL-A(to select all), CTRL-C(to copy), and paste that to a plain text file to store a "before" file locally. There is no "undo" online.

Hope that helps.