Ravens PHP Scripts: Forums
 

 

Search found 34 matches
Author Message
 Topic: Copyright improvement.
Guardian2003

Replies: 20
Views: 50997

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Dec 16, 2013 7:56 am   Subject: Copyright improvement.
Yes, you are perfectly correct when you say our existing code should already be changed and for the most part it is. Unfortunately we only have a limited number of RN Team members and individually, th ...
 Topic: Swank Xibit (media gallery)
killing-hours

Replies: 61
Views: 86552

PostForum: Modules   Posted: Fri Mar 02, 2012 11:32 am   Subject: Swank Xibit (media gallery)
Ran a more process intense test... here are the results. Various image sizes / types including animated gif's.


Settings:

Resize image to 800x600 if size exceeds those dems
Thumbsize - 150x15 ...
 Topic: Review Block Scroll? (Solved)
montego

Replies: 7
Views: 8479

PostForum: v2.4 RN Issues   Posted: Sat Nov 26, 2011 8:49 am   Subject: re: Review Block Scroll?
The easiest way, although will cause your site to not validate (but all browsers still support so will work), is to add marquee tags around the content. Any of the blocks which scroll should help you ...
 Topic: RNconfig at phpbb3 error
cyber

Replies: 19
Views: 20438

PostForum: v2.4 RN Issues   Posted: Tue Jul 27, 2010 2:50 am   Subject: RNconfig at phpbb3 error
Hi all i install phpbb3 when i what to update it i get errors.
And when i go to the adminstation phpbb3 i get errors to

Update Errors:
Unable to locate the RavenNukeā„¢ configuration file - rncon ...
 Topic: Small DB optimization
Raven

Replies: 9
Views: 14644

PostForum: NukeSentinel(tm) v2.6.x   Posted: Sun May 17, 2009 9:59 am   Subject: re: Small DB optimization
I just "verified" emilacosta's findings.


id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE nuke_nsnst_ip2country range PRIMARY PRIMARY 4 ...
 Topic: mreviews admin permission?
nuken

Replies: 40
Views: 50656

PostForum: Modules   Posted: Fri Apr 24, 2009 5:39 am   Subject: mreviews admin permission?
What it did was fix the broken link for the review in the 10 most popular and 10 most recent. This one should have the space and remove the cat link after the review.

<?php
/****************** ...
 Topic: mreviews admin permission?
nuken

Replies: 40
Views: 50656

PostForum: Modules   Posted: Thu Apr 23, 2009 7:26 pm   Subject: mreviews admin permission?
<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== ...
 Topic: mreviews admin permission?
pan

Replies: 40
Views: 50656

PostForum: Modules   Posted: Tue Apr 14, 2009 4:40 pm   Subject: mreviews admin permission?
if you could paste your cat.php file from the mreviews module, we might be able to see where the issue is.

<?php
/************************************************************************/
/* P ...
 Topic: Reviews Module and Posting A Comment
Palbin

Replies: 32
Views: 48029

PostForum: v2.3 RN Issues   Posted: Tue Jan 20, 2009 12:49 pm   Subject: re: Reviews Module and Posting A Comment
Find line 741-742 of modules/Reviews/index.php


// montego:0000763 - decided to remove the title in the link as it just opens the door for abuse and some characters can trip NukeSentinel.
. ' ...
 Topic: server configuration speed up ravennuke?
prekill

Replies: 18
Views: 19814

PostForum: Server Help   Posted: Sat Sep 27, 2008 4:06 am   Subject: server configuration speed up ravennuke?
Guardian2003 I have looked in the Apache forum but theres only 17 topics there none with real data about server config, please advise. Smile

edit: I now see I can edit Mod Security rules, this is what ...
 Topic: a little show-off for a ravennuke logo
wHiTeHaT

Replies: 5
Views: 8126

PostForum: General/Other Stuff   Posted: Sun Aug 24, 2008 9:44 am   Subject: a little show-off for a ravennuke logo
while i was playing with the nsn supporters module and needed to fill it up with some website's ,
(ofcourse normal usage is to let an owner of the site submit his or her support) , i ended up with ma ...
 Topic: Block reviews
kenwood

Replies: 9
Views: 11282

PostForum: Blocks   Posted: Sun Jul 06, 2008 11:19 am   Subject: Block reviews
On 1 site i use the block reviews but sometimes i see double entries from different users.
Now i want to rebuild the block so i see the first entries of a review and the next entries with the same ti ...
 Topic: nukeWYSIWYG img tag being strip
prekill

Replies: 14
Views: 22415

PostForum: phpnuke 7.6   Posted: Mon Apr 14, 2008 4:23 am   Subject: re: nukeWYSIWYG img tag being strip
The skin is office 2003, here is my index.php review module file and fckconfig.js:

<?php
/************************************************************************/
/* PHP-NUKE: Web Portal ...
 Topic: Importing csv
Donovan

Replies: 6
Views: 12941

PostForum: PHP   Posted: Tue Feb 26, 2008 11:18 am   Subject: Importing csv
I have a new issue as the server configuration has changed. I now need to import a csv to a database that is not on the host. The MySQL database resides on a different server.

This was working be ...
 Topic: Change Log For v2.20.00
Raven

Replies: 1
Views: 10092

PostForum: RN v2.20.00 - Announcements   Posted: Tue Feb 12, 2008 1:00 am   Subject: re: Change Log For v2.20.00
Here is the final released Change Log for v2.20.00!

2008-02-11 v2.20.00 Major Release
0000772: [-Specific to PHP Version] array_merge failure in PHP 5.x.x.
0000782: [Addons - Dynamic Titles] Impl ...
 Topic: Updating records
Donovan

Replies: 4
Views: 10088

PostForum: PHP   Posted: Thu Dec 13, 2007 9:49 am   Subject: re: Updating records
The result tells me

$sql = UPDATE atlas_tl_session_grade_import SET StudentID = 'U00077193'

Which is the first record in the imported table.

But after it finishes it actually takes the last ...
 Topic: Quick_CSV_import class
Donovan

Replies: 3
Views: 10036

PostForum: How To's   Posted: Wed Dec 12, 2007 9:24 am   Subject: re: Quick_CSV_import class
Well I kinda did this my own way, which of course is a way to learn. Smile

My issue now is in two parts.

I first create the import table, import the csv file, alter the table and add a field then ...
 Topic: Quick_CSV_import class
Donovan

Replies: 3
Views: 10036

PostForum: How To's   Posted: Tue Dec 11, 2007 1:22 pm   Subject: re: Quick_CSV_import class
I've been playing with this. Trying to make it simpler.

I have a cvs file:

1,000077193 ,"ABOUSOUD, OMAR ",9,90,35,9,90
1,000390918 ,"ABRAHAM, HEIDI ",9,90,35,9,90
1,000385334 ,"ADAM ...
 Topic: Subscription Emails bouncing
Trubador

Replies: 8
Views: 13894

PostForum: phpnuke 7.6 Bugs/Fixes   Posted: Mon Nov 12, 2007 5:26 pm   Subject: Subscription Emails bouncing
Hi all,

Using RavenNuke 2.10.01 but this is more of a Nuke in general problem.

I've been racking my tiny little mind on this one for some time. I use the built in Nuke Subscriptions function on ...
 Topic: issue with messages in most themes
fkelly

Replies: 5
Views: 9899

PostForum: RN Themes Issues   Posted: Wed Jul 25, 2007 7:43 pm   Subject: issue with messages in most themes
Actually M. look at issue 0000724 in Mantis. I haven't bumped it because I'm not really looking for more work but if you and Raven would like it handled ... Smile
 Topic: Webmaster Read
nb1

Replies: 6
Views: 10805

PostForum: Other - Chit Chat   Posted: Sat Jul 14, 2007 1:50 am   Subject: Webmaster Read
I am posting in hopes that it may help someone else.

Yahoo has changed its crawling method and also added more crawlers and the way I read it for a short time there will be excessive amount of cra ...
 Topic: SQL Query Help (2 columns used as index into another table)
montego

Replies: 14
Views: 25071

PostForum: MySQL   Posted: Tue Dec 05, 2006 6:42 am   Subject: SQL Query Help (2 columns used as index into another table)
Gremmie, question for you. Would my assumption always be 100% correct that your matches table ALWAYS has both home team id and away team id valued AND you have sufficient data integrity rules in plac ...
 Topic: Capturing SQL errors
fkelly

Replies: 18
Views: 16976

PostForum: Making Nuke Efficient   Posted: Wed Nov 22, 2006 10:33 am   Subject: re: Capturing SQL errors
Here is some code I was using and had posted in internal forums to measure performance. I was looking at storing the config values that are read from mainfile in session variables and making them ava ...
 Topic: Can developers legally sell addons created for use with Nuke
Raven

Replies: 88
Views: 149308

PostForum: Other - Discussion   Posted: Tue Feb 07, 2006 12:28 am   Subject: re: Can developers legally sell addons created for use with
For posterity, I will post the correspondence.

My original letter to the FSF
From - Mon Jan 1 00:00:00 1965
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
From: "Gaylen" <gfraley5@earthl ...
 Topic: RavenNuke76 v2.0.0 Package Released!
Raven

Replies: 0
Views: 17062

PostForum: Raven's RavenNuke(tm) v2.00.00 - v2.02.00 Distro   Posted: Sat Jan 07, 2006 1:12 pm   Subject: RavenNuke76 v2.0.0 Package Released!
Here is the change log for this release.

2006-01-06 v2.00.00 Major Revision Release
#20000-0000 REL - Additional modules and functionality added
#20000-0001 FIX - Grammar in ...
 

 Jump to:   

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