Simplest Online Notepad for Copy/Paste in PHP

Language

It's a simple and secured online notepad. It uses PHP file handling functions and there is no database. Just upload and start using it. Create your own unique url : https://note.initedit.com/Enter_your_unique_Text Shortcuts key : ALT + N = New File ALT + C = Copy all ALT + U = URL Copy ALT + D = Download CTRL + S = Save CTRL + L = Lock , Unlock, Edit CTRL + DEL = Delete File File status : Locked = Uneditable Locked - editable = Editable Unlocked = Editable * note folder should have write permission.

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted bySumedhi Agung … (not verified)on Thu, 02/01/2024 - 12:22

RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L]

Add new comment