[Release]Externer Voteshop (Script+SQL)

02/28/2014 13:19 Syuki#1
[Only registered and activated users can see links. Click Here To Register...]

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:
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

Das Design ist sehr simpel gehalten, weil es mehr um das Script geht!

[Only registered and activated users can see links. Click Here To Register...]

Logo PSD Download:
[Only registered and activated users can see links. Click Here To Register...]

Download:
[Only registered and activated users can see links. Click Here To Register...]

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;
Diese einfach in Navicat ausführen!

Ich wünsche euch viel Spaß damit!

Liebe Grüße Syuki
02/28/2014 13:21 Mr. 'Avenue™#2
Wow, sieht geil aus! :)

Downloads down? :D
02/28/2014 13:23 Syuki#3
Hab die Downloads angepasst :)
02/28/2014 13:37 kangar00#4
Das Design kann man ja an seine eigentliche HP anpassen.

Danke dafür!
02/28/2014 13:42 Shigatu#5
Das Design ist nicht meins dennoch danke dir Marcel.
02/28/2014 13:44 TAI-LING#6
nice and useful release , thanls
but i don't like the logo :(
02/28/2014 14:05 DasSchwarzeT#7
Was hat es für einen Sinn das extern zu machen? Rein Interesse halber?
02/28/2014 14:06 Syuki#8
Quote:
Originally Posted by DasSchwarzeT View Post
Was hat es für einen Sinn das extern zu machen? Rein Interesse halber?
Weil es viele nicht hinbekommen und viele unterschiedliche Scripts haben. Somit extern. Du musst es dir ja nicht runterladen?! ;)
02/28/2014 14:09 ~Ok#9
What is this ? Normal itemshop ?
02/28/2014 14:11 .Cyous#10
Gutes :) danke fürs release.

Gruß,
.Cyous
02/28/2014 14:16 Syuki#11
Quote:
Originally Posted by ~Ok View Post
What is this ? Normal itemshop ?
This is an extern voteshop!
02/28/2014 14:20 .Cyous#12
Quote:
Originally Posted by ~Ok View Post
What is this ? Normal itemshop ?
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.
02/28/2014 14:41 ~Ok#13
Quote:
Originally Posted by .Cyous View Post
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 ?
02/28/2014 15:14 DasSchwarzeT#14
Quote:
Originally Posted by [LxR]Syuki View Post
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.
02/28/2014 15:49 Syuki#15
Quote:
Originally Posted by DasSchwarzeT View Post
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 :)