Author |
Message |
FireATST
RavenNuke(tm) Development Team
![](modules/Forums/images/avatars/1890b00a421a4615ecd23.jpg)
Joined: Jun 12, 2004
Posts: 654
Location: Ohio
|
Posted:
Wed Mar 16, 2005 12:59 pm |
|
Hello all, I have one question on doing this upgrade. I have 2 sites which have been recently upgraded to 7.5 php through the use of the program Fantastico that is offered by my host company. I am not sure that they are Chatserve patched, and if they are, what version they are. Is there a way for me to find this out. I have looked at my admin.php, mainfile.php, searched for Fantastico to see if they had a webpage which tells about what they use, etc, etc, etc. with no luck. I guess to be sure I should say, if these are not patched versions of php 7.5 files, what files would I have to edit so that I could use the latest version of Sentinel which I believe is the 710 2.2.0 pl1. Please correct me if I am wrong. I am looking to learn how to load sites without using the Fantastico program so I know for sure what is there, but that is another story... Any help would be greatly appreciated, as is your work on these programs for the programming ignorant such as I....![Smile](modules/Forums/images/smiles/icon_smile.gif) |
_________________ ***** We continue to murder thousands of babies every day......just think if your mothers would have went this route, you would not be here today.***** |
|
![ICQ Number ICQ Number](themes/RavenIce/forums/images/lang_english/icon_icq_add.gif) |
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
Site Admin/Owner
![](modules/Forums/images/avatars/45030c033f18773153cd2.gif)
Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Wed Mar 16, 2005 6:34 pm |
|
Fantastico only supplies the generic version from phpnuke.org |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
FireATST
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Mar 16, 2005 7:37 pm |
|
Thank you Raven. Is it still possible to use 2.2.0 with it by editing files, or won't it work with it at all? Or should I upgrade it to 2.1.3? If it is still possible to do 2.2.0, I will search for the files I need to change in the forums here. Thanks for the quick response back. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Mar 16, 2005 7:47 pm |
|
2.2.0 will work with the modifications mentioned here in the forums. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
FireATST
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Mar 16, 2005 9:14 pm |
|
ok, thanks Raven. Have a good evening....![Smile](modules/Forums/images/smiles/icon_smile.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
FireATST
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Mar 21, 2005 3:39 pm |
|
If I take the chatserve patches that are on the main page of your site, 2.9 version for php 7.5, and overwrite the ones I have, then there shouldn't be any problems I am assuming. I don't know why I didn't understand this earlier Then I can use the Sentinel version 2.2.0 without making the phpfile changes noted in the forums. Am I correct in my thinking? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Mar 21, 2005 5:34 pm |
|
That would be correct. However, for NukeSentinel to function effectively, you should comment out the following code from mainfile.phpCode://Union Tap
//Copyright Zhen-Xjell 2004 http://nukecops.com
//Beta 3 Code to prevent UNION SQL Injections
unset($matches);
unset($loc);
if (preg_match("/([OdWo5NIbpuU4V2iJT0n]{5}) /", rawurldecode($loc=$_SERVER["QUERY_STRING"]), $matches)) {
die();
}
$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();
}
|
and the following code from admin.phpCode:$checkurl = $_SERVER['REQUEST_URI'];
if((stripos_clone($_SERVER["QUERY_STRING"],'AddAuthor')) || (stripos_clone($_SERVER["QUERY_STRING"],'VXBkYXRlQXV0aG9y')) || (stripos_clone($_SERVER["QUERY_STRING"],'QWRkQXV0aG9y')) || (stripos_clone($_SERVER["QUERY_STRING"],'UpdateAuthor')) || (preg_match("/\?admin/", "$checkurl")) || (preg_match("/\&admin/", "$checkurl"))) {
die("Illegal Operation");
}
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
FireATST
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Mar 21, 2005 5:43 pm |
|
thanks for being patient with me....I am learning slowly.... thanks for the help |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|