Another weird thing that happens when you switch the storage systems you use on the pastebin script is that, for some reason, you lose the ability to flag pastes as yours (through the usage of the remember me checkbox) and as such are unable to delete pastes that you made. I admit, I completely overlooked this built in feature – somehow – and decided to add my own paste flagging mechanism.
I decided to not use cookies and instead to associate your IP to your pastes so that you may delete ANY paste you make, provided your IP is the same as when you made that paste. Still, for those people who are cursed by damned dynamic IPs, this implementation obviously does not work and I’ll probably make my other features work with the cookies pastebin sets (if you check the remember be checkbox) or implement another way of flagging pastes as yours.