in Software

Stikked Patch

We’ve been using Stikked for an internal pastebin. The current version on Google Code has a few bugs. I modified this code to fix two problems specifically:

  1. The Download Code link was not working properly
  2. The Short URL functionality was not working, as Snipr had deprecated the version of the API that the program was using

Below is a consolidated diff of the changes. You should be able to use it to apply a patch to 0.5.4 if you are having these issues.

stikked.diff

  1. Thanks Jamie this solved some of the problems I was having with stikked. Do you know if there is an admin interface out there that will allow removal of links/users or if I’ll have to create a backend?

  2. Thanks Jamie, That would require me to learn ruby 😉 I don’t want to spam your blog but I found a basic auth model that was easy to intergrate with stikked so i’m bulding my own backend for anyone intrested tank_auth is the name of the basic auth (you’ll need to use an older version as the newest one is for CI 2.0+) //www.konyukhov.com/soft/tank_auth/

  3. thanks, i applied the patch but got several failed chunks. I manually applied the rejects but get an error using the url shortener (api key and username are set)

    Snipurl ERROR: PLEASE SPECIFY THE ACTION. CHECK <a href="//snipurl.

    Can you help?

  4. Can you post the full page? I don’t understand what i must do!

Comments are closed.