All Tutorials Created By Comp-Killaz
http://www.comp-killaz-inc.com
Starting Your PHP Website:
Installing Nuke:
1: Get a FTP Client like FlashFXP found in my download section under Software. Make sure you use the serial to register it before you log into it. Then Log into it.
2: open public_html and upload your nuke into root.
Example: If your uploading Platinum 7.6…
upload Folders To:
public_html/admin
public_html/blocks
public_html/db
public_html/files
public_html/images
public_html/includes
public_html/language
public_html/modules
public_html/themes
Upload .php Files Yo:
public_html/admin.php
public_html/arcade.php
public_html/backend.php
public_html/clicks.php
public_html/config.php
public_html/fetch.php
public_html/footer.php
public_html/header.php
public_html/index.php
public_html/mainfile.php
public_html/modules.php
public_html/newscore.php
public_html/robots.txt
public_html/ultramode.txt
Creating Your Database:
3: Open cpanel at www.yoursite.com/cpanel then login.
In the boxed on the right, click on MySQL Databases.
Create your Databse by typeing in "nuke" and click create.
Scroll down until you see Users: then type in the same as your database like if you used the word "nuke" then type it into the Username spot and create a password. (Make sure you save the password somewhere). Then hit Add User.
Above that click on Add User To Db.
Then scroll down until you see "phpMyAdmin" and click on it.
4: On the left side you’ll see a dropdown box called "Database".
Click the dropdown box and click on the database that you created.
Now you should see on the nuke tables on the right. At the top of that click on "SQL"
click on Browse and upload your sql table for Platinum (if your installing platinum) Then Exit It!
Go back to cpanel/MySQL Databases/phpMyAdmin and minimixe the window and go to your ftp client open the folder public_html and download config.php onto your desktop. Open it and look for…
Example:
$dbhost = "localhost";
$dbuname = "";
$dbpass = "";
$dbname = "";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "7Ed+UratU+e9-eSwASW8s82MagUV*2";
$gfx_chk = 0;
$subscription_url = "";
$admin_file = "admin";
On your cpanel copy your whole database name and put it in between where the "" is. (should look like this…
$dbname = "your_databasename";
Then do the same for your Username and Password… Should look like this…
$dbuname = "yourname";
$dbpass = "yourpassword";
So when your done everything should look like this…
$dbhost = "localhost";
$dbuname = "yourname";
$dbpass = "yourpassword";
$dbname = "your_databasename";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "7Ed+UratU+e9-eSwASW8s82MagUV*2";
$gfx_chk = 0;
$subscription_url = "";
$admin_file = "admin";
Click Save and reupload it to your ftp client and when you get a popup saying to overright it, then overright it.
Goto your Admin panel @ www.yoursite.com/admin.php and create your admin name and pass and login
Thats It!
Add Admin To Your PHP-Nuke Site
1: go to your admin panel (ex… http://www.yourite.com/admin.php) and click on "Edit Admins".
2: scroll down until you see "Add a New Administrator"
3: you will need to fill out all that is required….
Ex…
Name = Their Site Name
NickName = Their Site Name Again
Email = Their Email Address
Password = Their Password
URL (optional) = Your Site Domain
4: Select what Permissions you want them to have… If you want them to have all permissions then click on "Super User"
Making Another "GOD" Admin
1: Repeat The Steps About Except For Adding Their Name Type God
ex… Name = God
NickName = Comp-Killaz
2: Then Check The Box Called "Super User"
Thats It :D
How To Add Downloads To PHP-Nuke Platinum Sites
In Admin Panel:
1: Click Downloads Button in the Modules Administration
2: Scroll down until you see "Add a New Download"
Adding A Download:
1: Program Name: = Name of file or program
2: File Link: = the link of the download `example - http://www.extreme-resource.com/dlz/yahoo/booters/FILENAME.zip
Replace the FILENAME with the file or program that your adding but leave the .zip if its a winzip file. If its a WinRar file then it’ll be .rar or an unzipped file would be .exe and so on…
3: Category: = the category the file/program is going in `make sure you add it to the right category but if ur not sure then look at the way the ftp is` - Example… booters go in Yahoo Tools/Booters or pc games go in Computer Games
4: Description: = the description of the program… - Example… if ur adding yahoo songs then it would be "yahoo song" or if your adding software then it would be the software details or what the program is
5: Author’s Name: = your site name… Example - extreme.resource
6: Author’s Email: = your email address… Example - extreme.resource@yahoo.com
7: Click "Add This URL"
Only Add 1-7… Do Not Add Anything Else Like Description Image URL, Compatibility, Filesize, Version, HomePage or Hits cause they don’t need added unless you feel the need to
8: After the page loads back up, scroll down under all the buttons and make sure it say the "Download Has Been Added To The Database" If an Error Then Go Back And Fix It But If Not Then Click On The "Add Download" Button On The Right Again And Follow The Steps 1-7 Again.
If you add a download in the wrong section then this is how you fix it….
1: Go to the downloads page (Ex. http://www.yoursite.com/modules.php?name=Downloads) and go to the category that you’ve added it to. Find the download and at the botton of every download, there is a "Edit" button. Click it and scroll down and fix the Category that it goes in and click edit/save
2: Done And Good Job :D
Adding Forums To Your PHP-Nuke Site
1: Go to your admin panel (ex.. http://www.yoursite.com/admin.php)
2: scroll down to the second section called "Modules Administration" and click on the Forums Button
3: On the left you will see the Administration panel, scroll down until you see "Forum Admin" and click it and make it drop down then click on "Management"
4: on the right you will see "Forum Administration"
5: Under that you will see 2 boxes with buttons beside them
Buttons are…
Create New Forum
Create New Category
5: To Create A New Category Type In The Name On The Box And Click Create A Category, Then You’ll See 2 Next Buttons.. Click The Top One
6: To Create A New Forum Type In The Name And Click Create New Forum, Then You’ll See Another Page That Comes Up… Type In The Description And Click Create New Forum… Thats All You Need To Do On That Page, Then Click On The Top NEXT Button Again.
7: To Add More To That Section Just Repeat The Steps
To Add Another Category Then Repeat The Steps
How To Add/Edit/Delete A HTML Block In PHP-Nuke
Adding A New Block:
1: Go To Your Admin Panel (http://www.yoursite.com/admin.php)
2: In The "Administration Menu" Click on "Blocks"
3: Scroll down until you see "Add a New Block"
4: Select a "Title:" (Name Of Your Block, Will Appear on main page)
Select a "Filename:" (which block you want)
Selent a "Content:" (Paste/Type HTML Code Here) (Warning! Some html code isn’t allowed)
Select a "Position:" (where you want the block on your site)
Select a "Who can View This:" (who you want to see this block)
Select "Create Block"
5: Go to your main page to view your new block!
Editing A Block:
1: Go To Your Admin Panel (http://www.yoursite.com/admin.php)
2: In The "Administration Menu" Click on "Blocks"
3: Scroll down until you see all the blocks on your site
4: Find the block to edit and all the way to the right you’ll see an edit button (click it)
5: edit your block according
Deleting A Block:
1: Go To Your Admin Panel (http://www.yoursite.com/admin.php)
2: In The "Administration Menu" Click on "Blocks"
3: Scroll down until you see all the blocks on your site
4: Find the block to delete and all the way to the right you’ll see an delete (red X) button (click it)
5: After the page refreshes then scroll back down until you see
"Are you sure you want to remove Block Support Our Troops? Yes Or No"
6: Click Yes and your done
How To Add/Edit/Delete A Modules In PHP-Nuke
Adding A New Module:
1: Upload the module in your ftp client in this format…
(public_html/modules folder)
2: Go To Your Admin Panel (http://www.yoursite.com/admin.php)
3: In The "Administration Menu" Click on "Modules"
4: Scroll down until you see your module
5: On the right side of your modules, click on "Activate"
6: Scroll back down until you see your module again and on the right click on "Edit"
7: scroll down until you see "Modules Edit"
8: Select "Who can View This:"
"Visible in Modules Block?"
"Category:"
9: Save Changes And Your Done (Click on the module in the Navigation block to see if its working properly)
Editing A Module:
1: Go To Your Admin Panel (http://www.yoursite.com/admin.php)
2: In The "Administration Menu" Click on "Modules"
3: Scroll down until you see your module
4: On the right side of it you’ll see an "Edit button" (click it)
5: Scroll down until you see "Modules Edit" and edit it accordingly
Deleting A Module:
1: Go To Your Admin Panel (http://www.yoursite.com/admin.php)
2: In The "Administration Menu" Click on "Modules"
3: Scroll down until you see your module
4: On the right side of it you’ll see an "Deactivate" Button (click it)
5: Scroll back down until you see your module again and on the right click on "Edit"
6: Scroll down until you see "Modules Edit" and do the following… (do this so regular members can’t see it)
Who can View This: Administrators Only
Visible in Modules Block? No
7: Save Changes!
Or if you don’t need the block anymore for ANYTHING then go to your ftp client (public_html/modules) and delete it period
(Not Recommended)
How To Add/Edit/Delete A PHP Block In PHP-Nuke
Adding A New Block:
PHP Blocks:
1: Upload the block in your ftp client in this format…
(public_html/blocks folder)
2: Go To Your Admin Panel (http://www.yoursite.com/admin.php)
3: In The "Administration Menu" Click on "Blocks"
4: Scroll down until you see "Add a New Block"
5: Select a "Title:" (Name Of Your Block, Will Appear on main page)
Select a "Filename:" (which block you want)
Select a "Position:" (where you want the block on your site)
Select a "Who can View This:" (who you want to see this block)
Select "Create Block"
6: Go to your main page to view your new block!
Editing A Block:
1: Go To Your Admin Panel (http://www.yoursite.com/admin.php)
2: In The "Administration Menu" Click on "Blocks"
3: Scroll down until you see all the blocks on your site
4: Find the block to edit and all the way to the right you’ll see an edit button (click it)
5: edit your block according
Deleting A Block:
1: Go To Your Admin Panel (http://www.yoursite.com/admin.php)
2: In The "Administration Menu" Click on "Blocks"
3: Scroll down until you see all the blocks on your site
4: Find the block to delete and all the way to the right you’ll see an delete (red X) button (click it)
5: After the page refreshes then scroll back down until you see
"Are you sure you want to remove Block Support Our Troops? Yes Or No"
6: Click Yes and your done
Posting News On Your PHP-Nuke Site
First you need to create your Topic
1: Create an image that you want on all your posts and upload it to ftp… public_html/images/Topics/
2: Go to your admin panel (ex… http://www.yoursite.com/admin.php)
3: scroll down to the second section called "Modules Administration" and click on "Topics"
4: scroll down until you see "Add a New Topic"
5: fill out the info…
Topic Name: = (example: gamesandhobbies)
Topic Text: = (example: Games and Hobbies)
Topic Image: = the image you uploaded
6: click "Add Topic"
Posting News
1: Go to your admin panel (ex… http://www.yoursite.com/admin.php)
2: scroll down to the second section called "Modules Administration" and click on "News"
3: These will need to be filled out…
Title = title of your post
Topic = Your Topic
Associated Topics = your topic again
Story Text = your post
Thats all you need to fill out…
4: scroll down until you see "Preview Story" and change it to "Post Story" and click go
Thats It… now you can go to your main page and see your post :d
Adding Supporters On Your PHP-Nuke Site
Adding Supporters
1: go to your admin panel (ex… http://yoursite.com/admin.php)
2: scroll down until you see "Modules Administration"
3: Click On "Site Supporters"
Your can view all active supporters and inactive supporters from this page
4: Click on "Add A Supporter"
5: ALL BOXES ARE REQUIRED
Site Name = name of the site your adding (Ex.. Extreme-Resource)
Site URL = domain of the site your adding (Ex..
Site Image = the button image link of the site your adding
Site Description = description og the site your adding
Your Name = your site name
Your Email = your email address
Your IP = don’t need to be added but you can if you want
5: Click "Submit Site"
thats it :D now it will be in your supporters
How To Add/Change A Theme In PHP-Nuke
Adding A Theme:
This is tricky so listen up closely
1: Unzip your theme that you want to upload
2: Lets say were gonna add a theme called "Deepblue"
3: Open the folder until you see the the things like… images, forums, header.php, footer.php, theme.php etc..
4: Go "Back" once until u see 1 folder called "DeepBlue"
5: Now! open your ftp client to the following…
(Public_html/Themes Folder)
6: Drag and drop your whole theme folder on ftp and upload it
7: Go To Your Admin Panel (http://www.yoursite.com/admin.php)
8: In The "Administration Menu" Click on "Preferences"
9: Scroll down until you see "Default Theme for your site:"
10: Change it to your new theme and scroll all the way to the bottom and click "Save Changes"
11: Your Done!
Changing A Theme:
1: Go To Your Admin Panel (http://www.yoursite.com/admin.php)
2: In The "Administration Menu" Click on "Preferences"
3: Scroll down until you see "Default Theme for your site:"
4: Change it to your new theme and scroll all the way to the bottom and click "Save Changes"
5: Your Done!
Adding Web Links On Your PHP-Nuke Site
1: go to your admin panel (ex… http://yoursite.com/admin.php)
2: scroll down until you see "Modules Administration"
3: Click On "Web Links"
from this page you can do the following…
Add Category
Add a New Link
Modify a Category
Modify a Link
Transfer all links from category
Add A Category
4: scroll down until you see "Add Category"
**ALL BOXES ARE REQUIRED**
Name = category name (Ex.. Yahoo)
Category = Category (Ex.. Main Category)
Description = description of the category (Ex.. Yahoo Related Sites)
5: Click "Add"
Adding A New Link
1: scroll down until you see"Add a New Link"
**ALL BOXES ARE REQUIRED**
Page Title = name of the site your adding (Ex.. Extreme-Resource)
Page URL = domain of the site your adding (Ex.. http://www.theirsite.com)
Category = category your putting the site in (Ex.. Yahoo)
Description = description of the site your adding (Ex.. Yahoo Related Site)
Name = your site name
Email = your email address
2: Click "Add This URL"
Deleting A Link
1: scroll down until you see "Modify a Link"
2: pick the site that you want to modify
3: click "Modify"
4: scroll down until you see "Category" and beside that button there is a Delete button
Deleting A Category
1: scroll down until you see "Modify a Category"
2: pick the category that you want to modify
3: click "Modify"
4: scroll down until you see "Modify a Category" and at the bottom you will see a delete button
thats it :D now it will be in your supporters
If I Have Missed Anything Then Please Post It Or Add To It.. Thanks

Leave a reply