Author |
Message |
Topic: PHP Nuke Platinum and Evolution |
BrainSmashR
Replies: 1
Views: 3972
|
Forum: Installation for Newbies
Posted: Mon Oct 02, 2006 9:14 am Subject: PHP Nuke Platinum and Evolution |
They are basically the same format, but with numerous changes in the code and additional features not found in the standard version of Nuke. |
Topic: How to create a module that opens an outside webpage |
BrainSmashR
Replies: 3
Views: 5283
|
Forum: Modules
Posted: Mon Oct 02, 2006 9:01 am Subject: How to create a module that opens an outside webpage |
<?php
if (!defined('MODULE_FILE')) {
die('You can\'t access this file directly...');
}
$module_name = basename(dirname(__FILE__));
get_ ... |
Topic: NEED HELP PLZ!!! |
BrainSmashR
Replies: 2
Views: 3663
|
Forum: Post Installation Help
Posted: Mon Oct 02, 2006 8:57 am Subject: NEED HELP PLZ!!! |
I installed the html file
You needed to install all of the files located inside of the html folder. |
Topic: How to create smiles.pak file? |
BrainSmashR
Replies: 2
Views: 6118
|
Forum: Post Installation Help
Posted: Sat Sep 30, 2006 9:24 pm Subject: How to create smiles.pak file? |
The create a smilie pak feature is for creating paks of the smilies you already have installed.
There might be some type of external software that will create a pak out of your collection, otherwis ... |
Topic: Another God get's "Access Denied" thread |
BrainSmashR
Replies: 2
Views: 4362
|
Forum: Post Installation Help
Posted: Thu Sep 21, 2006 4:25 am Subject: Another God get's "Access Denied" thread |
Try being a little more specific about the problem rather than the unsuccessful attempts at finding a solution.
....and "not" installing the patches isn't a good idea either. After all, this is qu ... |
Topic: how to delete post |
BrainSmashR
Replies: 3
Views: 5564
|
Forum: Post Installation Help
Posted: Thu Sep 14, 2006 5:51 pm Subject: how to delete post |
Hmmmm
I'm totally unfamiliar with regular phpBB.
Maybe someone else will offer a suggestion.... |
Topic: my site and a question |
BrainSmashR
Replies: 3
Views: 11821
|
Forum: PHP-Nuke Community WebSites
Posted: Thu Sep 14, 2006 5:40 pm Subject: my site and a question |
The "problem" isn't buttons that auto format text, the "problem" is that you allow anonymous users unrestricted access to your site.
Nuke is a popular program, as a result, there are many scripts w ... |
Topic: how to delete post |
BrainSmashR
Replies: 3
Views: 5564
|
Forum: Post Installation Help
Posted: Thu Sep 14, 2006 5:34 pm Subject: how to delete post |
Not sure what version you are using, but make sure your account is set as a forum moderator as well as an admin, then you should see an option to delete the post by the quote and edit buttons. |
Topic: Modifying Text in Login block |
BrainSmashR
Replies: 3
Views: 6379
|
Forum: Blocks
Posted: Tue Sep 12, 2006 7:14 pm Subject: Modifying Text in Login block |
In the code for that block, you will see code that looks like this:
_GOODMORNINGUSER or
_ONLINELIST
That's code which will correspond with entries found in language/lang-english.php, and THAT ... |
Topic: How do I stop this? |
BrainSmashR
Replies: 3
Views: 6185
|
Forum: Nuke Security
Posted: Tue Sep 12, 2006 9:07 am Subject: How do I stop this? |
You'll have to search the nuke.sql that came with your Nuke download for that table information, or if that was part of an add-on you used, you'll have to search the sql file there for the information ... |
Topic: Problems with database backup |
BrainSmashR
Replies: 11
Views: 9493
|
Forum: Post Installation Help
Posted: Tue Sep 12, 2006 8:59 am Subject: Problems with database backup |
does anyone have some resource info for how to back up stuff?
You need to be more specific. To back up your site, all you need to do is copy all the files from your server to your harddrive via FT ... |
Topic: Problems with database backup |
BrainSmashR
Replies: 11
Views: 9493
|
Forum: Post Installation Help
Posted: Tue Sep 12, 2006 8:58 am Subject: Problems with database backup |
I always have trouble when I try to do a zipped backup.
Try it without any type of compression and it should give you a large sql file.... |
Topic: Admin secure - can i block a whole country? |
BrainSmashR
Replies: 10
Views: 14532
|
Forum: Nuke Security
Posted: Mon Sep 11, 2006 4:02 pm Subject: Admin secure - can i block a whole country? |
Here is a copy of the .htaccess file that comes with Nuke-Evolution. Obviously this will have entries you do not need. You're best bet is to do a little research so you can talior your htaccess file ... |
Topic: How to load images from embedded Gallery2 in forums? |
BrainSmashR
Replies: 6
Views: 6597
|
Forum: Post Installation Help
Posted: Mon Sep 11, 2006 3:52 pm Subject: How to load images from embedded Gallery2 in forums? |
Yeah, I hear what you're saying.
You could try going into your forum settings and adding img as acceptable html. That might allow you to display images on your site, but since I'm not real familia ... |
Topic: Admin secure - can i block a whole country? |
BrainSmashR
Replies: 10
Views: 14532
|
Forum: Nuke Security
Posted: Mon Sep 11, 2006 3:39 pm Subject: Admin secure - can i block a whole country? |
deny from IP
BTW, it's not unheard of to wait more than 4 hours for a response.... |
|