Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

471
 
562
 
562
 
oscommerce_sample_data.sql
_> 1 -# $Id: oscommerce_sample_data.sql 471 2006-03-05 20:51:18Z hpdl $
   1+# $Id: oscommerce_sample_data.sql 562 2006-05-08 01:34:22Z hpdl $
22 #
  33 # osCommerce, Open Source E-Commerce Solutions
  44 # http://www.oscommerce.com
     
 !
1919 #       * Comments should be like these, full line comments.
  2020 #         (don't use inline comments)
  2121 
<> 22 -INSERT INTO osc_banners VALUES (1, 'osCommerce', '', '', '468x60', '<script language=\'JavaScript\' type=\'text/javascript\' src=\'http://adserver.oscommerce.com/adx.js\'></script>
  23 -<script language=\'JavaScript\' type=\'text/javascript\'>
  24 -<!--
  25 -   if (!document.phpAds_used) document.phpAds_used = \',\';
  26 -   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
  27 -
  28 -   document.write ("<" + "script language=\'JavaScript\' type=\'text/javascript\' src=\'");
  29 -   document.write ("http://adserver.oscommerce.com/adjs.php?n=" + phpAds_random);
  30 -   document.write ("&amp;what=zone:1");
  31 -   document.write ("&amp;exclude=" + document.phpAds_used);
  32 -   if (document.referrer)
  33 -      document.write ("&amp;referer=" + escape(document.referrer));
  34 -   document.write ("\'><" + "/script>");
  35 -//-->
  36 -</script><noscript><a href=\'http://adserver.oscommerce.com/adclick.php?n=ac215cea\' target=\'_blank\'><img src=\'http://adserver.oscommerce.com/adview.php?what=zone:1&amp;n=ac215cea\' border=\'0\' alt=\'\' /></a></noscript>', 0, date_add(now(), interval 7 day), null, now(), null, 1);
  37 -
<_ 3822 INSERT INTO osc_categories VALUES ('1', 'category_hardware.gif', '0', '1', now(), null);
  3923 INSERT INTO osc_categories VALUES ('2', 'category_software.gif', '0', '2', now(), null);
  4024 INSERT INTO osc_categories VALUES ('3', 'category_dvd_movies.gif', '0', '3', now(), null);