feature requests...
Could this ever have a dashboard to allow you to easily customize the Pastebin script, without having to dig into the code every time? One thing I'd like to do is randomize the paste ID's rather than just paste1, paste2, 3, and so on. (like what URL shorteners already do.)
I would also like to change the styling of the site, but it's a PHP file relying on a bunch of other php files and it's hard to see what goes where,etc... (not that I have an issue with php.)
The Pastebin website does not link URL's (as this script doesn't either.) I put a jQuery plugin onto mine called Linkify to do just that: [link removed] When I first did it, the text of the link looked all weird so I added this CSS to make it normal: a.linkified { font: 12px monospace; margin: 0; padding: 0; background: none; vertical-align: top; text-decoration: underline;
}