PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  Login or Register
 • Home • Downloads • Your Account • Forums • 
Site Navigation

Home:

 
Donate o Meter
Help Keep Our Servers Online AND Our Services Free!
Make donations with PayPal!
Donations
 
Please Link To Me!
 
Quality Web Hosting For All PHP Applications
Quality PHP Web Host!

Great Reviews!
Need help setting up your website, installing Apache, PHP, MySQL, or RavenNuke(tm)?
Need help customizing or designing scripts?
Please contact us via the Contact Us option for further details and pricing.

Link to Me

RavenPHPScripts

RavenPHPScripts

There are more Link To Me icons here.
 
Site Info v2.2.2 ©
Your IP: 38.107.179.231

 Welcome, Anonymous
Nickname
Password
Security Code:
Security Code
Type Security Code:

· Register
· Lost Password
Server Date/Time
7 February 2012 02:31:43 EST (GMT -5)
 
Customized Nuke 7.0 Download Being Prepared! 
PHP-Nuke

I have had MANY requests to put together a customized Nuke distribution. Well, I have been working on it and it's almost ready! It will have, pre-installed, the latest release of KISGB which has not yet been made public, as well as much of my other work. I am also making the MySQL Utility available as a Nuke module! Coppermine is included and ... Well, read on for everything to date. Please let me know immediately, by adding a comment here, if there is something else that you feel should be included.

Admin note: Last update 01/04/2004 17:01 CST

[ADDED] The following Themes were added to the distribution
=================================================================================
fiapple

The following Blocks were added to the distribution
=================================================================================
block-fiapple-Forums.php
block-ForumsScroll.php
block-realtime-stats.php
block-Recent-Forums.php
block-Site_Info.php
block-Stock_Quote.php
Several Coppermine Blocks
Quiecomm Shout Block - modified by http://www.ourscripts.net
=================================================================================

The following Modules were added to the distribution
=================================================================================
kisgb-nuke
PHP-Nuke_HOWTO
realtime-stats
Resend_Email
Stock_Quote
Raven_MysqlUtility (Nuke Module :))
coppermine
WorkBoard (Project Management
IP_Tracking
Quiecomm Shout Block - modified by http://www.ourscripts.net
=================================================================================

[CHANGES/MODS]
The following Modules/Files were modified as stated
=================================================================================
modules/Forums/avatars: Added hundreds of avatars to several subfolders.

=================================================================================
modules/Downloads/index.php has been modified. Code has been added to allow the restricting of certain downloads to members only when anonymous downloading is allowed. This hack of mine is a code only hack and no database modifications are required. Also, code added that allows you to restrict downloads to registered users only but the downloads are available for viewing to all visitors. Note that this is a rewrite from my earlier released hack.

=================================================================================
modules/Your_Account/index.php has been modified. Code has been added to allow the automatic registering of people. The original index.php file has been renamed and can easily be restored. To activate the autoActivation functionality, simply change the setting $autoActivate = FALSE; to $autoActivate = TRUE; in modules/Your_Account/index.php. Note that this is a rewrite from my earlier released hack.

Chatserv's Avatar Control Panel code has been merged in

=================================================================================
To assist in SQL errors resolution, insert this line to line 88 in db/db.php: include("includes/functions.php");

Renamed faqanswer and faccategories to faqAnswer and faqCategories 12/14/2003
=================================================================================
The files related to this fix are in the sql folder

[FIXES]
The following fix was applied on 12/13/2003.
=================================================================================
Line 289 in mainfile.php was modified FROM:
if ($points > 0 AND $points >= $row[points] || $mod_group == 0) {
TO:
if (($points >= 0 AND $points >= $grp) OR $mod_group == 0) {

=================================================================================

The following fix was applied on 01/04/2004.
=================================================================================
Lines 165 & 186 in modules/Members_List/index.php was modified FROM:
$order_by = "user_regdate $sort_order LIMIT $start, " . $board_config['topics_per_page'];
TO:
$order_by = "user_id $sort_order LIMIT $start, " . $board_config['topics_per_page'];

=================================================================================

The following fix was applied on 01/04/2004.
=================================================================================
Line 658 in modules/Your_Account/index.php was modified FROM:
if(!$result) {
TO:
if(!sql_num_rows($result)) {

=================================================================================

Chatserv's Security/Fixes SF-70 was applied on 12/14/2003.
=================================================================================
1-mainfile.php includes a $grp variable that is not used. (chatserv) Also reported by Alain Melsens recently.
The file related to this fix is mainfile.php

=============================================================================
2-Missing $sitename variable in Downloads admin section. (chatserv)
The file related to this fix is admin/modules/downloads.php

=============================================================================
3-Duplicate sql query in Downloads admin section. (chatserv)
The file related to this fix is admin/modules/downloads.php

=============================================================================
4-$ThemeSel variable not defined in downloads admin. (chatserv)
The file related to this fix is admin/modules/downloads.php

=============================================================================
5-Incorrect use of $module_name in Downloads admin. (chatserv).
The file related to this fix is admin/modules/downloads.php

=============================================================================
6-Missing $dbi call in Encyclopedia admin section. (chatserv).
The file related to this fix is admin/modules/encyclopedia.php

=============================================================================
7-$ThemeSel variable not defined in links admin. (chatserv).
The file related to this fix is admin/modules/links.php

=============================================================================
8-Incorrect use of $module_name in Links admin. (chatserv).
The file related to this fix is admin/modules/links.php

=============================================================================
9-Missing globals in LinksAddLink op. (chatserv)
The file related to this fix is admin/modules/links.php

=============================================================================
10-Incorrect fetchrow call in block-Forums.php. (chatserv)
The file related to this fix is block-Forums.php

=============================================================================
11-Missing globals in Avantgo module. (chatserv)
The file related to this fix is modules/Avantgo/index.php

=============================================================================
12-Incorrect fetchrow call in Encyclopedia module. (chatserv)
The file related to this fix is modules/Encyclopedia/search.php

=============================================================================
13-Incorrect fetchrow call in News module. (chatserv)
The file related to this fix is modules/News/friend.php

=============================================================================
14-Missing global in Your_Account module. (chatserv)
The file related to this fix is modules/Your_Account/navbar.php

=============================================================================
15-Duplicate sql query in Downloads module. (chatserv)
The file related to this fix is modules/Downloads/index.php

=============================================================================
16-Merged lines in Web_Links module. (chatserv)
The file related to this fix is modules/Web_Links/index.php

=============================================================================
17-Merged lines in Downloads module. (chatserv)
The file related to this fix is modules/Downloads/index.php

=============================================================================
18-Incorrect block filename in block-User_Info.php. (chatserv)
The file related to this fix is block-User_Info.php

=============================================================================
19-Incorrect variable number in Web_Links module. (chatserv)
The file related to this fix is modules/Web_Links/index.php

=============================================================================
20-Missing $result variable in Your_Account module. (chatserv)
The file related to this fix is modules/Your_Account/index.php

=============================================================================
21-Incorrect datestring in spanish language file. (chatserv)
The file related to this fix is modules/Downloads/language/lang-spanish.php

=================================================================================






Posted on Tuesday, December 16, 2003 @ 10:36:48 EST by Raven
 
Related Links
· More about PHP-Nuke
· News by Raven


Most read story about PHP-Nuke:
PHPNUKE v7.2 is Out

 
Article Rating
Average Score: 5
Votes: 4


Please take a second and vote for this article:

Excellent
Very Good
Good
Regular
Bad


 
Options

 Printer Friendly Page  Printer Friendly Page

 Send to a Friend  Send to a Friend

 

Re: Customized Nuke 7.0 Download Being Prepared! (Score: 1)
by blith on Wednesday, December 17, 2003 @ 11:50:18 EST
Not registered user
thanks for all the work Raven!! I would like to see the downloads module you are using here, the one that prevents harvesting. I could never get it to work properly...



Re: Customized Nuke 7.0 Download Being Prepared! (Score: 1)
by Anubis_The_Jackal on Thursday, December 25, 2003 @ 04:28:11 EST
Not registered user
here is a small list of what i think should be included:

Online/Offline mod (easy to install i know, but what the hey, i like it)

Yellow Card System (for forum bans)

will the points mod work with 7?

attactchment mod (muhuhahahaha, difficulty to the extreme)
---------------
modules:
protector system (allows for site wide bans, also very good at making sure if they use a proxy they still cant get in. also has a site shutdown and alot of nice things)

EDL 1.6 i know you cant do 2.0 because its not free but 1.6 is
--------------
some php code optomization.



Re: Customized Nuke 7.0 Download Being Prepared! (Score: 1)
by upkasite on Wednesday, December 31, 2003 @ 17:09:51 EST
Not registered user
Ah Raven. Can you just include all your mods and blocks that will work with it?



Re: Customized Nuke 7.0 Download Being Prepared! (Score: 1)
by CodyG on Thursday, January 15, 2004 @ 10:18:19 EST
Not registered user
Whoo, hooo! Raven Rocks!
My most perfect nuke includes:
A theme that doesn't horizontal scroll at lower resolutions.
One Stop User Profile Control
Global Emoticon libraries
Quiecomm Shoutblock, with more time options and fixed User Link.
Site Messenger (IMs)
Search IP history and security lockdowns Global Groups
FriendFinder
Event Calendar w/comments
Coppermine
News Sorting
KISGB
Some kind of Forum Category block.
Some easier way to add modules like blocker, calendar, and others that need admin.php edits.
And all the past and future great mods.

:)







 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum