• Hey Leute hab bei manche Hotels gesehen das nur 1x 3 mal loben dann nicht mehr.

    Ich hab Phoenix lizenz hab swf umgetauscht funkt immer noch nicht hilfe bitte :love:

    2 Mal editiert, zuletzt von Manfred (23. September 2012 um 21:39)

  • Hier der SQl code:

    [hide]/*
    Navicat MySQL Data Transfer

    Source Server : hotel
    Source Server Version : 50516
    Source Host : localhost:3306
    Source Database : phoenix

    Target Server Type : MYSQL
    Target Server Version : 50516
    File Encoding : 65001

    Date: 2012-09-23 21:45:39
    */

    SET FOREIGN_KEY_CHECKS=0;

    -- ----------------------------
    -- Table structure for `users`
    -- ----------------------------
    DROP TABLE IF EXISTS `users2`;
    CREATE TABLE `users2` (
    `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
    `username` varchar(50) NOT NULL,
    `real_name` varchar(100) NOT NULL DEFAULT 'Deutschland',
    `password` text NOT NULL,
    `mail` varchar(50) NOT NULL DEFAULT 'KEIN-NAME@Xeppo.de',
    `auth_ticket` text NOT NULL,
    `rank` int(11) unsigned NOT NULL DEFAULT '2',
    `credits` int(11) NOT NULL DEFAULT '10500',
    `vip_points` int(11) NOT NULL DEFAULT '0',
    `activity_points` int(11) NOT NULL DEFAULT '2000',
    `activity_points_lastupdate` double NOT NULL DEFAULT '0',
    `look` varchar(255) NOT NULL DEFAULT '',
    `gender` varchar(50) NOT NULL DEFAULT 'M',
    `motto` varchar(50) NOT NULL,
    `account_created` varchar(50) NOT NULL,
    `last_online` varchar(50) NOT NULL,
    `online` enum('0','1') NOT NULL DEFAULT '0',
    `ip_last` varchar(120) NOT NULL,
    `ip_reg` varchar(120) NOT NULL,
    `home_room` int(10) unsigned NOT NULL DEFAULT '655',
    `respect` int(11) NOT NULL DEFAULT '0',
    `daily_respect_points` int(11) NOT NULL DEFAULT '3',
    `daily_pet_respect_points` int(11) NOT NULL DEFAULT '3',
    `newbie_status` int(11) NOT NULL DEFAULT '0',
    `is_muted` enum('0','1') NOT NULL DEFAULT '0',
    `mutant_penalty` enum('0','1','2') NOT NULL DEFAULT '0',
    `mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
    `block_newfriends` enum('0','1') NOT NULL DEFAULT '0',
    `hide_online` enum('0','1') NOT NULL DEFAULT '0',
    `hide_inroom` enum('0','1') NOT NULL DEFAULT '0',
    `mail_verified` varchar(6) NOT NULL DEFAULT '0',
    `vip` enum('0','1') NOT NULL DEFAULT '0',
    `working` varchar(50) NOT NULL DEFAULT '0',
    `secretcode` varchar(8) NOT NULL DEFAULT '0',
    `mymusik` varchar(100) NOT NULL DEFAULT '0',
    `getmoney_date` varchar(20) NOT NULL DEFAULT '0',
    `visibility` enum('EVERYONE','FRIENDS','NOBODY') NOT NULL DEFAULT 'EVERYONE',
    `birth` varchar(10) NOT NULL DEFAULT '0',
    `badge_status` varchar(50) DEFAULT NULL,
    `postcount` varchar(100) DEFAULT NULL,
    `volume` int(3) NOT NULL DEFAULT '100',
    `accept_trading` enum('0','1') NOT NULL DEFAULT '1',
    PRIMARY KEY (`id`,`home_room`)
    ) ENGINE=MyISAM AUTO_INCREMENT=2847 DEFAULT CHARSET=latin1;

    -- ----------------------------
    -- Records of users2
    -- ----------------------------
    [/hide]

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!