2
Hi,
I can help with this bit:
Quote:
madkidz wrote:
>
When I go to the tiny editor module this is what it has in red
WARNING: The tinyeditor/include/ftpconfig.php is writable. You should write-protect this file. chmod 444 on Linux.
WARNING: The tinyeditor/include/ftpconfigchmod.php is writable. You should write-protect this file. chmod 444 on Linux.
WARNING: The tinyeditor/include/ftpconfigplugin.php is writable. You should write-protect this file. chmod 444 on Linux.
Using the FTP tool that you used to upload your files onto the server (I use CuteFTP), navigate to the files mentioned above.
You need to select the file and change the CHMOD setting to "read only", which is 444 on a Linux server.
In CuteFTP, this is done by right-clicking on the file and selecting CHMOD from the menu. Your FTP software could be different but the principal will be the same.
This is meant to enhance the security of your set up, it won't help with the embedding issue. Sorry.