Author |
Message |
tangoman
Involved


Joined: Aug 06, 2005
Posts: 301
|
Posted:
Fri Aug 19, 2005 1:32 pm |
|
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?
 |
_________________ I am using PHPNuke Version 7.6 with patch 3.0, CNB YA 4.4.2, NukeSentinel(tm) 2.3.2 and Nuke Royal. |
|
|
 |
hitwalker
Sells PC To Pay For Divorce

Joined:
Posts: 5661
|
Posted:
Fri Aug 19, 2005 2:53 pm |
|
any issues ?
Well you might wanna wait for the update....thats coming within a few days...(i think) |
|
|
|
 |
tangoman

|
Posted:
Fri Aug 19, 2005 2:55 pm |
|
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

|
Posted:
Fri Aug 19, 2005 3:03 pm |
|
WELL TAKE YOUR TIME !
AND READ WHAT IT SAYS !
ITS A BIG INSTALL |
|
|
|
 |
tangoman

|
Posted:
Fri Aug 19, 2005 3:32 pm |
|
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

|
Posted:
Fri Aug 19, 2005 3:37 pm |
|
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

|
Posted:
Fri Aug 19, 2005 3:39 pm |
|
But my mainfile.php, (in the route) does not look anything like the file/code in the pop up. |
|
|
|
 |
hitwalker

|
Posted:
Fri Aug 19, 2005 3:43 pm |
|
What is it asking?
Make sure you opend the file as it requested... |
|
|
|
 |
tangoman

|
Posted:
Fri Aug 19, 2005 4:05 pm |
|
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

|
Posted:
Fri Aug 19, 2005 4:19 pm |
|
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

|
Posted:
Fri Aug 19, 2005 5:41 pm |
|
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

|
Posted:
Fri Aug 19, 2005 6:00 pm |
|
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

|
Posted:
Fri Aug 19, 2005 6:23 pm |
|
Finito!...All sorted..What a 'nightmare'..But all sorted...
Thanks for your help for now Hitwalker... |
|
|
|
 |
hitwalker

|
Posted:
Fri Aug 19, 2005 6:30 pm |
|
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..  |
|
|
|
 |
|