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.


Messages - rescue911

Pages: [1]
1
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1.2.0
« on: April 19, 2009, 10:36:30 PM »
*perfect*

2
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1.2.0
« on: April 19, 2009, 09:57:09 PM »
ok now it does not open anymore in the same window. i now get it in a new tab of my browser.
but...how to make to get it as a pop-up, just like the details pages with "thumbnail_openwindow"?

3
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1.1.0
« on: April 19, 2009, 01:12:52 PM »
i already have this mod installed for a while and it works just perfectly.
however today i switched over to "thumbnail_openwindow" which also works ok. however i had to modify the top.html to make it work there.

but my problem now is that when i click on the pictures or text links from the last comments, it does not open a pop-up but opens directly in the same window.
so my question: what do i need to modify there?

4
i also have the language mod installed, so what i get now is :

http://www.domain.com/img-title-id.htm?l=language

how can i get that "?l=language" removed?

5
ok problem found, just added

Code: [Select]
RewriteRule ^cat\.htm$ categories.php?%{QUERY_STRING}
in htaccess

6
yes it's working on your site.
but i have 1.7.4 and SEO works well too except for that dropwdown...

7
any solution for the not-working drop down list?

8
hat wirklich keiner eine lösung?

9
i run a 4images based video site where the thumbnails need to be created manually. over the years we went through different thumbnail sizes and what i am now looking for is a way to resize those thumbnails without changing anything to its real size. i just want the thumbnails to be shown bigger or smaller in the browser, to let's say, a fixed size of 300x225 for all of them. i need this especially in "new images/videos" and "last 6 images/videos" (on the home.html). i tried to change something in functions by editing width and length but without success.

btw : i do not want to use the auto-thumbnailer and we don't have anything installed such as GD.

thanks for your help

10
Discussion & Troubleshooting / Re: Downloading large video files
« on: April 17, 2007, 11:27:29 AM »
ok it's me again ;-)

the cache problem was just because of a htaccess error....

i could solve another problem related to the page blocked while downloading big files.
i found the solution here : http://www.4homepages.de/forum/index.php?topic=12013.30
just add session_write_close(); to the code as explained on page 3 in that topic

still looking for a way to reduce the serverload and cpu. any idea how to prevent the files to be loaded in cache/memory before being downloaded?

11
Discussion & Troubleshooting / Re: Downloading large video files
« on: April 16, 2007, 05:38:56 PM »
just tried to activate the cache but apparently with all those changes i only get a blank page...frustrating... :evil:

12
Discussion & Troubleshooting / Re: Downloading large video files
« on: April 15, 2007, 11:35:45 AM »
made some works since yesterday :

the changes in php.ini are mostly for uploads but also to allow a big script to be executed :
max_execution_time = 60
max_input_time = 60
memory_limit = 51M
post_max_size = 51M
upload_max_filesize = 50M
so now people can upload files until 50MB

also i changed all "getimagesize" in functions.php by "filesize". before i did that when i went into categories with large files it took a long time until the page was showed but with the change it is much faster, sometimes instantly now.

another change that i made was replacing the complete download.php by a script that i found here in the forum which is http://www.4homepages.de/forum/index.php?action=dlattach;topic=10755.0;attach=334
so what happens now when clicking the download button : cpu goes to 100% again and it still needs time until the download window appears, just like if the file needs to be prepared first for download. BUT the download works (even if you have to wait) AND the server is not blocked anymore so that other visitors can still visit the website.

so maybe some one has an issue on resolving the wait and cpu problems?
also is it sure that Jan will make the appropriate changes?

edit : unfortunately while downloading a big file you cannot do anything else as the script doesn't answer anymore for a while.

13
Discussion & Troubleshooting / Re: Downloading large video files
« on: April 14, 2007, 07:52:12 PM »
try to ask them (PM)... (o:

ja das hab ich gemacht, die waren aber seit mehr als 6 monaten nicht mehr online, da hab ich also wenig hoffnung.
ich kann also nur beten, dass jemand anders hier das problem gelöst hat...

14
Discussion & Troubleshooting / Re: Downloading large video files
« on: April 14, 2007, 01:42:04 PM »
that's what i actually did for several hours this morning.
unfortunately the fixes were only for 1.7.1 or didn't work or were only for remote hosted files...
there are some people who said that they found a solution but they didn't post them in this forum. maybe those people can give me a clue?

15
Discussion & Troubleshooting / Downloading large video files
« on: April 14, 2007, 01:24:16 PM »
Hello all,

i am building a huge video download page using 4images. The size of those videos ranges from a few KB to 1GB.
Downloading the smaller videos is not a problem but as soon as i want to download a 600MB file for example it takes a long wating time until the save as window appears. also my serverload goes vers high (100%cpu) and blocks the all the site for that time (3Mhz pentium, 1GB ram). sometimes that window appears at the end, sometimes i receive a 500 error

i have now spent a few hours in this forum searching for a solution. it seems that this is a know problem with 4images but the fixes i found don't work my the new 1.7.4.
some people told me by modifying the download.php they can download now 10gb files without problems.

i already changed the php.ini file to allow big scripts and i am now looking for a fix to :
-allow download of any file size
-reduce serverload after download button is clicked.

any help would be greatly appreciated.

Pages: [1]