AJAX Image Dump System 1.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News AJAX Image Dump System 1.2 (Default branch)
# 1  
Old 01-21-2008
AJAX Image Dump System 1.2 (Default branch)

Image AIDS (AJAX Image Dump System) is a simple, yet powerful AJAX-based image host system. It's geared toward forum usage, and it generates bb-code for cutting and pasting into forums that support bb-code. It lets people create user accounts to keep track of their pictures, reaccess them later to view stats, delete them, or simply copy the bb-code again. License: GNU General Public License (GPL) Changes:
The bug that stopped user registration from working has been fixed. A few new features have been added. A serious SQL injection possibility in viewimage.php has been removed, upgrading is highly recommended.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Dump eMail image to directory

Hello everyone! I'm new and very happy to be here! Trying to create a quick idea: I want to take images sent to an eMail address on my domain (pics@mywebsite.com), and copy them into a directory. There will then be a page that displays those images. How could I go about this? I'm a script... (6 Replies)
Discussion started by: Diesel.
6 Replies

2. AIX

Default location for system dump

Hi, I would like to know default location for system dump as my system has generated system dump, as server was hanged. I have run the command sysdumpdev -L it is showing /dev/lg_dumplv and showing correct date, but when inside /dev/ directory the date which is showing for file lg_dumplv... (2 Replies)
Discussion started by: manoj.solaris
2 Replies
Login or Register to Ask a Question
Image::ExifTool::Fixup(3pm)				User Contributed Perl Documentation			       Image::ExifTool::Fixup(3pm)

NAME
Image::ExifTool::Fixup - Utility to handle pointer fixups SYNOPSIS
use Image::ExifTool::Fixup; $fixup = new Image::ExifTool::Fixup; # add a new fixup to a pointer at the specified offset in data $fixup->AddFixup($offset); # add a new Fixup object to the tree $fixup->AddFixup($subFixup); $fixup->{Start} += $shift1; # shift pointer offsets and values $fixup->{Shift} += $shift2; # shift pointer values only # recursively apply fixups to the specified data $fixup->ApplyFixups($data); $fixup->Dump(); # dump debugging information DESCRIPTION
This module contains the code to keep track of pointers in memory and to shift these pointers as required. It is used by ExifTool to maintain the pointers in image file directories (IFD's). NOTES
Keeps track of pointers with different byte ordering, and relies on Image::ExifTool::GetByteOrder() to determine the current byte ordering when adding new pointers to a fixup. Maintains a hierarchical list of fixups so that the whole hierarchy can be shifted by a simple shift at the base. Hierarchy is collapsed to a linear list when ApplyFixups() is called. AUTHOR
Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Image::ExifTool(3pm) perl v5.12.4 2011-01-03 Image::ExifTool::Fixup(3pm)