Just some stuff I talk about.
Posts tagged URL
QR Codes Plugin
Jun 7th
#*************************************************************************************
Plugin Name: QR Codes
Plugin URI: http://www.paulnus.com/qrcodes_plugin/
Description: This plugin integrates QR codes into YOURLS
Version: 0.1.0
Author: Paul Nus
Author URI: http://paulnus.com
#Date : 05-27-2010
#Email : paul@thenusfamily.com
#(c) 2010+ Paul Nus
#*************************************************************************************
Plugin for YOURLS(Your Own URL Shortener) (www.yourls.org)
w/ PHPQRCODE integration -> Copyright (C) 2010 by Dominik Dzienia
#*************************************************************************************
This program is free software and licensed under the terms of
the GNU General Public License (GPL), version 2.
http://www.gnu.org/copyleft/gpl.html
#*************************************************************************************
Plugin Download Locations
#*************************************************************************************
http://www.pauln.us/yqrp – Direct Link
#*************************************************************************************
Changelog
#*************************************************************************************
v0.1.0 : Initial Beta Release – 05-27-2010
#*************************************************************************************
Future Enchancements
#*************************************************************************************
1. Integration into admin console
2. Integration into info page
#*************************************************************************************
#*************************************************************************************
Requirments:
#*************************************************************************************
- YOURLS version 1.5+ (plugin support)
- PHPQRCODE version 1.1.2 (included per GNU Lesser General Public License)
#*************************************************************************************
Installation:
#*************************************************************************************
1. Unzip the contents of this package into your /user/plugins/ folder
2. Activate plugin in the admin console
3. Ensure you have a mod rewrite condition for “.qr” URL’s in your .htaccess file
Example: RewriteRule ^([0-9A-Za-z]+).qr/?$ /yourls-go.php?qr=1&id=$1 [L]
YOURLS QR Codes
Apr 15th
I wrote in an earlier post about YOURLS, a personal URL shortener system wrote in PHP. I read recently that Google made an addition to their shortener service that allowed a user to append “.qr” to the end of the link and display the associated QR code of the link. It was such a great idea, that I decided to see if that could be integrated inside of YOURLS. Guess what, it was pretty darn easy!
YOURLS – Your Own URL Shortener
Dec 28th
Everybody is getting a URL shortener these days. Google (Goo.gl), YouTube (YouTu.be), Facebook (Fb.me) and other sites have found the needs to brand their own links. It got me thinking, what would my URL be if I had my own shortener? How hard is it to setup one?

