Skip to content

[WORK IN PROGRESS] Analysis & transfert between CMS Made Simple (CMSMS) and WordPress (WP) DataBases.

Notifications You must be signed in to change notification settings

undless/WP-vs-CMSMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP-vs-CMSMS

Analysis & transfert between CMS Made Simple (CMSMS) and WordPress (WP) DataBases.

WORK IN PROGRESS...

WP DB Analysis

Intresting tables :

  • wp_posts.sql
    • ID
    • post_date_gmt
    • post_title
    • post_type
    • post_status
    • post_name
    • post_content
  • wp_term_relationships.sql
  • wp_term_taxonomy.sql
  • wp_terms.sql

CMSMS DB Analysis

Intresting tables :

  • cms_module_news.sql
  • cms_module_news_categories.sql
  • cms_module_news_fielddefs.sql
  • cms_module_news_fieldvals.sql
  • cms_users.sql

TO DO LIST

Next steps :

  • Read both WP and CMSMS DB
  • Write into WP and CMSMS DB
  • Analyse both table to find links
  • Configure the script to copy from a DB into the other DB

Warning :

  • Check relative url of pics

To include :

  • TUTO : How to make a DB DUMP from MySQL

by undless

About

[WORK IN PROGRESS] Analysis & transfert between CMS Made Simple (CMSMS) and WordPress (WP) DataBases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published