Discussion on [Release]Externer Voteshop (Script+SQL) within the Metin2 PServer Designs, Websites & Scripts forum part of the Metin2 Private Server category.
Hallo M2 Menschen,
wie angekündigt, release ich mein Vote-Shop-Script. Das Design dazu bzw. die PSD bekommt ihr nicht, da ich sie leider verloren habe. xD
Zum Release:
Das Design ist sehr simpel gehalten, weil es mehr um das Script geht!
Logo PSD Download:
Download:
MySQL:
Code:
SET FOREIGN_KEY_CHECKS=0;
DROP TABLE IF EXISTS `vs_kategorien`;
CREATE TABLE `vs_kategorien` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`titel` varchar(50) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Code:
SET FOREIGN_KEY_CHECKS=0;
DROP TABLE IF EXISTS `vs_log`;
CREATE TABLE `vs_log` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`account_id` int(10) unsigned NOT NULL,
`vnum` int(10) unsigned NOT NULL,
`preis` int(10) unsigned NOT NULL,
`zeitpunkt` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Code:
SET FOREIGN_KEY_CHECKS=0;
DROP TABLE IF EXISTS `vs_items`;
CREATE TABLE `vs_items` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`vnum` int(10) unsigned NOT NULL,
`kategorie_id` int(10) unsigned NOT NULL,
`bild` varchar(50) NOT NULL,
`beschreibung` varchar(200) NOT NULL,
`preis` int(10) unsigned NOT NULL,
`anzeigen` varchar(1) NOT NULL,
`attrtype0` tinyint(4) NOT NULL DEFAULT '0',
`attrvalue0` smallint(6) NOT NULL DEFAULT '0',
`attrtype1` tinyint(4) NOT NULL DEFAULT '0',
`attrvalue1` smallint(6) NOT NULL DEFAULT '0',
`attrtype2` tinyint(4) NOT NULL DEFAULT '0',
`attrvalue2` smallint(6) NOT NULL DEFAULT '0',
`attrtype3` tinyint(4) NOT NULL DEFAULT '0',
`attrvalue3` smallint(6) NOT NULL DEFAULT '0',
`attrtype4` tinyint(4) NOT NULL DEFAULT '0',
`attrvalue4` smallint(6) NOT NULL DEFAULT '0',
`attrtype5` tinyint(4) NOT NULL DEFAULT '0',
`attrvalue5` smallint(6) NOT NULL DEFAULT '0',
`attrtype6` tinyint(4) NOT NULL DEFAULT '0',
`attrvalue6` smallint(6) NOT NULL DEFAULT '0',
`socket0` int(10) unsigned NOT NULL DEFAULT '0',
`socket1` int(10) unsigned NOT NULL DEFAULT '0',
`socket2` int(10) unsigned NOT NULL DEFAULT '0',
`socket3` int(10) unsigned NOT NULL DEFAULT '0',
`socket4` int(10) unsigned NOT NULL DEFAULT '0',
`socket5` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
This is a extern voteshop.
If users use your vote4coins script of your server they'll get coins only on this voteshop not on the real itemshop. On the itenshop you need to purchase to get coins there.
This is a extern voteshop.
If users use your vote4coins script of your server they'll get coins only on this voteshop not on the real itemshop. On the itenshop you need to purchase to get coins there.
Thanks, i now understand You can tell me vote script for work with this shop ?
Weil es viele nicht hinbekommen und viele unterschiedliche Scripts haben. Somit extern. Du musst es dir ja nicht runterladen?!
Wer hat gesagt, dass ich es mir nicht runterladen möchte? Ich habe ganz normal und höflich gefragt, welche Vorteile eine externe Voteseite hat.
Danke für die Antwort & das nächste Mal vllt. nicht so unangemessen reagieren.
An sich ein schönes Script, auch wenn ich momentan keine Verwendung habe.
Wer hat gesagt, dass ich es mir nicht runterladen möchte? Ich habe ganz normal und höflich gefragt, welche Vorteile eine externe Voteseite hat.
Danke für die Antwort & das nächste Mal vllt. nicht so unangemessen reagieren.
An sich ein schönes Script, auch wenn ich momentan keine Verwendung habe.
Ich klinge manchmal so böse, obwohl ich es lieb meine. Liegt bestimmt an dem Niveau hier :b
Okay, danke für dein nettes Feedback