| Author |
Message |
bklyncyclones

Joined: Mar 19, 2006
Posts: 4
|
Posted:
Sun Mar 19, 2006 3:34 pm |
|
Do you offer any Advanced Nuke Backup feature for Nuke Evolution? I am a huge fan of your projects and hope that maybe its a possibility for you to check out Nuke Evo and see if its something you would consider. http://www.nuke-evolution.com is where you can find Nuke Evo. Thanks a ton.  |
| |
|
|
 |
Ghost

Joined: Jan 08, 2005
Posts: 55
Location: Puyallup, Washington
|
Posted:
Mon Mar 20, 2006 1:09 am |
|
I am currently running nuke-evolution and have yet to install this. Tomorrow, when I return, I will look into it and see what I can work out....
Ghost |
| |
|
|
 |
bklyncyclones

Joined: Mar 19, 2006
Posts: 4
|
Posted:
Mon Mar 20, 2006 2:36 pm |
|
Alright cool thanks, hopefully we can get something working because the file backup feature in Advanced Nuke Backup is so convenient and says so much time. |
| |
|
|
 |
Ghost

Joined: Jan 08, 2005
Posts: 55
Location: Puyallup, Washington
|
Posted:
Mon Mar 20, 2006 9:33 pm |
|
OK...Just completeld and it turns out that my host desabled the needed features in order for this to work for me. I did however find alot of error and pretty much eliminated them by CHMODing all the files to 777...I did not try other levels. Test what chmod levels work for you...doing it one click at a time...per file
I am sorry I can not help anymore, but my host finds this feature to be a security concern. I hope the info I provided helps you into a successful install.
Ghost |
| |
|
|
 |
bklyncyclones

Joined: Mar 19, 2006
Posts: 4
|
Posted:
Mon Mar 20, 2006 11:05 pm |
|
No problem. However in the instructions if you follow them the first step is to find a few things in footer.php and replace them. However the first one is not even present. Did you just altogether skip this or did u manage to find it? Thanks. |
| |
|
|
 |
Ghost

Joined: Jan 08, 2005
Posts: 55
Location: Puyallup, Washington
|
Posted:
Mon Mar 20, 2006 11:21 pm |
|
I just added the text before the close tag, not worring about the foot thingy...I could not find it either...'lol' |
| |
|
|
 |
bklyncyclones

Joined: Mar 19, 2006
Posts: 4
|
Posted:
Mon Mar 20, 2006 11:24 pm |
|
Alright cool. Ill post back, hopefully tonight, with some update. Thanks again for your help ghost. |
| |
|
|
 |
Ghost

Joined: Jan 08, 2005
Posts: 55
Location: Puyallup, Washington
|
Posted:
Mon Mar 20, 2006 11:30 pm |
|
I only wish I could be more help...I have not yet had the opprotunity to install this on my new host until tonight....
But I will remain to help where I can..... |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Tue Mar 21, 2006 2:18 am |
|
you should try putting the code here...
| Code: |
hemefooter();
if (file_exists(NUKE_INCLUDE_DIR . 'custom_files/custom_footer.php')) {
include_once(NUKE_INCLUDE_DIR . 'custom_files/custom_footer.php');
}
echo "\n</body>\n</html>";
// PASTE ANB CODE HERE
/*****[BEGIN]******************************************
[ Other: DB Connector v1.0.0 ]
[ Other: Persistent DB Connection v1.0.0 ]
******************************************************/
$db->sql_close();
/*****[END]********************************************
[ Other: Persistent DB Connection v1.0.0 ]
[ Other: DB Connector v1.0.0 ]
******************************************************/
|
|
| |
|
|
 |
|
|