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::Info::XBM(3pm)					User Contributed Perl Documentation				     Image::Info::XBM(3pm)

NAME
Image::Info::XBM - XBM support for Image::Info SYNOPSIS
use Image::Info qw(image_info dim); my $info = image_info("image.xbm"); if (my $error = $info->{error}) { die "Can't parse image info: $error "; } my $color = $info->{color_type}; my($w, $h) = dim($info); DESCRIPTION
This modules supplies the standard key names except for Compression, Gamma, Interlace, LastModificationTime, as well as: HotSpotX The x-coord of the image's hotspot. Set to -1 if there is no hotspot. HotSpotY The y-coord of the image's hotspot. Set to -1 if there is no hotspot. L1D_Histogram Reference to an array representing a one dimensioanl luminance histogram. This key is only present if "image_info" is invoked as "image_info($file, L1D_Histogram=>1)". The range is from 0 to 1. METHODS
process_file() $info->process_file($source, $options); Processes one file and sets the found info fields in the $info object. AUTHOR
FILES
This module requires Image::Xbm SEE ALSO
Image::Info, Image::Xbm NOTES
For more information about XBM see: http://www.dcs.ed.ac.uk/home/mxr/gfx/2d/XBM.txt AUTHOR
Jerrad Pierce <belg4mit@mit.edu>/<webmaster@pthbb.org> Now maintained by Tels - (c) 2006. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.0 2006-03-05 Image::Info::XBM(3pm)