- Beranda
- Komunitas
- Tech
- Website, Webmaster, Webdeveloper
░▒▓█▀▄▀▄ [HeLP]Web Dev Ane Entah Kemana? T_T Please Help ME ▄▀▄▀▄█▓▒


TS
cihenny
░▒▓█▀▄▀▄ [HeLP]Web Dev Ane Entah Kemana? T_T Please Help ME ▄▀▄▀▄█▓▒
agan...let me menceritakan bbrp pengalaman pahit ane dengan web dev..
pertama dulu ane bikin website untuk jualan jam tangan..ketemu web dev yg awalnya bagus,baik fast response....trus setelah terima duid mulai deh...gak jelas,deadline terlambat,malah kalo ane tny malah ane yg diomelin..dikatain anjing&** SENSOR **;,dll..trus web ane dikerjain asal2 an sampe akhirnya terbengkalai dan gak diurus...
nah skg ane ada web dev lg..web ane [url=http://www.distroparf*m.com]www.distroparf*m.com[/url] web dev ane pertama2 bayarnya diblkg karena ane open tender wktu itu gamau di byr di depan...setelah skg web ane uda jadi pembayaran ane lunas...skrg ane jg kadang suka dicuekin T_T kan ane kese..ane bkin web mahal2 kan emang mau long lasting business nya
skrg yg ane pegang:
-Domain Manager
-Cpanel Hosting(email kontak bukan ane pny)
-Kepemilikan Domain(email kontak ane pny)
-PNG File(utk button,banner,slider,header,logo,dll)
sama kode2 ga jelas kek gini:
-- phpMyAdmin SQL Dump
-- version 3.4.10.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Nov 29, 2012 at 06:22 AM
-- Server version: 5.5.23
-- PHP Version: 5.2.17
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `distropf_db1`
--
-- --------------------------------------------------------
--
-- Table structure for table `ds_address`
--
CREATE TABLE IF NOT EXISTS `ds_address` (
`address_id` int(11) NOT NULL AUTO_INCREMENT,
`customer_id` int(11) NOT NULL,
`firstname` varchar(32) COLLATE utf8_bin NOT NULL DEFAULT '',
`lastname` varchar(32) COLLATE utf8_bin NOT NULL DEFAULT '',
`company` varchar(32) COLLATE utf8_bin NOT NULL,
`company_id` varchar(32) COLLATE utf8_bin NOT NULL,
`tax_id` varchar(32) COLLATE utf8_bin NOT NULL,
_bin NOT NULL,
`status` tinyint(1) NOT NULL,
`date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`coupon_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=7 ;
--
-- Dumping data for table `ds_coupon`
--
INSERT INTO `ds_coupon` (`coupon_id`, `name`, `code`, `type`, `discount`, `logged`, `shipping`, `total`, `date_start`, `date_end`, `uses_total`, `uses_customer`, `status`, `date_added`) VALUES
(4, '-10% Discount', '2222', 'P', 10.0000, 0, 0, 0.0000, '2011-01-01', '2012-01-01', 10, '10', 1, '2009-01-27 13:55:03'),
(5, 'Free Shipping', '3333', 'P', 0.0000, 0, 1, 100.0000, '2009-03-01', '2009-08-31', 10, '10', 1, '2009-03-14 21:13:53'),
(6, '-10.00 Discount', '1111', 'F', 10.0000, 0, 0, 10.0000, '1970-11-01', '2020-11-01', 100000, '10000', 1, '2009-03-14 21:15:18');
-- --------------------------------------------------------
--
-- Table structure for table `ds_coupon_history`
--
CREATE TABLE IF NOT EXISTS `ds_coupon_history` (
`coupon_history_id` int(11) NOT NULL AUTO_INCREMENT,
`coupon_id` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`customer_id` int(11) NOT NULL,
`amount` decimal(15,4) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`coupon_history_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `ds_coupon_product`
--
CREATE TABLE IF NOT EXISTS `ds_coupon_product` (
`coupon_product_id` int(11) NOT NULL AUTO_INCREMENT,
`coupon_id` int(11) NOT NULL,
`product_id` int(11) NOT NULL,
PRIMARY KEY (`coupon_product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
------
--
CREATE TABLE IF NOT EXISTS `ds_geo_zone` (
`geo_zone_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(32) COLLATE utf8_bin NOT NULL DEFAULT '',
`description` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`geo_zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=5 ;
--
-- Dumping data for table `ds_geo_zone`
--
INSERT INTO `ds_geo_zone` (`geo_zone_id`, `name`, `description`, `date_modified`, `date_added`) VALUES
(3, 'UK VAT Zone', 'UK VAT', '2010-02-26 22:33:24', '2009-01-06 23:26:25'),
(4, 'UK Shipping', 'UK Shipping Zones', '2010-12-15 15:18:13', '2009-06-23 01:14:53');
-- --------------------------------------------------------
--
-- Table structure for table `ds_information`
--
--
-- Dumping data for table `ds_length_class_description`
--
INSERT INTO `ds_length_class_description` (`length_class_id`, `language_id`, `title`, `unit`) VALUES
(1, 1, 'Centimeter', 'cm'),
(2, 1, 'Millimeter', 'mm'),
(3, 1, 'Inch', 'in');
-- --------------------------------------------------------
--
-- Table structure for table `ds_manufacturer`
--
CREATE TABLE IF NOT EXISTS `ds_manufacturer` (
`manufacturer_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '',
`image` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`manufacturer_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=11 ;
--
-- Dumping data for table `ds_manufacturer`
--
INSERT INTO `ds_manufacturer` (`manufacturer_id`, `name`, `image`, `sort_order`) VALUES
(5, 'Guess', 'data/htc_logo.jpg', 0),
(6, 'Dolce & Gabbana', 'data/palm_logo.jpg', 0),
(7, 'Calvin Klein', 'data/hp_logo.jpg', 0),
(8, 'Bvlgari', 'data/apple_logo.jpg', 0),
(9, 'Benetton', 'data/canon_logo.jpg', 0);
-- --------------------------------------------------------
--
-- Table structure for table `ds_manufacturer_to_store`
--
CREATE TABLE IF NOT EXISTS `ds_manufacturer_to_store` (
`manufacturer_id` int(11) NOT NULL,
`store_id` int(11) NOT NULL,
PRIMARY KEY (`manufacturer_id`,`store_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
--
-- Dumping data for table `ds_manufacturer_to_store`
--
INSERT INTO `ds_manufacturer_to_store` (`manufacturer_id`, `store_id`) VALUES
(5, 0),
(6, 0),
(7, 0),
(8, 0),
(9, 0);
-- --------------------------------------------------------
--
-- Table structure for table `ds_option`
--
CREATE TABLE IF NOT EXISTS `ds_option` (
`option_id` int(11) NOT NULL AUTO_INCREMENT,
`type` varchar(32) COLLATE utf8_bin NOT NULL,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`option_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=13 ;
--
-- Dumping data for table `ds_
dan seterusnya(kodenya masi panjang)
nah yg ane mau tny...ane si amit2 ya..tp seandainya ane ditinggal lagi ama web dev ane...
apa yg perlu ane pny untuk misal nya rebuilt web ane seperti sedia skg(in case web ane down or ancurr) jadi ane istilahnya tinggal panggil web dev,ane kasi bahan mentahnya(selain PNG File) trus langsung jadi
ada yg bisa tolong moho nbantuannya T_T sy uda abis duid byk sama web2 developer itu?
chat with me pls T_T
YM: david.sulistio@rocketmail.com
bb pin : 22 bb 8 f7e
moga2 amal nya kaskuser bs nambah pahala nya di sorga ntr
pertama dulu ane bikin website untuk jualan jam tangan..ketemu web dev yg awalnya bagus,baik fast response....trus setelah terima duid mulai deh...gak jelas,deadline terlambat,malah kalo ane tny malah ane yg diomelin..dikatain anjing&** SENSOR **;,dll..trus web ane dikerjain asal2 an sampe akhirnya terbengkalai dan gak diurus...
nah skg ane ada web dev lg..web ane [url=http://www.distroparf*m.com]www.distroparf*m.com[/url] web dev ane pertama2 bayarnya diblkg karena ane open tender wktu itu gamau di byr di depan...setelah skg web ane uda jadi pembayaran ane lunas...skrg ane jg kadang suka dicuekin T_T kan ane kese..ane bkin web mahal2 kan emang mau long lasting business nya
skrg yg ane pegang:
-Domain Manager
-Cpanel Hosting(email kontak bukan ane pny)
-Kepemilikan Domain(email kontak ane pny)
-PNG File(utk button,banner,slider,header,logo,dll)
sama kode2 ga jelas kek gini:
-- phpMyAdmin SQL Dump
-- version 3.4.10.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Nov 29, 2012 at 06:22 AM
-- Server version: 5.5.23
-- PHP Version: 5.2.17
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `distropf_db1`
--
-- --------------------------------------------------------
--
-- Table structure for table `ds_address`
--
CREATE TABLE IF NOT EXISTS `ds_address` (
`address_id` int(11) NOT NULL AUTO_INCREMENT,
`customer_id` int(11) NOT NULL,
`firstname` varchar(32) COLLATE utf8_bin NOT NULL DEFAULT '',
`lastname` varchar(32) COLLATE utf8_bin NOT NULL DEFAULT '',
`company` varchar(32) COLLATE utf8_bin NOT NULL,
`company_id` varchar(32) COLLATE utf8_bin NOT NULL,
`tax_id` varchar(32) COLLATE utf8_bin NOT NULL,
_bin NOT NULL,
`status` tinyint(1) NOT NULL,
`date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`coupon_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=7 ;
--
-- Dumping data for table `ds_coupon`
--
INSERT INTO `ds_coupon` (`coupon_id`, `name`, `code`, `type`, `discount`, `logged`, `shipping`, `total`, `date_start`, `date_end`, `uses_total`, `uses_customer`, `status`, `date_added`) VALUES
(4, '-10% Discount', '2222', 'P', 10.0000, 0, 0, 0.0000, '2011-01-01', '2012-01-01', 10, '10', 1, '2009-01-27 13:55:03'),
(5, 'Free Shipping', '3333', 'P', 0.0000, 0, 1, 100.0000, '2009-03-01', '2009-08-31', 10, '10', 1, '2009-03-14 21:13:53'),
(6, '-10.00 Discount', '1111', 'F', 10.0000, 0, 0, 10.0000, '1970-11-01', '2020-11-01', 100000, '10000', 1, '2009-03-14 21:15:18');
-- --------------------------------------------------------
--
-- Table structure for table `ds_coupon_history`
--
CREATE TABLE IF NOT EXISTS `ds_coupon_history` (
`coupon_history_id` int(11) NOT NULL AUTO_INCREMENT,
`coupon_id` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`customer_id` int(11) NOT NULL,
`amount` decimal(15,4) NOT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`coupon_history_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `ds_coupon_product`
--
CREATE TABLE IF NOT EXISTS `ds_coupon_product` (
`coupon_product_id` int(11) NOT NULL AUTO_INCREMENT,
`coupon_id` int(11) NOT NULL,
`product_id` int(11) NOT NULL,
PRIMARY KEY (`coupon_product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
------
--
CREATE TABLE IF NOT EXISTS `ds_geo_zone` (
`geo_zone_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(32) COLLATE utf8_bin NOT NULL DEFAULT '',
`description` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`geo_zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=5 ;
--
-- Dumping data for table `ds_geo_zone`
--
INSERT INTO `ds_geo_zone` (`geo_zone_id`, `name`, `description`, `date_modified`, `date_added`) VALUES
(3, 'UK VAT Zone', 'UK VAT', '2010-02-26 22:33:24', '2009-01-06 23:26:25'),
(4, 'UK Shipping', 'UK Shipping Zones', '2010-12-15 15:18:13', '2009-06-23 01:14:53');
-- --------------------------------------------------------
--
-- Table structure for table `ds_information`
--
--
-- Dumping data for table `ds_length_class_description`
--
INSERT INTO `ds_length_class_description` (`length_class_id`, `language_id`, `title`, `unit`) VALUES
(1, 1, 'Centimeter', 'cm'),
(2, 1, 'Millimeter', 'mm'),
(3, 1, 'Inch', 'in');
-- --------------------------------------------------------
--
-- Table structure for table `ds_manufacturer`
--
CREATE TABLE IF NOT EXISTS `ds_manufacturer` (
`manufacturer_id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '',
`image` varchar(255) COLLATE utf8_bin DEFAULT NULL,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`manufacturer_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=11 ;
--
-- Dumping data for table `ds_manufacturer`
--
INSERT INTO `ds_manufacturer` (`manufacturer_id`, `name`, `image`, `sort_order`) VALUES
(5, 'Guess', 'data/htc_logo.jpg', 0),
(6, 'Dolce & Gabbana', 'data/palm_logo.jpg', 0),
(7, 'Calvin Klein', 'data/hp_logo.jpg', 0),
(8, 'Bvlgari', 'data/apple_logo.jpg', 0),
(9, 'Benetton', 'data/canon_logo.jpg', 0);
-- --------------------------------------------------------
--
-- Table structure for table `ds_manufacturer_to_store`
--
CREATE TABLE IF NOT EXISTS `ds_manufacturer_to_store` (
`manufacturer_id` int(11) NOT NULL,
`store_id` int(11) NOT NULL,
PRIMARY KEY (`manufacturer_id`,`store_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
--
-- Dumping data for table `ds_manufacturer_to_store`
--
INSERT INTO `ds_manufacturer_to_store` (`manufacturer_id`, `store_id`) VALUES
(5, 0),
(6, 0),
(7, 0),
(8, 0),
(9, 0);
-- --------------------------------------------------------
--
-- Table structure for table `ds_option`
--
CREATE TABLE IF NOT EXISTS `ds_option` (
`option_id` int(11) NOT NULL AUTO_INCREMENT,
`type` varchar(32) COLLATE utf8_bin NOT NULL,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`option_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=13 ;
--
-- Dumping data for table `ds_
dan seterusnya(kodenya masi panjang)
nah yg ane mau tny...ane si amit2 ya..tp seandainya ane ditinggal lagi ama web dev ane...
apa yg perlu ane pny untuk misal nya rebuilt web ane seperti sedia skg(in case web ane down or ancurr) jadi ane istilahnya tinggal panggil web dev,ane kasi bahan mentahnya(selain PNG File) trus langsung jadi
ada yg bisa tolong moho nbantuannya T_T sy uda abis duid byk sama web2 developer itu?
chat with me pls T_T
YM: david.sulistio@rocketmail.com
bb pin : 22 bb 8 f7e
moga2 amal nya kaskuser bs nambah pahala nya di sorga ntr
0
1.4K
10


Komentar yang asik ya
Urutan
Terbaru
Terlama


Komentar yang asik ya
Komunitas Pilihan