Odp: Baza danych problem
Fragment bazy danych z notatnika(Fragment od poczatku bazy)
SQLite format 3 @ ?? ? t v??????????????µ?«¦??—’???~yt uV tU sT rR qO pM oJ nH mF lD kB j@ i= h9 f6 B3 >1 7, 2( .# ) & !
? ?? !encryption !db_version
? ?? !encryption!db_version
” ??” "E Welcome to PokexCyan Server!= Welcome to pokemon dash!&M Welcome to The Forgotten Server!
? ???
? ?????
Px?»
PA6¬
O™md
O—5"
? ????? Px?» PA6¬ O™md O—5"
? ?
"?PK?9wfwfwfwfw
????? ?$''‚tableserver_configserver_configCREATE TABLE "server_config" (
"config" VARCHAR(35) NOT NULL DEFAULT '',
"value" INTEGER NOT NULL,
UNIQUE ("config")
)9M' indexsqlite_autoindex_server_config_1server_config?C##‚Mtableserver_motdserver_motdCREATE TABLE "server_motd" (
"id" INTEGER NOT NULL,
"world_id" INTEGER NOT NULL DEFAULT 0,
"text" TEXT NOT NULL DEFAULT '',
UNIQUE ("id", "world_id")
)5I# indexsqlite_autoindex_server_motd_1server_motd?[''‚utableserver_recordserver_recordCREATE TABLE "server_record" (
"record" INTEGER NOT NULL,
"world_id" INTEGER NOT NULL DEFAULT 0,
"timestamp" INTEGER NOT NULL,
UNIQUE ("record", "world_id", "timestamp")
)9M' indexsqlite_autoindex_server_record_1server_record
W W?? ?))…utableserver_reportsserver_reportsCREATE TABLE "server_reports" (
"id" INTEGER PRIMARY KEY,
"world_id" INTEGER NOT NULL DEFAULT 0,
"player_id" INTEGER NOT NULL DEFAULT 0,
"posx" INTEGER NOT NULL DEFAULT 0,
"posy" INTEGER NOT NULL DEFAULT 0,
"posz" INTEGER NOT NULL DEFAULT 0,
"timestamp" INTEGER NOT NULL DEFAULT 0,
"report" TEXT NOT NULL DEFAULT '',
"reads" INTEGER NOT NULL DEFAULT 0
)?U†}tableaccountsaccountsCREATE TABLE "accounts" (
"id" INTEGER PRIMARY KEY NOT NULL,
"name" VARCHAR(255) NOT NULL,
"password" VARCHAR(255) NOT NULL,
"premdays" INTEGER NOT NULL DEFAULT 0,
"lastday" INTEGER NOT NULL DEFAULT 0,
"email" VARCHAR(255) NOT NULL DEFAULT '',
"key" VARCHAR(20) NOT NULL DEFAULT '0',
"blocked" BOOLEAN NOT NULL DEFAULT 0,
"warnings" INTEGER NOT NULL DEFAULT 0,
"group_id" INTEGER NOT NULL DEFAULT 1,