Ravens PHP Scripts: Forums
 

 

Search found 2552 matches
Author Message
 Topic: Happy New Year 2016
fkelly

Replies: 7
Views: 13818

PostForum: Other - Discussion   Posted: Mon Jan 04, 2016 12:18 pm   Subject: Re: Happy New Year 2016
Kevin, Susann et al: Happy New years to you and all. I check here once a week or so just to see how the old gang is going.

For what it's worth Drupal 8, just released in November is worth taking ...
 Topic: Raven's Swan Song?
fkelly

Replies: 9
Views: 20829

PostForum: Other - Discussion   Posted: Sun Jul 26, 2015 4:22 pm   Subject: Re: Raven's Swan Song?
Sending my best wishes too Gaylen. And hi to you Rob.

Doing well and getting still older here near Albany NY.

Do hope your health Improves Gaylen.
 Topic: I have php Nuke 8.3.2 I need a gallery module
fkelly

Replies: 3
Views: 15374

PostForum: Gallery/Gallery2   Posted: Fri Jun 27, 2014 7:05 am   Subject: Re: I have php Nuke 8.3.2 I need a gallery module
You might want to read the page at:

http://galleryproject.org/

"Gallery is going into hibernation"

It's been heading this way for some time now. I ran a site that included a Galler ...
 Topic: Backup MySQL Database to Dropbox
fkelly

Replies: 14
Views: 27730

PostForum: Converting/Creating Other   Posted: Tue Sep 17, 2013 12:16 pm   Subject: Backup MySQL Database to Dropbox
I believe hicux's original correction related to closing / marks in input items. Method type should be lower case too. Regardless, this is a batch program run by an admin on a (hopefully) one-time b ...
 Topic: I notice abnormally large number of bots registering -ideas?
fkelly

Replies: 10
Views: 17627

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Sep 16, 2013 1:06 pm   Subject: re: I notice abnormally large number of bots registering -id
Draxx:

We have classifieds on our new site:
mohawkhudsoncyclingclub.org

I think they are a subset of Forums there. Or a content type that is put into a block. Either way should work. I'll q ...
 Topic: I notice abnormally large number of bots registering -ideas?
fkelly

Replies: 10
Views: 17627

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Sep 16, 2013 11:08 am   Subject: I notice abnormally large number of bots registering -ideas?
Kevin, Hi. I just posted something in moderators forum about my retirement.

You programmed the identification of approved waiting users in the last release. It worked great and was very useful ...
 Topic: Backup MySQL Database to Dropbox
fkelly

Replies: 14
Views: 27730

PostForum: Converting/Creating Other   Posted: Mon Sep 16, 2013 7:53 am   Subject: Backup MySQL Database to Dropbox
If you are dealing with backups you also need to deal with the restore process. There is no point having a backup file if you can't restore it. That seems obvious but it's quite common to think you ...
 Topic: How to block certain domains from registering?
fkelly

Replies: 7
Views: 15342

PostForum: Security - PHP Nuke   Posted: Mon Sep 16, 2013 7:48 am   Subject: How to block certain domains from registering?
The string blocker should work ... I had it working on my RN site for a long time. You need to make sure it is turned on. To fully test it you need to test from a computer that is not exempted from ...
 Topic: I notice abnormally large number of bots registering -ideas?
fkelly

Replies: 10
Views: 17627

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Sep 16, 2013 7:42 am   Subject: I notice abnormally large number of bots registering -ideas?
Require admin approval for new users.
 Topic: New User Registration Faliure 2.5
fkelly

Replies: 18
Views: 25797

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Aug 27, 2013 8:05 am   Subject: New User Registration Faliure 2.5
jlajax .. sorry this has gone on so long and that the thread has gone off in so many directions. Looking back at your original question, the line in mainfile that is giving you problems is:

includ ...
 Topic: Content Plus
fkelly

Replies: 2
Views: 6370

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Aug 24, 2013 7:39 am   Subject: Content Plus
Content as a "content type" has a more complex structure than does news. Content can have a Header and footer, a sub-title and a more elaborate classification (via categories) structure than news ite ...
 Topic: casting string to integer
fkelly

Replies: 6
Views: 7897

PostForum: PHP   Posted: Mon Apr 29, 2013 10:57 am   Subject: casting string to integer
In the context of Ravennuke, the excessive use of int and/or intval has always driven me a little ways up the wall. There are many cases such as $x=int($topic) where we are processing a variable that ...
 Topic: Error 500 while sending HTML Newsletter
fkelly

Replies: 9
Views: 17854

PostForum: v2.3 RN Issues   Posted: Mon Apr 08, 2013 1:30 pm   Subject: Error 500 while sending HTML Newsletter
I think the letter D simply denotes that we intended to delete this user. This data was processed extensively in a spreadsheet file to sort out those who we wanted to delete versus those who we didn' ...
 Topic: Error 500 while sending HTML Newsletter
fkelly

Replies: 9
Views: 17854

PostForum: v2.3 RN Issues   Posted: Mon Apr 08, 2013 7:30 am   Subject: re: Error 500 while sending HTML Newsletter
With no warranty ... you need to backup your users table before running this and read the comments at the top of the program. What is listed here is for test_mode ... it won't delete anything until y ...
 Topic: Error 500 while sending HTML Newsletter
fkelly

Replies: 9
Views: 17854

PostForum: v2.3 RN Issues   Posted: Sun Apr 07, 2013 1:36 pm   Subject: re: Error 500 while sending HTML Newsletter
This may or not apply to your case, but I suspect that a lot of sites have many users who once created an ID and haven't logged on since. You could take a quick look using PHPmyadmin and sorting on t ...
 Topic: Theme Conversion from PHP-NUke 7.6 to RavenNuke 2.5.1?
fkelly

Replies: 6
Views: 9449

PostForum: Converting/Creating Themes   Posted: Sat Mar 30, 2013 9:03 am   Subject: Theme Conversion from PHP-NUke 7.6 to RavenNuke 2.5.1?
There are many ways to go about validation but what I do is have the w3c validator bookmarked and keep it open in a Firefox tab:''

http://validator.w3.org/#validate_by_input

Then, as I modify th ...
 Topic: How to salt passwords?
fkelly

Replies: 52
Views: 80675

PostForum: Security Issues   Posted: Wed Mar 27, 2013 7:34 am   Subject: How to salt passwords?
For what it's worth, Drupal went from a MD5 encrypted password to a salted and encrypted password in a fairly recent release. Their code is open source and we could possibly "borrow" some of that (or ...
 Topic: Please keep my wife (Margie) in your prayers
fkelly

Replies: 16
Views: 29026

PostForum: Prayer/Praise Requests   Posted: Thu Mar 21, 2013 1:54 pm   Subject: Please keep my wife (Margie) in your prayers
My best to you and Margie too Gaylen. I know this has been a long couple of years for you two. But look ahead: we are going to a wedding tomorrow for friends who are 87 and 85 years old. There can ...
 Topic: Theme change not working in 2.5
fkelly

Replies: 10
Views: 11420

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Mar 21, 2013 1:51 pm   Subject: Theme change not working in 2.5
Just to provide a bit of detail on how this is "supposed" to work in the latest, 2.51 release, of RN.

As Spastic mentioned, there is a new program for previewing and changing themes site-wide that ...
 Topic: Add ravennuke captcha to simple html form in block
fkelly

Replies: 4
Views: 11105

PostForum: For Hire   Posted: Mon Feb 04, 2013 10:22 am   Subject: Add ravennuke captcha to simple html form in block
While I agree with Guardian's suggestion about a separate thread ...

rather than adding an annoying captcha for an individual block how about just using blocks administration to make the block vis ...
 Topic: Your account script info
fkelly

Replies: 2
Views: 6351

PostForum: NukeSentinel(tm) v2.6.x   Posted: Fri Dec 07, 2012 8:22 am   Subject: Your account script info
They are probably trying to login using an automated program. The gfx_check entry indicates that they can't fill out the CAPTCHA. Despite claims that some hack scripts can read CAPTCHAs, I have not ...
 Topic: Seeking help! AdultGamersElite.net
fkelly

Replies: 5
Views: 7980

PostForum: RWH Other   Posted: Thu Dec 06, 2012 4:11 pm   Subject: Seeking help! AdultGamersElite.net
You need to talk to your web hosting service. IP blocking within Ravennuke does not have any effect on your CPANEL login. You can use CPANEL file manager to delete some unneeded files but you need t ...
 Topic: Firefox 17
fkelly

Replies: 22
Views: 26432

PostForum: FCKeditor/WYSIWYG Issues   Posted: Thu Nov 22, 2012 8:04 pm   Subject: Firefox 17
Put this in perspective. Fckeditor is out-dated and there is a replacement available. What we are talking about here is a a temporary patch to keep things running for a limited time until you have t ...
 Topic: Firefox 17
fkelly

Replies: 22
Views: 26432

PostForum: FCKeditor/WYSIWYG Issues   Posted: Wed Nov 21, 2012 9:18 am   Subject: Firefox 17
Wish I had read this first. My wysiwyg editor wasn't working this morning either, on a RN2.5 release. After mucking around sticking in echoes I worked my way into the function FCKeditor_IsCompatible ...
 Topic: user_lastvisit / Last Visit / Last Login
fkelly

Replies: 2
Views: 6309

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Nov 09, 2012 7:55 am   Subject: re: user_lastvisit / Last Visit / Last Login
Thanks for posting this. I have been meaning to verify (or refute) this but just haven't had the time.

The above value is taken from the _users table field users_lastvisit, which I believe is on ...
 

 Jump to:   

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