Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> NukeSentinel(tm) v2.4.x
Author Message
paulfurlong
New Member
New Member



Joined: Dec 20, 2005
Posts: 13

PostPosted: Tue Dec 20, 2005 4:02 am Reply with quote

Hi everyone.

I've installed on a nuke 7.6 patchede 3.1 sentinel 2.4.2.

Then I've installed before NSN Your Account 3.3.0, and after didinstalled it CNB 750_4.4Beta2 and the site gave me some problems.
Following this post

http://www.ravenphpscripts.com/postp45160.html

the problems seem resolved.

Are these operations correct or must I make another ones?

thanks.
 
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Tue Dec 20, 2005 5:54 am Reply with quote

well seems to me you dnt have anything to worry about,sure you can check it all out by creating an account..
 
View user's profile Send private message
paulfurlong







PostPosted: Tue Dec 20, 2005 7:00 am Reply with quote

I'll let you know if I will have problems in future.

Thansk!
 
srhh
Involved
Involved



Joined: Dec 27, 2005
Posts: 296

PostPosted: Fri Dec 30, 2005 11:46 pm Reply with quote

I have another question along this line. So I installed RN7.6 w/ Sentinel 2.4.2. Then uploaded CNBYA 750_440_beta2. Everything works ok, but I saw these posts and wondered if I need to change the same files too.

_________________
Windows XP crashed.
I am the Blue Screen of Death.
No one hears your screams.
----------------------------------------
Yesterday it worked.
Today it is not working.
Windows is like that. 
View user's profile Send private message
srhh







PostPosted: Tue Jan 03, 2006 1:38 pm Reply with quote

Actually, now that I'm looking closer at the install files for Sentinel and CBNYA, the only thing I see changed is the Index for 7.6 in Sentinel. I'm assuming the mainfile.php, admin and header was already changed for RavenNuke 7.6. I'm just looking for confirmation that adding/replacing the following code in Your_account/index.php that come with CNBYA won't mess up CBNYA or Sentinel. Not sure how compatible they are.

/************************************************************************/
/* This file is for instructional use. */
/* By: NukeScripts Network (webmaster@nukescripts.net) */
/* http://www.nukescripts.net */
/* Modifications Copyright © 2000-2005 by NukeScripts Network */
/************************************************************************/
/* Based on Patched 3.1 Your_Account/index.php your */
/* Your_Account/index.php may differ from the examples found here. */
/************************************************************************/

#
#-----[ OPEN ]------------------------------------------
#
index.php

in function mail_password($username, $code) {
#
#-----[ FIND ]------------------------------------------
#
global $sitename, $adminmail, $nukeurl, $user_prefix, $db, $module_name;

#
#-----[ ADD TO IT ]------------------------------------------
#
$nsnst_const,

Now it will look something like:
global $nsnst_const, $sitename, $adminmail, $nukeurl, $user_prefix, $db, $module_name;

#
#-----[ FIND ]------------------------------------------
# This appears twice in this function
$host_name = $_SERVER['REMOTE_ADDR'];

#
#-----[ REPLACE WITH ]------------------------------------------
#
if(!defined("NUKESENTINEL_IS_LOADED")) {
$host_name = $_SERVER['REMOTE_ADDR'];
} else {
$host_name = $nsnst_const['remote_ip'];
}


in function login($username, $user_password, $redirect, $mode, $f, $t, $random_num, $gfx_check) {
#
#-----[ FIND ]------------------------------------------
#
global $setinfo, $user_prefix, $db, $module_name, $pm_login, $prefix;

#
#-----[ ADD TO IT ]------------------------------------------
#
$nsnst_const,

Now it will look something like:
global $nsnst_const, $setinfo, $user_prefix, $db, $module_name, $pm_login, $prefix;


#
#-----[ FIND ]------------------------------------------
#
$uname = $_SERVER['REMOTE_ADDR'];

#
#-----[ REPLACE WITH ]------------------------------------------
#
if(!defined("NUKESENTINEL_IS_LOADED")) {
$uname = $_SERVER['REMOTE_ADDR'];
} else {
$uname = $nsnst_const['remote_ip'];
}


in function userinfo($username, $bypass=0, $hid=0, $url=0) {
# Submitted by technocrat
#-----[ FIND ]------------------------------------------
#
echo "[ <a href='".$admin_file.".php?op=ipban&ip=".$userinfo['last_ip']."'>"._BANTHIS."</a> | <a href=\"".$admin_file.".php?op=modifyUser&chng_uid=".$userinfo['username']."\">"._EDITUSER."</a> ]</center>";

#
#-----[ REPLACE WITH ]------------------------------------------
#
echo "[ <a href='".$admin_file.".php?op=ABBlockedIPAdd&tip=".$userinfo['last_ip']."'>"._BANTHIS."</a> | <a href=\"".$admin_file.".php?op=modifyUser&chng_uid=".$userinfo['username']."\">"._EDITUSER."</a> ]</center>";
 
srhh







PostPosted: Wed Jan 04, 2006 10:08 pm Reply with quote

Ok, so I just went in to change things in the Your_Account/index.php and see what happens, and then I began to notice that all the ALL the things the Sentinel file tells you to find and change doesn't exist in the CNBYA YA-index.php file??
Confused
 
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.    Ravens PHP Scripts And Web Hosting Forum Index -> NukeSentinel(tm) v2.4.x

View next topic
View previous 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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©