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 -> phpnuke 7.6
Author Message
tangoman
Involved
Involved



Joined: Aug 06, 2005
Posts: 301

PostPosted: Fri Aug 19, 2005 1:32 pm Reply with quote

Raven, (and all),

I am about to install NukeRoyal as an online payment system.

Are there any issues I should know about?!...Do 'we' recommend this, or are there some downfalls that other systems do not have etc?

Shocked

_________________
I am using PHPNuke Version 7.6 with patch 3.0, CNB YA 4.4.2, NukeSentinel(tm) 2.3.2 and Nuke Royal. 
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Fri Aug 19, 2005 2:53 pm Reply with quote

any issues ?
Well you might wanna wait for the update....thats coming within a few days...(i think)
 
View user's profile Send private message
tangoman







PostPosted: Fri Aug 19, 2005 2:55 pm Reply with quote

Well I will have to wait for the UPGRADE now...I have just gone ahead with the install about 3 minutes ago!

And while on the subject, how easy is it to uninstall such things are Nuke Royal if you want to, (for whatever reason)?

Is it easy enough to find al the files etc?
 
hitwalker







PostPosted: Fri Aug 19, 2005 3:03 pm Reply with quote

WELL TAKE YOUR TIME !
AND READ WHAT IT SAYS !
ITS A BIG INSTALL
 
tangoman







PostPosted: Fri Aug 19, 2005 3:32 pm Reply with quote

I am stuck on 'step 3'.

It says:

Please open mainfile.php with your favourite text editor.
The code from line 33 until 38 needs to be added.


if (file_exists("nrmainfile.php")){
include("nrmainfile.php");
}


Does that mean that you should replace the existing code from lines 33 to 38 with that code?...Or is it IN ADDITION to the existing code and should be INSERTED at line 33?

Also, I do not see the significance of the code shown in the pop up window/new window option.
 
hitwalker







PostPosted: Fri Aug 19, 2005 3:37 pm Reply with quote

No...you have to put that code IN.
As far as i remember it will NEVER ask you to REPLACE some code.
As for the popup....
It only shows you at WHAT place in YOUR file the code has to be added.
If you have trouble finding the code in the popup window (where it shows you where to add the code)...then do a TEXT search IN that file !
Check yourself if your doing everything right...
 
tangoman







PostPosted: Fri Aug 19, 2005 3:39 pm Reply with quote

But my mainfile.php, (in the route) does not look anything like the file/code in the pop up.
 
hitwalker







PostPosted: Fri Aug 19, 2005 3:43 pm Reply with quote

What is it asking?
Make sure you opend the file as it requested...
 
tangoman







PostPosted: Fri Aug 19, 2005 4:05 pm Reply with quote

I am on step 3....

It says:


Please open mainfile.php with your favourite text editor.
The code from line 33 until 38 needs to be added.

if (file_exists("nrmainfile.php")){
include("nrmainfile.php");
}


THEN below that it has an 'inset window', (with scroll bars and it contains a whole load of code:



<?php

/////////////////////////////////////
require_once 'PHP_Highlight.php';////
$h = new PHP_Highlight;//////////////
$h->loadFile(__FILE__);//////////////
$h->toList(false,$funcref===false);//
/////////////////////////////////////
# Note:The code uphere is to display this page





// esolution step 3 including mainfile.php
/* Find the next code in mainfile.php/
* The code below is the most recent as some of you may not have the defined there.
* It doesnt matter at all,Just add the code under to it.
*/

#=====[FIND]====

if (defined('FORUM_ADMIN')) {
@require_once("../../../config.php");
@require_once("../../../db/db.php");
} elseif (defined('INSIDE_MOD')) {
@require_once("../../config.php");
@require_once("../../db/db.php");
} else {
@require_once("config.php");
@require_once("db/db.php");
/* FOLLOWING TWO LINES ARE DEPRECATED BUT ARE HERE FOR OLD MODULES COMPATIBILITY */
/* PLEASE START USING THE NEW SQL ABSTRACTION LAYER. SEE MODULES DOC FOR DETAILS */
@require_once("includes/sql_layer.php");
$dbi = sql_connect($dbhost, $dbuname, $dbpass, $dbname);
}

/*** END ***/


#=====[ADD UNDER]====
// start Esolution 1.5
if (file_exists("nrmainfile.php"))
{
include("nrmainfile.php");
}
/**** End Esolution 1.5. **/

#=====[END]====


?>




and below that all it says:


[ Open in Pop-up Open in new Window]
After you have completed the step press continue...
If you have done it correctly you can go to the next step...
Continue..


Now I am lost!
 
hitwalker







PostPosted: Fri Aug 19, 2005 4:19 pm Reply with quote

well thats great...lol
Your reading it twice !
I dont wanna scare you but you MUST finish it now..
You cant stop....

open mainfile.php like its asks and put this :
Code:


if (file_exists("nrmainfile.php")){
include("nrmainfile.php");
}


where it says you to put it... !
On the install file...step 3 it shows you what to do right?
if it says to put in that code then put it in...
Thats it...only do whats ordered !
Then hit next...step 4 or whatever.
 
tangoman







PostPosted: Fri Aug 19, 2005 5:41 pm Reply with quote

If you make a mistake you get a white/blank screen.

I pressed back on my browser to sot out what I had done wrong.

What I want to know is, if u make a mistake, does the install process stop you from proceeding anyfurther?
 
hitwalker







PostPosted: Fri Aug 19, 2005 6:00 pm Reply with quote

i dont know...
But hard to imagine you get a blank screen if you did something wrong.
Im not sure but i dont think it checks the edited files if you done it properly.
 
tangoman







PostPosted: Fri Aug 19, 2005 6:23 pm Reply with quote

Finito!...All sorted..What a 'nightmare'..But all sorted...


Wave


Thanks for your help for now Hitwalker...
 
hitwalker







PostPosted: Fri Aug 19, 2005 6:30 pm Reply with quote

ok nice to hear...
next huge job is the config....good luck...
Take your time....
and if you wanna know something..use the nukeroyal support forum.. Smile
 
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 -> phpnuke 7.6

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 ©