Jump to content

Al Brookbanks

Staff
  • Posts

    6,678
  • Joined

  • Last visited

  • Days Won

    125

Posts posted by Al Brookbanks

  1. Hello folks,

    As I'm sure you have noticed my support on the forums has been very poor and I do sincerely apologise for this. As a result I know of a few members who have been absolutely amazing at helping out others.

    I would like to make probably a maximum of 5 people moderators to help keep things moving. If you are interested please email me at: [email protected]

    Of course priority will be given to member with high post count and long membership time.

    Thank you all for such incredible patience and kindness towards this project.

    Alistair (aka. Brooky)

  2. If you have recieved this email ignore it!! I would be very appreciative if anybody can let me know if they have recieved this email.

    CubeCart recieved 900+ junk emails on 07/11/03 and fraudulent orders. If anybody has recieved strange emails etc... in regards to CubeCart I would be pleased to hear from you to have this stoped.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    From: [email protected]

    Subject: Your Account at Cubecart.com has expired.

    Message:

    Hello sales,

    We are sorry that we cannot offer our "old" service

    anymore.

    Your account will expire at the 2003-11-23.

    But after all, we still offer a free-mail service,

    which you have to join right now !!!

    Our new prices and services are described in the attached html file,

    which is a compressed ZIP archive.

    Sicerely Yours

    The Cubecart.com Team

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  3. Why?

    This is useful for bulk email software if you have a large client base. The built in email form is likely to time out if you have 400+ emails to send at one time. This of course depends upon server setup. B)

    Use it with software such as Mail List King (http://www.xequte.com) or similar.

    Enjoy (Its about time I made a mod eigh :()

    p.s. This will be integrated in the next version of cubecart.

  4. Name: email_dump.zip

    Version: 1.0

    Author: Alistair Brookbanks (Brooky)

    Short Description: Makes an instant email text file dump to download.

    Long Description:

    On clicking a text link a dialog box is made giving the administrator the option to download a text file dump of all email addresses who have specifically siad they wish to recieve store emails. Very useful for bulk email software.

    [Download File]

  5. Hi,

    As of 26th October '03 all language packs have been updated for improved HTML compatibility with ISO charset values and local php configuration.

    Instructions:

    1. Back up your old language file and delete them from the /admin/lang/ folder.

    2. Upload the new language files you wish to use on your store.

    Available at http://download.cubecart.com

    If you run CubeCart 2.0.0 (even if you have installed the three most recent fixes descrived in the upgrade package) then please modify the following code after instaling these language packs.

    In /upload/header.inc.php AND /upload/admin/header.inc.php

    Find line at around line 38 (/upload/header.inc.php):

    <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
    
    
    
    
    Replace with:
    
    
    
    
    
    <meta http-equiv='Content-Type' content='text/html; charset=<? echo $charset; ?>'>
    
    
    
    
    Find line at around line 5 (/upload/admin/header.inc.php):
    
    
    
    
    
    <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
    
    
    
    
    Replace with:
    
    
    
    
    
    <meta http-equiv='Content-Type' content='text/html; charset=<? echo $charset; ?>'>

  6. There is no need to update your store if you have installed the following bug fixes:

    http://forums.cubecart.com/index.php?showtopic=636

    http://forums.cubecart.com/index.php?showtopic=637

    http://forums.cubecart.com/index.php?showtopic=638

    If you wish to upgrade your store anyway simply upload all the archived files

    in the /upload folder over the original ones. WITH THE EXCEPTION TO install.php,

    upgrade.php and /admin/config.php

    Please note that CubeCart 2.0.0 users who have language packs are also recommended to upgrade their language packs to versions 2.0 which will be released later on today (26 Oct '03).

    Thanks

  7. As you may be able to imagine... after developing the current release of CubeCart I was pretty sick and tited of PHP and MySQL stuff.

    As a result I built www.cubecart.com in aproximately 2 days and it has had some major problems like crappy navigation.

    I have added a sitemap and Jump Menu (above silly) to help make it better....

    Is this an improvement and what else could be done around here to make improvements. :(

  8. I got a javascript error. B)

    Line 74 document.all.clock is null or not an object.

    Saying that almost every other website is giving me javascript errors I think some scumbag spyware has upset my IE6 :(

  9. Name: contact.zip

    Version: 1.1

    Author: OhMyGod

    Short Description: Updated contact_us.php

    Long Description:

    Contact e-mail form. Allows visitor to submit e-mail to any department (e-mail address) you allow the customer to contact. Customer selects a department by selecting the e-mail address from a pulldown box. Also allows the customer to specify the subject of the e-mail message.

    [Download File]

  10. THIS DOWNLOAD HAS NOW BEEN FIXED AND UPADTED TO THE AUTHORS LATEST VERSION - Brooky :)

    Name: instock_mod.zip

    Version: 1.0

    Author: Bill Whitmire

    Short Description: Auto instock update Mod with extras

    Long Description:

    1. This will let you, in your add_product.php and edit_product.php enter in a in stock amount for that product.

    2. When a customer is on the view_product.php page it will show a in stock

    3. If the in stock in at 0 the add to cart button will display OUT OF STOCK and they cant click it.

    4. If it is in stock and they try to add more to the quantity then what is in stock for that item on the view_cart.php page the in stock coloum will display the in stock amount in red for that product and the quantity will default to the in stock amount. So they cant order more then what you have.

    5. When the go to check out after the click Check Out your in stock amount will subtract the quantity they purchased therfore updating automaticly

    ---------------------------

    as of 03 08 2004 this mod is updated :

    - BEFORE INSTALLING TAKE TIME TO READ THE README.txt !!! (included in the

    zipfile)

    - all typos are gone

    - all install textfiles in this zip refer to UNMODIFIED ORIGINAL

    CUBECART-FILES V2.00 or V2.01

    - tested to be found bugfree

    ::::Nice::::

    [Download File]

    //**************************************

    TOPIC CLOSED !

    find the latest version here !

×
×
  • Create New...