Things that the plugin adds to the site. This section is not intended to be comprehensive.
The test tool only looks for a few specific types of added content.
Database Tables 12
wp_stephino_rpg_buildings
wp_stephino_rpg_cities
wp_stephino_rpg_convoys
wp_stephino_rpg_entities
wp_stephino_rpg_islands
wp_stephino_rpg_messages
wp_stephino_rpg_ptf_plays
wp_stephino_rpg_ptfs
wp_stephino_rpg_queues
wp_stephino_rpg_research_fields
wp_stephino_rpg_statistics
wp_stephino_rpg_users
Options wp_options1
stephino_rpg_cache
PHP Error Log 152 lines
[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_users' already exists for query CREATE TABLE `wp_stephino_rpg_users` (
`user_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
`user_wp_id` bigint(20) UNSIGNED,
`user_created` int(11) UNSIGNED NOT NULL DEFAULT '0',
`user_score` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`user_battle_victories` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`user_battle_draws` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`user_battle_defeats` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`user_resource_gold` decimal(24,4) UNSIGNED NOT NULL DEFAULT '0',
`user_resource_research` decimal(24,4) UNSIGNED NOT NULL DEFAULT '0',
`user_resource_gem` decimal(24,4) UNSIGNED NOT NULL DEFAULT '0',
`user_tutorial_level` int(4) UNSIGNED NOT NULL DEFAULT '0',
`user_last_tick` int(11) UNSIGNED NOT NULL DEFAULT '0',
`user_last_tick_robot` int(11) UNSIGNED NOT NULL DEFAULT '0',
`user_last_tick_ajax` int(11) UNSIGNED NOT NULL DEFAULT '0',
`user_banned` int(11) UNSIGNED NOT NULL DEFAULT '0',
`user_game_settings` text NOT NULL DEFAULT '',
UNIQUE KEY `user_id` (`user_id`)
); made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Stephino_Rpg_WordPress::{closure}, Stephino_Rpg_Task_Cron::robots, Stephino_Rpg_Task_Initializer::initWorld, Stephino_Rpg_Db::get, Stephino_Rpg_Db->__construct, dbDelta
[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_messages' already exists for query CREATE TABLE `wp_stephino_rpg_messages` (
`message_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
`message_to` bigint(20) UNSIGNED NOT NULL,
`message_from` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`message_type` char(1) NOT NULL,
`message_subject` varchar(128) NOT NULL DEFAULT '',
`message_content` text NOT NULL DEFAULT '',
`message_read` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
`message_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
UNIQUE KEY `message_id` (`message_id`)
); made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Stephino_Rpg_WordPress::{closure}, Stephino_Rpg_Task_Cron::robots, Stephino_Rpg_Task_Initializer::initWorld, Stephino_Rpg_Db::get, Stephino_Rpg_Db->__construct, dbDelta
[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_ptfs' already exists for query CREATE TABLE `wp_stephino_rpg_ptfs` (
`ptf_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
`ptf_user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`ptf_name` varchar(64) NOT NULL DEFAULT '',
`ptf_content` text NOT NULL DEFAULT '',
`ptf_width` int(3) UNSIGNED NOT NULL DEFAULT '26',
`ptf_height` int(3) UNSIGNED NOT NULL DEFAULT '15',
`ptf_version` int(11) UNSIGNED NOT NULL DEFAULT '1',
`ptf_created_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
`ptf_modified_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
`ptf_started` int(11) UNSIGNED NOT NULL DEFAULT '0',
`ptf_finished` int(11) UNSIGNED NOT NULL DEFAULT '0',
`ptf_finished_won` int(11) UNSIGNED NOT NULL DEFAULT '0',
`ptf_rating` decimal(6,4) UNSIGNED NOT NULL DEFAULT '0',
`ptf_rating_count` int(11) UNSIGNED NOT NULL DEFAULT '0',
`ptf_visibility` char(1) NOT NULL DEFAULT 'p',
UNIQUE KEY `ptf_id` (`ptf_id`)
); made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Stephino_Rpg_WordPress::{closure}, Stephino_Rpg_Task_Cron::robots, Stephino_Rpg_Task_Initializer::initWorld, Stephino_Rpg_Db::get, Stephino_Rpg_Db->__construct, dbDelta
[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_ptf_plays' already exists for query CREATE TABLE `wp_stephino_rpg_ptf_plays` (
`ptf_play_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
`ptf_play_ptf_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`ptf_play_user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`ptf_play_started` int(11) UNSIGNED NOT NULL DEFAULT '0',
`ptf_play_started_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
`ptf_play_finished` int(11) UNSIGNED NOT NULL DEFAULT '0',
`ptf_play_won` int(11) UNSIGNED NOT NULL DEFAULT '0',
`ptf_play_won_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
`ptf_play_rating` decimal(6,4) UNSIGNED NOT NULL DEFAULT '0',
`ptf_play_rating_count` int(11) UNSIGNED NOT NULL DEFAULT '0',
UNIQUE KEY `ptf_play_id` (`ptf_play_id`)
); made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Stephino_Rpg_WordPress::{closure}, Stephino_Rpg_Task_Cron::robots, Stephino_Rpg_Task_Initializer::initWorld, Stephino_Rpg_Db::get, Stephino_Rpg_Db->__construct, dbDelta
[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_convoys' already exists for query CREATE TABLE `wp_stephino_rpg_convoys` (
`convoy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
`convoy_from_user_id` bigint(20) UNSIGNED NOT NULL,
`convoy_to_user_id` bigint(20) UNSIGNED NOT NULL,
`convoy_from_island_id` bigint(20) UNSIGNED NOT NULL,
`convoy_to_island_id` bigint(20) UNSIGNED NOT NULL,
`convoy_from_city_id` bigint(20) UNSIGNED NOT NULL,
`convoy_to_city_id` bigint(20) UNSIGNED NOT NULL,
`convoy_type` char(1) NOT NULL DEFAULT 'a',
`convoy_travel_duration` int(11) UNSIGNED NOT NULL DEFAULT '0',
`convoy_travel_fast` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
`convoy_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
`convoy_retreat_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
`convoy_payload` text NOT NULL DEFAULT '',
UNIQUE KEY `convoy_id` (`convoy_id`)
); made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Stephino_Rpg_WordPress::{closure}, Stephino_Rpg_Task_Cron::robots, Stephino_Rpg_Task_Initializer::initWorld, Stephino_Rpg_Db::get, Stephino_Rpg_Db->__construct, dbDelta
[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_queues' already exists for query CREATE TABLE `wp_stephino_rpg_queues` (
`queue_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
`queue_user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`queue_city_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`queue_item_type` char(1) NOT NULL DEFAULT 'b',
`queue_item_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`queue_quantity` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`queue_duration` decimal(24,4) UNSIGNED NOT NULL DEFAULT '0',
`queue_time` int(11) UNSIGNED NOT NULL DEFAULT '0',
UNIQUE KEY `queue_id` (`queue_id`)
); made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Stephino_Rpg_WordPress::{closure}, Stephino_Rpg_Task_Cron::robots, Stephino_Rpg_Task_Initializer::initWorld, Stephino_Rpg_Db::get, Stephino_Rpg_Db->__construct, dbDelta
[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_islands' already exists for query CREATE TABLE `wp_stephino_rpg_islands` (
`island_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
`island_name` varchar(128) NOT NULL,
`island_config_id` int(11) UNSIGNED NOT NULL DEFAULT '0',
`island_statue_config_id` int(11) UNSIGNED NOT NULL DEFAULT '0',
`island_statue_level` int(11) UNSIGNED NOT NULL DEFAULT '1',
`island_is_full` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
UNIQUE KEY `island_id` (`island_id`)
); made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Stephino_Rpg_WordPress::{closure}, Stephino_Rpg_Task_Cron::robots, Stephino_Rpg_Task_Initializer::initWorld, Stephino_Rpg_Db::get, Stephino_Rpg_Db->__construct, dbDelta
[24-Nov-2020 13:09:52 UTC] WordPress database error Table 'wp_stephino_rpg_cities' already exists for query CREATE TABLE `wp_stephino_rpg_cities` (
`city_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
`city_created` int(11) UNSIGNED NOT NULL DEFAULT '0',
(+52 more lines)