GithubHelp home page GithubHelp logo

webcrew / cms-code-editor Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 1.0 5.37 MB

Thats a simple but awesome code editor with integrated file manager based on ACE and Emmet which you can use to run as ...

License: GNU Affero General Public License v3.0

PHP 0.41% HTML 0.02% JavaScript 99.58%

cms-code-editor's Introduction

@WebCrew Profile Cover

Hi there ๐Ÿ‘‹

๐ŸŒฑ Iโ€™m currently learning: PHP and Ruby

๐Ÿ”ญ Iโ€™m currently working on: my very own social network CMS

๐Ÿ“ซ How to reach me & join me: https://net-twin.de/net/NetTwin

๐Ÿ’ฌ Ask me about: anything that makes sense

โšก Fun fact: imagine there is free beer and nobody knows where

๐Ÿ‘€ Iโ€™m interested in: Web design, web development, classic art such as painting, I create knives and have a good 13 years of experience, I like horror and sci-fi films, I like music that bangs like techno, dubstep or hevy metal, but also modern classics and film music such as by TwoStepsFromHell and I like dogs - there is a lot more, but that would go beyond the scope

cms-code-editor's People

Contributors

webcrew avatar xhiddenprojects avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

xhiddenprojects

cms-code-editor's Issues

Password Hashing

Discussed in #2

Originally posted by XHiddenProjects September 23, 2023
I saw a line of code stating that password you must have a password hashed by

if(md5($_POST['password']) == '5f4dcc3b5aa765d61d8327deb882cf99'){

instend of that have a XML file called "Credentals.xml"
Set context as:

<?xml version="1.0"?>
<psw>{Your password}</psw>

then you can just do this

if(md5($_POST['password']) == md5(simplexml_load_file(path_to_Credentals.xml)->psw)){

For extra security you can add this .htaccess code

<Files "Credentals.xml">  
  Order Allow,Deny
  Deny from all
</Files>

This is just to make things easier instead of having to hash and go looking for the code.

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.