Search found 17 matches
- Sat Jul 10, 2004 3:55 am
- Forum: Site Help & Feedback
- Topic: Single anime search option.
- Replies: 5
- Views: 886
I think it would be nice to have that option back, too. If I search for "Rayearth" with the checkbox "only that title", I would like the results to exclude any AMV with anime titles that don't include the string "Rayearth". On a related line of thought, it would be nice to have a checkbox "exclude s...
- Tue Jun 22, 2004 10:27 am
- Forum: Site Help & Feedback
- Topic: Something that bugs me in it's non-logicy ways.
- Replies: 23
- Views: 2035
I'm pretty sure Phade intended the opinions as something for the CREATOR of the amv, to get feedback and criticism and ultimately improve his skills. And that goal is better served if people write their review with no influence from other reviews. It's well-known that if you read a bunch of reviews ...
- Thu Dec 04, 2003 7:16 am
- Forum: Site Help & Feedback
- Topic: phpBB
- Replies: 3
- Views: 599
- Wed Aug 06, 2003 11:47 pm
- Forum: Site Help & Feedback
- Topic: Resume Feature?
- Replies: 3
- Views: 525
- Mon Aug 04, 2003 6:15 pm
- Forum: Site Help & Feedback
- Topic: A request to phade. (Using limited download managers)
- Replies: 43
- Views: 5899
- Sun Aug 03, 2003 11:02 pm
- Forum: Site Help & Feedback
- Topic: A request to phade. (Using limited download managers)
- Replies: 43
- Views: 5899
No luck I'm afraid. :-( Not only does DAP not recognize that it can resume, but it doesn't even recognize the suggested filename! It simply saves the file as "10538"! I never had any of those problems when I wrote the script. grrr.... Ok, let's do this methodically. The differences between the 2 scr...
- Sun Aug 03, 2003 12:51 pm
- Forum: Site Help & Feedback
- Topic: A request to phade. (Using limited download managers)
- Replies: 43
- Views: 5899
- Sun Aug 03, 2003 11:55 am
- Forum: Site Help & Feedback
- Topic: A request to phade. (Using limited download managers)
- Replies: 43
- Views: 5899
And I just found out the problem. When *not* using HTTP_RANGE, the Accept-Ranges header is not sent. Since this header indicates that partial download is possible, DAP assumes that there is no resume because it's missing. You should simply move header("Accept-Ranges: bytes"); out of the if($HTTP_RAN...
- Sun Aug 03, 2003 11:42 am
- Forum: Site Help & Feedback
- Topic: A request to phade. (Using limited download managers)
- Replies: 43
- Views: 5899
- Sun Aug 03, 2003 11:06 am
- Forum: Site Help & Feedback
- Topic: A request to phade. (Using limited download managers)
- Replies: 43
- Views: 5899
Combined with connection_aborted , register_shutdown_function can be pretty powerful. Thoughts? Without seeing the exact code that you used it's a little difficult to hypothesize on the problem. But I assume it's pretty similar to the example code I gave. So in that case, the only difference (that I...