About This File
The application allows you to create a system to upload images on forum.
The application fetch news from ipsbeyond.pl and displays them in acp on the home page of the application
Functionality:
- Uploading images (depends on group permissions)
- Ability to delete images (depends on group permissions)
- Ability to turn off application
- Upload image from "Create menu"
- Create thumbnail images
- Ability to apply a watermark to an image
- Ability to set the allowed extensions for files
- Ability to set up file size
Warning. If you have an app (DP34) iHost you can migrate data using query:
INSERT INTO ibf_sdimagehost_images (image_member_id, image_real_name, image_location, image_file_size, image_ip_address, image_added, image_thumb_location)
(SELECT u_member_id, u_real_name, u_location, u_size, u_ip, u_time, CONCAT( "thumb_", u_location ) as "image_thumb_location" FROM ibf_ihost_images)
where ibf_ are prefix in database