Sunteți pe pagina 1din 45

LAMPIRAN B

LISTING PROGRAM
1.Coding Index.php

<!-- templatemo 367 shoes -->

<!--

Shoes Template

http://www.templatemo.com/preview/templatemo_367_shoes

-->

<?php

include("class/BoedyNet.php");

//$_SESSION['IdOperator']=1001;

//unset($_SESSION['IdOperator']);

//echo $_SESSION['IdTransaksi'];

if(!isset($_SESSION['IdTransaksi'])){

$_SESSION['IdTransaksi']=$crud->GetAutoID("i_transaksi","IdTransaksi");

SetTransaksi(false);

function SetTransaksi($statusedit){

global $crud;

$row['IdTransaksi']=$_SESSION['IdTransaksi'];

$row['Tanggal']=date('Y-m-d',getdate()[0]);

$row['Waktu']=date('h:i:s',getdate()[0]);

if(isset($_SESSION['IdCustomer'])) {

$row['IdCustomer']=$_SESSION['IdCustomer'];

}else{
$row['IdCustomer']=1001;

$row['Status']="Proses";

$row['Catatan']="Register";

$row['StatusPembayaran']="Belum Terbayar";

// $row['BiayaPengiriman']=0;

$idtransaksi=$_SESSION['IdTransaksi'];

if($statusedit==true){

$crud->UpdateRecrod($row,"i_transaksi","IdTransaksi='$idtransaksi'");

}else{

$crud->InsertRecord($row,"i_transaksi");

function AddItems($idproduct,$qty,$harga,$diskon){

global $crud;

$idtransaksi=$_SESSION['IdTransaksi'];

$row['IdTransaksi']=$idtransaksi;

$row['IdProduct']=$idproduct;

$row['Harga']=$harga;

// $row['Diskon']=$diskon;

$sql="select * from i_transaksi_detail where idtransaksi='$idtransaksi' and IdProduct='$idproduct'";

if($crud->GetRowCount($sql)>0){

$qtylama=$crud->GetQuerySQL($sql)[0]['Qty'];

$row['Qty']=$qtylama+$qty;

$crud->UpdateRecrod($row,"i_transaksi_detail","idtransaksi='$idtransaksi' and
IdProduct='$idproduct'");
}else{

$row['Qty']=$qty;

$crud->InsertRecord($row,"i_transaksi_detail");

?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Yogja Batik Kediri</title>

<meta name="keywords" content="" />

<meta name="description" content="" />

<link rel="stylesheet" href="nivo-slider.css" type="text/css" media="screen" />

<link href="templatemo_style.css" rel="stylesheet" type="text/css" />

<link rel="stylesheet" type="text/css" href="css/ddsmoothmenu.css" />

<!--<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">-->

<script type="text/javascript" src="js/jquery.min.js"></script>

<script type="text/javascript" src="js/ddsmoothmenu.js">

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

* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)

* This notice MUST stay intact for legal use

* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code


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

</script>

<script src="js/ckeditor/ckeditor.js"></script>

<script type="text/javascript">

ddsmoothmenu.init({

mainmenuid: "top_nav", //menu DIV id

orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"

classname: 'ddsmoothmenu', //class added to menu's outer DIV

//customtheme: ["#1c5a80", "#18374a"],

contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]

})

</script>

</head>

<body>

<div id="templatemo_body_wrapper">

<div id="templatemo_wrapper">

<div id="templatemo_header">

<div id="site_title"><h1><a href="#">YOGJA BATIK SHOP</a></h1></div>

<div id="header_right">

<p>

<?php

if(isset($_SESSION['IdCustomer'])){

?>
<a href="?pg=pages/register/register.php">My Account</a> | <a
href="?pg=pages/cart/daftar-transaksi.php">My Wishlist</a>

<?php

?>

<?php

if(isset($_SESSION['IdOperator'])){

?>

<a href="?pg=pages/log-out-admin.php">Log Out <?=$_SESSION['NamaOperator']?></a>

<?php

}else{

if(!isset($_SESSION['IdCustomer'])){

?>

<a href="?pg=pages/login.php">Log In Member</a> |

<a href="?pg=pages/login-admin.php">Log In Admin</a>

<?php

}else{

?>

<a href="?pg=pages/log-out-customer.php">Log Out


<?=$_SESSION['NamaCustomer']?></a>

<?php

?></p>

<p>
Shopping Cart: <strong><?php

$idtransaksi=$_SESSION['IdTransaksi'];

$sql="select * from i_transaksi_detail where idtransaksi='$idtransaksi'";

$count=$crud->GetRowCount($sql);

echo $count;

?>items</strong> ( <a href="?pg=pages/cart/shoppingcart.php">Show Cart</a> )

</p>

</div>

<div class="cleaner"></div>

</div> <!-- END of templatemo_header -->

<div id="templatemo_menubar">

<div id="top_nav" class="ddsmoothmenu">

<ul>

<li><a href="index.php">Home</a></li>

<li><a href="?pg=pages/product-list.php">Products</a></li>

<?php

if(isset($_SESSION['IdOperator'])){

?>

<li><a href="#">Management</a>

<ul>

<li><a href="?pg=pages/product/forms.php">Product Items</a></li>

<li><a href="?pg=pages/operator/views.php">Data Operator</a></li>

<li><a href="?pg=pages/profile/forms.php">Profile</a></li>

<li><a href="?pg=pages/transaksi/transaksi.php">Transaksi Status</a></li>


<li><a href="?pg=pages/transaksi/buku-tamu.php">Buku Tamu</a></li>

</ul>

</li>

<li><a href="#">Rekapitulasi</a>

<ul>

<li><a href="?pg=pages/transaksi/byProduct.php">By. Product</a></li>

<li><a href="?pg=pages/transaksi/byCustomer.php">By. Customer</a></li>

<!-- <li><a href="?pg=pages/transaksi/byCustomer.php">By. Customer</a></li>-->

</ul>

</li>

<?php

?>

<li><a href="?pg=pages/profile/views.php">Profile</a></li>

<?php

if(isset($_SESSION['IdCustomer'])){

?>

<li><a href="?pg=pages/chackout.php">Checkout</a></li>

<?php

?>

<li><a href="?pg=pages/contact.php">Contact Us</a></li>

</ul>

<br style="clear: left" />

</div> <!-- end of ddsmoothmenu -->


<div id="templatemo_search">

<form action="#" method="get">

<input type="text" value=" " name="keyword" id="keyword" title="keyword"


onfocus="clearText(this)" onblur="clearText(this)" class="txt_field" />

<input type="submit" name="Search" value=" " alt="Search" id="searchbutton" title="Search"


class="sub_btn" />

</form>

</div>

</div> <!-- END of templatemo_menubar -->

<div id="templatemo_main">

<div id="sidebar" class="float_l">

<div class="sidebar_box"><span class="bottom"></span>

<h3>Categories</h3>

<div class="content">

<ul class="sidebar_list">

<?php

$sql="select Kategori from i_product group by Kategori";

foreach($crud->GetQuerySQL($sql) as $infoKategori){

$kategori=$infoKategori['Kategori'];

?>

<li class="first"><a href="?pg=pages/product-


list.php&Kategori=<?=$kategori?>"><?=$infoKategori['Kategori']?></a></li>

<?php

?>

</ul>
</div>

</div>

<div class="sidebar_box"><span class="bottom"></span>

<h3>Product Terbaru </h3>

<div class="content">

<?php

$sql="select * from i_product order by idproduct desc limit 5";

foreach($crud->GetQuerySQL($sql) as $infoProduct){

?>

<div class="bs_box">

<a href="?pg=pages/product-
detail.php&Kategori=<?=$infoProduct['Kategori']?>&IdProduct=<?=$infoProduct['IdProduct']?>"><img
src="pictures/product/<?=$infoProduct['Picture']?>" width="58" height="58" alt="image" /></a>

<h4><a href="?pg=pages/product-
detail.php&Kategori=<?=$infoProduct['Kategori']?>&IdProduct=<?=$infoProduct['IdProduct']?>"><?=$in
foProduct['NamaProduct']?></a></h4>

<p class="price"><?=number_format($infoProduct['Harga'],0)?></p>

<div class="cleaner"></div>

</div>

<?php

?>

</div>

</div>

</div>

<?php

$pg=$_REQUEST['pg'];
if($pg){

include("$pg");

}else{

?>

<div id="content" class="float_r">

<?php

include("pages/slide-view.php");

include("pages/product-gallery.php");

?>

</div> <!-- END of templatemo_main -->

<?php

?>

<div class="cleaner"></div>

</div>

<div id="templatemo_footer">

<p><a href="#">Home</a> | <a href="#">Products</a> | <a href="#">About</a> | <a


href="#">FAQs</a> | <a href="#">Checkout</a> | <a href="#">Contact Us</a>

</p>

Copyright © 2072 <a href="#">Your Company Name</a> <!-- Credit: www.templatemo.com --


></div> <!-- END of templatemo_footer -->

</div> <!-- END of templatemo_wrapper -->

</div> <!-- END of templatemo_body_wrapper -->

</body>

</html>

2. Templatemo.php
/* Credit: http://www.templatemo.com */

/*

Shoes Template

http://www.templatemo.com/preview/templatemo_367_shoes

*/

body {

margin: 0;

padding: 0;

color: #999;

font-family: Tahoma, Geneva, sans-serif;

font-size: 12px;

line-height: 1.4em;

background-color: #665f5f;

background-repeat: repeat;

background-image: url(images/templatemo_body.jpg)

a, a:link, a:visited { color: #0299aa; font-weight: normal; text-decoration: none }

a:hover { text-decoration: underline; }

a.addtocart{ display: inline-block; width: 80px; height: 21px; line-height: 21px; text-align: center; font-
size: 10px; font-weight: bold; color: #333; background: url(images/templatemo_addtocart.png) }

a.detail{ display: inline-block; width: 64px; height: 20px; line-height: 20px; text-align: center; font-size:
10px; font-weight: bold; color: #333; background: url(images/templatemo_detail.png) }

p { margin: 0 0 10px 0; padding: 0; }

img { border: none; }

blockquote { border: 1px solid #039fb1; border-left: 5px solid #000; padding: 19px; margin: 20px 0 0 0}

cite a, cite a:link, cite a:visited { font-size: 12px; text-decoration: none; font-style: normal }
cite span { font-weight: 400; color: #333; }

.tmo_list { margin: 10px 0 10px 15px; padding: 0; list-style: none }

.tmo_list li { color:#999; margin: 0 0 5px 0; padding: 0 0 0 15px; background:


url(images/templatemo_list.png) no-repeat scroll 0 5px }

.tmo_list li a { color: #999; font-weight: normal }

.tmo_list li a:hover { color: #333 }

h1, h2, h3, h4, h5, h6 { color: #333; font-weight: normal; }

h1 { font-size: 30px; margin: 0 0 30px; padding: 5px 0 }

h2 { font-size: 26px; margin: 0 0 25px; padding: 5px 0 }

h3 { font-size: 20px; margin: 0 0 20px; padding: 0; }

h4 { font-size: 16px; margin: 0 0 15px; padding: 0; }

h5 { font-size: 14px; margin: 0 0 10px; padding: 0; }

h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }

.h10 { height: 10px }

.h20 { height: 20px }

.h30 { height: 30px }

.h40 { height: 40px }

.h50 { height: 50px }

.float_l { float: left }

.float_r { float: right }

#templatemo_body_wrapper {

width: 100%;

background: url(images/templatemo_body_top.jpg) repeat-x top

#templatemo_wrapper {
width: 980px;

margin: 0 auto;

#templatemo_header {

width: 960px;

height: 70px;

padding: 30px 10px;

background: url(images/templatemo_header_bg.png) no-repeat bottom;

#templatemo_menubar {

width: 980px;

height: 60px;

background: url(images/templatemo_menubar.png) no-repeat;

#templatemo_main {

width: 940px;

padding: 10px 20px;

background: url(images/templatemo_main_bg.png) repeat-y

#content { width: 690px }

#sidebar { width: 220px }

#templatemo_footer {

width: 960px;

padding: 30px 10px;

text-align: center;
background: url(images/templatemo_footer.png) no-repeat top

#site_title { float: left; margin-top: 30px; }

#site_title h1 { margin: 0; padding: 0 }

#site_title h1 a { display: block; width: 300px; height: 40px; padding-top: 30px; font-size: 25px; letter-
spacing: 4px; color: #2f2f2f; text-align: left; background: url(images/templatemo_logo.pnga) no-repeat
top left }

#header_right { float: right; margin: 35px 240px 0 0; color: #666; }

#header_right a { color: #fff }

#menu_second_bar { padding: 5px 10px; }

#top_shopping_cart { float: left; padding: 5px 0; font-size: 11px; }

#templatemo_search { float: right; margin: 10px 30px 0; width: 220px; height: 34px; background:
url(images/templatemo_search_bg.png) }

#templatemo_search form {

margin: 0;

padding: 0;

#templatemo_search .txt_field {

float: left;

display: block;

height: 22px;

line-height: 22px;

width: 170px;

color: #999;

font-size: 12px;

padding: 5px;

font-variant: normal;
border: none;

background: none;

#templatemo_search .sub_btn {

float: right;

display: block;

color: #fff;

height: 33px;

width: 40px;

font-size: 11px;

font-weight: 700;

line-height: 26px;

cursor: pointer;

border: none;

background: none;

.sidebar_box {

position: relative;

background: #f0f0f0;

margin-bottom: 36px;

border: 1px solid #dbdbdb

.sidebar_box h3 { font-size: 14px; font-weight: 700; padding: 0 10px 0 35px; margin: 0; width: 185px;
height: 33px; line-height: 33px; margin-bottom: 0; background:
url(images/templatemo_sidebar_header.png) no-repeat; color: #2f2f2f }

#sidebar .sidebar_box .content {


padding: 10px 10px 0;

#sidebar .sidebar_list { margin: 0; padding: 0 0 10px; list-style: none; }

#sidebar .sidebar_list li { display: block; margin: 0; padding: 5px 0; border-top: 1px solid #fff; border-
bottom: 1px solid #d3d3d3 }

#sidebar .sidebar_list li.first { border-top: none }

#sidebar .sidebar_list li.last { border-bottom: none }

#sidebar .sidebar_list li a { color: #666; }

#sidebar .sidebar_list li a:hover { color: #000; text-decoration: none }

.bs_box { clear: both; margin-bottom: 20px }

.bs_box img { float: left; margin-right: 10px; border: 4px solid #fff }

.bs_box h4 { margin-bottom: 0 }

.bs_box h4 a { font-size: 11px; color: #000; font-weight: 700}

.bs_box .price { font-size: 12px; font-weight: 700; color: #11bdd1}

.product_box {

float: left;

width: 220px;

text-align: center;

margin: 0 10px 30px 0;

padding-bottom: 20px;

border-bottom: 1px dotted #ccc

.product_box img {

margin-bottom: 5px;

.product_box h3 {
font-size: 11px;

color: #000;

font-weight: 700;

margin-bottom: 10px;

.product_box .product_price {

color: #11bdd1;

font-size: 14px;

font-weight: 700;

margin-bottom: 20px;

.product_box .addtocart {

float: left;

display: block;

.product_box .detail {

float: right;

display: block;

#contact_form { padding: 0; width: 300px; margin-bottom: 40px }

#contact_form form { margin: 0px; padding: 0px; }

#contact_form form .input_field {

font-family: Arial, Helvetica, sans-serif;

width: 270px;

padding: 5px;
color: #808b98;

background: #fff;

border: 1px solid #dedede;

#contact_form form label { display: block; width: 100px; margin-right: 12px; font-size: 11px }

#contact_form form textarea {

font-family: Arial, Helvetica, sans-serif;

width: 270px;

height: 200px;

padding: 5px;

color: #808b98;

background: #fff;

border: 1px solid #dedede;

#contact_form form .submit_btn {

display: block;

padding: 5px 12px;

text-align: center;

text-decoration: none;

font-weight: bold;

background-color: #000;

border: 1px solid #fff;

color: #fff;

font-size:11px;

cursor: pointer;
}

.content_half { width: 320px }

.content_13 { width: 220px; margin-right: 10px }

.faqs p { margin-bottom: 20px }

.faqs h5 { margin-bottom: 5px }

#templatemo_footer {

color: #999

#templatemo_footer a {

color: #fff;

/*============================*/

/*=== Custom Slider Styles ===*/

/*============================*/

#slider-wrapper {

float: left;

width: 680px;

height: 300px;

margin-right: 20px;

margin-bottom: 60px;

#slider {

position:relative;

width: 620px;

height: 300px;
background:url(images/loading.gif) no-repeat 50% 50%;

#slider img {

position:absolute;

top:0px;

left:0px;

display:none;

#slider a {

border:0;

display:block;

.nivo-controlNav {

position:absolute;

right: 10px;

bottom: -30px;

.nivo-controlNav a {

display:block;

width:14px;

height:18px;

background:url(images/bullets.png) no-repeat;

text-indent:-9999px;

border:0;

margin-right:3px;
float:left;

.nivo-controlNav a.active {

background-position:0 -18px;

.nivo-directionNav a {

display:block;

width:30px;

height:30px;

background:url(images/arrows.png) no-repeat;

text-indent:-9999px;

border:0;

a.nivo-nextNav {

background-position:-30px 0;

right:15px;

a.nivo-prevNav {

left:15px;

.nivo-caption {

text-shadow:none;

font-family: Helvetica, Arial, sans-serif;

.nivo-caption a {
color:#efe9d1;

text-decoration:underline;

3. Forms.php

<style>

#input-style{

width: 100%;

#input-style input[type=text],#input-style textarea,#input-style input[type=password]{

width: 95%;

padding: 5px;

</style>

<?php

include_once("../../class/BoedyNet.php");

$sql="select * from i_profile";

$info=$crud->GetQuerySQL($sql)[0];

?>

<div id="content" class="float_r">

<h2>PENDATAAN PROFILE</h2>

<!-- <h5><strong>INFORMASI PRODUCT</strong></h5>-->

<hr>

<form method="post" id="send">

<div class="checkout">

<input type="hidden" name="IdProfile" id="IdProfile" value="<?=$info['IdProfile']?>">


<table id="input-style">

<tr>

<td width="140">Alamat</td>

<td><input type="text" name="Alamat" id="Alamat" value="<?=$info['Alamat']?>"></td>

</tr>

<tr>

<td width="140">Telpon</td>

<td><input type="text" name="Telpon" id="Telpon" value="<?=$info['Telpon']?>"></td>

</tr>

<tr>

<td width="140">Email</td>

<td><input type="text" name="Email" id="Email" value="<?=$info['Email']?>"></td>

</tr>

<tr>

<td width="140">Fax</td>

<td><input type="text" name="Fax" id="Fax" value="<?=$info['Fax']?>"></td>

</tr>

<tr>

<td width="140">Deskripsi Profile</td>

<td>

<textarea name="Deskripsi" id="Deskripsi" class="ckeditor" id="Deskripsi" cols="30"


rows="10"><?=$info['Deskripsi']?></textarea>

</td>

</tr>

<tr>

<td width="140"></td>
<td>

<button type="submit" name="kirim">Simpan Profile</button>

<button type="button"
onclick="window.location.href='?pg=pages/profile/views.php'">View Operator</button>

</td>

</tr>

</table>

</div>

</form>

<i id="info"></i>

<div class="cleaner h50"></div>

</div>

<div class="cleaner"></div>

<script src="../../js/jquery.min.js"></script>

<script>

$(function (){

$("#send").submit(function (eve) {

$.ajax({

url:"pages/profile/ajax.php",

type:"POST",

data:new FormData(this),

contentType:false,

processData:false,

success: function (data) {

$("#info").html(data);

}
});

eve.preventDefault();

});

})

</script>

4.ajax.php

<?php

include_once("../../class/BoedyNet.php");

if(isset($_POST['kirim'])){

$row['Deskripsi']=$_POST['Deskripsi'];

$row['Alamat']=$_POST['Alamat'];

$row['Telpon']=$_POST['Telpon'];

$row['Email']=$_POST['Email'];

$row['Fax']=$_POST['Fax'];

$id=$_POST['IdProfile'];

$crud->UpdateRecrod($row,"i_profile","IdProfile='$id'",false);

echo "Edit Success";

5. Contact.php

<!-- templatemo 367 shoes -->

<!--

Shoes Template

http://www.templatemo.com/preview/templatemo_367_shoes

-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Shoes Store - Contact Page</title>

<meta name="keywords" content="" />

<meta name="description" content="" />

<link href="templatemo_style.css" rel="stylesheet" type="text/css" />

<link rel="stylesheet" type="text/css" href="css/ddsmoothmenu.css" />

<script type="text/javascript" src="js/jquery.min.js"></script>

<script type="text/javascript" src="js/ddsmoothmenu.js">

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

* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)

* This notice MUST stay intact for legal use

* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code

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

</script>

<script type="text/javascript">

ddsmoothmenu.init({

mainmenuid: "top_nav", //menu DIV id

orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"

classname: 'ddsmoothmenu', //class added to menu's outer DIV

//customtheme: ["#1c5a80", "#18374a"],

contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]

})

</script>
</head>

<body>

<div id="templatemo_body_wrapper">

<div id="templatemo_wrapper">

<div id="templatemo_header">

<div id="site_title"><h1><a href="#">Online Shoes Store</a></h1></div>

<div id="header_right">

<p>

<a href="#">My Account</a> | <a href="#">My Wishlist</a> | <a href="#">My Cart</a> |


<a href="#">Checkout</a> | <a href="#">Log In</a></p>

<p>

Shopping Cart: <strong>3 items</strong> ( <a href="shoppingcart.html">Show Cart</a> )

</p>

</div>

<div class="cleaner"></div>

</div> <!-- END of templatemo_header -->

<div id="templatemo_menubar">

<div id="top_nav" class="ddsmoothmenu">

<ul>

<li><a href="index.php">Home</a></li>

<li><a href="products.html">Products</a>

<ul>

<li><a href="#submenu1">Sub menu 1</a></li>

<li><a href="#submenu2">Sub menu 2</a></li>

<li><a href="#submenu3">Sub menu 3</a></li>

<li><a href="#submenu4">Sub menu 4</a></li>


<li><a href="#submenu5">Sub menu 5</a></li>

</ul>

</li>

<li><a href="about.html">About</a>

<ul>

<li><a href="#submenu1">Sub menu 1</a></li>

<li><a href="#submenu2">Sub menu 2</a></li>

<li><a href="#submenu3">Sub menu 3</a></li>

</ul>

</li>

<li><a href="faqs.html">FAQs</a></li>

<li><a href="checkout.html">Checkout</a></li>

<li><a href="contact.html" class="selected">Contact Us</a></li>

</ul>

<br style="clear: left" />

</div> <!-- end of ddsmoothmenu -->

<div id="templatemo_search">

<form action="#" method="get">

<input type="text" value=" " name="keyword" id="keyword" title="keyword"


onfocus="clearText(this)" onblur="clearText(this)" class="txt_field" />

<input type="submit" name="Search" value=" " alt="Search" id="searchbutton" title="Search"


class="sub_btn" />

</form>

</div>

</div> <!-- END of templatemo_menubar -->

<div id="templatemo_main">
<div id="sidebar" class="float_l">

<div class="sidebar_box"><span class="bottom"></span>

<h3>Categories</h3>

<div class="content">

<ul class="sidebar_list">

<li class="first"><a href="#">Sed eget purus</a></li>

<li><a href="#">Vestibulum eleifend</a></li>

<li><a href="#">Nulla odio ipsum</a></li>

<li><a href="#">Suspendisse posuere</a></li>

<li><a href="#">Nunc a dui sed</a></li>

<li><a href="#">Curabitur ac mauris</a></li>

<li><a href="#">Mauris nulla tortor</a></li>

<li><a href="#">Nullam ultrices</a></li>

<li><a href="#">Nulla odio ipsum</a></li>

<li><a href="#">Suspendisse posuere</a></li>

<li><a href="#">Nunc a dui sed</a></li>

<li><a href="#">Curabitur ac mauris</a></li>

<li><a href="#">Mauris nulla tortor</a></li>

<li><a href="#">Nullam ultrices</a></li>

<li class="last"><a href="#">Sed eget purus</a></li>

</ul>

</div>

</div>

<div class="sidebar_box"><span class="bottom"></span>

<h3>Bestsellers </h3>
<div class="content">

<div class="bs_box">

<a href="#"><img src="images/templatemo_image_01.jpg" alt="image" /></a>

<h4><a href="#">Donec nunc nisl</a></h4>

<p class="price">$10</p>

<div class="cleaner"></div>

</div>

<div class="bs_box">

<a href="#"><img src="images/templatemo_image_01.jpg" alt="image" /></a>

<h4><a href="#">Lorem ipsum dolor sit</a></h4>

<p class="price">$12</p>

<div class="cleaner"></div>

</div>

<div class="bs_box">

<a href="#"><img src="images/templatemo_image_01.jpg" alt="image" /></a>

<h4><a href="#">Phasellus ut dui</a></h4>

<p class="price">$20</p>

<div class="cleaner"></div>

</div>

<div class="bs_box">

<a href="#"><img src="images/templatemo_image_01.jpg" alt="image" /></a>

<h4><a href="#">Vestibulum ante</a></h4>

<p class="price">$8</p>

<div class="cleaner"></div>

</div>
</div>

</div>

</div>

<div id="content" class="float_r">

<h1>Contact Us</h1>

<div class="content_half float_l">

<p>Etiam eget leo nisl. Morbi magna enim, lobortis vitae condimentum eu, ultrices a lacus.</p>

<div id="contact_form">

<form method="post" name="contact" action="#">

<label for="author">Name:</label> <input type="text" id="author" name="author"


class="required input_field" />

<div class="cleaner h10"></div>

<label for="email">Email:</label> <input type="text" id="email" name="email"


class="validate-email required input_field" />

<div class="cleaner h10"></div>

<label for="phone">Phone:</label> <input type="text" name="phone" id="phone"


class="input_field" />

<div class="cleaner h10"></div>

<label for="text">Message:</label> <textarea id="text" name="text" rows="0" cols="0"


class="required"></textarea>

<div class="cleaner h10"></div>

<input type="submit" class="submit_btn" name="submit" id="submit" value="Send" />

</form>

</div>

</div>

<div class="content_half float_r">

<h5>Primary Office</h5>
660-110 Quisque diam at ligula, <br />

Etiam dictum lectus quis, 11220<br />

Sed mattis mi at sapien<br /><br />

Phone: 010-010-6600<br />

Email: <a
href="mailto:info@yourcompany.com">info@yourcompany.com</a><br/>

<div class="cleaner h40"></div>

<h5>Secondary Office</h5>

120-360 Cras ac nunc laoreet,<br />

Nulla vitae leo ac dui, 10680<br />

Cras id sem nulla<br /><br />

Phone: 030-030-0220<br />

Email: <a
href="mailto:contact@yourcompany.com">contact@yourcompany.com</a><br/>

<br />

Validate <a href="http://validator.w3.org/check?uri=referer" rel="nofollow">XHTML</a> &amp;


<a href="http://jigsaw.w3.org/css-validator/check/referer" rel="nofollow">CSS</a>

</div>

<div class="cleaner h40"></div>

<iframe width="680" height="350" frameborder="0" scrolling="no" marginheight="0"


marginwidth="0"
src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Central
+Park,+New+York,+NY,+USA&amp;aq=0&amp;sll=14.093957,1.318359&amp;sspn=69.699334,135.2636
72&amp;vpsrc=6&amp;ie=UTF8&amp;hq=Central+Park,+New+York,+NY,+USA&amp;ll=40.778265,-
73.96988&amp;spn=0.033797,0.06403&amp;t=m&amp;output=embed"></iframe>

</div>

<div class="cleaner"></div>

</div> <!-- END of templatemo_main -->

<div id="templatemo_footer">
<p><a href="#">Home</a> | <a href="#">Products</a> | <a href="#">About</a> | <a
href="#">FAQs</a> | <a href="#">Checkout</a> | <a href="#">Contact Us</a>

</p>

Copyright © 2072 <a href="#">Your Company Name</a> <!-- Credit:


www.templatemo.com -->

</div> <!-- END of templatemo_footer -->

</div> <!-- END of templatemo_wrapper -->

</div> <!-- END of templatemo_body_wrapper -->

</body>

</html>

6. db_butikshop.php

# SQL-Front 5.1 (Build 4.16)

/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE */;

/*!40101 SET SQL_MODE='' */;

/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES */;

/*!40103 SET SQL_NOTES='ON' */;

/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS */;

/*!40014 SET UNIQUE_CHECKS=0 */;

/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS */;

/*!40014 SET FOREIGN_KEY_CHECKS=0 */;

# Host: localhost Database: db_butik_shop

# ------------------------------------------------------

# Server version 5.5.5-10.0.17-MariaDB

DROP DATABASE IF EXISTS `db_butik_shop`;

CREATE DATABASE `db_butik_shop` /*!40100 DEFAULT CHARACTER SET latin1 */;


USE `db_butik_shop`;

# Source for table i_buku_tamu

DROP TABLE IF EXISTS `i_buku_tamu`;

CREATE TABLE `i_buku_tamu` (

`IdTamu` int(11) NOT NULL AUTO_INCREMENT,

`IdCustomer` int(11) NOT NULL DEFAULT '0',

`Keterangan` longtext NOT NULL,

`Tanggal` date NOT NULL DEFAULT '0000-00-00',

`Waktu` varchar(15) NOT NULL DEFAULT '',

PRIMARY KEY (`IdTamu`),

KEY `IdCustomer` (`IdCustomer`)

) ENGINE=InnoDB DEFAULT CHARSET=latin1;

# Dumping data for table i_buku_tamu

LOCK TABLES `i_buku_tamu` WRITE;

/*!40000 ALTER TABLE `i_buku_tamu` DISABLE KEYS */;

INSERT INTO `i_buku_tamu` VALUES (2,1002,'Soryy','2016-02-01','03:12:15');

/*!40000 ALTER TABLE `i_buku_tamu` ENABLE KEYS */;

UNLOCK TABLES;

# Source for table i_customer

#
DROP TABLE IF EXISTS `i_customer`;

CREATE TABLE `i_customer` (

`IdCustomer` int(11) NOT NULL AUTO_INCREMENT,

`TglRegister` date NOT NULL DEFAULT '0000-00-00',

`Nama` varchar(50) NOT NULL DEFAULT '',

`Alamat` varchar(100) NOT NULL DEFAULT '',

`Telpon` varchar(15) NOT NULL DEFAULT '',

`Email` varchar(50) NOT NULL DEFAULT '',

`Pwd` longtext NOT NULL,

`Kota` varchar(50) NOT NULL DEFAULT '',

`NoRekening` varchar(50) NOT NULL DEFAULT '',

`Bank` varchar(30) NOT NULL DEFAULT '',

PRIMARY KEY (`IdCustomer`)

) ENGINE=InnoDB AUTO_INCREMENT=1008 DEFAULT CHARSET=latin1;

# Dumping data for table i_customer

LOCK TABLES `i_customer` WRITE;

/*!40000 ALTER TABLE `i_customer` DISABLE KEYS */;

INSERT INTO `i_customer` VALUES (1001,'2016-01-01','Umum','-','-','-','-','','','');

INSERT INTO `i_customer` VALUES (1002,'2016-02-01','I Wayan Budiartha','Jl. Melawai No.20


Mataram','081805716533','budiarthastmikbg@gmail.com','12345','Bali','123-1213-13213','BCA');

INSERT INTO `i_customer` VALUES (1003,'2016-01-30','Tira Ayu','Jl. Pantai Kuta No.


20','0180912323','tira@yahoo.com','290187','Mataram','','');

INSERT INTO `i_customer` VALUES (1004,'2016-01-30','Wati','Jl. Sriwijaya


No.22','0818927743','wati@gmail.com','12345','Mataram','','');
INSERT INTO `i_customer` VALUES (1005,'2016-01-30','Susanti Ratih','Jl. Maktal No. 20','0818092834','-
','12345','Mataram','','');

INSERT INTO `i_customer` VALUES (1006,'2016-01-30','Wangi','Jl. Melawai No. 22','0818012784','-


','12345','Mataram','','');

INSERT INTO `i_customer` VALUES (1007,'2016-01-


31','ari','mataram','08012334234','budiarthastmikbg@gmail.com','12345','mataram','','');

/*!40000 ALTER TABLE `i_customer` ENABLE KEYS */;

UNLOCK TABLES;

# Source for table i_operator

DROP TABLE IF EXISTS `i_operator`;

CREATE TABLE `i_operator` (

`IdOperator` int(11) NOT NULL AUTO_INCREMENT,

`NamaOperator` varchar(50) NOT NULL DEFAULT '',

`Pwd` longtext NOT NULL,

PRIMARY KEY (`IdOperator`)

) ENGINE=InnoDB AUTO_INCREMENT=1004 DEFAULT CHARSET=latin1;

# Dumping data for table i_operator

LOCK TABLES `i_operator` WRITE;

/*!40000 ALTER TABLE `i_operator` DISABLE KEYS */;

INSERT INTO `i_operator` VALUES (1001,'admin','admin');

INSERT INTO `i_operator` VALUES (1002,'trisna','290187');

/*!40000 ALTER TABLE `i_operator` ENABLE KEYS */;

UNLOCK TABLES;
#

# Source for table i_product

DROP TABLE IF EXISTS `i_product`;

CREATE TABLE `i_product` (

`IdProduct` int(11) NOT NULL AUTO_INCREMENT,

`Kategori` varchar(50) NOT NULL DEFAULT '',

`NamaProduct` varchar(100) NOT NULL DEFAULT '',

`Harga` double NOT NULL DEFAULT '0',

`Deskripsi` longtext NOT NULL,

`Lokasi` varchar(50) NOT NULL DEFAULT '',

`Picture` longtext NOT NULL,

`IdOperator` int(11) NOT NULL DEFAULT '0',

`Stock` double NOT NULL DEFAULT '0',

PRIMARY KEY (`IdProduct`),

KEY `IdOperator` (`IdOperator`)

) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=latin1;

# Dumping data for table i_product

LOCK TABLES `i_product` WRITE;

/*!40000 ALTER TABLE `i_product` DISABLE KEYS */;

INSERT INTO `i_product` VALUES (34,'Batik Rang','Rang-Rang',10000,'OK


SIP','Yogyakarta','2.jpg',1001,17);

INSERT INTO `i_product` VALUES (35,'Batik Rang','Rang-Rang',10000,'OK


SIP','Yogyakarta','3.jpg',1001,65);
INSERT INTO `i_product` VALUES (36,'Batik Rang','Rang-Rang',250000,'ok sip
lah','Yogyakarta','1.jpg',1001,1);

INSERT INTO `i_product` VALUES (37,'Satu','Dua',10000,'SIP','OK','7.jpg',1001,4);

INSERT INTO `i_product` VALUES (38,'Batik Standar','Umum Tak',120000,'Batik dibuat dan di bangun
khas kepulauan lombok','Lombok','5.jpg',1001,5);

INSERT INTO `i_product` VALUES (39,'Khas Lombok','Rang 22',10000,'Dikepulauan


lombok','Lombok','4.jpg',1001,1);

/*!40000 ALTER TABLE `i_product` ENABLE KEYS */;

UNLOCK TABLES;

# Source for table i_profile

DROP TABLE IF EXISTS `i_profile`;

CREATE TABLE `i_profile` (

`IdProfile` int(11) NOT NULL AUTO_INCREMENT,

`Deskripsi` longtext NOT NULL,

`Alamat` varchar(50) NOT NULL DEFAULT '',

`Telpon` varchar(15) NOT NULL DEFAULT '',

`Email` varchar(50) NOT NULL DEFAULT '',

`Fax` varchar(15) NOT NULL DEFAULT '',

PRIMARY KEY (`IdProfile`)

) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

# Dumping data for table i_profile

LOCK TABLES `i_profile` WRITE;

/*!40000 ALTER TABLE `i_profile` DISABLE KEYS */;


INSERT INTO `i_profile` VALUES (1001,'<div align=\"center\" style=\"background:#eee;border:1px solid
#ccc;padding:5px 10px;\"><em><strong><span style=\"font-style: normal;\">SEJARAH BERDIRINYA
BATIK PUTRA LAWEYAN</span></strong></em></div>\r\n\r\n<p style=\"margin-top: 0px; margin-
bottom: 5px; color: rgb(151, 151, 151); font-family: Tahoma, Verdana, sans-serif; font-size: 11px; line-
height: 19.7999992370605px; text-align: justify;\">Sejarah berdirinya perusahaan Batik Putra Laweyan
Solo ini berawal dari didirikannya perusahaan Batik Bintang Mulya pada tahun 1967. Perusahaan yang
memproduksi kain-kain batik tulis tradisional ini terletak di Kampung Sayangan Wetan RT.07 RW.I
Laweyan Solo. Omset yang kurang menguntungkan dan selalu mengalami penurunan membuat
perusahaan ini sempat menghentikan produksinya pada tahun 1979. Hal ini juga dipicu oleh mulai
bermunculannya perusahaan-perusahaan batik dengan proses printing yang proses produksinya lebih
efisien dengan harga relatif lebih murah.</p>\r\n\r\n<p style=\"margin-top: 0px; margin-bottom: 5px;
color: rgb(151, 151, 151); font-family: Tahoma, Verdana, sans-serif; font-size: 11px; line-height:
19.7999992370605px;\">&nbsp;</p>\r\n\r\n<p style=\"margin-top: 0px; margin-bottom: 5px; color:
rgb(151, 151, 151); font-family: Tahoma, Verdana, sans-serif; font-size: 11px; line-height:
19.7999992370605px; text-align: justify;\">Pada tahun 1981, perusahaan Batik Bintang Mulya berdiri
kembali dengan nama perusahaan Batik Cahaya Putra. Usaha yang dilakukan untuk meningkatkan hasil
adalah dengan memproduksi kain-kain batik bermotif modern atau gaya baru yang memenuhi selera
konsumen. Setelah perusahaan Batik Cahaya Putra berkembang, putra pemilik perusahaan ini akhirnya
memulai usaha industri kecil yang juga bergerak di bidang industri batik pada tahun 1990. Usaha ini
terletak tidak jauh dari perusahaan Batik Cahaya Putra. Usaha batik ini mengalami peningkatan dari
tahun ke tahun hingga pada akhirnya terbentuklah perusahaan yang dikenal dengan nama CV. Batik
Putra Laweyan pada tahun 2000, dengan mendapat ijin usaha nomor :
517/0660/PK/VI/2006.</p>\r\n','Matarm','081805716533','budiarthastmikbg@gmail.com','081805123')
;

/*!40000 ALTER TABLE `i_profile` ENABLE KEYS */;

UNLOCK TABLES;

# Source for table i_transaksi

DROP TABLE IF EXISTS `i_transaksi`;

CREATE TABLE `i_transaksi` (

`IdTransaksi` int(11) NOT NULL AUTO_INCREMENT,

`Tanggal` date NOT NULL DEFAULT '0000-00-00',


`Waktu` varchar(15) NOT NULL DEFAULT '',

`IdCustomer` int(11) NOT NULL DEFAULT '0',

`Status` enum('Proses','Dikirim','Finish') NOT NULL DEFAULT 'Proses',

`Catatan` longtext NOT NULL,

`StatusPembayaran` enum('Belum Terbayar','Lunas') NOT NULL DEFAULT 'Belum Terbayar',

PRIMARY KEY (`IdTransaksi`),

KEY `IdCustomer` (`IdCustomer`)

) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1;

# Dumping data for table i_transaksi

LOCK TABLES `i_transaksi` WRITE;

/*!40000 ALTER TABLE `i_transaksi` DISABLE KEYS */;

INSERT INTO `i_transaksi` VALUES (1,'2016-01-28','11:12:29',1001,'Proses','Register','Belum Terbayar');

INSERT INTO `i_transaksi` VALUES (2,'2016-01-29','12:23:17',1001,'Proses','Register','Belum Terbayar');

INSERT INTO `i_transaksi` VALUES (3,'2016-01-30','04:20:13',1002,'Proses','Register','Belum Terbayar');

INSERT INTO `i_transaksi` VALUES (4,'2016-01-30','04:20:47',1002,'Proses','Register','Belum Terbayar');

INSERT INTO `i_transaksi` VALUES (5,'2016-01-30','04:20:50',1001,'Proses','Register','Belum Terbayar');

INSERT INTO `i_transaksi` VALUES (6,'2016-01-30','05:41:38',1002,'Proses','Register','Belum Terbayar');

INSERT INTO `i_transaksi` VALUES (7,'2016-02-20','05:41:42',1002,'Finish','Terimakasih','Lunas');

INSERT INTO `i_transaksi` VALUES (8,'2016-01-30','05:42:07',1002,'Finish','Terimakash','Lunas');

INSERT INTO `i_transaksi` VALUES (9,'2016-01-30','05:49:45',1002,'Proses','Register','Belum Terbayar');

INSERT INTO `i_transaksi` VALUES (10,'2016-01-30','06:03:58',1003,'Proses','Register','Belum Terbayar');

INSERT INTO `i_transaksi` VALUES (11,'2016-01-30','06:39:59',1004,'Dikirim','Mohon


pembayarannya..','Belum Terbayar');

INSERT INTO `i_transaksi` VALUES (12,'2016-01-30','07:12:34',1004,'Proses','Register','Belum Terbayar');


INSERT INTO `i_transaksi` VALUES (13,'2016-01-30','07:15:38',1005,'Finish','Terimakasih','Lunas');

INSERT INTO `i_transaksi` VALUES (14,'2016-01-30','02:03:41',1006,'Proses','Register','Belum Terbayar');

INSERT INTO `i_transaksi` VALUES (15,'2016-01-30','04:07:17',1006,'Proses','Register','Belum Terbayar');

INSERT INTO `i_transaksi` VALUES (16,'2016-01-31','04:51:15',1007,'Proses','Register','Belum Terbayar');

INSERT INTO `i_transaksi` VALUES (17,'2016-01-31','04:55:48',1007,'Proses','Register','Belum Terbayar');

INSERT INTO `i_transaksi` VALUES (18,'2016-02-01','02:42:36',1002,'Proses','Register','Belum Terbayar');

INSERT INTO `i_transaksi` VALUES (19,'2016-02-01','02:45:34',1002,'Proses','Register','Belum Terbayar');

INSERT INTO `i_transaksi` VALUES (20,'2016-02-01','02:56:23',1002,'Proses','Register','Belum Terbayar');

/*!40000 ALTER TABLE `i_transaksi` ENABLE KEYS */;

UNLOCK TABLES;

# Source for table i_transaksi_detail

DROP TABLE IF EXISTS `i_transaksi_detail`;

CREATE TABLE `i_transaksi_detail` (

`IdTransaksiDetail` int(11) NOT NULL AUTO_INCREMENT,

`IdTransaksi` int(11) NOT NULL DEFAULT '0',

`IdProduct` int(11) NOT NULL DEFAULT '0',

`Harga` double NOT NULL DEFAULT '0',

`Qty` double NOT NULL DEFAULT '0',

PRIMARY KEY (`IdTransaksiDetail`),

KEY `IdTransaksi` (`IdTransaksi`)

) ENGINE=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=latin1;

# Dumping data for table i_transaksi_detail


#

LOCK TABLES `i_transaksi_detail` WRITE;

/*!40000 ALTER TABLE `i_transaksi_detail` DISABLE KEYS */;

INSERT INTO `i_transaksi_detail` VALUES (20,1,0,0,0);

INSERT INTO `i_transaksi_detail` VALUES (26,1,37,10000,4);

INSERT INTO `i_transaksi_detail` VALUES (31,1,34,10000,3);

INSERT INTO `i_transaksi_detail` VALUES (32,1,38,120000,7);

INSERT INTO `i_transaksi_detail` VALUES (33,1,39,10000,60);

INSERT INTO `i_transaksi_detail` VALUES (35,2,36,250000,1);

INSERT INTO `i_transaksi_detail` VALUES (37,2,39,10000,5);

INSERT INTO `i_transaksi_detail` VALUES (39,2,38,120000,1);

INSERT INTO `i_transaksi_detail` VALUES (41,2,37,10000,1);

INSERT INTO `i_transaksi_detail` VALUES (42,2,34,10000,1);

INSERT INTO `i_transaksi_detail` VALUES (43,5,34,10000,1);

INSERT INTO `i_transaksi_detail` VALUES (44,5,38,120000,1);

INSERT INTO `i_transaksi_detail` VALUES (45,7,34,10000,1);

INSERT INTO `i_transaksi_detail` VALUES (46,7,38,120000,1);

INSERT INTO `i_transaksi_detail` VALUES (47,8,34,10000,1);

INSERT INTO `i_transaksi_detail` VALUES (48,8,38,120000,1);

INSERT INTO `i_transaksi_detail` VALUES (49,9,34,10000,3);

INSERT INTO `i_transaksi_detail` VALUES (51,10,34,10000,1);

INSERT INTO `i_transaksi_detail` VALUES (52,10,37,10000,1);

INSERT INTO `i_transaksi_detail` VALUES (53,11,34,10000,1);

INSERT INTO `i_transaksi_detail` VALUES (54,11,38,120000,1);

INSERT INTO `i_transaksi_detail` VALUES (55,12,34,10000,1);


INSERT INTO `i_transaksi_detail` VALUES (56,13,34,10000,1);

INSERT INTO `i_transaksi_detail` VALUES (57,13,39,10000,3);

INSERT INTO `i_transaksi_detail` VALUES (61,14,35,10000,1);

INSERT INTO `i_transaksi_detail` VALUES (62,14,37,10000,1);

INSERT INTO `i_transaksi_detail` VALUES (63,16,34,10000,7);

INSERT INTO `i_transaksi_detail` VALUES (64,16,36,250000,1);

INSERT INTO `i_transaksi_detail` VALUES (65,18,34,10000,1);

INSERT INTO `i_transaksi_detail` VALUES (66,19,34,10000,1);

/*!40000 ALTER TABLE `i_transaksi_detail` ENABLE KEYS */;

UNLOCK TABLES;

# Foreign keys for table i_buku_tamu

ALTER TABLE `i_buku_tamu`

ADD CONSTRAINT `i_buku_tamu_ibfk_1` FOREIGN KEY (`IdCustomer`) REFERENCES `i_customer`


(`IdCustomer`) ON DELETE CASCADE ON UPDATE CASCADE;

# Foreign keys for table i_product

ALTER TABLE `i_product`

ADD CONSTRAINT `i_product_ibfk_1` FOREIGN KEY (`IdOperator`) REFERENCES `i_operator`


(`IdOperator`) ON DELETE CASCADE ON UPDATE CASCADE;

# Foreign keys for table i_transaksi

#
ALTER TABLE `i_transaksi`

ADD CONSTRAINT `i_transaksi_ibfk_1` FOREIGN KEY (`IdCustomer`) REFERENCES `i_customer`


(`IdCustomer`) ON DELETE CASCADE ON UPDATE CASCADE;

# Foreign keys for table i_transaksi_detail

ALTER TABLE `i_transaksi_detail`

ADD CONSTRAINT `i_transaksi_detail_ibfk_1` FOREIGN KEY (`IdTransaksi`) REFERENCES `i_transaksi`


(`IdTransaksi`) ON DELETE CASCADE ON UPDATE CASCADE;

/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;

/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;

/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;

S-ar putea să vă placă și