Go Back   Webmaster Forums UK SEO SEM Webmaster Community Forum - UKWW > Business Discussions > e-Commerce > Boss Cart Support Forums > Boss Cart - JV Series
Register FAQ Members List Downloads Calendar Today's Posts Webmaster Resources Webmaster Blogs
 
 

Boss Cart - JV Series Boss Cart JV Series is based on Joomla and Virtumart open source technology.

Reply
 
LinkBack Thread Tools Display Modes
  #41 (permalink)  
Old 04-11-2008, 02:57 PM
Junior Member
6 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Apr 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Quote:
Originally Posted by Bagi Zoltán View Post
Bo, I checked the system requirements of the Fastream Iq Web Server and it is a windows based webserver. Without an extension like this the server script won't be able to manipulate the returned URIs. Hence the enviroment won't be optimal for the BossCart script.
Thanks
Bagi
Ok Thanks I downloaded that file. Just a few questions, Where do I expand that file to? (what folder) Also hate to be a pain. How to I tell if the PHP, MYsql is working with my server? That for all your help.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #42 (permalink)  
Old 04-11-2008, 03:09 PM
Bagi Zoltán's Avatar
Boss Cart consultant
1152 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 12
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,594
Thanks: 4
Thanked 25 Times in 13 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Bo, I suppose you need to unzip the downloaded package to an optional folder. You will find an setup.exe file which will guide you through the install process, at least I hope so.
Easies way to check if the mysql and php are working is running a php file with this content

PHP Code:
<?php
$link 
mysql_connect('localhost''mysql_user''mysql_password');
if (!
$link) {
    die(
'Could not connect: ' mysql_error());
}
echo 
'Connected successfully';
mysql_close($link);
?>
If the connectes succesfully text will appear, you will be fine
__________________
Time may come when you will need a shopping cart
digitális mérleg keresőoptimalizálás
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #43 (permalink)  
Old 04-11-2008, 06:27 PM
Junior Member
6 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Apr 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Thanks again Bagi, but for us dummies like me we need to know what to do with that file. easy to create file with note pad, but what do we save the file as and what do we run it with? Thanks Bo Let me know when I become a pain in the neck.LOL!!!

Quote:
Originally Posted by Bagi Zoltán View Post
Bo, I suppose you need to unzip the downloaded package to an optional folder. You will find an setup.exe file which will guide you through the install process, at least I hope so.
Easies way to check if the mysql and php are working is running a php file with this content

PHP Code:
<?php
$link 
mysql_connect('localhost''mysql_user''mysql_password');
if (!
$link) {
    die(
'Could not connect: ' mysql_error());
}
echo 
'Connected successfully';
mysql_close($link);
?>
If the connectes succesfully text will appear, you will be fine
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #44 (permalink)  
Old 04-11-2008, 06:59 PM
Junior Member
6 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Apr 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Quote:
Originally Posted by Badbo View Post
Thanks again Bagi, but for us dummies like me we need to know what to do with that file. easy to create file with note pad, but what do we save the file as and what do we run it with? Thanks Bo Let me know when I become a pain in the neck.LOL!!!
Your code didn't work, but I ran this one in IE and the PHP TEst Text came up. <html><body>
<h1>PHP test</h1>
<? phpinfo()?>
</body></html>
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #45 (permalink)  
Old 04-12-2008, 09:01 AM
Bagi Zoltán's Avatar
Boss Cart consultant
1152 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 12
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,594
Thanks: 4
Thanked 25 Times in 13 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

I see, my code must be edited in accordance with the current database settings. So you need to replace the localhost, the mysql_user and the mysl_password with the information which was provided by your server administrator, or can be found at cpanel. So pick the code, place it into nootepad and replace these three setting, and save the file as connect.php for instance. Upload it into the root folder of your website and hit the yourdomain.com/connect.php with the browser.
__________________
Time may come when you will need a shopping cart
digitális mérleg keresőoptimalizálás
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #46 (permalink)  
Old 04-14-2008, 10:24 AM
Junior Member
1 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Apr 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Question Boss Cart JV Install

Hi,

Was just wondering if the free install offer of Boss Cart is still on?

If it is, I would really appreciate the help.

Thanks,

Richard
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #47 (permalink)  
Old 04-14-2008, 10:27 AM
Bagi Zoltán's Avatar
Boss Cart consultant
1152 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 12
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,594
Thanks: 4
Thanked 25 Times in 13 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Yes, Richard the offer is still valid. Please fill out this form, and we will install you the script as soon as it is possible.
Thanks
Bagi
__________________
Time may come when you will need a shopping cart
digitális mérleg keresőoptimalizálás
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #48 (permalink)  
Old 04-15-2008, 02:38 PM
Junior Member
8 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Apr 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Hello,

Please could you install the software on to my server. I have filled out the requested form.

Many thanks and very much appreciated.

Tina. x
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #49 (permalink)  
Old 06-27-2008, 11:31 PM
Junior Member
7 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Mar 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default Hello bagi and team

Hello Bagi and team would there be any chance you could install jv for me ?

Kind regards

Anne
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #50 (permalink)  
Old 06-27-2008, 11:54 PM
Bagi Zoltán's Avatar
Boss Cart consultant
1152 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 12
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,594
Thanks: 4
Thanked 25 Times in 13 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Hello Anne,
Thank you for the mail i received every necessary information, tomorrow i will install you the script.
Bagi
__________________
Time may come when you will need a shopping cart
digitális mérleg keresőoptimalizálás
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Webmaster Resources
UK WW SEO Tools
Find UK Hosts
 
The Forum Rules
Forum Rules - MUST READ
 
Site Of the Month
BizzFace
Nominate site of the month
 
Tag Cloud
ad exchange affiliates audio ads bid bidding directory bid directory bid directory list bid for position business clothes contest cricket writer dedicated servers delisted designer discount ecommerce executive suites finance google handbags internet and marketing iphone jewelry link exchange link submissions nokia n95 paid blogging phones electronics pr7 directory replica samsung seo seo company social bookmark sunglasses uk property writer wallets web web design web development website website development website promotion wholesale yahoo backlink

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Boss Cart JV Series 1.1 announcement Bagi Zoltán Boss Cart - News 4 06-29-2008 01:42 PM
Boss Cart temi Boss Cart - News 14 12-18-2007 06:09 AM
FREE Installation