TinyBuilder
Bike ✔
- Mar 19, 2012
- 717
- 66
Ok so there is no release in the internet for Cravanno's Badge Shop, so I thought to release it and help people who want a badgeshop badly.
AND
SCNSHOTS:
Index:
Badgeshop Tools:
Complete list of your badges:
DOWNLOAD:
Credits: Cravanno [99.9%] & Me [0.1%]
Show your thanks by hitting the "Like" button!
- Firstly, extract the download.
- Then put the folder into your CMS's main root and rename it as "badgeshop"
- Run these SQL's
PHP:
/*
Navicat MySQL Data Transfer
Source Server : MYSQL
Source Server Version : 50517
Source Host : localhost:3306
Source Database : phoenix3
Target Server Type : MYSQL
Target Server Version : 50517
File Encoding : 65001
Date: 2011-12-18 19:15:26
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `badge_request`
-- ----------------------------
DROP TABLE IF EXISTS `badge_request`;
CREATE TABLE `badge_request` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(225) NOT NULL,
`badgecode` varchar(225) NOT NULL,
`date` date NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of badge_request
-- ----------------------------
AND
PHP:
/*
Navicat MySQL Data Transfer
Source Server : MYSQL
Source Server Version : 50517
Source Host : localhost:3306
Source Database : phoenix3
Target Server Type : MYSQL
Target Server Version : 50517
File Encoding : 65001
Date: 2011-12-18 19:16:46
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `badgeshop`
-- ----------------------------
DROP TABLE IF EXISTS `badgeshop`;
CREATE TABLE `badgeshop` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`badgename` varchar(25) NOT NULL,
`price` int(10) NOT NULL,
`badgecode` varchar(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of badgeshop
-- ----------------------------
- Restart emulator
SCNSHOTS:
Index:
You must be registered for see links
Badgeshop Tools:
You must be registered for see links
Complete list of your badges:
You must be registered for see links
DOWNLOAD:
You must be registered for see links
Credits: Cravanno [99.9%] & Me [0.1%]
Show your thanks by hitting the "Like" button!