Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - HUNTER

Pages: [1]
1
By default users can upload multiple images with a different images IDs. For example i have two pictures and i want upload it to the gallery and other members can see two big images on a one page and one thumbnail and also comment them too....

2
Discussion & Troubleshooting / mysql server overload by this query
« on: June 03, 2005, 10:22:24 PM »
i have about 3000 hosts per day and my hosting provider tired with me :(
they says that this query extremly load mysql server each time that page has been requested. May be a way to simplify this query or completely disable ? source file functions.php.... thanks!


SELECT DISTINCT i.image_id, i.cat_id, i.user_id,
i.image_name, i.image_description, i.image_keywords,
i.image_date, i.image_active, i.image_media_file,
i.image_thumb_file, i.image_download_url,
i.image_allow_comments, i.image_comments,
i.image_downloads, i.image_votes, i.image_rating,
i.image_hits, c.cat_name, u.user_name FROM 4images_images
i, 4images_categories c LEFT JOIN 4images_users u ON
(u.user_id = i.user_id) WHERE i.image_active = 1 AND
i.cat_id NOT IN (0) AND c.cat_id = i.cat_id ORDER BY
RAND();

3
looking for help with displaying all user images in the details page as list...

Can help me with coding? I didn't know the structure of 4images

4
Discussion & Troubleshooting / 10 ball rating system
« on: November 11, 2002, 04:57:56 PM »
How it real to change 5ball rating system to 10 ball?

5
Templates & Styles (Requests & Discussions) / SSI
« on: September 16, 2002, 10:52:21 AM »
How i can insert header content via SSI,  PHP include doesn't work, SSI too

6
Discussion & Troubleshooting / Errors with categories
« on: September 16, 2002, 10:25:02 AM »
When  i try to delete some category, script tells me this error:

Warning: unlink() failed (No such file or directory) in /usr/home/3dcenter/top10/admin/categories.php on line 101

Warning: unlink() failed (No such file or directory) in /usr/home/3dcenter/top10/admin/categories.php on line 101
-» Comments deleted

Pages: [1]