Unconfigured Ad Widget

Collapse

Anúncio

Collapse
No announcement yet.

Está SQL qual versão usa ?

Collapse
X
 
  • Filter
  • Tempo
  • Show
Clear All
new posts

  • Font Size
    #1

    Duvida Está SQL qual versão usa ?

    Galera , está sql aqui é pra cria um xat.com private , eu estava tentando executa-lá , no appserv 1.5.0 com navicat , mas da erro.

    Alguem sabe qual MYSQL suporta etá sql ?

    Código PHP:
    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 */;

    --
    -- 
    Database: `julpai_xat`
    --

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

    --
    -- 
    Table structure for table `bans`
    --

    CREATE TABLE IF NOT EXISTS `bans` (
      `
    chatidint(11NOT NULL,
      `
    useridint(11NOT NULL,
      `
    unbandatebigint(20NOT NULL
    ENGINE=MyISAM DEFAULT CHARSET=latin1;

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

    --
    -- 
    Table structure for table `chats`
    --

    CREATE TABLE IF NOT EXISTS `chats` (
      `
    idint(255NOT NULL AUTO_INCREMENT,
      `
    namevarchar(255NOT NULL,
      `
    bgvarchar(255NOT NULL,
      `
    emailvarchar(255NOT NULL,
      
    PRIMARY KEY (`id`)
    ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=207 ;

    INSERT INTO `chats` (`id`, `name`, `bg`, `email`) VALUES
    (1'Lobby''http://i51.tinypic.com/eiqrd2.png'''),
    (
    2'help''http://4.bp.blogspot.com/-zJkxbK6E6Q8/TaT2Q39iX8I/AAAAAAAACYo/JW9_Syo3c_4/s400/2z3pagp.gif''julia.on@live.com'),
    (
    3'trade''http://tradec.com.br/wordpress/wp-content/uploads/painel_foto-institucional-trade.png''pricila2012@hotmail.com'),
    (
    4'test''http://i835.photobucket.com/albums/zz272/DefectXat/bluehelp.png''julia.on@live.com'),
    (
    4'Ajuda''http://img132.imageshack.us/img132/1867/ajudateste.jpg''capim.ichat@live.com'),


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

    --
    -- 
    Table structure for table `log`
    --

    CREATE TABLE IF NOT EXISTS `log` (
      `
    idint(11NOT NULL AUTO_INCREMENT,
      `
    useridint(11NOT NULL,
      `
    actionvarchar(999NOT NULL,
      
    PRIMARY KEY (`id`)
    ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9397 ;

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

    --
    -- 
    Table structure for table `powers`
    --

    CREATE TABLE IF NOT EXISTS `powers` (
      `
    idint(11NOT NULL AUTO_INCREMENT COMMENT 'Power ID',
      `
    sectionvarchar(255NOT NULL DEFAULT 'p0' COMMENT 'P string index',
      `
    namevarchar(255NOT NULL COMMENT 'Power name',
      `
    subidbigint(20NOT NULL COMMENT 'ID in the p string',
      `
    costint(11NOT NULL,
      
    PRIMARY KEY (`id`)
    ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=36 ;


    INSERT INTO `powers` (`id`, `section`, `name`, `subid`, `cost`) VALUES
    (1'p0''topman'2200),
    (
    2'p0''subhide'4100),
    (
    3'p0''mod8'8500),
    (
    4'p0''zoom'16300),
    (
    5'p0''nofollow'32100),
    (
    6'p0''invert'64200),
    (
    7'p0''mirror'128100),
    (
    8'p0''noaudices'25610),
    (
    9'p0''reghide'512100),
    (
    10'p0''nopc'1024200),
    (
    11'p0''tempmod'2048280),
    (
    12'p0''hat'409650),
    (
    13'p0''red'8192100),
    (
    14'p0''green'16384100),
    (
    15'p0''blue'32768100),
    (
    16'p0''light'65536100),
    (
    17'p0''heart'1310727000),
    (
    18'p0''shuffle'26214415),
    (
    19'p0''animate'524288320),
    (
    20'p0''square'1048576180),
    (
    21'p0''nameglow'2097152300),
    (
    22'p0''clear'153974000),
    (
    23'p0''boot'153987000),
    (
    24'p0''gback'153996000),
    (
    25'p0''angel'154009000),
    (
    26'p0''diamond'153962000),
    (
    27'p0''gag'153952000),
    (
    28'p0''fade'153943000),
    (
    29'p0''six'1539327000),
    (
    30'p0''fruit'153931500),
    (
    31'p0''halloween'1539301000),
    (
    32'p0''thanksgiving'1539291000),
    (
    33'p0''snowy'153928600),
    (
    34'p0''christmas'1539272000),
    (
    35'p0''irish'153926600),
    (
    36'p0''easter'153925500),
    (
    37'p0''military'153924500),
    (
    38'p0''gkaliens'1539231000),
    (
    39'p0''scifi'153922900),
    (
    40'p0''independence'153921500),
    (
    41'p0''blastde'153920700),
    (
    42'p0''summer'153919200),
    (
    43'p0''adventure'153918600),
    (
    44'p0''feast'153917700),
    (
    45'p0''shocker'153916700),
    (
    46'p0''fairy'153915900),
    (
    47'p0''gkbear'153914200),
    (
    48'p0''angry'1539132000),
    (
    49'p0''ugly'153912400),
    (
    50'p0''gkkitty'153911200),
    (
    51'p0''hero'153910400),
    (
    52'p0''gkpanda'153909300),
    (
    53'p0''unwell'153908400),
    (
    54'p0''sins'1539072000),
    (
    55'p0''outfit'153906300),
    (
    56'p0''wildwest'153905500),
    (
    57'p0''work'153904300),
    (
    58'p0''beach'153903400),
    (
    59'p0''candy'153902600),
    (
    60'p0''flower'1539012000),
    (
    61'p0''stoneage'153900300),
    (
    62'p0''spaceban'1538993000),
    (
    63'p0''dance'153898200),


    (-
    4'p1''namecolor'1530110000),
    (-
    3'p1''valentine'153009000),
    (-
    2'p1''purple'825000),
    (-
    1'p1''yellow'1650000);
    -- --------------------------------------------------------

    --
    -- 
    Table structure for table `ranks`
    --

    CREATE TABLE IF NOT EXISTS `ranks` (
      `
    chatidint(11NOT NULL,
      `
    useridint(11NOT NULL,
      `
    fint(11NOT NULL
    ENGINE=MyISAM DEFAULT CHARSET=latin1;
    -- --------------------------------------------------------

    --
    -- 
    Table structure for table `userpowers`
    --

    CREATE TABLE IF NOT EXISTS `userpowers` (
      `
    useridint(11NOT NULL,
      `
    poweridint(11NOT NULL,
      `
    countint(11NOT NULL
    ENGINE=MyISAM DEFAULT CHARSET=latin1;


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

    --
    -- 
    Table structure for table `users`
    --

    CREATE TABLE IF NOT EXISTS `users` (
      `
    idint(255NOT NULL AUTO_INCREMENT,
      `
    usernamevarchar(255NOT NULL,
      `
    nicknamevarchar(255NOT NULL,
      `
    passwordvarchar(255NOT NULL,
      `
    avatarvarchar(255NOT NULL,
      `
    urlvarchar(255NOT NULL,
      `
    kint(255NOT NULL,
      `
    k2int(255NOT NULL,
      `
    k3int(255NOT NULL,
      `
    xatsint(11NOT NULL DEFAULT '50000',
      `
    daysint(11NOT NULL DEFAULT '3600',
      `
    emailvarchar(999NOT NULL,
      `
    powersvarchar(255NOT NULL,
      `
    enabledvarchar(255NOT NULL,
      
    PRIMARY KEY (`id`)
    ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1144 ;

    (`
    1``Ju``emersonmeuamor``http://www.xatworld.com/xatimages/xatbootbuy_1.gif``www.google.com``9000000``90000`)
    (`
    2``ixat``aa334455``http://www.xatworld.com/xatimages/xatbootbuy_1.gif``www.google.com``1000000``415`)
    (`
    666``Zica``purpleabcd``http://www.xatworld.com/xatimages/xatbootbuy_1.gif``www.google.com``667000``100`)
    (`
    10``Boss``vollunter10``http://www.xatworld.com/xatimages/xatbootbuy_1.gif``www.google.com``37000``100`)
    (`
    12``trade``pricila``http://www.xatworld.com/xatimages/xatbootbuy_1.gif``www.google.com``50000``4000`)
    (`
    17``Andy``147anderso``http://www.xatworld.com/xatimages/xatbootbuy_1.gif``www.google.com``38000``220`)
    (`
    22``Wiki``Wiki``http://www.xatworld.com/xatimages/xatbootbuy_1.gif``www.google.com``56000``415`)
    (`
    157``Ladrao``yagospynet``http://www.xatworld.com/xatimages/xatbootbuy_1.gif``www.ladrao.com.br``45000``220`) 
X
Working...
X