Google

NukeCoder


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
themortal




Joined: Feb 08, 2008
Posts: 19
Location: The Realm

PostPosted: Sat Feb 16, 2008 3:49 pm
Reply with quote

Admin Note: This tutorial is partially obsolete with the release of 2.0.8. Mainly, step 3 has some parts that no longer apply.

This will explain how to get the Digital Shop v2.0.7 installed with Nuke-Evo v2.0.5 or v2.0.7

Updated 30 Sept, 2008

STEP 1

Note: After installing make sure the required CHMOD/PERMISSIONS are done and make sure that your "Site URL" is set correctly.

- Install Nuke-Evo 2.0.7

Note 2: Make sure that the Sentinel .htaccess and .staccess paths are set.

STEP 2

- Upload the Digital Shop nuke files from this file... (digital_shop_v2.0.7n.zip) to your site.


STEP 3

#
#-----[ OPEN ]------------------------------------------
#
Code:

modules/Digital_Shop/lib/constants.php


#
#-----[ FIND ]------------------------------------------
#
Code:

<?php


#
#-----[ AFTER, ADD ]------------------------------------
# Note: Add it after on a new line
Do not add this in version 2.0.8
Code:

set_include_path('includes' . PATH_SEPARATOR . get_include_path());


#
#-----[ FIND ]------------------------------------------
#
Code:

define('SHOP_DEBUG', true);


#
#-----[ REPLACE WITH ]----------------------------------
#
Code:

define('SHOP_DEBUG', false);


#
#-----[ FIND ]------------------------------------------
#
Code:

define('DSN_STRING', 'mysql://dbUser:dbPassword@dbHost/dbName');


Now you need to fill-in your dbUser, dbPassword, dbHost and dbName.

For dbHost most use... localhost

You can check what its set to from your config.php file.

#
#-----[ FIND ]------------------------------------------
#
Code:

define('SMARTY_PATH', '');
define('PEAR_PATH', '');


#
#-----[ REPLACE WITH ]----------------------------------
#
This line is different in 2.0.8 and comes already set to the correct value, do not change it to match this if using 2.0.8
Code:

define('SMARTY_PATH', 'includes/');
define('PEAR_PATH', 'includes/');


Once you have your dbase settings inserted... SAVE and UPLOAD


STEP 4

Now upload your license to your server here.....

modules/Digital_Shop/license <-- directory

NOTE: UPLOAD IN ASCII MODE!


STEP 5

Now point your browser to: http://yoursite.com/modules/Digital_Shop/installer.php

Once the installer finishes with Step 5, you can then delete the folder "install" and the file installer.php.


STEP 6

Now go into your sites Admin Panel and click on the Digital Shop icon. Now click the "Configuration" link and enter your Site Url.

If your site is installed in the root of your server then your Site Url should be entered like this.... http://www.mysite.com

If your site is installed in a subfolder, then your Site Url should be entered like this.... http://www.mysite.com/subfoldername

Note: The http:// MUST be used, very important ok.


All of the other settings are easy to setup, but for detailed documentation go here... http://nukecoder.com/document-14.html

At the bottom of that image, there is explanations of what does what.

You should now have a running Digital Shop. Now go and setup everything else and you should be good to go.

Cheers,

- The Mortal
(Realm Designz)


Last edited by themortal on Tue Sep 30, 2008 1:54 pm; edited 5 times in total 
View user's profile Send private message Visit poster's website
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Sun Feb 17, 2008 3:56 pm
Reply with quote

Very Nice Work! I'll make this a sticky right now.


Last edited by gotcha on Mon Feb 18, 2008 1:01 pm; edited 1 time in total 
View user's profile Send private message Visit poster's website
themortal




Joined: Feb 08, 2008
Posts: 19
Location: The Realm

PostPosted: Sun Feb 17, 2008 7:51 pm
Reply with quote

gotcha wrote:
Nice Work! I would actually recommend skipping step 3. Reason being, that code that gets commented out gets used alot to free up unused queries in evo.
Taking it out may get rid of a little error, but the error that shows up is actually just a "notice". Keep in mind that a default install of php-nuke 8.0 probably has thousands of these notices. A default install of the standalone shop contains none (at least I couldn't find any). An easier solution to getting rid of the error message would be to set SHOP_DEBUG to false in the constants.php


Thanks, just trying to be helpful so that others who are wanting to get the Digital Shop can do so.

I'm glad you mentioned about step 3. I have removed step 3 and updated my thread. How about maybe making the [How TO] a sticky so it would be easy for users to find in the future.


Cheers,

- The Mortal
 
View user's profile Send private message Visit poster's website
designwicked




Joined: Jan 27, 2008
Posts: 9

PostPosted: Sat Jul 05, 2008 3:13 pm
Reply with quote

Why dont you just take the five minutes and do the modding yourself and add the evo version for purchase already modded gotcha?

By the way man, i need a designwicked.com license, i am gonna integrate the shop into my evo but my license is set to www.designwicked.net.
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Sat Jul 05, 2008 7:11 pm
Reply with quote

Because its no different for evo then it is for regular nuke, this guide applies to all nuke versions. No need to make a seperate version for evo at this point, but if evo makes big changes(I heard they were planning to), I will end up making an evo package.
 
View user's profile Send private message Visit poster's website
designwicked




Joined: Jan 27, 2008
Posts: 9

PostPosted: Tue Jul 15, 2008 5:47 pm
Reply with quote

I followed the steps precisely, and my shop doesnt work, it doesnt register transactions and people cant download there products. I have PM'ed gotcha 2 times with no reply.

Starting to get frustrated.
 
View user's profile Send private message
evilcorp




Joined: May 01, 2008
Posts: 14

PostPosted: Tue Jul 15, 2008 11:06 pm
Reply with quote

Yeap i too have Pm'd gotch several days ago and still no reply... lol Probly on vacation or something.

btw wicked, its Eagle. =)
 
View user's profile Send private message MSN Messenger
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Wed Jul 16, 2008 5:45 pm
Reply with quote

Sorry guys, I've had alot of long days at work plus an injury that has me on pain killers that knock me out. I'll sort everyone out right away.
 
View user's profile Send private message Visit poster's website
evilcorp




Joined: May 01, 2008
Posts: 14

PostPosted: Wed Jul 16, 2008 10:01 pm
Reply with quote

Sorry to hear bout your injury man. hope ya recover quickly... Smile
 
View user's profile Send private message MSN Messenger
wolfxsting




Joined: Sep 22, 2008
Posts: 7

PostPosted: Mon Sep 22, 2008 11:26 pm
Reply with quote

Crying or Very sad Shocked Crying or Very sad Shocked heya guys umm I need help with this digital shop Ive read all of your steps there themortal but I dont understand what needs chmoded for this to work and if you can clue me in on where to put the ioncube files that would be greatly appreciated from all the good things I hear about this program Ive already got it bought just havent had any luck installing it because of the ioncube files if you could help I would be very happy since 35.00 is alot these days for something that I hope works


http://www.championwebdesigns.org/wolfys_screenshot001.jpg heres a screenshot of where the buck stops Confused
 
View user's profile Send private message Send e-mail
Guardian




Joined: Dec 09, 2006
Posts: 335

PostPosted: Fri Sep 26, 2008 3:48 pm
Reply with quote

You should be able to manually add the ioncube files to webroot/ioncube
You can get the files from their website
http://www.ioncube.com/loaders.php

Third line down - Linux (x86) then across to ZIP
If you download that, unpack them then upload them to to the 'ioncube' directory which should be in your public root. Make sure you upload the files in BINARY mode.

_________________
Code Authors Nuke Reviews 
View user's profile Send private message
vamp-angel




Joined: Feb 16, 2008
Posts: 10

PostPosted: Mon Dec 29, 2008 5:20 am
Reply with quote

well i have just bought digital shop and im getting the ioncube error when i try and do the installer, i have checked everything over and over but still got these errors, i cannot get it to install at all, i have made sure my php.ini is ok and it is so i have no idea what is wrong, and i want to get it running as soon as possible
 
View user's profile Send private message
Guardian




Joined: Dec 09, 2006
Posts: 335

PostPosted: Mon Dec 29, 2008 5:40 am
Reply with quote

So I presume you have the latest ioncube files from the link in my post above and uploaded them to nukewebroot/ioncude/

_________________
Code Authors Nuke Reviews 
View user's profile Send private message
vamp-angel




Joined: Feb 16, 2008
Posts: 10

PostPosted: Mon Dec 29, 2008 6:32 am
Reply with quote

yes i have, im still getting the same error on the installer.php
 
View user's profile Send private message
Guardian




Joined: Dec 09, 2006
Posts: 335

PostPosted: Mon Dec 29, 2008 6:54 am
Reply with quote

What is the exact error message you now see?
May also e worth contacting your host to see if they have the Zend Ioncube loader library installed - this should make any difference as there is a loader with the ioncube files but they may have some mechanism in place to prevent dynamic loading (especially if it is a free hosting service).

_________________
Code Authors Nuke Reviews 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

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 cannot attach files in this forum
You cannot download files in this forum


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