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 - oswald

Pages: [1]
1
I run a gallery with mostly videos in it.... how can I limit simultanous downloads without the need of installing aditional mods to Apache?
Users should be able to only download 2 videos at the same time... so maybe it would be usefull to only apply this limit to video files but not pictures.
So they can still browse the gallery while downloading videos.
Would be awsome if someone has an idea...
Thanx in advance...

2
Discussion & Troubleshooting / How to reset CAT id?
« on: July 19, 2005, 10:47:47 AM »
I just deleted all categories to start from the beginning... but the CAT id is now 42... and so, the first Category I add has 42... but I need it to be 1 again.
Where or how can I reset the counter for that? Did not find it anywhere in the DB....

3
Is it possible, to pass the login-info from t4wsentry to 4images? So, when a user logs in through t4wsentry, 4images will automatically recognize that user as logged in and use his username for all funktions like commetns, votings etc?
More info about t4wsentry at: http://www.tools4webmasters.com/t4wsentry.htm
and
http://www.tools4webmasters.com/t4wsentry/readme.html

4
is it possible to have 4images automatically publish and/or unpublish a category on special dates?
So like a special field in the ACP/edit categories where I can set a date for when the category will get published and one date for when the category should get unpublished again. If no date is set for unpublish, the category will not expire....

5
Mods & Plugins (Requests & Discussions) / simple download.php
« on: March 13, 2005, 07:26:40 PM »
Is it possible to have a new very simple download.php?
I would just need something that forces the download of the file that is entered in the "download url" in the image propperties....
So something like that:
Code: [Select]
$file = "download_url";
header("Content-Description: File Transfer");
header("Content-Type: application/force-download");
header("Content-Disposition: attachment; filename=".basename($file));
@readfile($file);
This way I could overcome the problem with downloading large files.....


6
I need to have new images, mini-top, random and pic of the day displayed for specific categories.... and I need o be able to diplay these pics more than just one time.
So if I have a main category pics1 with subcategories and pics2 with subcategories, I need to display new images, mini-top etc seperately for both categories/subcategories but without cross-showing pics from category 1 in the selections of category 2.... sorry for my bad english.... hope it is still understandable!?
So the first new images and mini-top is showing previews from category pics1 and the second set of new images and mini-top etc... is showing only peviews of category pics 2.... Still need to be able to use the mod that randomizes new imageas.... Hope this is possible?

7
Chit Chat / Job-offer.... need help with 4images
« on: March 12, 2005, 01:06:05 PM »
I need someone who can customize 4images for me. Most modifications I need are already covered here... but some still need slight adjustemnts to fit my needs. I also need some extensive new features that got not already discussed here... so good knowledge of 4images and php required. Will pay for all work done!
I guess I could collect most mods from the board myself and ask for new features.... but I would prefer to get everything out of one hand..... to save time and to make sure everything is working together correctly....

Pages: [1]