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
=================================================================================
Re: Customized Nuke 7.0 Download Being Prepared! (Score: 1) | ![]() | 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 twelves on Tuesday, December 23, 2003 @ 08:46:41 CST (User Info | Send a Message) http://guitarchat.net | |
http://phpbbhacks.com has some good tweaks. Although there not easy to install. Ive listed some that I have installed and are great. No/Guest Avatar PHPBB fix Quick Reply Hack http://phpbbhacks.com/viewhack.php?id=522 File Attachment Hack PHPBB http://phpbbhacks.com/viewhack.php?id=251 The Nukecops Google Tap. (The simple 4 file one) The PHPBB hack that sends the post to your POP email. Gender hack in PHPBB http://phpbbhacks.com/viewhack.php?id=182 Country Flags in PHPBB (Hard to install for noobs) Qshoutblock (Popular and non intrusive) Looking forward to installing your 7.0 soon! Thanks!!!!!!!! |
Re: Customized Nuke 7.0 Download Being Prepared! (Score: 1) | ![]() | 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) | ![]() | 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 Raven on Wednesday, December 31, 2003 @ 21:22:14 CST (User Info | Send a Message) | |
I am including most of them :) |
Re: Customized Nuke 7.0 Download Being Prepared! (Score: 1) by Salieri on Sunday, January 04, 2004 @ 03:48:02 CST (User Info | Send a Message) | |
Cool! :) Heres what I think would be good to put in, I tried to think about variety for everyone, I've gotten most of these from portedmods: 1. Site Close Down Mod 2. Printer Topic Mod 3. Online/Offline mod Nuke 6.5 4. Newest version of Coppermine 5. Quick Reply for both Forums AND PM. 6. Admin Can Read PM's 7. Some kind of calender that can be put on the homepage as a block, and can show events and time etc. Hope some of these are possible.... |
Re: Customized Nuke 7.0 Download Being Prepared! (Score: 1) | ![]() | 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. :) |