Pastedown: A markdown pastebin written in PHP

I have a 100 tabs open so I can’t do this right now

image

image

1 Like

I think I might start to add IPFS features to Pastedown (because you can use their HTTP API)

I recommend getting the great suspender if you love opening tabs

2 Likes

I guess my admin doesn’t want me to have less stress :stuck_out_tongue:

1 Like

I suggest you add a system that detects some specific words to prevent hacker pastes (tokens, passwords, and other malicious stuff hackers share on paste sites). Here’s a list of what pastes usually contain:
password, email, token, ID, <script>, script, console

That really isn’t the best way to protect “hacker” pastes.

  • <script> could just be someone sharing code
  • Many people put their email for like a “contact me/who made this” section
  • Blocking the word “console” doesn’t do anything as you could be talking about a video game console
  • Script could just mean JavaScript.
  • You could say “don’t forget to make a secure password” and get blocked by a script.

It’s really not a good idea.

6 Likes

I meant, if you use this, you have to go trough a verification, like “Please click this button if you’re not a robot”

He already has google captcha in place

5 Likes

Ok, I want to add a few features:

  • AMP for mobile users
  • Make it more like a webpage
  • Delete/Edit feature

What do you think? Do you have any feature ideas?

1 Like

I’ll make a community home page!

1 Like

i suggest saving snapshots of the last edit to see if the user wrote something mean, and then changed it.
Also, couldya add comments?

Oops I made it too big

I am not stealing glitch’s code, this is my own

Thats too complicated and will take up a bunch of space.

That would require a login and I’m not sure about adding a login system

I’ve actually already stared on that.

1 Like

I am so sad

ya know I am not sad anymore as the HTML converter failed to get curves and images lol

Lol, that’s similar to the momment when you open microsoft office files in google apps. I wonder how you can make things similar to the glitch homepage or use glitch’s style

1 Like

I use F - - - - for prototyping my stuff that’s glitch related

yes I do not want to reveal it now

It’s like photoshop 2.0

Pretty sure the dev process is this

  1. Prototype front end looks in something like photoshop(export css plugins aren’t really that nice)
  2. Keep trying to get it right with trial and error in css or tailwind

Yep, pretty much it. It’s better off just to export most of the drawings except for basic glitch stuff (like the highlighted text)