Giter VIP home page Giter VIP logo

editor's People

Contributors

simon-thorpe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

editor's Issues

More Function

How can I call undo or redo function in this editor?
我要如何在這個編輯器中使用復原的功能

I can not do type in editor.php page

Hello, thank you very much for the development of this powerful application software
I have to download and install directly via wget command
Not found in your description of them have other settings need to make
Then I successfully opened the editor.php in chrome browser
But I can not editing any files, I can not do input operation
Key did not respond words on the page, while other pages are normal.

this google translate maybe not friendly to read
now in chinese

您好,非常感谢您开发了这款强大的应用软件
我通过 wget 命令直接进行下载安装
没有在您的说明当中发现有其它需要进行的设置
然后我顺利的在 chrome 浏览器 中 打开了 editor.php
但是我发现似乎不能编辑,我无法进行输入的操作
按键都没有反应,而在其它网页中是正常的。

Incomplete documentation

Hello,

Nice editor, but can you document what the configuration options do? Some are self-explanatory, while others are, um, not (in bold):

$DIRS_AT_TOP=TRUE;
$SHELL_PRE='';
$BRANDING_HEADER='';
$BRANDING_FOOTER='';
$DEFAULT_DIR='';

Many thanks in advance,

Logout

Is there any way to log out from editor?

permanent links to files

Hello,

great and simple app! Thank you very much for it.
I'm missing the feature, that I can save a permanent link to a file, which i want to edit rather often.
Until now, you have always browse to the file manually.

Greets from Austria,
Karl

Strenghten security

Hi,

Thank you for this great script 👍

A few useful remarks...

  • It is possible to edit files above DEFAULT_DIR by putting the url directly in p=
  • The config parameter "ALLOW_SHELL" is not included in the list at the beginning of the file and it is set to "true" by default, it should be set to "false"
  • editor.php should never ever be able to edit itself or its companion editor.config.php
  • there should be a config option to restrict the list of files that can be edited by editor.php, for example to an array of set files, or a wildcard. Both the file browser and the editor would then enforce those restrictions.

All the above would help strenghtening security of the script and the website it belongs to in case of a hack.

  • There is an experimental feature that does something with downloading a version of editor.php directly from github, what is it used for?

Best regards,

maathieu

windows file error on linux

There is an error in the code editing the windows file on the linux server.
command.php
oldcode line 29: file_put_contents($PATH,$content);
newcode line29: file_put_contents($PATH,str_replace("\n","\r\n",$content));

editor.php
oldcode line 302: file_put_contents($PATH,$content);
newcode line302: file_put_contents($PATH,str_replace("\n","\r\n",$content));

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.