| Author |
Message |
| Topic: quick question on showing subheader only on index |
evaders99
Replies: 2
Views: 1358
|
Forum: Converting/Creating Themes
Posted: Fri Nov 20, 2009 1:25 am Subject: quick question on showing subheader only on index |
| If the theme calls the subheader function, you can distinguish loading from index.php rather than modules.php by checking the define HOME_FILE |
| Topic: functions for including files |
evaders99
Replies: 4
Views: 1798
|
Forum: PHP
Posted: Fri Nov 20, 2009 1:20 am Subject: functions for including files |
include and include_once aren't necessarily the same thing. Granted phpNuke generally only needs include_once, rarely should be including a file twice.
http://us3.php.net/manual/en/function.include ... |
| Topic: my forum links are getting redirected to www.mybookface.net |
evaders99
Replies: 13
Views: 6800
|
Forum: v2.3 RN Issues
Posted: Mon Nov 16, 2009 8:19 pm Subject: my forum links are getting redirected to www.mybookface.net |
Simple issue: you've been hacked!
Your link is returning malicious iframe and Javascript code. I expect your files have been tampered with. Delete and restore a clean backup. Use your access logs to ... |
| Topic: Slight Harvester Issue , apple-pubsub/65.11 |
evaders99
Replies: 6
Views: 4341
|
Forum: NukeSentinel(tm) v2.6.x
Posted: Fri Nov 13, 2009 7:55 pm Subject: Slight Harvester Issue , apple-pubsub/65.11 |
| Google says its just an RSS reader for Mac OSX. I don't think its an attacker unless the UA is spoofed |
| Topic: Forum Scoll.... |
evaders99
Replies: 15
Views: 5148
|
Forum: Converting/Creating Blocks
Posted: Fri Nov 13, 2009 7:52 pm Subject: Forum Scoll.... |
| Should be the same, yes |
| Topic: reputation mod |
evaders99
Replies: 27
Views: 8884
|
Forum: BB2Nuke
Posted: Thu Nov 12, 2009 11:39 pm Subject: reputation mod |
| Try modules/Forums/includes |
| Topic: Forum Scoll.... |
evaders99
Replies: 15
Views: 5148
|
Forum: Converting/Creating Blocks
Posted: Thu Nov 12, 2009 8:24 pm Subject: Forum Scoll.... |
| Correct, $dbi is the old abstraction layer and should not be used. $db is the new one from phpBB2. |
| Topic: Rounding percentage value to a whole number in poll results |
evaders99
Replies: 2
Views: 1217
|
Forum: General/Other Stuff
Posted: Tue Nov 10, 2009 9:48 pm Subject: Rounding percentage value to a whole number in poll results |
Use the round() function  |
| Topic: Some php virus |
evaders99
Replies: 7
Views: 3396
|
Forum: PHP
Posted: Tue Nov 10, 2009 8:14 pm Subject: Some php virus |
| yep pretty much |
| Topic: Some php virus |
evaders99
Replies: 7
Views: 3396
|
Forum: PHP
Posted: Tue Nov 10, 2009 12:08 am Subject: Some php virus |
Pretty standard obfuscation - doesn't seem to do anything unless you know what is passed into
$_POST['e'] |
| Topic: Slight Harvester Issue , apple-pubsub/65.11 |
evaders99
Replies: 6
Views: 4341
|
Forum: NukeSentinel(tm) v2.6.x
Posted: Mon Nov 09, 2009 11:20 pm Subject: Slight Harvester Issue , apple-pubsub/65.11 |
You can few the texts being blocked in Nuke Sentinel - Harvester Blocker Settings
You should find one that is blocking a part of "apple-pubsub/65.11" |
| Topic: magic quotes + stripslashes |
evaders99
Replies: 25
Views: 12645
|
Forum: Converting/Creating Modules
Posted: Mon Nov 09, 2009 11:15 pm Subject: magic quotes + stripslashes |
I'm thinking of just taking the core and rewriting it to fit PHP 6, fix the filtering, etc. No more legacy stuff, but it will take some developers who are interested  |
| Topic: Cluttered downloads |
evaders99
Replies: 20
Views: 6286
|
Forum: v2.30.01 RN All Other Issues
Posted: Tue Nov 03, 2009 3:20 am Subject: Cluttered downloads |
Although the theme is very nice  |
| Topic: Someone probing my server |
evaders99
Replies: 1
Views: 927
|
Forum: Hack Attempt Script
Posted: Fri Oct 30, 2009 7:48 pm Subject: Someone probing my server |
| Yep, just bots looking for a way in. It's probably not even targeting phpNuke, as far as I know, it has never used errors.php |
| Topic: Google Analytics Code recommendations |
evaders99
Replies: 5
Views: 1708
|
Forum: Post Installation Help
Posted: Wed Oct 21, 2009 9:39 pm Subject: Google Analytics Code recommendations |
| Never had a problem with Google Analytics - use it on all my sites |
| Topic: How to reinitialize the whole search index |
evaders99
Replies: 3
Views: 1543
|
Forum: How To's
Posted: Tue Oct 20, 2009 9:21 pm Subject: How to reinitialize the whole search index |
This is old but may still work
http://www.phpbbhacks.com/viewhack.php?id=434 |
| Topic: Adobe CS4 and fisubice modding |
evaders99
Replies: 2
Views: 1646
|
Forum: Converting/Creating Themes
Posted: Tue Oct 13, 2009 8:17 pm Subject: Adobe CS4 and fisubice modding |
Don't use Adobe / Dreamweaver
Suggest a standard text editor like Notepad++  |
| Topic: Register + Checkbox custom field |
evaders99
Replies: 2
Views: 1469
|
Forum: phpnuke 8.1
Posted: Mon Oct 05, 2009 8:18 pm Subject: Register + Checkbox custom field |
And not just Javascript, which can easily be bypassed, but you should also do some PHP form processing as well  |
| Topic: Forums Configuration - phpBB : Critical Error |
evaders99
Replies: 13
Views: 2127
|
Forum: v2.4 RN Issues
Posted: Thu Oct 01, 2009 12:39 am Subject: Forums Configuration - phpBB : Critical Error |
Do you have this folder (and all data within it)?
modules/Forums/templates/subSilver |
| Topic: Changing file type |
evaders99
Replies: 41
Views: 6740
|
Forum: General/Other Stuff
Posted: Tue Sep 22, 2009 7:09 pm Subject: Changing file type |
| I think what would be easier is to create a PHP wrapper. Use mod_rewrite to point all the .html requests to the PHP script, which will look up and grab the actual .html content |
| Topic: v2.4 RN ban countrys ip phpmyadmin |
evaders99
Replies: 7
Views: 1117
|
Forum: v2.4 RN Issues
Posted: Tue Sep 22, 2009 7:07 pm Subject: v2.4 RN ban countrys ip phpmyadmin |
1) I don't know why it wouldn't let you. phpMyAdmin is really controlled by your host
2) I don't think it was removed.
3) Sadly there is no way to identify what country a user is coming from, ex ... |
| Topic: I found someone doing something fishy using txt files |
evaders99
Replies: 2
Views: 1296
|
Forum: Security - PHP Nuke
Posted: Sun Sep 20, 2009 9:11 pm Subject: I found someone doing something fishy using txt files |
There are automated bot tools... lots are out there. I'm not sure what you want to do. These attempts should be blocked by NukeSentinel.
You can try and report those IPs to their host. Some of them ... |
| Topic: JReviews: Keeping the Admin from adding to the hit counter |
evaders99
Replies: 4
Views: 1750
|
Forum: Modules
Posted: Wed Sep 09, 2009 7:29 pm Subject: JReviews: Keeping the Admin from adding to the hit counter |
if (!is_admin($admin)) {
$db->sql_query("UPDATE ".$prefix."_jreviews SET hits=hits+1 WHERE id='$id'");
}
Of course, you'll need to mak ... |
| Topic: Stats Duplicate Entry |
evaders99
Replies: 6
Views: 2804
|
Forum: v2.30.01 RN All Other Issues
Posted: Fri Sep 04, 2009 6:42 pm Subject: Stats Duplicate Entry |
| phpBB3 will not be in 2.4 |
| Topic: Site hacked, fckeditor perhaps? |
evaders99
Replies: 10
Views: 3694
|
Forum: Security Issues
Posted: Fri Sep 04, 2009 6:41 pm Subject: Site hacked, fckeditor perhaps? |
The upgrade for the latest FCKEditor probably hasn't been tested under RavenNuke. Yes, that could be the way they got in.
kguske is definitely the one to talk to, since he's integrating nukeWYSIWYG ... |
| |