Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Apr 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: Flash description add on help

    i think the database is the answer bc like i said before i deleted everything and put the original files back and when i did this the only thing that changed was the text in the description was missing and the flash was still there

  2. #12
    Join Date
    Apr 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: Flash description add on help

    here this is the description.php file and it changes the database somehow.......


    Zen Cart Flash Description
    Copyright (c) 2006 Wang Aocheng, All Right Reserved.
    http://www.buybaobao.com
    */


    include('includes/configure.php');
    include('includes/database_tables.php');
    $desc_db = @mysql_pconnect(DB_SERVER, DB_SERVER_USERNAME, DB_SERVER_PASSWORD);
    @mysql_select_db(DB_DATABASE, $desc_db);
    $sql = "select products_description
    from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd
    where p.products_status = '1'
    and p.products_id = '" . $_COOKIE['product_id'] . "'
    and pd.products_id = p.products_id
    and pd.language_id = '" . $_COOKIE['language'] . "'";
    $query = mysql_query($sql);
    $desc = mysql_fetch_array($query);
    $value = 'desc=' . rawurlencode($desc['products_description']);
    echo $value;

    ?>

  3. #13
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Flash description add on help

    That's not changing the database ... it's only reading it for display purposes.

    so ... the problem is in your template files.


    Open the Developer Toolkit in the Admin (under Tools). Search for swf or description.swf
    Maybe that'll help you find "which" file contains the reference to it.

    You'll find tips on using Dev Toolkit in the FAQ section ... or just read the instructions on the screen.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #14
    Join Date
    Apr 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: Flash description add on help

    ok so any suggestions?

  5. #15
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Flash description add on help

    If you don't want to do the Developer Toolkit suggestion I offered, then try this approach instead:
    http://www.zen-cart.com/wiki/index.p...Obscure_Issues

    Alternatively you may need to hire a programmer to find out which file you've put the changes in so they can be reversed.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #16
    Join Date
    Apr 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: Flash description add on help

    ok i will try the devoloper toolkit first

  7. #17
    Join Date
    Apr 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: Flash description add on help

    strange i deleted everything once again and replaced the old files and now its fine. Thanks dr byte

  8. #18
    Join Date
    Nov 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Flash description add on help

    I have to restore my website.........

    I wonder who the ############ made this ############## contribution ? free advertising ?
    Why this can be allowed to place in ZEN CART for everyone to download ?

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. PLEASE HELP! - how do add html to product description?
    By what44 in forum Setting Up Categories, Products, Attributes
    Replies: 19
    Last Post: 11 Sep 2009, 03:54 AM
  2. Help moving attribute, price, and add to cart on prod description page
    By MULISH in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 May 2009, 01:39 AM
  3. Want to add a flash media player in the header. Help!
    By hunterspro in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Dec 2007, 03:47 AM
  4. Replies: 5
    Last Post: 20 Nov 2006, 05:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg