Ravens PHP Scripts: Forums
| Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
| Search found 206 matches |
| Ravens PHP Scripts And Web Hosting Forum Index |
| Author | Message |
|---|---|
| Topic: Swank Xibit (media gallery) | |
| webservant Replies: 61 Views: 117200 |
|
| I've been searching for an alternative to Gallery2 - way too much trouble for my use.
And finally (thanks to Nuken), I'm pointed to your threads. Yes, it appears that there is light at the end of th ... |
|
| Topic: Update old question - what mods still exist for pictures? | |
| webservant Replies: 4 Views: 6051 |
|
| Wasn't there an initiative for RN - iGallery?
Also, I had thought that Devil Modz for Nuke had something? Are these both gone to dust? |
|
| Topic: Update old question - what mods still exist for pictures? | |
| webservant Replies: 4 Views: 6051 |
|
| My site uses Gallery2 with the mod to bring it into RN.
Works OK, but taking care of Gallery2 is a hassle and it's way more than I need. I know that there were a couple of attempts to replace this ... |
|
| Topic: Odd pattern of registrations... | |
| webservant Replies: 7 Views: 9388 |
|
| Thank you - all of you. These are all excellent suggestions. I did implement nukeSPAM and added CA Honeypot. There an uncomfortable amount of information flowing into/through the site. I'll look m ... | |
| Topic: Odd pattern of registrations... | |
| webservant Replies: 7 Views: 9388 |
|
| CAPCHA is enabled on the second page of user registration.
So, how are they getting through because there are only three IPs involved? Here is the data: avilalj 46.229.224.170 avilalj Theresia ... |
|
| Topic: Odd pattern of registrations... | |
| webservant Replies: 7 Views: 9388 |
|
| BTW - I installed nukeSPAM yesterday.
I tested it successfully on an entry from the spam forums. It has not caught anything. |
|
| Topic: Odd pattern of registrations... | |
| webservant Replies: 7 Views: 9388 |
|
| I upgraded our production site to RN 2.5 this week.
All is well, and I like the changes - kudos to the diligent workers!
Over the past two days, I've seen almost two dozen registrations ... |
|
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| It is my honor to help! And besides, I'm sure that your coding skills are way better than mine |
|
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| Let me attempt to be clearer:
With this change in the original go.php (not the new IF stmt): } else { // Download is hosted here, so go get it and stream it to the browser. ... |
|
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| I'm not sure if it is that my host "forces" compression as much as the configuration allows compression and the RN code takes advantage of it when it is available. And there are five conditions that ... | |
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| The mainfile.php is original. One of the Content-Lengths comes from go.php - this line:
header('Content-Length: ' . filesize($lidinfo['url'])); The other must be fro ... |
|
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| The Corrupted Content error in FF 7.0.1 is triggered by multiple dis-agreeing Content-Length tags. I can see the data because I'm forcing the traffic through Fiddler which is watching the interaction ... | |
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| When I try my fix with a regular mainfile.php, it works and I get:
Content-Length: 6732879 When I try my fix with the gzip commented out in mainfile.php, it works and I get: Content-Length ... |
|
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| Yes! That is the code interaction!!
When I put go.php back to the original, and make mainfile.php like this: } elseif ($phpver > '4.0' && isset($_SERVER['HTTP_ACCEPT ... |
|
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| And my phpinfo output reports:
ZLib Support enabled Stream Wrapper support compress.zlib:// Stream Filter support zlib.inflate, zlib.deflate Compiled Version 1.2.3.3 Linked Version 1.2.3.4 ... |
|
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| BTW:
<?php print_r(ini_get_all("zlib")); ?> Gives: Array ( |
|
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| Just to be clear, this is the code in go.php
} else { // Download is hosted here, so go get it and stream it to the browser. // @todo Should improve configurability an ... |
|
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| I get a corrupted content error, but Fiddler tells me:
Fiddler has detected a protocol violation in session #3 (my request) Content-Length mismatch: Response Header indicated (6,900,768 bytes), bu ... |
|
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| So, this is what you suspected. | |
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| This:
<html> <body> <?php echo 'compression = ' . ini_get('zlib.output_compression') . '\n'; ini_set('zlib.output_compression', 'Off'); echo 'compr ... |
|
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| Hmmm. I did not get an error, but I didn't trust it because it's just a popup dialog or a content-error. So, I put the line in a small script:
<html> <html> <body> ... |
|
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| My server has these streams enabled:
https, ftps, compress.zlib, compress.bzip2, php, file, data, http, ftp, zip With these registered stream filters: zlib.*, bzip2.*, convert.iconv.*, string.ro ... |
|
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| BTW - I do have three modules installed that are not vanilla RN:
1) Spam Blocker v0.2 Beta (from your site). 2) Project Tracking 3) Gallery2 with it's integration module for RN. I d ... |
|
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| Near the top of the file is this:
# ------------------------------------------- # For better performance set FileETag to NONE base on recommendations from # http://developer.yahoo.net/blog/ar ... |
|
| Topic: Firefox 7.0.1 errors with Download | |
| webservant Replies: 51 Views: 62811 |
|
| Thanks. So, I have a bit of a mystery because (as posted above) I'm getting two sets of headers:
The first set comes from Downloads go.php (I believe): HTTP/1.1 200 OK Date: Thu, 13 Oct 2011 1 ... |
|
| Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
