-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
include $_SERVER['DOCUMENT_ROOT'] . '/inc/config.php' ;
mysql_query( " alter table tbl_cart
add Atype_orderbotoption varchar(200) null " ) or die( mysql_error()) ;
mysql_query( " alter table tbl_order_gs
add Atype_orderbotoption varchar(200) null " ) or die( mysql_error()) ;
mysql_query( " alter table tbl_shop_item
add Atype_botorderset enum('Y','N') not null default 'N' ,
add Atype_botsetoptions varchar(200) null " ) or die( mysql_error()) ;
mysql_query( " alter table tbl_shop_item
add useservicetype enum('Y','N') not null default 'Y' " ) or die( mysql_error()) ;
mysql_query( " alter table tbl_cart
add hoooption_hp varchar(50) null ,
add hoooption_schooly varchar(50) null ,
add hoooption_classname varchar(50) null ,
add hoooption_schoolname varchar(50) null ,
add hoooption_teachername varchar(50) null ,
add hoooption_teacherhp varchar(50) null " ) or die( mysql_error()) ;
mysql_query( " alter table tbl_order_gs
add hoooption_hp varchar(50) null ,
add hoooption_schooly varchar(50) null ,
add hoooption_classname varchar(50) null ,
add hoooption_schoolname varchar(50) null ,
add hoooption_teachername varchar(50) null ,
add hoooption_teacherhp varchar(50) null " ) or die( mysql_error()) ;
echo date('Y-m-d H:i:s') . ' (END) ' ;
?>
Copyright © 2017 || Recoded By Mr.Bumblebee