Gallery Lister 0.6 Beta release

Hey Everyone,
Here’s a old script that I made back in 2007 called gallery Lister.
Basically it’s a simple link generator that generates links in numerical order. It’s really useful when viewing images all on one page.
You can check it out here, Gallery Lister Beta.

Summary:
    This is a javascript batch search script. It generates links or images of sequence data. -: Source
Usage:
    (*start number - *end number).jpg
Example:
    http://www.example.com/pics/(01-30).jpg
Result:
    http://www.example.com/pics/01.jpg
    http://www.example.com/pics/02.jpg
    ...
    http://www.example.com/pics/29.jpg
    http://www.example.com/pics/30.jpg
Tip:
    You can search multiple directories at once with the following format
    http://www.asdf.com/data/(234-235)/(34-54).jpg 

Windows Installer Error Fix

Operation System: Windows 7 32-bit

Problem:
Even though my current account is an administrator, when I try to install certain programs, Windows Installer Error Message says “This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.”

Solution:
Use the (hidden) administrator account to install the program.
GUIDE