Datenbank fehler bei importieren

  • Heyho erneut,

    ich weiss, ich weiss ich nerve heute echt viel aber die Fehler hören einfach nicht auf...

    Sobald ich die Datenbank importiere kommen immer fehler die auftreten da anscheinend die SQL datei zu groß ist was ich mir aber nicht vorstellen kann wenn
    sie bei meinem kumpel geht.. Habs auf phpmyadmin versucht und auch auf navicat..

    Hier mal paar screens:

    Navicat:
    https://abload.de/img/screen2vpsq1.png

    Nachdem es geladfne hat hab ich auf close gedrückt und auf refresh kam leider trotzdem nichts raus.

    Phpmyadmin:
    https://abload.de/img/screen1xgsr3.png

    hierzu kann ich leider nicht viel details geben aber passiert sobald ich es importiere komtm sofort diese meldung.

    Ich hoffe einer von euch da draußen kann mir helfen.. :D


    Mit freundlichen Grüßen,
    derdiedas.

  • Ich bin davon ausgegangen, dass die Tabellen leer sind. Lösche bitte die SQL-Datei in deinem vorherigen Post, da sie User Passwörter und private E-Mails enthält.
    Ich hab keinen Fehler erkannt, das Importieren müsste klappen.

    Bei phpmyadmin kannst du die maximale Upload-Größe wie folgt ändern:
    Öffne die php.ini (C:\xampp\php\php.ini) und setze die Werte bei upload_max_filesize und post_max_size höher (z.B. 512M). Danach Apache bzw. xampp neu starten.

    Navicat spuckt einen Fehler aus, den man auf deinem Screen nicht sehen kann. Du musst das Textfeld hochscrollen und nochmal einen Screen hier posten.

  • Ich bin davon ausgegangen, dass die Tabellen leer sind. Lösche bitte die SQL-Datei in deinem vorherigen Post, da sie User Passwörter und private E-Mails enthält.
    Ich hab keinen Fehler erkannt, das Importieren müsste klappen.

    Bei phpmyadmin kannst du die maximale Upload-Größe wie folgt ändern:
    Öffne die php.ini (C:\xampp\php\php.ini) und setze die Werte bei upload_max_filesize und post_max_size höher (z.B. 512M).

    Navicat spuckt einen Fehler aus, den man auf deinem Screen nicht sehen kann. Du musst das Textfeld hochscrollen und nochmal einen Screen hier posten.

    Okey geht klar danke.^^

    Und ja das andere leute drauf sind ist gewollt.^^

    und alles abscreenen.. bin dafür zu faul aber hier mal den kompletten log nachdem importieren in navicat:

    [SQL] Query DB start
    [ERR] 2006 - MySQL server has gone away
    [ERR] -- phpMyAdmin SQL Dump
    -- version 3.2.4
    -- http://www.phpmyadmin.net
    --
    -- Host: localhost
    -- Erstellungszeit: 15. November 2016 um 21:14
    -- Server Version: 5.1.41
    -- PHP-Version: 5.3.1

    SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


    /*!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 */;

    --
    -- Datenbank: `hulla`
    --

    -- --------------------------------------------------------

    --
    -- Tabellenstruktur für Tabelle `achievements`
    --

    CREATE TABLE IF NOT EXISTS `achievements` (
    `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
    `group_name` varchar(64) NOT NULL DEFAULT 'ACH_',
    `category` varchar(25) NOT NULL DEFAULT 'identity',
    `level` int(11) NOT NULL DEFAULT '1',
    `reward_pixels` int(11) NOT NULL DEFAULT '5',
    `reward_points` int(11) NOT NULL DEFAULT '5',
    `progress_needed` int(11) NOT NULL DEFAULT '1',
    `game_id` int(11) NOT NULL DEFAULT '0',
    PRIMARY KEY (`id`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=529 ;

    --
    -- Daten für Tabelle `achievements`
    --

    INSERT INTO `achievements` (`id`, `group_name`, `category`, `level`, `reward_pixels`, `reward_points`, `progress_needed`, `game_id`) VALUES
    (2, 'ACH_AvatarLooks', 'identity', 1, 5, 100, 1, 0),
    (3, 'ACH_Motto', 'identity', 1, 5, 100, 1, 0),
    (5, 'ACH_RespectGiven', 'social', 1, 5, 10, 1, 0),
    (16, 'ACH_RespectEarned', 'social', 1, 5, 10, 1, 0),
    (17, 'ACH_RespectEarned', 'social', 2, 5, 10, 10, 0),
    (18, 'ACH_RespectEarned', 'social', 3, 5, 10, 20, 0),
    (19, 'ACH_RespectEarned', 'social', 4, 5, 10, 50, 0),
    (20, 'ACH_RespectEarned', 'social', 5, 5, 10, 100, 0),
    (21, 'ACH_RespectEarned', 'social', 6, 5, 10, 250, 0),
    (22, 'ACH_RespectEarned', 'social', 7, 5, 10, 500, 0),
    (23, 'ACH_RespectEarned', 'social', 8, 5, 10, 750, 0),
    (24, 'ACH_RespectEarned', 'social', 9, 5, 15, 1000, 0),
    (25, 'ACH_RespectEarned', 'social', 10, 5, 20, 1500, 0),
    (26, 'ACH_RoomEntry', 'explore', 1, 5, 10, 5, 0),
    (27, 'ACH_RoomEntry', 'explore', 2, 5, 10, 10, 0),
    (28, 'ACH_RoomEntry', 'explore', 3, 5, 10, 20, 0),
    (29, 'ACH_RoomEntry', 'explore', 4, 5, 10, 30, 0),
    (30, 'ACH_RoomEntry', 'explore', 5, 5, 10, 40, 0),
    (31, 'ACH_PetLover', 'pets', 1, 5, 10, 1, 0),
    (32, 'ACH_PetLover', 'pets', 2, 5, 10, 3, 0),
    (33, 'ACH_PetLover', 'pets', 3, 5, 10, 9, 0),
    (34, 'ACH_PetLover', 'pets', 4, 5, 15, 12, 0),
    (35, 'ACH_PetLover', 'pets', 5, 5, 20, 15, 0),
    (69, 'ACH_PetRespectGiver', 'pets', 1, 5, 10, 10, 0),
    (79, 'ACH_PetLevelUp', 'pets', 1, 5, 10, 0, 0),
    (91, 'ACH_PetRespectGiver', 'pets', 2, 5, 10, 50, 0),
    (92, 'ACH_PetRespectGiver', 'pets', 3, 5, 10, 100, 0),
    (93, 'ACH_PetRespectGiver', 'pets', 4, 5, 10, 150, 0),
    (94, 'ACH_PetRespectGiver', 'pets', 5, 5, 10, 200, 0),
    (95, 'ACH_PetRespectGiver', 'pets', 6, 5, 10, 250, 0),
    (96, 'ACH_PetRespectGiver', 'pets', 7, 5, 10, 300, 0),
    (97, 'ACH_PetRespectGiver', 'pets', 8, 5, 10, 350, 0),
    (98, 'ACH_PetRespectGiver', 'pets', 9, 5, 15, 400, 0),
    (99, 'ACH_PetRespectGiver', 'pets', 10, 5, 20, 500, 0),
    (100, 'ACH_FriendListSize', 'social', 1, 5, 10, 10, 0),
    (101, 'ACH_FriendListSize', 'social', 2, 5, 10, 20, 0),
    (102, 'ACH_FriendListSize', 'social', 3, 5, 10, 30, 0),
    (103, 'ACH_FriendListSize', 'social', 4, 5, 10, 40, 0),
    (104, 'ACH_FriendListSize', 'social', 5, 5, 10, 50, 0),
    (105, 'ACH_FriendListSize', 'social', 6, 5, 10, 60, 0),
    (106, 'ACH_FriendListSize', 'social', 7, 5, 10, 70, 0),
    (107, 'ACH_FriendListSize', 'social', 8, 5, 10, 80, 0),
    (108, 'ACH_FriendListSize', 'social', 9, 5, 10, 90, 0),
    (109, 'ACH_FriendListSize', 'social', 10, 5, 10, 100, 0),
    (110, 'ACH_FriendListSize', 'social', 11, 5, 10, 110, 0),
    (111, 'ACH_FriendListSize', 'social', 12, 5, 10, 120, 0),
    (112, 'ACH_FriendListSize', 'social', 13, 5, 10, 130, 0),
    (113, 'ACH_FriendListSize', 'social', 14, 5, 15, 140, 0),
    (114, 'ACH_FriendListSize', 'social', 15, 5, 20, 150, 0),
    (115, 'ACH_RoomEntry', 'explore', 6, 5, 10, 50, 0),
    (116, 'ACH_RoomEntry', 'explore', 7, 5, 10, 100, 0),
    (117, 'ACH_RoomEntry', 'explore', 8, 5, 10, 200, 0),
    (118, '
    [ERR] 2006 - MySQL server has gone away
    [ERR]
    INSERT INTO `chatlogs` (`id`, `user_id`, `room_id`, `message`, `timestamp`) VALUES
    (40878, 77, 100, '|', 1476053990.5156),
    (40879, 119, 100, 'Also sieht ja so aus als ob ihr zsm seid.', 1476054011.794),
    (40880, 119, 100, ':D', 1476054027.0034),
    (40881, 77, 100, 'Wat is', 1476054076.0186),
    (40882, 119, 100, 'bin aber jetzt erst drauf', 1476061154.0896),
    (40883, 56, 100, 'xd', 1476061158.4888),
    (40884, 56, 100, '20stk xd', 1476061203.0736),
    (40885, 56, 100, 'danke|', 1476061208.7052),
    (40886, 56, 100, 'danke c:', 1476061222.7446),
    (40887, 56, 100, '>.>', 1476061258.5154),
    (40888, 56, 100, 'rly', 1476061259.8882),
    (40889, 77, 100, '?', 1476061265.4262),
    (40890, 56, 100, 'xd', 1476061273.0858),
    (40891, 56, 100, 'nix schon gut', 1476061278.6394),
    (40892, 77, 100, 'Jz sag', 1476054084.9262),
    (40893, 77, 100, 'Wenns was privates is halt im pv chat.', 1476054099.013),
    (40894, 77, 100, 'ach leck mich', 1476054121.6954),
    (40895, 77, 100, 'xD', 1476054122.335),
    (40896, 77, 100, 'wollts mal testen', 1476054154.8454),
    (40897, 77, 100, '|', 1476054165.937),
    (40898, 77, 100, 'nein', 1476054215.7322),
    (40899, 77, 100, 'wollt nur gucken wie schnell ich auffliege', 1476054223.7194),
    (40900, 77, 100, 'kurz afk', 1476054244.2334),
    (40901, 77, 100, '|', 1476054246.8386),
    (40902, 56, 100, 'du weißt schon das ich auf die email von den accs zugreifen kann xD', 1476061314.925),
    (40903, 56, 100, 'haha', 1476061325.923),
    (40904, 56, 100, 'wollte es dir eig. ned sagen haha', 1476061341.1954),
    (40905, 77, 100, 'hab ich mir schon gedacht', 1476061350.5398),
    (40906, 56, 100, 'xd |', 1476061362.4894),
    (40907, 56, 100, 'dachtest echt du kommst damit durch ? :D', 1476061411.6918),
    (40908, 56, 100, 'hab zuerst ned dran gedacht email zu checken xd', 1476061428.5866),
    (40909, 77, 100, 'xd', 1476061441.0042),
    (40910, 56, 100, 'doofi|', 1476061445.4346),
    (40911, 56, 100, ':commands', 1476061466.635),
    (40912, 77, 100, 'wd', 1476054299.9098),
    (40913, 77, 100, '|', 1476054327.8806),
    (40914, 77, 100, ':3', 1476054328.8946),
    (40915, 77, 100, 'hihi', 1476054356.5534),
    (40916, 77, 100, 'Denkst du', 1476054364.6342),
    (40917, 77, 100, 'Waffel oder irgendjemand anders hat was dagegen wenn wir mit | usw . schreiben? xD', 1476054382.387),
    (40918, 56, 100, 'wb|', 1476061525.0258),
    (40919, 56, 100, ':freeze SKTZed', 1476061541.9518),
    (40920, 56, 100, ':3', 1476061551.3898),
    (40921, 56, 100, 'höhö', 1476061552.5598),
    (40922, 56, 100, 'nö :D', 1476061594.9138),
    (40923, 56, 100, 'bin ja mit david ned zsm', 1476061600.7638),
    (40924, 56, 100, 'xd', 1476061601.4814),
    (40925, 77, 100, 'Ok', 1476061610.2018),
    (40926, 56, 100, 'der is nur pervers', 1476061614.7258),
    (40927, 56, 100, 'extrem', 1476061618.5946),
    (40928, 77, 100, 'xD', 1476054421.8082),
    (40929, 77, 100, 'Ich kann mich nicht bewegen', 1476054427.3618),
    (40930, 56, 100, 'xD', 1476061620.7786),
    (40931, 56, 100, 'warte schicke dir ebend kik was', 1476061632.0262),
    (40932, 56, 100, 'das von vorhin', 1476061638.9994),
    (40933, 56, 100, 'hat david mir sogar geschickt', 1476061650.6058),
    (40934, 77, 100, 'ok', 1476061655.7538),
    (40935, 56, 100, 'oh des kennst schon', 1476061674.8638),
    (40936, 56, 100, 'fail', 1476061676.689),
    (40937, 56, 100, 'hahahaha', 1476061676.7514),
    (40938, 77, 100, 'xD', 1476061683.3346),
    (40939, 56, 100, 'bin vergesslich tut mir leid', 1476061683.865),
    (40940, 77, 100, 'I can`t movee', 1476054513.505),
    (40941, 77, 100, '|', 1476054568.8538),
    (40942, 77, 100, 'pff', 1476054588.4318),
    (40943, 56, 100, 'xD', 1476061686.3298),
    (40944, 77, 100, 'egal', 1476061692.7414),
    (40945, 56, 100, 'i know', 1476061718.809),
    (40946, 56, 100, 'xd', 1476061721.071),
    (40947, 77, 100, ':sit', 1476061765.0318),
    (40948, 56, 100, 'ich weiß das du dich ned bewegen konntest', 1476061783.471),
    (40949, 56, 100, 'hehe', 1476061784.5474),
    (40950, 56, 100, 'xd', 1476061786.4818),
    (40951, 56, 100, ':freeze SKTZed', 1476061800.007),
    (40952, 56, 100, ':p', 1476061809.5386),
    (40953, 77, 100, 'Ich will mich auch garnicht bewegen', 1476054624.9982),
    (40954, 77, 100, 'Willst du irgendwas machen', 1476054702.3898),
    (40955, 77, 1
    [ERR] 2006 - MySQL server has gone away
    [ERR]
    INSERT INTO `furniture` (`id`, `item_name`, `public_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `height_adjustable`, `effect_id`, `wired_id`, `is_rare`, `clothing_id`, `extra_rot`) VALUES
    (44390747, 'bc_pyramidtip*52', 'bc_pyramidtip*52', 's', 1, 1, 1, '1', '0', '0', 6397, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390748, 'bc_pyramidtip*53', 'bc_pyramidtip*53', 's', 1, 1, 1, '1', '0', '0', 6398, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390749, 'bc_pyramidtip*54', 'bc_pyramidtip*54', 's', 1, 1, 1, '1', '0', '0', 6399, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390750, 'bc_pyramidtip*55', 'bc_pyramidtip*55', 's', 1, 1, 1, '1', '0', '0', 6400, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390751, 'bc_pyramidtip*56', 'bc_pyramidtip*56', 's', 1, 1, 1, '1', '0', '0', 6401, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390752, 'bc_pyramidtip*57', 'bc_pyramidtip*57', 's', 1, 1, 1, '1', '0', '0', 6402, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390753, 'bc_pyramidtip*58', 'bc_pyramidtip*58', 's', 1, 1, 1, '1', '0', '0', 6403, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390754, 'bc_pyramidtip*59', 'bc_pyramidtip*59', 's', 1, 1, 1, '1', '0', '0', 6404, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390755, 'bc_pyramidtip*6', 'bc_pyramidtip*6', 's', 1, 1, 1, '1', '0', '0', 6405, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390756, 'bc_pyramidtip*60', 'bc_pyramidtip*60', 's', 1, 1, 1, '1', '0', '0', 6406, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390757, 'bc_pyramidtip*61', 'bc_pyramidtip*61', 's', 1, 1, 1, '1', '0', '0', 6407, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390758, 'bc_pyramidtip*62', 'bc_pyramidtip*62', 's', 1, 1, 1, '1', '0', '0', 6408, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390759, 'bc_pyramidtip*63', 'bc_pyramidtip*63', 's', 1, 1, 1, '1', '0', '0', 6409, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390760, 'bc_pyramidtip*64', 'bc_pyramidtip*64', 's', 1, 1, 1, '1', '0', '0', 6410, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390761, 'bc_pyramidtip*65', 'bc_pyramidtip*65', 's', 1, 1, 1, '1', '0', '0', 6411, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390762, 'bc_pyramidtip*66', 'bc_pyramidtip*66', 's', 1, 1, 1, '1', '0', '0', 6412, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390763, 'bc_pyramidtip*67', 'bc_pyramidtip*67', 's', 1, 1, 1, '1', '0', '0', 6413, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390764, 'bc_pyramidtip*68', 'bc_pyramidtip*68', 's', 1, 1, 1, '1', '0', '0', 6414, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390765, 'bc_pyramidtip*69', 'bc_pyramidtip*69', 's', 1, 1, 1, '1', '0', '0', 6415, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390766, 'bc_pyramidtip*7', 'bc_pyramidtip*7', 's', 1, 1, 1, '1', '0', '0', 6416, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390767, 'bc_pyramidtip*8', 'bc_pyramidtip*8', 's', 1, 1, 1, '1', '0', '0', 6417, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0,
    [ERR] 1146 - Table 'hulla.logs_client_staff' doesn't exist
    [ERR]
    INSERT INTO `logs_client_staff` (`id`, `user_id`, `data_string`, `machine_id`, `timestamp`) VALUES
    (652, 53, 'makesay schattenpfeil soll ich mich ausziehen?', '~d41c5c0e59b03771b7bd28326ff45478', 1472765378.2364),
    (653, 53, 'makesay schattenpfeil David du heißer *_*', '~d41c5c0e59b03771b7bd28326ff45478', 1472765405.0996),
    (654, 53, 'enable 102', '~d41c5c0e59b03771b7bd28326ff45478', 1472765430.4652),
    (655, 53, 'pull schattenpfeil', '~d41c5c0e59b03771b7bd28326ff45478', 1472765584.25),
    (656, 53, 'sit', '~d41c5c0e59b03771b7bd28326ff45478', 1472765617.1348),
    (657, 53, 'follow schattenpfeil', '~d41c5c0e59b03771b7bd28326ff45478', 1472765760.3896),
    (658, 53, 'sit', '~d41c5c0e59b03771b7bd28326ff45478', 1472765861.5244),
    (659, 53, 'ha Achtung es erfolgt in wenigen Sekunden ein Neustart.', '~d41c5c0e59b03771b7bd28326ff45478', 1472766287.9504),
    (660, 53, 'ha Fixxes Katalog Ãœbersetzung. Wir bitten um verständniss', '~d41c5c0e59b03771b7bd28326ff45478', 1472766319.478),
    (661, 54, 'sit', '~6fb881fc40ed81a4371fcbffa7ded249', 1472766382.9856),
    (662, 53, 'Sit', '~d41c5c0e59b03771b7bd28326ff45478', 1472766774.6236),
    (663, 53, 'massenable 3', '~d41c5c0e59b03771b7bd28326ff45478', 1472767138.8992),
    (664, 53, 'enable 0', '~d41c5c0e59b03771b7bd28326ff45478', 1472767148.1656),
    (665, 53, 'fastwalk', '~d41c5c0e59b03771b7bd28326ff45478', 1472767154.546),
    (666, 53, 'override', '~d41c5c0e59b03771b7bd28326ff45478', 1472767170.9416),
    (667, 53, 'ha Neustart =)', '~d41c5c0e59b03771b7bd28326ff45478', 1472767460.8852),
    (668, 53, 'kill schattenpfeil', '~d41c5c0e59b03771b7bd28326ff45478', 1472768226.0028),
    (669, 53, 'ha bin kurz auto ausladen papa is aus italien back', '~d41c5c0e59b03771b7bd28326ff45478', 1472768571.9796),
    (670, 53, 'follow schattenpfeil', '~d41c5c0e59b03771b7bd28326ff45478', 1472769457.4512),
    (671, 53, 'sit', '~d41c5c0e59b03771b7bd28326ff45478', 1472769596.8216),
    (672, 53, 'ha Achtung emu neustart Seite 4 von 7 Fertig.', '~d41c5c0e59b03771b7bd28326ff45478', 1472770990.904),
    (673, 53, 'makesay marco ich bin schwul', '~d41c5c0e59b03771b7bd28326ff45478', 1472771358.909),
    (674, 53, 'makesay marco ich bin der größte noob und david is der king', '~d41c5c0e59b03771b7bd28326ff45478', 1472771388.003),
    (675, 54, 'give DiGit Coins 1000000', '~6fb881fc40ed81a4371fcbffa7ded249', 1472771972.0982),
    (676, 54, 'give DiGit duckets 1000000', '~6fb881fc40ed81a4371fcbffa7ded249', 1472771988.135),
    (677, 54, 'give DiGit diamonds 1000000', '~6fb881fc40ed81a4371fcbffa7ded249', 1472772006.8394),
    (678, 53, 'ha Achtung,inkürze erfolgt ein Neustart, Seite 5/7 wurde erfolgreich übersetzt.', '~d41c5c0e59b03771b7bd28326ff45478', 1472772842.2506),
    (679, 54, 'ha mach doch nicht nach jeder seite neustart', '~6fb881fc40ed81a4371fcbffa7ded249', 1472772859.707),
    (680, 53, 'ha doch', '~d41c5c0e59b03771b7bd28326ff45478', 1472772866.1966),
    (681, 54, 'ha warum', '~6fb881fc40ed81a4371fcbffa7ded249', 1472772870.9702),
    (682, 53, 'ha weil das Professioneler rüber kommt', '~d41c5c0e59b03771b7bd28326ff45478', 1472772884.4486),
    (683, 54, 'ha bei nur mitarbeiten online', '~6fb881fc40ed81a4371fcbffa7ded249', 1472772899.6118),
    (684, 53, 'ha ja damit jeder sieht was ich schaffe muahahhaah', '~d41c5c0e59b03771b7bd28326ff45478', 1472772913.371),
    (685, 54, 'ha oke dann ist ja gut', '~6fb881fc40ed81a4371fcbffa7ded249', 1472772926.5374),
    (686, 53, 'ha bg :*', '~d41c5c0e59b03771b7bd28326ff45478', 1472772933.1674),
    (687, 53, 'override', '~d41c5c0e59b03771b7bd28326ff45478', 1472773014.7242),
    (688, 53, 'override', '~d41c5c0e59b03771b7bd28326ff45478', 1472773030.0746),
    (689, 53, 'superpush marco', '~d41c5c0e59b03771b7bd28326ff45478', 1472773041.0726),
    (690, 53, 'push marco', '~d41c5c0e59b03771b7bd28326ff45478', 1472773049.1534),
    (691, 53, 'push marco', '~d41c5c0e59b03771b7bd28326ff45478', 1472773059.5586),
    (692, 53, 'pull marco', '~d41c5c0e59b03771b7bd28326ff45478', 1472773096.4526),
    (693, 54, 'sit', '~6fb881fc40ed81a4371fcbffa7ded249', 1472773107.6534),
    (694, 53, 'spull marco', '~d41c5c0e59b03771b7bd28326ff45478', 1472773110.3834),
    (695, 53, 'superpush marco', '~d41c5c0e59b03771b7bd2832
    [ERR] 1146 - Table 'hulla.users' doesn't exist
    [ERR]

    --
    -- Daten für Tabelle `users`
    --

    INSERT INTO `users` (`id`, `username`, `password`, `mail`, `auth_ticket`, `rank`, `rank_vip`, `credits`, `vip_points`, `activity_points`, `look`, `gender`, `motto`, `account_created`, `last_online`, `online`, `ip_last`, `ip_reg`, `home_room`, `is_muted`, `block_newfriends`, `hide_online`, `hide_inroom`, `vip`, `volume`, `last_change`, `machine_id`, `focus_preference`, `chat_preference`, `pets_muted`, `bots_muted`, `advertising_report_blocked`, `gotw_points`, `ignore_invites`, `time_muted`, `allow_gifts`, `trading_locked`, `friend_bar_state`, `disable_forced_effects`, `allow_mimic`, `working`, `secretcode`, `mymusik`, `real_name`, `lotterys_won`, `lottery_prize`, `Rolled`) VALUES
    (53, 'Waffel', 'f3bac7433e6cde1951a3c0fdedc11f19', 'david_celia@gmx.de', '', 9, 3, 49981684, 4826, 19509, 'sh-295-1336.hd-180-1370.lg-3391-1189-1314.hr-3163-1028.cc-3532-1193-92.ch-7194-62', 'M', '', '1473958655', 1477513928, '0', '80.135.51.145', '80.135.51.150', 35, '0', '0', '0', '0', '0', '100,100,100', 0, '3cb42d31869c5149bf0e75600d818624', '1', '1', '0', '0', '0', 0, '0', 0, '1', 0, '0', '0', '1', '0', '0', '0', '', 0, 15000, '2016-10-26 22:31:44'),
    (54, 'DiGit', 'c154425baad907a3d2014164101bb25b', 'dergruuh@gmail.com', '', 9, 3, 6332264, 5999599, 6228384, 'wa-3427-63-1408.ha-3480-1408.lg-3257-64.ea-3168-93.cc-3075-92.fa-3344-1409.hd-180-1.sh-3016-110.hr-891-43.ch-877-92-1408', 'M', 'Yugga only the future', '1473959379', 1479168737, '0', '109.47.2.98', '109.47.2.34', 0, '0', '0', '0', '0', '0', '100,100,100', 0, 'ec78b4aa1bb6ef1b983495f55fe1946f', '1', '0', '0', '0', '0', 0, '0', 0, '1', 0, '0', '0', '1', '0', '0', '0', '', 0, 15000, '2016-11-15 01:11:53'),
    (56, 'SchattenPfeil', '5a0b311b7e51594303a9ed57fadac633', 'viickiibabii@hotmail.de', '', 8, 0, 899560, 100000, 462873, 'ch-3342-63-63.hr-7345-32.lg-7500-110.ea-3484-62.ca-3217-92-92.he-1604-92.hd-605-1370', 'F', 'kurwa mać', '1474055792', 1479232450, '0', '91.17.30.240', '93.195.159.245', 0, '0', '0', '0', '0', '0', '100,100,100', 0, '2cfe28f297e633832a40db013a0eaac7', '0', '0', '0', '1', '0', 0, '0', 0, '1', 0, '0', '0', '1', '0', '0', '0', '', 0, 15000, '2016-11-15 18:53:45'),
    (59, 'Metro', '1b936f7a1f769adb4dbde64e823aa582', 'franz@hotmail.com', '', 8, 0, 10416, 1, 501321, 'hr-828-52.hd-185-1370.sh-290-1408.ch-3077-88-85.lg-285-91', 'M', 'Koffein in der Tat.', '1474129011', 1479073473, '0', '178.1.140.244', '94.222.126.84', 0, '0', '0', '0', '0', '0', '0,0,0', 0, '0abd0682be46c4b1dc2353f1df82ab35', '0', '0', '0', '0', '0', 0, '0', 0, '1', 0, '0', '0', '1', '0', '0', '0', '', 0, 15000, '2016-11-13 22:44:08'),
    (60, 'Jas1115', 'b35458deefb778e6cc295d768abba6ce', 'kjade235@gmail.com', '', 1, 1, 29100, 1, 3805, 'ch-3005-92-92.ha-1011-110.hr-678-39.cc-3010-110-110.sh-3064-110.lg-3006-92-92.hd-3096-8', 'F', '', '1473967802', 1477841199, '0', '92.224.179.165', '78.53.191.192', 0, '0', '0', '0', '0', '0', '100,100,100', 0, 'fa4e872a274e3bb7efc43a231fe3b929', '0', '0', '0', '0', '0', 0, '0', 0, '1', 0, '1', '0', '1', '0', '0', '0', '', 0, 15000, '2016-10-30 16:26:15'),
    (61, 'xXMaxQonXx', '3e0ed09a14b2d26f8e571127bccd5636', 'yuggahotel16@gmail.com', '', 1, 3, 27000, 1, 2515, 'fa-3344-1409.ha-3480-1408.hr-891-43.lg-3078-93.sh-290-1339.hd-180-1.ea-3168-93.ch-3015-103', 'M', '', '1473980743', 1475025457, '0', '109.42.0.62', '109.47.2.34', 0, '0', '0', '0', '0', '0', '100,100,100', 0, '45889422aaacbf6348c22eb1a0616c32', '0', '0', '0', '0', '0', 0, '0', 0, '1', 0, '1', '0', '1', '0', '0', '0', '', 0, 15000, '2016-10-18 16:09:10'),
    (64, 'sunny82do', '433b32190ec58820fd0fd763d40c0baa', 'honathalie@googlemail.com', '', 5, 3, 224246, 7, 138326, 'sh-3064-105.hr-3251-1396-60.ca-3217-105-105.lg-3006-92-105.hd-600-8.ch-3005-92-105', 'F', 'Game of Thrones', '1473959500', 1479057988, '0', '79.226.226.20', '79.226.245.130', 121, '0', '0', '0', '0', '0', '100,100,100', 0, '93dc6d0402e6ad11950361d8aaf08b26', '0', '0', '0', '0', '0', 0, '0', 0, '1', 0, '0', '0', '1', '0', '0', '0', '', 0, 15000, '2016-11-13 18:26:03'),
    (65, 'Keloggs.', 'ac0a7c97bc7897dc23ad19110915a346'
    [SQL] Finished successfully with error
    [SQL] Query DB start
    [ERR] 2006 - MySQL server has gone away
    [ERR] -- phpMyAdmin SQL Dump
    -- version 3.2.4
    -- http://www.phpmyadmin.net
    --
    -- Host: localhost
    -- Erstellungszeit: 15. November 2016 um 21:14
    -- Server Version: 5.1.41
    -- PHP-Version: 5.3.1

    SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


    /*!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 */;

    --
    -- Datenbank: `hulla`
    --

    -- --------------------------------------------------------

    --
    -- Tabellenstruktur für Tabelle `achievements`
    --

    CREATE TABLE IF NOT EXISTS `achievements` (
    `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
    `group_name` varchar(64) NOT NULL DEFAULT 'ACH_',
    `category` varchar(25) NOT NULL DEFAULT 'identity',
    `level` int(11) NOT NULL DEFAULT '1',
    `reward_pixels` int(11) NOT NULL DEFAULT '5',
    `reward_points` int(11) NOT NULL DEFAULT '5',
    `progress_needed` int(11) NOT NULL DEFAULT '1',
    `game_id` int(11) NOT NULL DEFAULT '0',
    PRIMARY KEY (`id`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=529 ;

    --
    -- Daten für Tabelle `achievements`
    --

    INSERT INTO `achievements` (`id`, `group_name`, `category`, `level`, `reward_pixels`, `reward_points`, `progress_needed`, `game_id`) VALUES
    (2, 'ACH_AvatarLooks', 'identity', 1, 5, 100, 1, 0),
    (3, 'ACH_Motto', 'identity', 1, 5, 100, 1, 0),
    (5, 'ACH_RespectGiven', 'social', 1, 5, 10, 1, 0),
    (16, 'ACH_RespectEarned', 'social', 1, 5, 10, 1, 0),
    (17, 'ACH_RespectEarned', 'social', 2, 5, 10, 10, 0),
    (18, 'ACH_RespectEarned', 'social', 3, 5, 10, 20, 0),
    (19, 'ACH_RespectEarned', 'social', 4, 5, 10, 50, 0),
    (20, 'ACH_RespectEarned', 'social', 5, 5, 10, 100, 0),
    (21, 'ACH_RespectEarned', 'social', 6, 5, 10, 250, 0),
    (22, 'ACH_RespectEarned', 'social', 7, 5, 10, 500, 0),
    (23, 'ACH_RespectEarned', 'social', 8, 5, 10, 750, 0),
    (24, 'ACH_RespectEarned', 'social', 9, 5, 15, 1000, 0),
    (25, 'ACH_RespectEarned', 'social', 10, 5, 20, 1500, 0),
    (26, 'ACH_RoomEntry', 'explore', 1, 5, 10, 5, 0),
    (27, 'ACH_RoomEntry', 'explore', 2, 5, 10, 10, 0),
    (28, 'ACH_RoomEntry', 'explore', 3, 5, 10, 20, 0),
    (29, 'ACH_RoomEntry', 'explore', 4, 5, 10, 30, 0),
    (30, 'ACH_RoomEntry', 'explore', 5, 5, 10, 40, 0),
    (31, 'ACH_PetLover', 'pets', 1, 5, 10, 1, 0),
    (32, 'ACH_PetLover', 'pets', 2, 5, 10, 3, 0),
    (33, 'ACH_PetLover', 'pets', 3, 5, 10, 9, 0),
    (34, 'ACH_PetLover', 'pets', 4, 5, 15, 12, 0),
    (35, 'ACH_PetLover', 'pets', 5, 5, 20, 15, 0),
    (69, 'ACH_PetRespectGiver', 'pets', 1, 5, 10, 10, 0),
    (79, 'ACH_PetLevelUp', 'pets', 1, 5, 10, 0, 0),
    (91, 'ACH_PetRespectGiver', 'pets', 2, 5, 10, 50, 0),
    (92, 'ACH_PetRespectGiver', 'pets', 3, 5, 10, 100, 0),
    (93, 'ACH_PetRespectGiver', 'pets', 4, 5, 10, 150, 0),
    (94, 'ACH_PetRespectGiver', 'pets', 5, 5, 10, 200, 0),
    (95, 'ACH_PetRespectGiver', 'pets', 6, 5, 10, 250, 0),
    (96, 'ACH_PetRespectGiver', 'pets', 7, 5, 10, 300, 0),
    (97, 'ACH_PetRespectGiver', 'pets', 8, 5, 10, 350, 0),
    (98, 'ACH_PetRespectGiver', 'pets', 9, 5, 15, 400, 0),
    (99, 'ACH_PetRespectGiver', 'pets', 10, 5, 20, 500, 0),
    (100, 'ACH_FriendListSize', 'social', 1, 5, 10, 10, 0),
    (101, 'ACH_FriendListSize', 'social', 2, 5, 10, 20, 0),
    (102, 'ACH_FriendListSize', 'social', 3, 5, 10, 30, 0),
    (103, 'ACH_FriendListSize', 'social', 4, 5, 10, 40, 0),
    (104, 'ACH_FriendListSize', 'social', 5, 5, 10, 50, 0),
    (105, 'ACH_FriendListSize', 'social', 6, 5, 10, 60, 0),
    (106, 'ACH_FriendListSize', 'social', 7, 5, 10, 70, 0),
    (107, 'ACH_FriendListSize', 'social', 8, 5, 10, 80, 0),
    (108, 'ACH_FriendListSize', 'social', 9, 5, 10, 90, 0),
    (109, 'ACH_FriendListSize', 'social', 10, 5, 10, 100, 0),
    (110, 'ACH_FriendListSize', 'social', 11, 5, 10, 110, 0),
    (111, 'ACH_FriendListSize', 'social', 12, 5, 10, 120, 0),
    (112, 'ACH_FriendListSize', 'social', 13, 5, 10, 130, 0),
    (113, 'ACH_FriendListSize', 'social', 14, 5, 15, 140, 0),
    (114, 'ACH_FriendListSize', 'social', 15, 5, 20, 150, 0),
    (115, 'ACH_RoomEntry', 'explore', 6, 5, 10, 50, 0),
    (116, 'ACH_RoomEntry', 'explore', 7, 5, 10, 100, 0),
    (117, 'ACH_RoomEntry', 'explore', 8, 5, 10, 200, 0),
    (118, '
    [ERR] 2006 - MySQL server has gone away
    [ERR]
    INSERT INTO `chatlogs` (`id`, `user_id`, `room_id`, `message`, `timestamp`) VALUES
    (40878, 77, 100, '|', 1476053990.5156),
    (40879, 119, 100, 'Also sieht ja so aus als ob ihr zsm seid.', 1476054011.794),
    (40880, 119, 100, ':D', 1476054027.0034),
    (40881, 77, 100, 'Wat is', 1476054076.0186),
    (40882, 119, 100, 'bin aber jetzt erst drauf', 1476061154.0896),
    (40883, 56, 100, 'xd', 1476061158.4888),
    (40884, 56, 100, '20stk xd', 1476061203.0736),
    (40885, 56, 100, 'danke|', 1476061208.7052),
    (40886, 56, 100, 'danke c:', 1476061222.7446),
    (40887, 56, 100, '>.>', 1476061258.5154),
    (40888, 56, 100, 'rly', 1476061259.8882),
    (40889, 77, 100, '?', 1476061265.4262),
    (40890, 56, 100, 'xd', 1476061273.0858),
    (40891, 56, 100, 'nix schon gut', 1476061278.6394),
    (40892, 77, 100, 'Jz sag', 1476054084.9262),
    (40893, 77, 100, 'Wenns was privates is halt im pv chat.', 1476054099.013),
    (40894, 77, 100, 'ach leck mich', 1476054121.6954),
    (40895, 77, 100, 'xD', 1476054122.335),
    (40896, 77, 100, 'wollts mal testen', 1476054154.8454),
    (40897, 77, 100, '|', 1476054165.937),
    (40898, 77, 100, 'nein', 1476054215.7322),
    (40899, 77, 100, 'wollt nur gucken wie schnell ich auffliege', 1476054223.7194),
    (40900, 77, 100, 'kurz afk', 1476054244.2334),
    (40901, 77, 100, '|', 1476054246.8386),
    (40902, 56, 100, 'du weißt schon das ich auf die email von den accs zugreifen kann xD', 1476061314.925),
    (40903, 56, 100, 'haha', 1476061325.923),
    (40904, 56, 100, 'wollte es dir eig. ned sagen haha', 1476061341.1954),
    (40905, 77, 100, 'hab ich mir schon gedacht', 1476061350.5398),
    (40906, 56, 100, 'xd |', 1476061362.4894),
    (40907, 56, 100, 'dachtest echt du kommst damit durch ? :D', 1476061411.6918),
    (40908, 56, 100, 'hab zuerst ned dran gedacht email zu checken xd', 1476061428.5866),
    (40909, 77, 100, 'xd', 1476061441.0042),
    (40910, 56, 100, 'doofi|', 1476061445.4346),
    (40911, 56, 100, ':commands', 1476061466.635),
    (40912, 77, 100, 'wd', 1476054299.9098),
    (40913, 77, 100, '|', 1476054327.8806),
    (40914, 77, 100, ':3', 1476054328.8946),
    (40915, 77, 100, 'hihi', 1476054356.5534),
    (40916, 77, 100, 'Denkst du', 1476054364.6342),
    (40917, 77, 100, 'Waffel oder irgendjemand anders hat was dagegen wenn wir mit | usw . schreiben? xD', 1476054382.387),
    (40918, 56, 100, 'wb|', 1476061525.0258),
    (40919, 56, 100, ':freeze SKTZed', 1476061541.9518),
    (40920, 56, 100, ':3', 1476061551.3898),
    (40921, 56, 100, 'höhö', 1476061552.5598),
    (40922, 56, 100, 'nö :D', 1476061594.9138),
    (40923, 56, 100, 'bin ja mit david ned zsm', 1476061600.7638),
    (40924, 56, 100, 'xd', 1476061601.4814),
    (40925, 77, 100, 'Ok', 1476061610.2018),
    (40926, 56, 100, 'der is nur pervers', 1476061614.7258),
    (40927, 56, 100, 'extrem', 1476061618.5946),
    (40928, 77, 100, 'xD', 1476054421.8082),
    (40929, 77, 100, 'Ich kann mich nicht bewegen', 1476054427.3618),
    (40930, 56, 100, 'xD', 1476061620.7786),
    (40931, 56, 100, 'warte schicke dir ebend kik was', 1476061632.0262),
    (40932, 56, 100, 'das von vorhin', 1476061638.9994),
    (40933, 56, 100, 'hat david mir sogar geschickt', 1476061650.6058),
    (40934, 77, 100, 'ok', 1476061655.7538),
    (40935, 56, 100, 'oh des kennst schon', 1476061674.8638),
    (40936, 56, 100, 'fail', 1476061676.689),
    (40937, 56, 100, 'hahahaha', 1476061676.7514),
    (40938, 77, 100, 'xD', 1476061683.3346),
    (40939, 56, 100, 'bin vergesslich tut mir leid', 1476061683.865),
    (40940, 77, 100, 'I can`t movee', 1476054513.505),
    (40941, 77, 100, '|', 1476054568.8538),
    (40942, 77, 100, 'pff', 1476054588.4318),
    (40943, 56, 100, 'xD', 1476061686.3298),
    (40944, 77, 100, 'egal', 1476061692.7414),
    (40945, 56, 100, 'i know', 1476061718.809),
    (40946, 56, 100, 'xd', 1476061721.071),
    (40947, 77, 100, ':sit', 1476061765.0318),
    (40948, 56, 100, 'ich weiß das du dich ned bewegen konntest', 1476061783.471),
    (40949, 56, 100, 'hehe', 1476061784.5474),
    (40950, 56, 100, 'xd', 1476061786.4818),
    (40951, 56, 100, ':freeze SKTZed', 1476061800.007),
    (40952, 56, 100, ':p', 1476061809.5386),
    (40953, 77, 100, 'Ich will mich auch garnicht bewegen', 1476054624.9982),
    (40954, 77, 100, 'Willst du irgendwas machen', 1476054702.3898),
    (40955, 77, 1
    [ERR] 2006 - MySQL server has gone away
    [ERR]
    INSERT INTO `furniture` (`id`, `item_name`, `public_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `height_adjustable`, `effect_id`, `wired_id`, `is_rare`, `clothing_id`, `extra_rot`) VALUES
    (44390747, 'bc_pyramidtip*52', 'bc_pyramidtip*52', 's', 1, 1, 1, '1', '0', '0', 6397, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390748, 'bc_pyramidtip*53', 'bc_pyramidtip*53', 's', 1, 1, 1, '1', '0', '0', 6398, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390749, 'bc_pyramidtip*54', 'bc_pyramidtip*54', 's', 1, 1, 1, '1', '0', '0', 6399, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390750, 'bc_pyramidtip*55', 'bc_pyramidtip*55', 's', 1, 1, 1, '1', '0', '0', 6400, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390751, 'bc_pyramidtip*56', 'bc_pyramidtip*56', 's', 1, 1, 1, '1', '0', '0', 6401, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390752, 'bc_pyramidtip*57', 'bc_pyramidtip*57', 's', 1, 1, 1, '1', '0', '0', 6402, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390753, 'bc_pyramidtip*58', 'bc_pyramidtip*58', 's', 1, 1, 1, '1', '0', '0', 6403, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390754, 'bc_pyramidtip*59', 'bc_pyramidtip*59', 's', 1, 1, 1, '1', '0', '0', 6404, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390755, 'bc_pyramidtip*6', 'bc_pyramidtip*6', 's', 1, 1, 1, '1', '0', '0', 6405, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390756, 'bc_pyramidtip*60', 'bc_pyramidtip*60', 's', 1, 1, 1, '1', '0', '0', 6406, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390757, 'bc_pyramidtip*61', 'bc_pyramidtip*61', 's', 1, 1, 1, '1', '0', '0', 6407, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390758, 'bc_pyramidtip*62', 'bc_pyramidtip*62', 's', 1, 1, 1, '1', '0', '0', 6408, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390759, 'bc_pyramidtip*63', 'bc_pyramidtip*63', 's', 1, 1, 1, '1', '0', '0', 6409, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390760, 'bc_pyramidtip*64', 'bc_pyramidtip*64', 's', 1, 1, 1, '1', '0', '0', 6410, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390761, 'bc_pyramidtip*65', 'bc_pyramidtip*65', 's', 1, 1, 1, '1', '0', '0', 6411, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390762, 'bc_pyramidtip*66', 'bc_pyramidtip*66', 's', 1, 1, 1, '1', '0', '0', 6412, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390763, 'bc_pyramidtip*67', 'bc_pyramidtip*67', 's', 1, 1, 1, '1', '0', '0', 6413, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390764, 'bc_pyramidtip*68', 'bc_pyramidtip*68', 's', 1, 1, 1, '1', '0', '0', 6414, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390765, 'bc_pyramidtip*69', 'bc_pyramidtip*69', 's', 1, 1, 1, '1', '0', '0', 6415, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390766, 'bc_pyramidtip*7', 'bc_pyramidtip*7', 's', 1, 1, 1, '1', '0', '0', 6416, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0, '0'),
    (44390767, 'bc_pyramidtip*8', 'bc_pyramidtip*8', 's', 1, 1, 1, '1', '0', '0', 6417, '1', '1', '1', '1', '1', 'Default', 3, '0', '1.0,0.75,0.50,0.25,0.0', 0, 0, '0', 0,
    [ERR] 1146 - Table 'hulla.logs_client_staff' doesn't exist
    [ERR]
    INSERT INTO `logs_client_staff` (`id`, `user_id`, `data_string`, `machine_id`, `timestamp`) VALUES
    (652, 53, 'makesay schattenpfeil soll ich mich ausziehen?', '~d41c5c0e59b03771b7bd28326ff45478', 1472765378.2364),
    (653, 53, 'makesay schattenpfeil David du heißer *_*', '~d41c5c0e59b03771b7bd28326ff45478', 1472765405.0996),
    (654, 53, 'enable 102', '~d41c5c0e59b03771b7bd28326ff45478', 1472765430.4652),
    (655, 53, 'pull schattenpfeil', '~d41c5c0e59b03771b7bd28326ff45478', 1472765584.25),
    (656, 53, 'sit', '~d41c5c0e59b03771b7bd28326ff45478', 1472765617.1348),
    (657, 53, 'follow schattenpfeil', '~d41c5c0e59b03771b7bd28326ff45478', 1472765760.3896),
    (658, 53, 'sit', '~d41c5c0e59b03771b7bd28326ff45478', 1472765861.5244),
    (659, 53, 'ha Achtung es erfolgt in wenigen Sekunden ein Neustart.', '~d41c5c0e59b03771b7bd28326ff45478', 1472766287.9504),
    (660, 53, 'ha Fixxes Katalog Ãœbersetzung. Wir bitten um verständniss', '~d41c5c0e59b03771b7bd28326ff45478', 1472766319.478),
    (661, 54, 'sit', '~6fb881fc40ed81a4371fcbffa7ded249', 1472766382.9856),
    (662, 53, 'Sit', '~d41c5c0e59b03771b7bd28326ff45478', 1472766774.6236),
    (663, 53, 'massenable 3', '~d41c5c0e59b03771b7bd28326ff45478', 1472767138.8992),
    (664, 53, 'enable 0', '~d41c5c0e59b03771b7bd28326ff45478', 1472767148.1656),
    (665, 53, 'fastwalk', '~d41c5c0e59b03771b7bd28326ff45478', 1472767154.546),
    (666, 53, 'override', '~d41c5c0e59b03771b7bd28326ff45478', 1472767170.9416),
    (667, 53, 'ha Neustart =)', '~d41c5c0e59b03771b7bd28326ff45478', 1472767460.8852),
    (668, 53, 'kill schattenpfeil', '~d41c5c0e59b03771b7bd28326ff45478', 1472768226.0028),
    (669, 53, 'ha bin kurz auto ausladen papa is aus italien back', '~d41c5c0e59b03771b7bd28326ff45478', 1472768571.9796),
    (670, 53, 'follow schattenpfeil', '~d41c5c0e59b03771b7bd28326ff45478', 1472769457.4512),
    (671, 53, 'sit', '~d41c5c0e59b03771b7bd28326ff45478', 1472769596.8216),
    (672, 53, 'ha Achtung emu neustart Seite 4 von 7 Fertig.', '~d41c5c0e59b03771b7bd28326ff45478', 1472770990.904),
    (673, 53, 'makesay marco ich bin schwul', '~d41c5c0e59b03771b7bd28326ff45478', 1472771358.909),
    (674, 53, 'makesay marco ich bin der größte noob und david is der king', '~d41c5c0e59b03771b7bd28326ff45478', 1472771388.003),
    (675, 54, 'give DiGit Coins 1000000', '~6fb881fc40ed81a4371fcbffa7ded249', 1472771972.0982),
    (676, 54, 'give DiGit duckets 1000000', '~6fb881fc40ed81a4371fcbffa7ded249', 1472771988.135),
    (677, 54, 'give DiGit diamonds 1000000', '~6fb881fc40ed81a4371fcbffa7ded249', 1472772006.8394),
    (678, 53, 'ha Achtung,inkürze erfolgt ein Neustart, Seite 5/7 wurde erfolgreich übersetzt.', '~d41c5c0e59b03771b7bd28326ff45478', 1472772842.2506),
    (679, 54, 'ha mach doch nicht nach jeder seite neustart', '~6fb881fc40ed81a4371fcbffa7ded249', 1472772859.707),
    (680, 53, 'ha doch', '~d41c5c0e59b03771b7bd28326ff45478', 1472772866.1966),
    (681, 54, 'ha warum', '~6fb881fc40ed81a4371fcbffa7ded249', 1472772870.9702),
    (682, 53, 'ha weil das Professioneler rüber kommt', '~d41c5c0e59b03771b7bd28326ff45478', 1472772884.4486),
    (683, 54, 'ha bei nur mitarbeiten online', '~6fb881fc40ed81a4371fcbffa7ded249', 1472772899.6118),
    (684, 53, 'ha ja damit jeder sieht was ich schaffe muahahhaah', '~d41c5c0e59b03771b7bd28326ff45478', 1472772913.371),
    (685, 54, 'ha oke dann ist ja gut', '~6fb881fc40ed81a4371fcbffa7ded249', 1472772926.5374),
    (686, 53, 'ha bg :*', '~d41c5c0e59b03771b7bd28326ff45478', 1472772933.1674),
    (687, 53, 'override', '~d41c5c0e59b03771b7bd28326ff45478', 1472773014.7242),
    (688, 53, 'override', '~d41c5c0e59b03771b7bd28326ff45478', 1472773030.0746),
    (689, 53, 'superpush marco', '~d41c5c0e59b03771b7bd28326ff45478', 1472773041.0726),
    (690, 53, 'push marco', '~d41c5c0e59b03771b7bd28326ff45478', 1472773049.1534),
    (691, 53, 'push marco', '~d41c5c0e59b03771b7bd28326ff45478', 1472773059.5586),
    (692, 53, 'pull marco', '~d41c5c0e59b03771b7bd28326ff45478', 1472773096.4526),
    (693, 54, 'sit', '~6fb881fc40ed81a4371fcbffa7ded249', 1472773107.6534),
    (694, 53, 'spull marco', '~d41c5c0e59b03771b7bd28326ff45478', 1472773110.3834),
    (695, 53, 'superpush marco', '~d41c5c0e59b03771b7bd2832
    [ERR] 1146 - Table 'hulla.users' doesn't exist
    [ERR]

    --
    -- Daten für Tabelle `users`
    --

    INSERT INTO `users` (`id`, `username`, `password`, `mail`, `auth_ticket`, `rank`, `rank_vip`, `credits`, `vip_points`, `activity_points`, `look`, `gender`, `motto`, `account_created`, `last_online`, `online`, `ip_last`, `ip_reg`, `home_room`, `is_muted`, `block_newfriends`, `hide_online`, `hide_inroom`, `vip`, `volume`, `last_change`, `machine_id`, `focus_preference`, `chat_preference`, `pets_muted`, `bots_muted`, `advertising_report_blocked`, `gotw_points`, `ignore_invites`, `time_muted`, `allow_gifts`, `trading_locked`, `friend_bar_state`, `disable_forced_effects`, `allow_mimic`, `working`, `secretcode`, `mymusik`, `real_name`, `lotterys_won`, `lottery_prize`, `Rolled`) VALUES
    (53, 'Waffel', 'f3bac7433e6cde1951a3c0fdedc11f19', 'david_celia@gmx.de', '', 9, 3, 49981684, 4826, 19509, 'sh-295-1336.hd-180-1370.lg-3391-1189-1314.hr-3163-1028.cc-3532-1193-92.ch-7194-62', 'M', '', '1473958655', 1477513928, '0', '80.135.51.145', '80.135.51.150', 35, '0', '0', '0', '0', '0', '100,100,100', 0, '3cb42d31869c5149bf0e75600d818624', '1', '1', '0', '0', '0', 0, '0', 0, '1', 0, '0', '0', '1', '0', '0', '0', '', 0, 15000, '2016-10-26 22:31:44'),
    (54, 'DiGit', 'c154425baad907a3d2014164101bb25b', 'dergruuh@gmail.com', '', 9, 3, 6332264, 5999599, 6228384, 'wa-3427-63-1408.ha-3480-1408.lg-3257-64.ea-3168-93.cc-3075-92.fa-3344-1409.hd-180-1.sh-3016-110.hr-891-43.ch-877-92-1408', 'M', 'Yugga only the future', '1473959379', 1479168737, '0', '109.47.2.98', '109.47.2.34', 0, '0', '0', '0', '0', '0', '100,100,100', 0, 'ec78b4aa1bb6ef1b983495f55fe1946f', '1', '0', '0', '0', '0', 0, '0', 0, '1', 0, '0', '0', '1', '0', '0', '0', '', 0, 15000, '2016-11-15 01:11:53'),
    (56, 'SchattenPfeil', '5a0b311b7e51594303a9ed57fadac633', 'viickiibabii@hotmail.de', '', 8, 0, 899560, 100000, 462873, 'ch-3342-63-63.hr-7345-32.lg-7500-110.ea-3484-62.ca-3217-92-92.he-1604-92.hd-605-1370', 'F', 'kurwa mać', '1474055792', 1479232450, '0', '91.17.30.240', '93.195.159.245', 0, '0', '0', '0', '0', '0', '100,100,100', 0, '2cfe28f297e633832a40db013a0eaac7', '0', '0', '0', '1', '0', 0, '0', 0, '1', 0, '0', '0', '1', '0', '0', '0', '', 0, 15000, '2016-11-15 18:53:45'),
    (59, 'Metro', '1b936f7a1f769adb4dbde64e823aa582', 'franz@hotmail.com', '', 8, 0, 10416, 1, 501321, 'hr-828-52.hd-185-1370.sh-290-1408.ch-3077-88-85.lg-285-91', 'M', 'Koffein in der Tat.', '1474129011', 1479073473, '0', '178.1.140.244', '94.222.126.84', 0, '0', '0', '0', '0', '0', '0,0,0', 0, '0abd0682be46c4b1dc2353f1df82ab35', '0', '0', '0', '0', '0', 0, '0', 0, '1', 0, '0', '0', '1', '0', '0', '0', '', 0, 15000, '2016-11-13 22:44:08'),
    (60, 'Jas1115', 'b35458deefb778e6cc295d768abba6ce', 'kjade235@gmail.com', '', 1, 1, 29100, 1, 3805, 'ch-3005-92-92.ha-1011-110.hr-678-39.cc-3010-110-110.sh-3064-110.lg-3006-92-92.hd-3096-8', 'F', '', '1473967802', 1477841199, '0', '92.224.179.165', '78.53.191.192', 0, '0', '0', '0', '0', '0', '100,100,100', 0, 'fa4e872a274e3bb7efc43a231fe3b929', '0', '0', '0', '0', '0', 0, '0', 0, '1', 0, '1', '0', '1', '0', '0', '0', '', 0, 15000, '2016-10-30 16:26:15'),
    (61, 'xXMaxQonXx', '3e0ed09a14b2d26f8e571127bccd5636', 'yuggahotel16@gmail.com', '', 1, 3, 27000, 1, 2515, 'fa-3344-1409.ha-3480-1408.hr-891-43.lg-3078-93.sh-290-1339.hd-180-1.ea-3168-93.ch-3015-103', 'M', '', '1473980743', 1475025457, '0', '109.42.0.62', '109.47.2.34', 0, '0', '0', '0', '0', '0', '100,100,100', 0, '45889422aaacbf6348c22eb1a0616c32', '0', '0', '0', '0', '0', 0, '0', 0, '1', 0, '1', '0', '1', '0', '0', '0', '', 0, 15000, '2016-10-18 16:09:10'),
    (64, 'sunny82do', '433b32190ec58820fd0fd763d40c0baa', 'honathalie@googlemail.com', '', 5, 3, 224246, 7, 138326, 'sh-3064-105.hr-3251-1396-60.ca-3217-105-105.lg-3006-92-105.hd-600-8.ch-3005-92-105', 'F', 'Game of Thrones', '1473959500', 1479057988, '0', '79.226.226.20', '79.226.245.130', 121, '0', '0', '0', '0', '0', '100,100,100', 0, '93dc6d0402e6ad11950361d8aaf08b26', '0', '0', '0', '0', '0', 0, '0', 0, '1', 0, '0', '0', '1', '0', '0', '0', '', 0, 15000, '2016-11-13 18:26:03'),
    (65, 'Keloggs.', 'ac0a7c97bc7897dc23ad19110915a346'
    [SQL] Finished successfully with error


    @Airport

  • Importier zuest diesen SQL, danach deinen nochmal:

    SQL
    SET @@global.sql_mode= '';

    EDIT:
    [ERR] 2006 - MySQL server has gone away
    [ERR] 1146 - Table 'hulla.logs_client_staff' doesn't exist
    [ERR] 1146 - Table 'hulla.users' doesn't exist

Jetzt mitmachen!

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