>>
Site Map
>>
Forums
>>
General 6x
Forum module - topics in forum:
General 6x - Discussions reagarding any other PHP-Nuke Problems.
I need help on AddOn NukeSentinel 2.0.1
Im at the point of instillation where i have to change
| Quote: : |
In Your_Account's index.php file you will find 4 placements of:
getusrinfo($user);
if (($userinfo[username] != $cookie[1]) AND ($userinfo[user_password] != $cookie[2])) {
|
to
| Quote: : |
cookiedecode($user);
getusrinfo($user);
if ((is_user($user)) AND ($userinfo[username] == $cookie[1]) AND ($userinfo[user_password] == $cookie[2])) {
|
but in my accounts index.php file i cant find anything that looks like what im supposed to find. Am i looking at the wrong file or whats up? please reply I've been at this for some time now and its killing me -.-
Why aren't you using the newest version from http://www.nukescripts.net
And, the code doesn't exist in newer nuke versions, the code was fixed.
what do you mean? a new version of sentinel? well i think the reason for that is because im using phpnuke 6.5 because im not familiar with installing the nuke updates past 6.5 so therefore im pretty sure that the sentinel 2.0.1 is the only one available for phpnuke 6.5
| Quote: : |
im pretty sure that the sentinel 2.0.1 is the only one available for phpnuke 6.5
|
Not the case - Sentinel 2.1.1 should be the minimum really.
what do you mean? sentinel 2.0.1 is not the only one for nuke 6.5? have you used this before? or can anyone give me a very very detailed and noob friendly instillation guide to upgrade my phpnuke site? i know the downloads come with one but I always seem to screw it up...
All sentinel versions up to newest version will work on 6.5.
Unfortunately it needs to be a patched version.
If you can't find the code in modules/your account/index.php then obviously it aint there.
Is sentinel working ok?
If so leave it as is.
well actually at the moment i just decided to try to install phpnuke 7.4 which i downloaded from this site. So if you guys will be on for a while i could probably use your help as im going through the instillation, so if you think its a good idea to go from a 6.5 and upgrade to a 7.4 give me a thumbs up.
Edit: actually im already on the config.php part but im not sure if i can just use the same setup for
$dbhost = "localhost";
$dbuname = "root";
$dbpass = "";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 0;
$subscription_url = "";
all that as was in the phpnuke 6.5 config file? if i cant use that then im lost and i have no idea as to what i should put.
So what happened to your 6.5 config.php with the details in?
this forums giving me junk. it wont let me reply.
wth
ok i was trying to send my 6.5 config.php file but i think thats messing it up. ok i just want to know if i can keep all the same info from my phpnuke 6.5 config.php file and use it in the 7.4 instillation?
| Quote: : |
| this forums giving me junk. it wont let me reply. |
Really??? strange
Use the «««« Quick Reply »»»» down below.
| Quote: : |
| ok i was trying to send my 6.5 config.php file but i think thats messing it up. ok i just want to know if i can keep all the same info from my phpnuke 6.5 config.php file and use it in the 7.4 instillation? |
Yep, just transfer the info from one to the other.
i was, it gave me a "FORBIDDEN" error and told me i couldnt access the module :\
so what do you think about the 6.5 config file for the 7.4 config file they should be the same right? or at least the information pertaining to the dbhost, dbuname etc?
ok great, ill try that and go on to the other instillation steps