Ravens PHP Scripts: Forums
 

 

Search found 206 matches
Author Message
 Topic: Swank Xibit (media gallery)
webservant

Replies: 61
Views: 117200

PostForum: Modules   Posted: Fri Apr 06, 2012 6:48 pm   Subject: re: Swank Xibit (media gallery)
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

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Apr 06, 2012 3:34 pm   Subject: Update old question - what mods still exist for pictures?
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

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Apr 05, 2012 3:29 pm   Subject: Update old question - what mods still exist for pictures?
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

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Mar 25, 2012 12:36 pm   Subject: Odd pattern of registrations...
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

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 24, 2012 10:12 am   Subject: re: Odd pattern of registrations...
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

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 24, 2012 5:37 am   Subject: Odd pattern of registrations...
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

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 24, 2012 5:35 am   Subject: Odd pattern of registrations...
I upgraded our production site to RN 2.5 this week.
All is well, and I like the changes - kudos to the diligent workers!

Wave

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

PostForum: v2.4 RN Issues   Posted: Sun Oct 23, 2011 2:02 pm   Subject: Firefox 7.0.1 errors with Download
It is my honor to help! And besides, I'm sure that your coding skills are way better than mine Wink
 Topic: Firefox 7.0.1 errors with Download
webservant

Replies: 51
Views: 62811

PostForum: v2.4 RN Issues   Posted: Sun Oct 23, 2011 11:40 am   Subject: re: Firefox 7.0.1 errors with Download
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

PostForum: v2.4 RN Issues   Posted: Sun Oct 23, 2011 4:47 am   Subject: re: Firefox 7.0.1 errors with Download
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

PostForum: v2.4 RN Issues   Posted: Sat Oct 22, 2011 7:53 pm   Subject: re: Firefox 7.0.1 errors with Download
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

PostForum: v2.4 RN Issues   Posted: Sat Oct 22, 2011 7:00 pm   Subject: Firefox 7.0.1 errors with Download
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

PostForum: v2.4 RN Issues   Posted: Sat Oct 22, 2011 3:02 pm   Subject: re: Firefox 7.0.1 errors with Download
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

PostForum: v2.4 RN Issues   Posted: Sat Oct 22, 2011 2:25 pm   Subject: re: Firefox 7.0.1 errors with Download
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

PostForum: v2.4 RN Issues   Posted: Sat Oct 22, 2011 11:34 am   Subject: re: Firefox 7.0.1 errors with Download
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

PostForum: v2.4 RN Issues   Posted: Sat Oct 22, 2011 11:31 am   Subject: re: Firefox 7.0.1 errors with Download
BTW:

<?php print_r(ini_get_all("zlib")); ?>

Gives:
Array (
 Topic: Firefox 7.0.1 errors with Download
webservant

Replies: 51
Views: 62811

PostForum: v2.4 RN Issues   Posted: Sat Oct 22, 2011 11:16 am   Subject: re: Firefox 7.0.1 errors with Download
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

PostForum: v2.4 RN Issues   Posted: Sat Oct 22, 2011 11:14 am   Subject: Firefox 7.0.1 errors with Download
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

PostForum: v2.4 RN Issues   Posted: Sat Oct 22, 2011 10:19 am   Subject: Firefox 7.0.1 errors with Download
So, this is what you suspected.
 Topic: Firefox 7.0.1 errors with Download
webservant

Replies: 51
Views: 62811

PostForum: v2.4 RN Issues   Posted: Sat Oct 22, 2011 10:19 am   Subject: re: Firefox 7.0.1 errors with Download
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

PostForum: v2.4 RN Issues   Posted: Sat Oct 22, 2011 10:12 am   Subject: re: Firefox 7.0.1 errors with Download
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

PostForum: v2.4 RN Issues   Posted: Fri Oct 21, 2011 7:56 am   Subject: re: Firefox 7.0.1 errors with Download
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

PostForum: v2.4 RN Issues   Posted: Thu Oct 20, 2011 8:41 am   Subject: Firefox 7.0.1 errors with Download
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

PostForum: v2.4 RN Issues   Posted: Thu Oct 20, 2011 8:33 am   Subject: re: Firefox 7.0.1 errors with Download
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

PostForum: v2.4 RN Issues   Posted: Thu Oct 20, 2011 6:48 am   Subject: re: Firefox 7.0.1 errors with Download
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 ...
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©