It can’t create crawler sitemap again
-
This is the code:SWNLSGMT
I had test there code in the phpmyadmin:
They always didn’t work.
CREATE TABLE IF NOT EXISTS
wp_litespeed_crawler
(id
bigint(20) unsigned NOT NULL AUTO_INCREMENT,url
varchar(1000) NOT NULL DEFAULT ”,res
varchar(255) NOT NULL DEFAULT ” COMMENT ‘-=not crawl, H=hit, M=miss, B=blacklist’,reason
text NOT NULL COMMENT ‘response code, comma separated’,mtime
timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (id
),
KEYurl
(url
(191)),
KEYres
(res
)
)CREATE TABLE IF NOT EXISTS
wp_litespeed_crawler_blacklist
(id
bigint(20) unsigned NOT NULL AUTO_INCREMENT,url
varchar(1000) NOT NULL DEFAULT ”,res
varchar(255) NOT NULL DEFAULT ” COMMENT ‘-=Not Blacklist, B=blacklist’,reason
text NOT NULL COMMENT ‘Reason for blacklist, comma separated’,mtime
timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (id
),
KEYurl
(url
(191)),
KEYres
(res
)
)
ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.