Emulator Problem.

  • Nix mit falsche Datenbank (sofern du eine Datenbank für die Version 3.11 benutzt.)

    Update deine Datenbank mit folgendem Query:

    Falls du die Phoenix 3.11 Datenbank brauchst der Download wird angehängt

  • Ich habe diese MySQL Abfragen vom Thread auch eingefügt.


    Ich habe die MySQL Abfragen von dir eingefügt und da komm ein Fehler.
    Thread Link : Phoenix Emulator 3.11.0 OPEN SOURCE!
    Ich werde es mit der Datenbank probieren, wenn es klappt dann gebe ich dir ein Thanks. :)

  • Steht der Fehler nicht schon da?

    Lösch die Tabelle "Server_settings" und füg dies ein: /*
    Navicat MySQL Data Transfer

    Source Server : hi
    Source Server Version : 50611
    Source Host : localhost:3306
    Source Database : chobba2

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

    Date: 2013-07-03 15:57:10
    */

    SET FOREIGN_KEY_CHECKS=0;

    -- ----------------------------
    -- Table structure for `server_settings`
    -- ----------------------------
    DROP TABLE IF EXISTS `server_settings`;
    CREATE TABLE `server_settings` (
    `motd` text NOT NULL,
    `timer` int(11) NOT NULL DEFAULT '15',
    `pixels` int(11) NOT NULL DEFAULT '15',
    `credits` int(11) NOT NULL DEFAULT '75',
    `enable_chatlogs` enum('0','1') NOT NULL DEFAULT '1',
    `enable_roomlogs` enum('0','1') NOT NULL DEFAULT '1',
    `vipclothesforhcusers` enum('1','0') NOT NULL DEFAULT '1',
    `MaxRoomsPerUser` int(4) NOT NULL DEFAULT '50',
    `enable_externalchatlinks` enum('disabled','blacklist','whitelist') NOT NULL DEFAULT 'disabled',
    `enable_securesessions` enum('1','0') NOT NULL DEFAULT '1',
    `enable_cmdlogs` enum('0','1') NOT NULL DEFAULT '1',
    `allow_friendfurnidrops` enum('0','1') NOT NULL DEFAULT '1',
    `enable_cmd_redeemcredits` enum('0','1') NOT NULL DEFAULT '1',
    `points` int(11) NOT NULL DEFAULT '0',
    `pixels_max` int(15) NOT NULL DEFAULT '0',
    `credits_max` int(15) NOT NULL DEFAULT '0',
    `points_max` int(15) NOT NULL DEFAULT '0',
    `enable_antiddos` enum('0','1') NOT NULL DEFAULT '1',
    `MaxPetsPerRoom` int(2) NOT NULL DEFAULT '15',
    `MarketPlaceTax` int(2) NOT NULL DEFAULT '1',
    `MaxMarketPlacePrice` int(9) NOT NULL DEFAULT '10000',
    `unload_crashedrooms` enum('0','1') NOT NULL DEFAULT '1',
    `ShowUsersAndRoomsInAbout` enum('0','1') NOT NULL DEFAULT '1',
    `idlesleep` int(6) NOT NULL DEFAULT '300',
    `idlekick` int(6) NOT NULL DEFAULT '1200',
    `ip_lastforbans` enum('0','1') NOT NULL DEFAULT '0'
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

    -- ----------------------------
    -- Records of server_settings
    -- ----------------------------
    INSERT INTO `server_settings` VALUES ('', '15', '50', '50', '1', '1', '0', '50', 'disabled', '1', '1', '1', '1', '0', '0', '0', '0', '1', '15', '1', '100000', '1', '1', '300', '3600', '0');

Jetzt mitmachen!

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