E-commerce

This is a discussion on E-commerce within the PHP Language forums, part of the PHP Programming Forums category; Does anyone know of a free or open-source e-commerce package written in PHP that doesn't require register_globals? ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-27-2003
Loopy
 
Posts: n/a
Default E-commerce

Does anyone know of a free or open-source e-commerce package written
in PHP that doesn't require register_globals? Everything I've
downloaded so far requires that, and I can't turn it on (security
issues).

Loopy
Reply With Quote
  #2 (permalink)  
Old 10-27-2003
Ian P. Christian
 
Posts: n/a
Default Re: E-commerce

Loopy wrote:

> Does anyone know of a free or open-source e-commerce package written
> in PHP that doesn't require register_globals? Everything I've
> downloaded so far requires that, and I can't turn it on (security
> issues).
>
> Loopy


I'm currently having to write one of these, if you could send me your
requirements, I will let you have the finished product!

Kind Regards,

--
Ian P. Christian
http://www.fuzzmail.co.uk ~ Free, Fast and Fuzzy webmail
Reply With Quote
  #3 (permalink)  
Old 10-27-2003
Steve
 
Posts: n/a
Default Re: E-commerce

Ok maybe I'm smoking something here, but I'm pretty sure the latest
incarnation of OSCommerce doesn't require register globals to be on
anymore.

jjyooi@yahoo.com (Loopy) wrote in message news:<f3e35b43.0310270025.41c09d90@posting.google. com>...
> Does anyone know of a free or open-source e-commerce package written
> in PHP that doesn't require register_globals? Everything I've
> downloaded so far requires that, and I can't turn it on (security
> issues).
>
> Loopy

Reply With Quote
  #4 (permalink)  
Old 10-27-2003
Loopy
 
Posts: n/a
Default Re: E-commerce

"Ian P. Christian" <pookey@pookey.co.uk> wrote in message news:<bnj0nr$gh9$1@goat.anlx.net>...
> I'm currently having to write one of these, if you could send me your
> requirements, I will let you have the finished product!


In general, the usual, but if you want me to be a little specific,
here's a few requirements:

1. Multiple currencies
2. Categorising of products
3. Remote administration (by which I mean I don't have to modify
anything on the web server like the database)
4. Payment gateways (WorldPay, PayPal, NOCHEX, Escrow, E-gold, etc.,
etc.)
5. Accounting (purchase price, selling price, net and gross profit,
etc.) -- Not vital, but helpful.
6. Trolley (obviously)

Of course, these should be customisable, I mean in the first case, if
I setup British Pound and US Dollar only, I might need to add Canadian
Dollar, Euro, etc. in future.

I hope this helps. I have some more requirements, and can add these
later if needed.



Loopy
Reply With Quote
  #5 (permalink)  
Old 10-27-2003
Brian
 
Posts: n/a
Default Re: E-commerce

http://www.x-cart.com/cart_system_requirements.html

Web server with support for PHP version 4.0.6 or better.

Your php.ini should match the following requirements:
a. track_vars is enabled.
b. magic_quotes_gpc is enabled.
c. safe_mode is disabled


Xcart is good commerce. :)

"Loopy" <jjyooi@yahoo.com> wrote in message
news:f3e35b43.0310270025.41c09d90@posting.google.c om...
> Does anyone know of a free or open-source e-commerce package written
> in PHP that doesn't require register_globals? Everything I've
> downloaded so far requires that, and I can't turn it on (security
> issues).
>
> Loopy



Reply With Quote
  #6 (permalink)  
Old 10-27-2003
Brian
 
Posts: n/a
Default Re: E-commerce

Meant to mention -- THis is commercial opensource. (Less than $150 USD).

"Brian" <cpnmscg02 (@) sneakemail.com> wrote in message
news:iDbnb.42727$HS4.179356@attbi_s01...
> http://www.x-cart.com/cart_system_requirements.html
>
> Web server with support for PHP version 4.0.6 or better.
>
> Your php.ini should match the following requirements:
> a. track_vars is enabled.
> b. magic_quotes_gpc is enabled.
> c. safe_mode is disabled
>
>
> Xcart is good commerce. :)
>
> "Loopy" <jjyooi@yahoo.com> wrote in message
> news:f3e35b43.0310270025.41c09d90@posting.google.c om...
> > Does anyone know of a free or open-source e-commerce package written
> > in PHP that doesn't require register_globals? Everything I've
> > downloaded so far requires that, and I can't turn it on (security
> > issues).
> >
> > Loopy

>
>



Reply With Quote
  #7 (permalink)  
Old 10-27-2003
Loopy
 
Posts: n/a
Default Re: E-commerce

gr82meetu78@yahoo.com (Steve) wrote in message news:<bb8f15bd.0310270729.2ac41fd3@posting.google. com>...
> Ok maybe I'm smoking something here, but I'm pretty sure the latest
> incarnation of OSCommerce doesn't require register globals to be on
> anymore.


You mean 2.2 Milestone 2? That's the version I tested, and it
immediately said "register_globals is off, please turn it on in
php.ini" (which was fine on a local development machine, but not on a
live webserver).

Loopy
Reply With Quote
  #8 (permalink)  
Old 10-28-2003
Larry Jaques
 
Posts: n/a
Default Re: E-commerce

On 27 Oct 2003 07:29:52 -0800, gr82meetu78@yahoo.com (Steve) brought
forth from the murky depths:

>Ok maybe I'm smoking something here, but I'm pretty sure the latest
>incarnation of OSCommerce doesn't require register globals to be on
>anymore.


I downloaded a copy of that and was floored by the fact that
once unzipped it contained OVER 1,000 FILES! Isn't that a wee
bit complex?

Reply With Quote
  #9 (permalink)  
Old 10-28-2003
Loopy
 
Posts: n/a
Default Re: E-commerce

I'll take a look. If I'm going to pay $150, I'll need to check this
meets what I need.

Ian, are those requirements OK?

Loopy

"Brian" <cpnmscg02 (@) sneakemail.com> wrote in message news:<GPbnb.42859$HS4.180469@attbi_s01>...
> Meant to mention -- THis is commercial opensource. (Less than $150 USD).
>
> "Brian" <cpnmscg02 (@) sneakemail.com> wrote in message
> news:iDbnb.42727$HS4.179356@attbi_s01...
> > http://www.x-cart.com/cart_system_requirements.html
> >
> > Web server with support for PHP version 4.0.6 or better.
> >
> > Your php.ini should match the following requirements:
> > a. track_vars is enabled.
> > b. magic_quotes_gpc is enabled.
> > c. safe_mode is disabled
> >
> >
> > Xcart is good commerce. :)

Reply With Quote
  #10 (permalink)  
Old 10-28-2003
Steve
 
Posts: n/a
Default Re: E-commerce

jjyooi@yahoo.com (Loopy) wrote in message news:<f3e35b43.0310271035.1c87114d@posting.google. com>...
> gr82meetu78@yahoo.com (Steve) wrote in message news:<bb8f15bd.0310270729.2ac41fd3@posting.google. com>...
> > Ok maybe I'm smoking something here, but I'm pretty sure the latest
> > incarnation of OSCommerce doesn't require register globals to be on
> > anymore.

>
> You mean 2.2 Milestone 2? That's the version I tested, and it
> immediately said "register_globals is off, please turn it on in
> php.ini" (which was fine on a local development machine, but not on a
> live webserver).
>
> Loopy


eep! Sorry, I heard that info through the grape vine. Since I don't
use the software myself, I just assumed that information to be
correct. I guess thats what I get for not checking my facts before I
post.
<--Opens Mouth, Switches Foot.
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 06:40 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0