CZEnhanced 7.0

  Post new topicThis topic is locked: you cannot edit posts or make replies.Printable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   CZEnhanced 7.0
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 45
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
First let me tell you that this should not be used for upgrading purposes. This a fresh install only! This post will get stickied and any bugs or problems please attach to this message. Thanks Alot!




Thanks for downloading this Tweaked version of PHP-Nuke7.0 This is as easy an install as it gets (look to the bottom for more descriptive instructions) just like PHP-Nuke upload everything in directory structure html/ --> html change the variables in the config to match your server information and have fun. I had original intentions of adding the attachments mod and the buddy list mod but after seeing as many bugs as I have with them I decided to leave that out. I will be porting some more themes to go with this PHP-Nuke enhanced version and will make them available to you when they are ready. Just incase you're wondering what is included, here is a run down of the add-ons:

NSN your account 7.0
NSN ip banner 7.0
NSN site supporters 7.0
Cz User info V2.0
CZModules Updated for 7.0
CZ Enhanced Feedback
Page Numbers Mod 7.0
NukeStyle Enhanced 1.7 Downloads
NukeStyle Enhanced Submit News
Site Closed Down Mod (mighty_y)

Mods are in English Only

Here is the fix list (plus lots of other small tweaks and fixes):

1-mainfile.php includes a $grp variable that is not used.
2-Missing $sitename variable in Downloads admin section.
3-Duplicate sql query in Downloads admin section.
4-$ThemeSel variable not defined in downloads admin.
5-Incorrect use of $module_name in Downloads admin.
6-Missing $dbi call in Encyclopedia admin section.
7-$ThemeSel variable not defined in links admin.
8-Incorrect use of $module_name in Links admin.
9-Missing globals in LinksAddLink op.
10-Incorrect fetchrow call in block-Forums.php.
11-Missing globals in Avantgo module.
12-Incorrect fetchrow call in Encyclopedia module.
13-Incorrect fetchrow call in News module.
14-Missing global in Your_Account module.
15-Duplicate sql query in Downloads module.
16-Merged lines in Web_Links module.
17-Merged lines in Downloads module.
18-Incorrect block filename in block-User_Info.php.
19-Incorrect variable number in Web_Links module.
20-Missing $result variable in Your_Account module.
21-Incorrect datestring in spanish language file.
22-Incorrect sql squery in admin/modules.php.
23-Incorrect sql squery in admin/blocks.php.

The available themes for now are:

Deepblue
Sunset
StrataGen
Blackened

And some Forum mods that where added:

Message Board XL
PM Quick Reply
Forum Quick Reply
BBcode Buttons Box
BBcode Highlight Expand Box
Signature Deluxe

Plus some really cool blocks I made :-) :p

This package was put together for some of the members at [ Register or login to view links on this board. ] prepared and modified by Telli -at- Codezwiz.com. This is not my version of PHP-Nuke, FB deserves all the credit for this great CMS. I just added some things to make it a little more interesting. Special thanks to Shawn at [ Register or login to view links on this board. ] for his great mods and add-ons that are included and to Bob Marion [ Register or login to view links on this board. ] for his great add-ons and scripts. Also to Mighty and Anor at [ Register or login to view links on this board. ] where I download alot of the mods that I use. You guys are all great contributors to PHP-Nuke.

[18-01-04]
F.B'S Stuff----

######################
I M P O R T A N T N O T E
######################
# IMPORTANT: I saw many sites that remove the copyright line in the footer #
# of each page. YOU'RE NOT ALLOWED TO REMOVE NOR CHANGE/EDIT THAT NOTE. If I #
# still see this problem happening I'll need to take extreme measures that #
# can include: to change the PHP-Nuke license, to encrypt some parts of the #
# code, stop distributing it for free and in an extreme case stop developing #
# it. The decision is in your hands. #
# You can sell service based on PHP-Nuke, you can make money from it, you #
# can do almost whatever you want with PHP-Nuke but DO NOT REMOVE NOR EDIT #
# THE COPYRIGHT NOTICES!!! Fair Play. #
# If you do not agree with this simple rule, delete all PHP-Nuke files #
# right now and move away from it. Thanks. #
###################################
###################################
INSTALLATION INSTRUCTIONS:
###################################
Base Requirements
-----------------

In order to setup PHP-Nuke the folowing prerequisits are necessary:

- A Linux Box (http://www.linux.com) Installed and working properly.
- Apache Web Server (http://www.apache.org)
- PHP version 4.1.x or better (mod_php) Apache module (http://www.php.net)
- MySQL database server (http://www.mysql.com)

NOTE: From PHP-Nuke version 5.3, I added a new SQL abstraction layer,
this means that PHP-Nuke now supports MySQL, mSQL, PostgreSQL, PostgreSQL_local,
ODBC, ODBC_Adabas, Sybase and Interbase servers. The official test server
is MySQL which is used to develop PHP-Nuke. Any feedback about other SQL Servers
and how it works will be very appreciated and useful.

The above doesn't mean it will not work with other configurations, OS's, DB's, etc,
but we only provide INSTALL instructions for the above configuration.
In fact PHP-Nuke works under Windows (all), FreeBSD, OS/2, MacOS, etc.

Setup of these required packages is beyond the scope of this document
and if you are unsure, you should check with each of the appropriate web
sites for further details.


Installing the Package
----------------------

Untar the package into the directory you want to use on your web
server, if you're unsure where that is, ask you system administrator.
(Windows users can use WinZip or WinRAR to uncompress .tar.gz files)

tar -zxvf PHP-Nuke.tar.gz

Now go to the directory where you uncompressed all files and edit the
file "config.php". Change all the fields until you are happy with the
changes and they fit the needs of your web site. Give special attention
to the database configuration section. When you have finished editing the
config.php file change to the /sql/ directory and look for a file called
"nuke.sql" , this file contains the commands to build the database structure,
tables and the default data.

1) Create a database called, for example, nuke:

mysqladmin create nuke

2) Now fill the databases with the tables in nuke.sql file:

mysql nuke < nuke.sql

3) In order to use the ultramode.txt news file please be sure to chmod 666.
This file is used to show news from your site in some old programs and
frontends and is reserved to future use in PHP-Nuke. For backend use
backend.php file instead.

4) That's it!... now you need to edit the file "config.php" to set the
database options. Please read carefully the instruction on that file!
After that, point your browser to:

http://yourdomain.com/admin.php

We use MySQL as the example and nuke.sql file is in MySQL format
because PHP-Nuke was made using this database server. You can find
many programs out there to convert the database schema from MySQL to
whatever else you want. But this is a task for you.


First Run
---------

Create your Super User following the on-screen instructions.
Now click on "Preferences" and change whatever you want to fit your
site info. All the options you need to change are in the Preferences
menu. If you need help just click on the help icon at the top-right
of the Administration Menu. This will open a new window with the help
you need for each section in the administration system.

SECURITY TIP: It's a good choice to put your config.php file outside the
Web Server path, then you can create a new config.php with the line:

<?php include("../config.php"); ?>


Testing the Installation
------------------------

Go to your homepage, for example:

[ Register or login to view links on this board. ]

To initiate your activities in your site, you need to login as Administrator at:

[ Register or login to view links on this board. ]

this will give you full administrator priviledges to your installation of Nuke.

*** For security reasons please remember to create a Super User IMMEDIATELY!!! ***

Remember to "Logout" from admin after you use it, from this area you can
delete or add content on your site, never leave your computer without loging out
from the admin account. If something bad happens don't come crying to me.

I recommend the use of phpMyAdmin. It's a good administration system for
MySQL databases. To download it just go to [ Register or login to view links on this board. ]

I also recommend to set a password for your MySQL access. This is important
as some data in the nuke database is not encrypted, so for security reasons you
need to set a password, not only that, it is a good practice!

For Banners System, when you setup a new client, you need to assign a new
login/password for him. The login and password is used by the client at the url:

http://yourdomain.com/banners.php?op=login

in order to let the client view and track the banner stats in real time
just pass that url to your clients. Take a look yourself before you do.


Final Notes
-----------

That's it! You're done with PHP-Nuke. Just navigate around, play with it,
abuse it and if you like PHP-Nuke, use it. Spend some time getting used to the
administration interface.

To change your site's logo, go to the themes directory and make a custom
logo for each individual theme. Just navigate around all themes and change
the graphics you want.

A note for the PHP-Nuke site's administrators: Only admins (authors) can
view the following data in the site:

- Administration Menu
- Number of New Submissions
- Edit button for each link in Web Links
- Edit and Delete options for each Article
- Delete option for each comment
- IP/Host address of the comment poster
- Moderation option and button (if set for admin only)
- and MANY more...

If you plan to give something in change for PHP-Nuke as a contribution,
please read the file SUPPORT included in this package to have some ideas.

PS: When you e-mail me asking something, just remember that I receive A LOT
of e-mails a day!!! so I can't answer all of you, but for sure I'll read it.
But please don't wait for an answer.



*** Special Thanks to all the people who help sending bug reports, fixes, new
add-ons, requests for new features, etc... I really appreciate you all! ***

************************************
* PHP-Nuke URL: [ Register or login to view links on this board. ] *
************************************

Enjoy!

-- Francisco Burzi

Telli's Stuff---
#######################################
ADDITIONAL INSTRUCTIONS:
#######################################

1- Open root/images/CZModules/bookmark.js and fill in your site information. Then re-upload it.
2- Log into the Admin Panel and go to admin.php?op=modules set up your categories for the main menu.
3- Check the configuration settings on the MS_Analysis, there are instructions in there pertaining to the proper configuration. It is currently adjusted to run and update itself every hour.(static)
4- If you want to use the Staff online images in the CZUser Info V.2.0 block then you will have to open it up and look for the following:

[-----FIND-----]

if (($session[uname] == XXXXX) or ($session[uname] == xxxxx))

Change the XXXXX to your name in CAPITAL LETTERS and the xxxxx to your name in small letters. (I am currently beta testing a new admin panel that will allow you to update those images from there so keep an eye out!).

5- Log into your Forums administration and make the necessary changes to the configuration in there, also that is where you can activate or deactivate the message board on top of the Forums.

I am sure there is something that I forgot. If that is the case or you find any bugs please report them to my forums.
[ Register or login to view links on this board. ]

CZEnhanced 7.0Final+ [1-19-2004]
DISCONTINUED


Telli [ Register or login to view links on this board. ]




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#2   
Mifune
CZ Newbie
Mifune has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Jan 13, 2004
0.00 posts per day
Posts: 8
Points: 424
   
Where's my drool bucket? icon_surprised.gif

Spectacular. I've been waiting all week for this. Very well done, and many thanks to the CZ crew. icon_mrgreen.gif



Back to top Reply with quote
#3   
fUtZlUnG
CZ Newbie
fUtZlUnG has been a member for over 20 year's 20 Year Member
Gender: Male
Website:
Status: Offline
Joined: Jan 12, 2004
0.00 posts per day
Posts: 1
Points: 52
 Yahoo Messenger MSN Messenger ICQ Number
Hi Telli~ this looks fabulous! i can provide a fast mirror if u need one.



Back to top Reply with quote
#4   Good stuff
sexyphp
CZ Newbie
sexyphp has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Mar 12, 2005
0.00 posts per day
Posts: 15
Points: 1,090
   
Hi Telli,

I just download and install it and it looks nice..just one small problem
i can login on admin mode but i can't login with the normal user nick icon_cry.gif
I don't know why, cause they have the same password. icon_rolleyes.gif
cheers..



Back to top Reply with quote
#5   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 45
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
I cant reproduce the error I tried on the beta site and it worked ok. Can you place a url to the site it is installed on please.




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#6   
Danny
CZ Active Member
Danny has been a member for over 20 year's 20 Year Member
Website:
Status: Offline
Joined: Oct 14, 2003
0.02 posts per day
Posts: 153
Points: 16,712
   
Can we used it for upgrade or is it only for new installations ?



Back to top Reply with quote
#7   
Mifune
CZ Newbie
Mifune has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Jan 13, 2004
0.00 posts per day
Posts: 8
Points: 424
   


Originally posted by Telli:

First let me tell you that this should not be used for upgrading purposes. This a fresh install only!



Back to top Reply with quote
#8   
Danny
CZ Active Member
Danny has been a member for over 20 year's 20 Year Member
Website:
Status: Offline
Joined: Oct 14, 2003
0.02 posts per day
Posts: 153
Points: 16,712
   
Thanks telli



Back to top Reply with quote
#9   
echo
CZ Wiz
 Codezwiz Site Donator
echo has been a member for over 20 year's 20 Year Member
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   
Thank you Telli icon_wink.gif This is a very nice nuke package, I installed it on a sub domain of mine to play with, well I fell in love with it icon_razz.gif I think I will run this as my main nuke site now...Lol, after all the help from you and the staff and all the tweakin done to my 6.9 site I am going to zap it icon_mrgreen.gif Thank you Telli and the codezwiz staff for all you do for us.
echo



Back to top Reply with quote
#10   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 45
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   


Originally posted by fUtZlUnG:

Hi Telli~ this looks fabulous! i can provide a fast mirror if u need one.


I will keep that in mind and i appreciate the offer.

Your welcome echo will be starting some themes on it soon too just need to populate a list of favorites.




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicThis topic is locked: you cannot edit posts or make replies.

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum