You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 61 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - starting out with sentinal [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
Gabe3
Nuke Soldier
Nuke Soldier


Joined: Oct 18, 2005
Posts: 28


PostPosted: Sat Oct 29, 2005 10:21 am Reply with quoteBack to top

Ok, I my site is using phpnuke 7.8, I dont have patches for nuke or whatever, I have no idea what that is

I downloaded NukeSentinel_222_Guide.tar

Iam not exactly to sure what to do next, I've been reading the readme and now Iam really confused, its talking about they dont recomend nuke 7.7-7.8

Quote:
Requirements & Latest Features:
------------------------------------------
REQUIREMENTS:
- While NukeSentinel(tm) runs with PHP-Nuke 7.7/7.8 it is recommended that you use 7.6
or below due to the many security issues introduced in 7.7/7.8 .
- NukeSentinel(tm) requires PHP-Nuke 7.1 - 7.8 plus Patched 2.9+ to be installed. If
you are not using Patched 2.9+ you can still use it, but you will need to make
several modifications. If you are using v6.5, it should work but there may be additional
edits needed.


next problem is I dont understand is the patched 2.9 and talking about patches and stuff, I thought 2.4.2 is the latest version? If someone can fill me in it would be great
Find all posts by Gabe3View user's profileSend private message
phpnuke-hosting
Support Mod
Support Mod


Joined: Oct 19, 2004
Posts: 1032

Location: UK

PostPosted: Sat Oct 29, 2005 3:36 pm Reply with quoteBack to top

ok, the patches are available from

www.nukeresources.com or
www.ravenphpscripts.com

These are patches that are released by chatserv to secure the ignorance on the many security holes by FB.

2.4.2 is the latest version of sentinel.

_________________
www.phpnuke-hosting.com

The Internets Foremost PHP-Nuke Web Host.

Image

Click Here!

Last edited by phpnuke-hosting on Mon Oct 30, 2006 8:50 pm; edited 1 time in total
Find all posts by phpnuke-hostingView user's profileSend private messageVisit poster's website
Gabe3
Nuke Soldier
Nuke Soldier


Joined: Oct 18, 2005
Posts: 28


PostPosted: Sat Oct 29, 2005 9:15 pm Reply with quoteBack to top

well I uploaded the files, ran the install script, it passed, then I edited all the files, now Iam getting
Code:
Parse error: parse error, unexpected $ in /home/allout/public_html/mainfile.php on line 1546


when i goto my site Sad Sad
Find all posts by Gabe3View user's profileSend private message
Gabe3
Nuke Soldier
Nuke Soldier


Joined: Oct 18, 2005
Posts: 28


PostPosted: Sat Oct 29, 2005 9:52 pm Reply with quoteBack to top

it looks like i fixed it, it wasent easy finding the problem though, but it seems that the "in function online" line screwed things up, heres what I mean:
Code:
#-----[ FIND ]------------------------------------------
#
$queryString = strtolower($_SERVER['QUERY_STRING']);
if (stripos_clone($queryString,'%20union%20') OR stripos_clone($queryString,'/*') OR stripos_clone($queryString,'*/union/*') OR stripos_clone($queryString,'c2nyaxb0')) {
header("Location: index.php");
die();
}

#
#-----[ CHANGE TO ]------------------------------------------
#
if(!file_exists('includes/nukesentinel.php')) {
  if(isset($_SERVER['QUERY_STRING']) && (!stripos_clone($_SERVER['QUERY_STRING'], "ad_click") || !stripos_clone($_SERVER['QUERY_STRING'], "url"))) {
    $queryString = $_SERVER['QUERY_STRING'];
    if (stripos_clone($queryString,'%20union%20') OR stripos_clone($queryString,'/*') OR stripos_clone($queryString,'*/union/*') OR stripos_clone($queryString,'c2nyaxb0') OR stripos_clone($queryString,'+union+') OR stripos_clone($queryString,'http://') OR (stripos_clone($queryString,'cmd=') AND !stripos_clone($queryString,'&cmd')) OR (stripos_clone($queryString,'exec') AND !stripos_clone($queryString,'execu')) OR stripos_clone($queryString,'concat')) {
      die('Illegal Operation');
    }
  }
}
in function function online() {
#


when I added that "in function function online() {" code it gave me the page error, Iam not sure if I need that code but it doesent give me the site error and Iam able to get into the sentinel admin page
Find all posts by Gabe3View user's profileSend private message
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.515 Seconds - 316 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::