!c99Shell v. 1.0 pre-release build #16!

Software: Apache/2.2.3 (CentOS). PHP/5.1.6 

uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44
EDT 2010 i686
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/usr/share/doc/ImageMagick-6.2.8/www/api/   drwxr-xr-x
Free 51.98 GB of 127.8 GB (40.67%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     list.html (17.55 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
ImageMagick: MagickCore, C API for ImageMagick: Working with Image Lists
[ImageMagick]
[sponsor]

AppendImageToList() appends an image to the end of the list.

The format of the AppendImageToList method is:

  AppendImageToList(Image *images,const Image *image)

A description of each parameter follows:

images

The image list.

image

The image.

CloneImageList() returns a duplicate of the image list.

The format of the CloneImageList method is:

  Image *CloneImageList(const Image *images,ExceptionInfo *exception)

A description of each parameter follows:

images

The image list.

exception

Return any errors or warnings in this structure.

CloneImages() clones one or more images from an image sequence.

The format of the CloneImages method is:

  Image *CloneImages(const Image *images,const char *scenes,
    ExceptionInfo *exception)

A description of each parameter follows:

images

The image sequence.

scenes

This character string specifies which scenes to clone (e.g. 1,3-5,7-6,2).

exception

Return any errors or warnings in this structure.

DeleteImageFromList() deletes an image from the list.

The format of the DeleteImageFromList method is:

  DeleteImageFromList(Image **images)

A description of each parameter follows:

images

The image list.

DeleteImages() deletes one or more images from an image sequence.

The format of the DeleteImages method is:

  DeleteImages(Image **images,const char *scenes,ExceptionInfo *exception)

A description of each parameter follows:

images

The image sequence.

scenes

This character string specifies which scenes to delete (e.g. 1,3-5,7-6,2).

exception

Return any errors or warnings in this structure.

DestroyImageList() destroys an image list.

The format of the DestroyImageList method is:

  Image *DestroyImageList(Image *image)

A description of each parameter follows:

image

The image sequence.

GetFirstImageInList() returns a pointer to the first image in the list.

The format of the GetFirstImageInList method is:

  Image *GetFirstImageInList(const Image *images)

A description of each parameter follows:

images

The image list.

GetImageFromList() returns an image at the specified offset from the list.

The format of the GetImageFromList method is:

  Image *GetImageFromList(const Image *images,const long index)

A description of each parameter follows:

images

The image list.

index

The position within the list.

GetImageIndexInList() returns the offset in the list of the specified image.

The format of the GetImageIndexInList method is:

  long GetImageIndexInList(const Image *images)

A description of each parameter follows:

images

The image list.

GetImageListLength() returns the length of the list (the number of images in the list).

The format of the GetImageListLength method is:

  unsigned long GetImageListLength(const Image *images)

A description of each parameter follows:

images

The image list.

GetLastImageInList() returns a pointer to the last image in the list.

The format of the GetLastImageInList method is:

  Image *GetLastImageInList(const Image *images)

A description of each parameter follows:

images

The image list.

GetNextImageInList() returns the next image in the list.

The format of the GetNextImageInList method is:

  Image *GetNextImageInList(const Image *images)

A description of each parameter follows:

images

The image list.

GetPreviousImageInList() returns the previous image in the list.

The format of the GetPreviousImageInList method is:

  Image *GetPreviousImageInList(const Image *images)

A description of each parameter follows:

images

The image list.

ImageListToArray() is a convenience method that converts an image list to a sequential array. For example,

group = ImageListToArray(images, exception); for (i = 0; i < n; i++) puts(group[i]->filename);

The format of the ImageListToArray method is:

  Image **ImageListToArray(const Image *images,ExceptionInfo *exception)

A description of each parameter follows:

image

The image list.

exception

Return any errors or warnings in this structure.

InsertImageInList() inserts an image in the list.

The format of the InsertImageInList method is:

  InsertImageInList(Image **images,Image *image)

A description of each parameter follows:

images

The image list.

image

The image.

NewImageList() creates an empty image list.

The format of the NewImageList method is:

  Image *NewImageList(void)

PrependImageToList() prepends the image to the beginning of the list.

The format of the PrependImageToList method is:

  PrependImageToList(Image *images,Image *image)

A description of each parameter follows:

images

The image list.

image

The image.

RemoveImageFromList() removes an image from the list.

The format of the RemoveImageFromList method is:

  Image *RemoveImageFromList(Image **images)

A description of each parameter follows:

images

The image list.

RemoveFirstImageFromList() removes the first image in the list.

The format of the RemoveFirstImageFromList method is:

  Image *RemoveFirstImageFromList(Image **images)

A description of each parameter follows:

images

The image list.

RemoveLastImageFromList() removes the last image from the list.

The format of the RemoveLastImageFromList method is:

  Image *RemoveLastImageFromList(Image **images)

A description of each parameter follows:

images

The image list.

ReplaceImageInList() replaces an image in the list.

The format of the ReplaceImageInList method is:

  ReplaceImageInList(Image **images,Image *image)

A description of each parameter follows:

images

The image list.

image

The image.

ReverseImageList() reverses the image list.

The format of the ReverseImageList method is:

   ReverseImageList(const Image **images)

A description of each parameter follows:

images

The image list.

SpliceImageIntoList() removes 'length' images from the list and replaces them with the specified splice.

The format of the SpliceImageIntoList method is:

  SpliceImageIntoList(Image **images,const unsigned unsigned long,
    const Image *splice)

A description of each parameter follows:

images

The image list.

length

The length of the image list to remove.

splice

Replace the removed image list with this list.

SplitImageList() splits an image into two lists.

The format of the SplitImageList method is:

  Image *SplitImageList(Image *images)

A description of each parameter follows:

images

The image list.

 
© 1999-2006 ImageMagick Studio LLC

:: Command execute ::

Enter:
 
Select:
 

:: Shadow's tricks :D ::

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

:: Preddy's tricks :D ::

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0096 ]--