From 1f74de179b9ee8efd4a3b23213c1b65e1d2ce1f6 Mon Sep 17 00:00:00 2001 From: Herb Miller Date: Sat, 10 Mar 2018 12:43:24 +0000 Subject: [PATCH] Issue #15 - first pass routines to analyse current situation --- converter/.~lock.estimate.ods# | 1 + converter/class-component-counter.php | 40 + converter/components-sites.csv | 1690 +++++++++++++++++++++++++ converter/converter.php | 129 ++ converter/counter.php | 96 ++ converter/estimate.csv | 192 +++ converter/estimate.ods | Bin 0 -> 23894 bytes converter/fred | 111 ++ converter/local_sites.csv | 371 ++++++ converter/sites.csv | 372 ++++++ 10 files changed, 3002 insertions(+) create mode 100644 converter/.~lock.estimate.ods# create mode 100644 converter/class-component-counter.php create mode 100644 converter/components-sites.csv create mode 100644 converter/converter.php create mode 100644 converter/counter.php create mode 100644 converter/estimate.csv create mode 100644 converter/estimate.ods create mode 100644 converter/fred create mode 100644 converter/local_sites.csv create mode 100644 converter/sites.csv diff --git a/converter/.~lock.estimate.ods# b/converter/.~lock.estimate.ods# new file mode 100644 index 0000000..d4d441f --- /dev/null +++ b/converter/.~lock.estimate.ods# @@ -0,0 +1 @@ +Herb Miller,QW/Herb,qw,09.03.2018 14:28,file:///C:/Users/Herb/AppData/Roaming/OpenOffice/4; \ No newline at end of file diff --git a/converter/class-component-counter.php b/converter/class-component-counter.php new file mode 100644 index 0000000..e12b73d --- /dev/null +++ b/converter/class-component-counter.php @@ -0,0 +1,40 @@ +components = array(); + $this->components['plugins'] = array(); + $this->components['themes'] = array(); + } + + public function add( $component, $type ) { + if ( !isset( $this->components[ $type ][ $component ] ) ) { + $this->components[ $type ][ $component ] = 0; + } + $this->components[ $type ][ $component ] += 1; + } + + public function report() { + //print_r( $this->components ); + echo "Type,Component,Count" . PHP_EOL; + $components = 0; + foreach ( $this->components as $type => $data ) { + foreach ( $data as $component => $count ) { + echo "$type,$component,$count" . PHP_EOL; + $total += $count; + $components++; + } + } + echo "Totals,$components,$total" . PHP_EOL; + } + +} diff --git a/converter/components-sites.csv b/converter/components-sites.csv new file mode 100644 index 0000000..30296dd --- /dev/null +++ b/converter/components-sites.csv @@ -0,0 +1,1690 @@ + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem Run oik-wp in batch mode so that you can test some code outwith the browser + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem php c:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php ../play/terms.php counter.php + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem php c:\apache\htdocs\oikcouk\wp-content\plugins\oik-batch\oik-wp.php counter.php + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem For MultiSite you need to pass the domain name somehow e.g. url=genesis.wp.a2z + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem and for sub-directory installs you need to pass the path. e.g. url=qw path=officialcaravan + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem we could use oik-ms.php to cater for MultiSite if it's any easier. + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>php C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php counter.php +Domain: localhost + +cli +End cli:oik_batch_loaded +cli +Array +( + [SERVER_SOFTWARE] => + [REQUEST_URI] => / + [ALLUSERSPROFILE] => C:\ProgramData + [APPDATA] => C:\Users\Herb\AppData\Roaming + [asl_log] => Destination=file + [CommonProgramFiles] => C:\Program Files\Common Files + [CommonProgramFiles(x86)] => C:\Program Files (x86)\Common Files + [CommonProgramW6432] => C:\Program Files\Common Files + [COMPUTERNAME] => QW + [ComSpec] => C:\WINDOWS\system32\cmd.exe + [FPS_BROWSER_APP_PROFILE_STRING] => Internet Explorer + [FPS_BROWSER_USER_PROFILE_STRING] => Default + [FP_NO_HOST_CHECK] => NO + [HOMEDRIVE] => C: + [HOMEPATH] => \Users\Herb + [LOCALAPPDATA] => C:\Users\Herb\AppData\Local + [LOGONSERVER] => \\QW + [MAGICK_HOME] => C:\ImageMagick-6.9.3-7 + [NUMBER_OF_PROCESSORS] => 4 + [OneDrive] => C:\Users\Herb\OneDrive + [OS] => Windows_NT + [Path] => C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Acronis\SnapAPI\;C:\Program Files\TortoiseSVN\bin;C:\ProgramData\ComposerSetup\bin;C:\ImageMagick-6.9.3-7;c:\php;c:\php\ext;C:\Program Files (x86)\Skype\Phone\;C:\vslick\win;C:\mysql\bin;C:\d_drive\dos;C:\cygwin\bin;C:\Users\Herb\AppData\Roaming\npm;C:\Program Files\nodejs;C:\Program Files\Calibre2\;C:\Program Files (x86)\Common Files\Seagate\SnapAPI\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile64\;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Users\Herb\AppData\Local\Microsoft\WindowsApps;C:\Users\Herb\AppData\Roaming\npm + [PATHEXT] => .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PHP; + [PROCESSOR_ARCHITECTURE] => AMD64 + [PROCESSOR_IDENTIFIER] => AMD64 Family 22 Model 0 Stepping 1, AuthenticAMD + [PROCESSOR_LEVEL] => 22 + [PROCESSOR_REVISION] => 0001 + [ProgramData] => C:\ProgramData + [ProgramFiles] => C:\Program Files + [ProgramFiles(x86)] => C:\Program Files (x86) + [ProgramW6432] => C:\Program Files + [PROMPT] => $P$G + [PSModulePath] => C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\ + [PUBLIC] => C:\Users\Public + [SESSIONNAME] => Console + [SystemDrive] => C: + [SystemRoot] => C:\WINDOWS + [TEMP] => C:\Users\Herb\AppData\Local\Temp + [TMP] => C:\Users\Herb\AppData\Local\Temp + [USERDOMAIN] => QW + [USERDOMAIN_ROAMINGPROFILE] => QW + [USERNAME] => Herb + [USERPROFILE] => C:\Users\Herb + [VBOX_MSI_INSTALL_PATH] => C:\Program Files\Oracle\VirtualBox\ + [windir] => C:\WINDOWS + [PHP_SELF] => C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php + [SCRIPT_NAME] => C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php + [SCRIPT_FILENAME] => C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php + [PATH_TRANSLATED] => C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php + [DOCUMENT_ROOT] => + [REQUEST_TIME_FLOAT] => 1520681598.4475 + [REQUEST_TIME] => 1520681598 + [argv] => Array + ( + [0] => C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php + [1] => counter.php + ) + + [argc] => 2 + [HTTP_HOST] => localhost + [SERVER_NAME] => localhost + [SERVER_PORT] => 80 + [SERVER_PROTOCOL] => + [request_type] => cli +) + +oik-wp running WordPress 4.9.4 +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter +cli +Shifting argv +NOTWP,#,, +............................................................................................ +4.9.4,.,66,26 +NOTWP,..,, +NOTWP,.idea,, +NOTWP,18may,, +....... +4.8,achoired-taste,2,5 +......................................... +3.8.1,act,29,12 +.................................... +4.9.2,aldworth,26,10 +NOTWP,anchorgo,, +NOTWP,anchorgolfcom,, +............ +3.9,andrea,5,7 +................................................. +4.3.1,aumabs,32,17 +.............................. +4.2.2,balancingbyart,18,12 +...................................... +3.5.1,bettercorestrength,23,15 +........................... +4.8,bigram,23,4 +........ +4.5.4,bigram-renamed,0,8 +............................. +3.0.3,blogbbf,14,15 +NOTWP,bobbingw,, +.................. +4.8,broad-builders,14,4 +............... +4.9-alpha-40977,build,5,10 +NOTWP,bw,, +NOTWP,bwarchive,, +................................................................. +4.7.8,bwcom,50,15 +................. +3.6.1,bwcom-renamed,11,6 +.......................................................................................................................... +4.7.3,bwdesign,86,36 +............... +3.6.1,bwdevel,11,4 +NOTWP,bwpcsupp,, +NOTWP,bwts,, +NOTWP,bwwdcouk,, +NOTWP,caravan,, +NOTWP,ccd,, +NOTWP,cjgs,, +...................... +4.1.1,classic,12,10 +NOTWP,classicc,, +........................... +4.4.2,coaching2inspire,16,11 +.................................... +4.7.5,colours,28,8 +.................................... +4.7.3,cookie-cat,28,8 +NOTWP,cookie-category,, +NOTWP,customers,, +.................................................... +4.9.4,cwiccer,47,5 +......... +3.0,dealwithstress,4,5 +NOTWP,denise,, +NOTWP,deniseth,, +............... +3.0,design,9,6 +NOTWP,dimcl,, +NOTWP,downloads,, +NOTWP,drupal-libraries,, +NOTWP,drupal-modules,, +NOTWP,dtib,, +.............................. +4.5.3,dws,22,8 +............................... +3.4.2,edw,20,11 +..................... +3.3.1,eedge,11,10 +................... +3.4.2,eedge1114,13,6 +.................. +3.3.1,eedge1114b,12,6 +................................. +3.3.1,eft,18,15 +NOTWP,eie,, +......................... +4.7.2,engarc,20,5 +............. +3.5,eoci,7,6 +NOTWP,fabt,, +NOTWP,findaballtees,, +NOTWP,findabalti,, +NOTWP,fionathomas,, +NOTWP,fobbonghide,, +NOTWP,foppapedretti,, +................................ +3.0.5,fsp,20,12 +NOTWP,funkygreen,, +NOTWP,gdw,, +................ +4.9.1,gdwifa,10,6 +NOTWP,gdwifa-couk,, +NOTWP,gibberd,, +NOTWP,git,, +NOTWP,gkz,, +NOTWP,gordontate,, +NOTWP,gravity,, +NOTWP,grippii,, +...................... +3.3.1,gtate,14,8 +................................................................. +4.8,hallsgs,43,22 +...................................................................... +4.3.6,hampshire-eft,51,19 +.................................................... +4.3.1,handmadestudios,40,12 +...................... +3.3.1,happystevehook,16,6 +NOTWP,harvest,, +NOTWP,hcc,, +......... +NOVER,heft,0,9 +NOTWP,hehall,, +NOTWP,herb,, +.............................................. +4.0,hifianswers,41,5 +.............................................................................. +4.9.4,hm,59,19 + +4.5.4-alpha-38000,hm-pregit,0,0 +.................................. +3.3.2,hm0618,27,7 +........................................ +3.4.1,hm1013,33,7 +NOTWP,Home - Rathmore financial_files,, +.............................. +3.3.2,hosh,21,9 +................................ +3.6,hsoh,21,11 +............................ +3.2.1,hsoh_old,19,9 +NOTWP,i-promote,, +NOTWP,images,, +NOTWP,insurance,, +NOTWP,itconsultant,, +........................................ +3.6.1,janecoomb,30,10 +NOTWP,janecoombsinfo,, +NOTWP,japics,, +........ +NOVER,jbr,0,8 +NOTWP,jimmy,, +..................... +3.3.1,jtth,8,13 +NOTWP,kamarklew,, +NOTWP,kate,, +.............................. +4.8.1,lalucouk,26,4 +NOTWP,laravel,, +NOTWP,lazzari,, +NOTWP,lcm,, +NOTWP,lettings-inc,, +........................... +3.6.1,lfd4u,15,12 +NOTWP,lg,, +NOTWP,logos,, +NOTWP,loneworking,, +NOTWP,ltcf,, +NOTWP,marshall,, +NOTWP,mdap,, +NOTWP,mdt,, +NOTWP,mountainview,, +NOTWP,mrlc,, +NOTWP,nivo-slider-v2.7.1,, +NOTWP,nivo-slider-v3.1,, +NOTWP,nivo-slider-v3.2,, +.................................................................. +4.8,officialcaravan,56,10 +NOTWP,oik,, +NOTWP,oik-batchmove,, +NOTWP,oik-css,, +NOTWP,oik-nivo-slider_svn,, +NOTWP,oik-plugins,, +......... +4.0,oik-plugins.uk,4,5 +NOTWP,oik-privacy-policy_svn,, +......................................................................................................................... +4.9.1,oikcom,96,25 + +4.7.3,oikcom-renamed,0,0 +............................................................................................ +4.9.1,oikcouk,78,14 +............................................................................................ +4.8.2,oikeu,73,19 +......................................................................................................................... +4.7.3,oikplug,96,25 +NOTWP,okeffed,, +................................................. +3.9.1,olc,35,14 +................................................. +4.0,oobit,40,9 +........................................................ +3.8.1,ourlistenersclub,41,15 +........................... +4.8.2,owcs,24,3 +........ +4.9,owzs,4,4 +............ +4.9,owzs-pro,8,4 +NOTWP,paap,, +NOTWP,Pandb,, +....... +NOVER,pathofbeing,0,7 +NOTWP,pcs,, +NOTWP,penoyre,, +NOTWP,phpDocumentor2,, +NOTWP,phpLibraries,, +NOTWP,phpMailer_v2.3,, +NOTWP,phpMailer_v5.1,, +NOTWP,phpMyAdmin,, +NOTWP,phpMyAdmin-3.2.5,, +NOTWP,phpMyAdmin-3.3.2-all-languages,, +NOTWP,phpMyAdmin-4.6.6-english,, +NOTWP,phpMyAdmin-4.7.6-all-languages,, +NOTWP,phpMyAdmin4.2.11,, +............. +4.7,phpunit,10,3 +NOTWP,pkgs,, +NOTWP,premier,, +NOTWP,prettier,, +........................ +4.2.2,pretty,15,9 +NOTWP,prettyas,, +NOTWP,prettyas_old,, +NOTWP,problem-solving,, +................... +4.6.1,pwaep,11,8 +NOTWP,quickstart-basic,, +............................................. +4.4.12,rathmorefinancial,30,15 +NOTWP,rcbnb,, +NOTWP,rcgc,, +NOTWP,rchc,, +NOTWP,rcorguk,, +NOTWP,rcr,, +NOTWP,rcroofing,, +NOTWP,rctc,, +.......................................................................................................... +4.4,rcwdcom,68,38 +NOTWP,react,, +NOTWP,react-SB,, +NOTWP,retirementcoach,, +NOTWP,retirementmanager,, +...................................................... +3.8.1,rf,37,17 +................................................. +4.4.11,rjd,35,14 +..................................... +3.8.11,rjd2,27,10 +............................................................... +4.4.11,rjduk,41,22 +NOTWP,rmt,, +....................................... +4.7.8,rngs,26,13 +NOTWP,sc2,, +NOTWP,sc2-pregit,, +................... +3.4.1,secrets,14,5 +NOTWP,simple_html_dom,, +NOTWP,sitemap_gen-1.5,, +.................. +4.6.3,solentro,11,7 +...................................................................... +5.0-alpha-42125-src,src,54,16 +................................. +4.2.10,survive,23,10 +NOTWP,susan,, +............................................... +4.7.3,susancowemiller,35,12 +NOTWP,susancowereiki,, +.......... +3.9-alpha,svn,3,7 +NOTWP,svn_assets,, +NOTWP,svn_plugins,, +NOTWP,svn_tools,, +................................................ +4.6.1,symondson,38,10 +........................................ +3.3.1,symondson_internetMarketing,36,4 +................................................ +4.9.4,szerelmey,42,6 +........................... +4.9.1,tags,20,7 +NOTWP,td,, +NOTWP,techsupport,, +................................. +4.2.7,therealc,22,11 +NOTWP,twenty-tens.com,, +NOTWP,twentyte,, +NOTWP,uk-tides_svn,, +NOTWP,uploadify,, +NOTWP,us-tides_svn,, +NOTWP,wc-logs,, +NOTWP,wc-rest,, +NOTWP,webdesign,, +............................. +4.1.4,wholebeingwellbeing,18,11 +..................................................................................................................................................................................................................................................................................................................................................... +4.9.4,wordpress,231,110 +.................................................... +4.8.1,wp-a2z,37,15 +..................................... +4.4.2,wp-a2z-v4.4.2,29,8 +NOTWP,wp-admin,, +NOTWP,wp-content,, +NOTWP,wp-includes,, +NOTWP,WP-Parser-master,, +...................................... +4.9.4,wp-pompey,30,8 +NOTWP,wp-super-cache,, +NOTWP,wp071,, +NOTWP,wp292,, +......... +3.2.1,wp321,5,4 +...................... +3.4.1,wp33,11,11 +NOTWP,wp331,, +....................................................... +3.5,wp34,41,14 +................................ +3.5.1,wp35,25,7 +....... +3.7.1,wp371,3,4 +........ +3.8,wp38,3,5 +NOTWP,wp39,, + +4.6,wp46,0,0 +........................................................................................................................ +4.7.3,wp47,86,34 + +4.7.1,wp473,0,0 +............................................................. +5.0-alpha-42125-src,wp50,46,15 +NOTWP,wpg,, +NOTWP,wpgit,, +......................................... +4.7.4,wpit,30,11 + +4.6.1,wpit4.6,0,0 +NOTWP,wplang,, +NOTWP,wplang-3.6,, +................. +4.7,wpml,17,0 +........................................................................................................................................................ +4.9.1,wpms,110,42 + +4.9-RC2,wpms-saved,0,0 +NOTWP,wpmudev,, +................................................................................. +4.4.7,wporg,66,15 +........................................ +3.6,wws,32,8 +NOTWP,wwwcomp,, +NOTWP,xdebug,, +NOTWP,xmas,, +NOTWP,yellow,, +.................................. +3.5.1,yellowbrand,27,7 +NOTWP,yogatherapy.me,, +Type,Component,Count +plugins,.,101 + +Notice: Undefined variable: total in C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter\class-component-counter.php on line 33 + +Call Stack: + 0.0020 351688 1. {main}() C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php:0 + 0.0021 351688 2. oik_wp_loaded() C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php:155 + 3.2432 10772992 3. oik_batch_run() C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php:116 + 3.2433 10772872 4. oik_batch_run_script() C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\libs\oik-cli.php:559 + 3.2600 10773312 5. require_once('C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter\counter.php') C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\libs\oik-cli.php:591 + 3.2601 10773312 6. oik_block_counter() C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter\counter.php:94 + 11.7958 10952984 7. component_counter->report() C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter\counter.php:54 + +plugins,..,101 +plugins,.idea,4 +plugins,akismet,85 +plugins,backwpup,16 +plugins,bbpress,7 +plugins,bowe-codes,1 +plugins,buddypress,6 +plugins,cookie-cat,46 +plugins,debug-bar,5 +plugins,developer,1 +plugins,distributor,2 +plugins,drafts-for-friends,3 +plugins,easy-digital-downloads,10 +plugins,easy-fancybox,1 +plugins,easy-pricing-tables,1 +plugins,fancy-box,1 +plugins,fancybox-for-wordpress,1 +plugins,feedwordpress,1 +plugins,genesis-beta-tester,1 +plugins,genesis-variable-footer-widgets,1 +plugins,github-release-downloads,1 +plugins,log-deprecated-notices,2 +plugins,membership,6 +plugins,oik,87 +plugins,oik-batch,31 +plugins,oik-batchmove,19 +plugins,oik-bob-bing-wide,42 +plugins,oik-bob-bing-wide-1.21,1 +plugins,oik-bp-signup-email,5 +plugins,oik-bwtrace,63 +plugins,oik-clone,21 +plugins,oik-debug-filters,14 +plugins,oik-email-signature,17 +plugins,oik-fields,54 +plugins,oik-fields-1.36,1 +plugins,oik-nivo-slider,42 +plugins,oik-plugins,17 +plugins,oik-privacy-policy,53 +plugins,oik-sc-help,20 +plugins,oik-sc-help-1.9,1 +plugins,oik-shortcodes,17 +plugins,oik-sites,6 +plugins,oik-types,37 +plugins,popdom-themes-backup,1 +plugins,popup-domination,2 +plugins,query-monitor,6 +plugins,rfi,3 +plugins,schunter,7 +plugins,setup,20 +plugins,sg-cachepress,3 +plugins,shortcake-ui-demo,1 +plugins,si-captcha-for-wordpress,11 +plugins,toolbar-theme-switcher,1 +plugins,trac29608,5 +plugins,u-buddypress-forum-editor,1 +plugins,visualizer,1 +plugins,woocommerce,22 +plugins,wordpress-importer,27 +plugins,wordpress-seo,66 +plugins,wp-charts,2 +plugins,WP-DraftsForFriends,2 +plugins,wp-mail-smtp,4 +plugins,wp-spamfree,2 +plugins,wp-top12,5 +plugins,wpmudev-updates,6 +plugins,add-to-any,9 +plugins,all-in-one-seo-pack,12 +plugins,download-monitor,2 +plugins,download-monitor-saved,1 +plugins,easy-digital-downloads-free-download,1 +plugins,extended-page-lists,6 +plugins,featured-image-widget,13 +plugins,google-analytics-for-wordpress,46 +plugins,google-sitemap-generator,15 +plugins,import-users-from-csv,4 +plugins,ltw-testimonials,11 +plugins,obsafe_print_r,5 +plugins,oik-fum,15 +plugins,pc-searchengine-verify,11 +plugins,sexybookmarks,8 +plugins,sharebar,3 +plugins,si-contact-form,15 +plugins,the-events-calendar,8 +plugins,updraftplus,3 +plugins,allow-reinstalls,17 +plugins,backupwordpress,30 +plugins,contact-form-7,6 +plugins,fusion-builder,3 +plugins,fusion-core,3 +plugins,jetpack,41 +plugins,LayerSlider,1 +plugins,media-file-renamer,5 +plugins,oik-css,40 +plugins,oik-css-pregit,2 +plugins,oik-rwd,37 +plugins,oik-window-width,11 +plugins,post-type-switcher,16 +plugins,revslider,3 +plugins,advanced-responsive-video-embedder,1 +plugins,mbo,2 +plugins,oik-popup,10 +plugins,oik-rating,9 +plugins,oik-squeeze,18 +plugins,oik-testimonials,20 +plugins,oik-types-v1.6,1 +plugins,oik-v2.6-alpha.0525,1 +plugins,oik-video,22 +plugins,promotion-slider,1 +plugins,smart-google-code-inserter,1 +plugins,nextgen-gallery,13 +plugins,slideshow-gallery-pro,3 +plugins,appointments,2 +plugins,contus-video-gallery,1 +plugins,flagallery-skins,1 +plugins,flash-album-gallery,1 +plugins,image-protector,1 +plugins,revostock-gallery,1 +plugins,sliding-youtube-gallery,1 +plugins,wpcat2tag-importer,2 +plugins,bigram,3 +plugins,bigram-renamed,1 +plugins,d62wp,7 +plugins,frontend-uploader,1 +plugins,genesis-footer-widgets,10 +plugins,genesistant,15 +plugins,oik-a2z,9 +plugins,oik-ajax,11 +plugins,oik-media,5 +plugins,rest-api,2 +plugins,simple-facebook-connect,6 +plugins,simple-twitter-connect,6 +plugins,widget-wrangler,7 +plugins,wpautoembed,2 +plugins,genesis-responsive-slider,1 +plugins,image-carousel,1 +plugins,wonderplugin-carousel,1 +plugins,wonderplugin-carousel-9.8,1 +plugins,bw-types,3 +plugins,bw-types-pregit,1 +plugins,genesis-connect-woocommerce,3 +plugins,greprecated,4 +plugins,network-privacy,6 +plugins,oik-blogger-redirect,10 +plugins,oik-bwtrace-git,1 +plugins,oik-lib,12 +plugins,oik-ms,18 +plugins,oik-mshot,12 +plugins,oik-pregit,1 +plugins,oik-theme-fields,5 +plugins,oik-themes,12 +plugins,oik-tos,2 +plugins,uk-tides,22 +plugins,wc-call-for-price,1 +plugins,woocommerce-call-for-price,1 +plugins,woocommerce-gateway-paypal-express-checkout,2 +plugins,wordpress-mu-domain-mapping-renamed,3 +plugins,wp-migrate-db,7 +plugins,bwdesign,2 +plugins,cms-tree-page-view,5 +plugins,cron-view,2 +plugins,Custom-Meta-Boxes,2 +plugins,debug-bar-cron,2 +plugins,dff,1 +plugins,five-star-rating,1 +plugins,gallery-widget,1 +plugins,hookr,1 +plugins,json-rest-api,2 +plugins,oik-bob-bing-wide-1.30.2,1 +plugins,oik-bwtrace.2.0.11,1 +plugins,oik-fields.x,1 +plugins,oik-plugin-fields,4 +plugins,oik-popup-saved,1 +plugins,oik-post-type-support,11 +plugins,oik-responsive-menu,11 +plugins,oik-shortcodes-a2z,5 +plugins,oik-sidebar,8 +plugins,quick-pagepost-redirect-plugin,2 +plugins,redirection,10 +plugins,regenerate-thumbnails,8 +plugins,siteorigin-panels,4 +plugins,slideshow-gallery-2,1 +plugins,stats,1 +plugins,sub-page-summary,4 +plugins,tinymce-advanced,5 +plugins,wcs-qr-code-generator,4 +plugins,widget-importer-exporter,5 +plugins,widget-output-cache,1 +plugins,wpaudio-mp3-player,10 +plugins,youtube-embed-plus,1 +plugins,gravityforms,12 +plugins,portfolio-slideshow,6 +plugins,underconstruction,14 +plugins,custom-contact-forms,1 +plugins,lightbox-plus,2 +plugins,mailchimp-widget,1 +plugins,sexybookmarks-broke,1 +plugins,contact-form-manager,1 +plugins,ecwid-shopping-cart,1 +plugins,essential-grid,1 +plugins,exploit-scanner,1 +plugins,js_composer,2 +plugins,limit-login-attempts,3 +plugins,mailchimp-for-wp,2 +plugins,master-slider,1 +plugins,masterslider,1 +plugins,screets-lc,1 +plugins,Ultimate_VC_Addons,1 +plugins,w3-total-cache,2 +plugins,wp-db-backup-made,1 +plugins,wp-maintenance-mode,1 +plugins,wp-optimize,3 +plugins,wp-smushit,2 +plugins,wpclef,2 +plugins,yith-woocommerce-wishlist,1 +plugins,cookie-batch,2 +plugins,cookie-category,6 +plugins,cookie-category-pregit,1 +plugins,cookie-control,3 +plugins,oik-bwtrace-ren,1 +plugins,oik-ren,1 +plugins,wp-to-twitter,5 +plugins,adamrob-parallax-scroll,1 +plugins,audio,5 +plugins,bbboing,20 +plugins,beaver-builder-lite-version,1 +plugins,classic-editor,5 +plugins,cookie-opt-in,1 +plugins,gutenberg,6 +plugins,issue-19,2 +plugins,oik-a2z-pregit,1 +plugins,oik-bbpress,11 +plugins,oik-edd-but-no-edd,1 +plugins,oik-external-link-warning,12 +plugins,oik-header,11 +plugins,oik-moreoptions,9 +plugins,oik-select-menu,2 +plugins,oik-user,18 +plugins,oik-weight-zone-shipping-pro,13 +plugins,oik-weightcountry-shipping,16 +plugins,plugin-beta-tester,2 +plugins,s2member-files,4 +plugins,s2member-logs,4 +plugins,so-widgets-bundle,3 +plugins,theme-check,1 +plugins,simple-tweet,1 +plugins,youtube,1 +plugins,diy-oik,16 +plugins,dws,2 +plugins,go-live-update-urls,4 +plugins,oik-dates,10 +plugins,tags,3 +plugins,captcha,3 +plugins,eedge,4 +plugins,epages,3 +plugins,one-click-child-theme,1 +plugins,simple-image-widget,2 +plugins,live-composer-page-builder,1 +plugins,wordfence,6 +plugins,wp-htaccess-editor,1 +plugins,wp-performance-score-booster,1 +plugins,wp-super-simple-speed,1 +plugins,wpseo-local,1 +plugins,image-store,1 +plugins,jquery-featured-content-gallery,2 +plugins,qtranslate,2 +plugins,ga-google-analytics,1 +plugins,auto-listings,1 +plugins,car-demon,1 +plugins,car-sales-pages,1 +plugins,carousel-slider,1 +plugins,foogallery-owl-carousel-template,1 +plugins,genesis-taxonomy-images,1 +plugins,kiwi-logo-carousel,1 +plugins,logo-carousel,1 +plugins,logo-carousel-slider,1 +plugins,logo-slider,1 +plugins,motors-car-dealership-classified-listings,1 +plugins,oik-3.0.1,1 +plugins,oik-fields-pregit,1 +plugins,owl-carousel,1 +plugins,pl-car-dealer,1 +plugins,taxonomy-images,1 +plugins,wp-car-manager,1 +plugins,wp-carousel-free,1 +plugins,wp-custom-taxonomy-meta,1 +plugins,wp-term-images,1 +plugins,all-in-one-event-calendar,4 +plugins,all-in-one-event-calendar-effed,1 +plugins,options-importer,4 +plugins,plugin-activation-status,5 +plugins,revision-control,2 +plugins,sneak-peek,4 +plugins,wordpress-mu-domain-mapping-disabled,1 +plugins,wordpress-mu-domain-mapping-disabled-again,1 +plugins,wordpress-popup,1 +plugins,awd-weightcountry-shipping,3 +plugins,feed-them-social,1 +plugins,instagram-image-gallery,1 +plugins,mailchimp,1 +plugins,megamenu,1 +plugins,oik-fields-renamed,2 +plugins,oik-nivo-slider-renamed,1 +plugins,oik-rwd-renamed,1 +plugins,oik-types-renamed,1 +plugins,oik-weightcountry-shipping-pro,11 +plugins,pinterest-verify,1 +plugins,ultimate-coming-soon-page,1 +plugins,woocommerce-colors,1 +plugins,woocommerce-product-archive-customiser,1 +plugins,cart66-lite,1 +plugins,meta-tag-manager,1 +plugins,wp-simplemail,1 +plugins,advanced-custom-fields,4 +plugins,bainternet-posts-creation-limits,3 +plugins,bulk-taxonomy-edits,1 +plugins,business-directory-plugin,1 +plugins,capability-manager-enhanced,2 +plugins,collapsing-categories,3 +plugins,export-users-to-csv,1 +plugins,import-external-images,3 +plugins,oik-blogger-importer,3 +plugins,oik-members,4 +plugins,olc,4 +plugins,olc-tweaks,2 +plugins,p3-profiler,3 +plugins,press-permit-core,2 +plugins,s2member,3 +plugins,supplier-directory,2 +plugins,tb-testimonials,7 +plugins,visual-form-builder,1 +plugins,wp-members,15 +plugins,wp-pagenavi,6 +plugins,Akismet-v3.1.8,1 +plugins,dinlo,6 +plugins,google-analytics-for-wordpress-renamed,1 +plugins,gutenberg-2.1.0,2 +plugins,gutenberg-2.3.0,2 +plugins,mergebot,1 +plugins,oik-block,4 +plugins,oik-cons,3 +plugins,oik-css3,2 +plugins,oik-git-clone,1 +plugins,oik-libs,11 +plugins,oik-read-more,10 +plugins,us-tides,11 +plugins,wordpress-beta-tester,6 +plugins,wordpress-develop-tests,12 +plugins,efficient-related-posts,2 +plugins,sociable,4 +plugins,wp-post-to-twitter,2 +plugins,wp-syntax,2 +plugins,blogger-importer,3 +plugins,official-statcounter-plugin-for-wordpress,2 +plugins,private-buddypress,3 +plugins,wordpress-mu-domain-mapping,5 +plugins,localmail,2 +plugins,acurax-social-media-widget,2 +plugins,alexa-internet,2 +plugins,broken-link-checker,6 +plugins,cookies-for-comments,2 +plugins,custom-meta-widget,2 +plugins,follow-my-blog-post,2 +plugins,internal-link-manager,2 +plugins,powerpress,2 +plugins,searchterms-tagging-2,2 +plugins,wp-statistics,2 +plugins,wysija-newsletters-norty,1 +plugins,quote-rotator,1 +plugins,oik-bwtrace-renamed,1 +plugins,qtranslate-x,1 +plugins,wp-seo-qtranslate-x,1 +plugins,wmdum,1 +plugins,calyx,1 +plugins,get-ctrl-importer,3 +plugins,import-users-from-csv-renamed,1 +plugins,jetpack-easy-playlists,1 +plugins,jetpack-extras,1 +plugins,oik-bwtrace-v2.0.11,1 +plugins,oik-tunes,10 +plugins,oik-types-pregit,1 +plugins,oik-weight-zone-shipping,9 +plugins,oik-weight-zone-shipping-pro-0.1.0,1 +plugins,oik-weightcountry-shipping-pro-v1.4.1,1 +plugins,oik-wzs-rates,6 +plugins,really-simple-captcha,1 +plugins,rss-importer,1 +plugins,spam-reg-check,4 +plugins,user-spam-remover,1 +plugins,woocommerce-2.6.12,1 +plugins,wordpress-mu-domain-mapping-renamed-again,1 +plugins,wordpress-social-login,2 +plugins,hyperdb,1 +plugins,foobar,8 +plugins,force-regenerate-thumbnails,4 +plugins,jetpack-3.9.4,2 +plugins,oik-batch-renamed,2 +plugins,oik-bbpress-ren,2 +plugins,oik-clone-20171114,2 +plugins,oik-cookie-list,5 +plugins,oik-css-git-clone,2 +plugins,oik-edd,6 +plugins,oik-infusionsoft,5 +plugins,oik-requests,5 +plugins,oik-thugin,3 +plugins,oik-todo,5 +plugins,oik-widget-cache,4 +plugins,oik-working-feedback,6 +plugins,Shortcake,3 +plugins,voce-widget-cache,3 +plugins,wp-cli,5 +plugins,wp-super-cache,6 +plugins,wpdb-alt,2 +plugins,bobbing,7 +plugins,oik-bwtrace-2.0.11,1 +plugins,play,3 +plugins,add-paragraphs-option-to-text-widget,1 +plugins,hello-dolly,5 +plugins,multi-site-plugins-add-new,1 +plugins,multisite-cloner,3 +plugins,ns-cloner-site-copier,2 +plugins,oik-batch-pregit,1 +plugins,oik-presentation,6 +plugins,oik-weight-zone-shipping-pro-v0.1.0,1 +plugins,woocommerce-2.6,1 +plugins,woocommerce-2.6.6,1 +plugins,woocommerce-3.0,1 +plugins,woocommerce-add-countries,3 +plugins,Automattic-developer-57628b7,1 +plugins,developer-v1.0.0,1 +plugins,floating-admin-menu,1 +plugins,html5-slideshow-presentations,1 +plugins,monster-widget,1 +plugins,oik-book,1 +plugins,rewrite-rules-inspector,1 +plugins,sitepush,1 +plugins,user-switching,1 +plugins,vip-scanner,1 +plugins,wp-video-lightbox,1 +plugins,add-linked-images-to-gallery-v01,1 +plugins,bi2,1 +plugins,bulk-move,1 +plugins,directory,2 +plugins,fff-cron-manager,1 +plugins,oik-republish,2 +plugins,paypal-framework,1 +plugins,paypal-responder,1 +plugins,wp-clean-up,1 +plugins,wp-crontrol,1 +plugins,wp-slimstat,3 +plugins,woocommerce-extra-charges-to-payment-gateways,2 +plugins,woocommerce-germanized,1 +plugins,woocommerce-jetpack,2 +plugins,woocommerce-multilingual,2 +plugins,woocommerce-poor-guys-swiss-knife,2 +plugins,woocommerce-product-gift-wrap,2 +plugins,woocommerce-quantity-increment,2 +plugins,woocommerce-role-based-methods,2 +plugins,woocommerce-smart-coupons,2 +plugins,woocommerce-volume-discount-coupons,2 +plugins,woocommerce-wholesale-prices,2 +plugins,woocommerce-wholesale-prices-premium,2 +plugins,woosidebars,2 +plugins,wpml-media,2 +plugins,wpml-string-translation,2 +plugins,wpml-translation-management,2 +plugins,oik-weight-zone-shipping-pro-v0.2.2,1 +plugins,dropcaps-shortcodes-and-widget,1 +plugins,oik-dropcap,2 +plugins,simple-drop-cap,1 +plugins,genesis-layout-extras,1 +plugins,wp-seo,1 +plugins,more-privacy-options,3 +plugins,wordpress-mu-domain-mapping-qw,1 +plugins,easy-instagram,1 +plugins,gtrans,1 +plugins,oik-bwtrace-too-new-for-oik-2.5,1 +plugins,popover,2 +plugins,recent-posts,2 +plugins,simple-instagram,1 +plugins,smart-bbboing,2 +plugins,wp-customer-reviews,1 +plugins,wpremote,1 +plugins,oik-intouchcrm,2 +plugins,webchemistry-core,1 +plugins,webchemistry-googleplugin,1 +plugins,webchemistry-heatmap,1 +plugins,webchemistry-searchenginesettings,1 +plugins,webchemistry-seoboost,1 +plugins,webchemistry-shortcodes,1 +plugins,wordpress-mu-domain-mapping-local,1 +plugins,job-manager,2 +plugins,menu-exporter,2 +plugins,ultimate-tinymce,3 +plugins,user-role-editor,3 +plugins,velvet-blues-update-urls,3 +plugins,wordpress-php-info,1 +plugins,wponlinebackup,3 +plugins,google-sitemap-plugin,2 +plugins,googleanalytics,3 +plugins,resume-submissions-job-postings,1 +plugins,timthumb-vulnerability-scanner,3 +plugins,wp-job-manager,1 +plugins,oik-renamed,2 +plugins,rjd,1 +plugins,ultimate-tinymce-7,1 +plugins,wp-spamfree-7,1 +plugins,oik-2.5,1 +plugins,oik-bwtrace-2.0.6,1 +plugins,username-changer,1 +plugins,wp-email-login,2 +plugins,wp-google-maps,2 +plugins,bb-plugin,2 +plugins,css,2 +plugins,divi-builder,1 +plugins,gcf,2 +plugins,gutenberg-2.0.0,1 +plugins,gutenberg-course,2 +plugins,jsforwp-blocks,2 +plugins,oik-batch-pre-resolving-cd-problem,2 +plugins,phpunit,3 +plugins,restrict-shipping-classes,3 +plugins,shortcake-gutenberg,3 +plugins,wppompey,3 +plugins,mtouch-quiz,1 +plugins,WordPress-Importer,3 +plugins,commentluv-premium,1 +plugins,easy-nivo-slider,1 +plugins,fatpanda-facebook-comments,1 +plugins,image-widget,2 +plugins,infusionsoft-web-tracker,1 +plugins,oik-content,2 +plugins,oik-thesis-featurebox,2 +plugins,really-simple-facebook-twitter-share-buttons,1 +plugins,share-and-follow,1 +plugins,shareaholic,2 +plugins,thank-me-later,1 +plugins,tweet-old-post,1 +plugins,vslider,1 +plugins,what-would-seth-godin-do,2 +plugins,zero_tolerance,1 +plugins,backupbuddy,2 +plugins,cbnet-ping-optimizer,1 +plugins,commentluv,1 +plugins,dd-formmailer,1 +plugins,duplicator,2 +plugins,easy-privacy-policy,1 +plugins,exec-php,1 +plugins,featured-content-gallery,1 +plugins,feed-footer,1 +plugins,infolinks-officlial-plugin,1 +plugins,maintenance-mode,2 +plugins,quick-adsense,1 +plugins,search-and-replace,1 +plugins,seo-automatic-links,1 +plugins,share-this,1 +plugins,simple-tags,1 +plugins,sitemap-generator,1 +plugins,transposh-translation-filter-for-wordpress,1 +plugins,tubepress,1 +plugins,twitter-tools,2 +plugins,twitter-tools-bitly-links,1 +plugins,ultimate-plugins-smart-update-pinger,1 +plugins,worldlogger-live-web-analytics,1 +plugins,wp-db-backup,1 +plugins,wp-polls,1 +plugins,wp-postviews,1 +plugins,wp-print,1 +plugins,wp-responder-email-autoresponder-and-newsletter-plugin,1 +plugins,WPRobot3,1 +plugins,acf-options-page,1 +plugins,aryo-activity-log,1 +plugins,backupbuddy.hold,1 +plugins,backupcreator.hold,1 +plugins,better-recent-posts-widget,1 +plugins,cookie-law-info,2 +plugins,cool-timeline-pro,1 +plugins,custom-post-type-ui,2 +plugins,dvteam,1 +plugins,featured-video-plus,1 +plugins,go_portfolio,1 +plugins,options-framework,1 +plugins,page-list,1 +plugins,post-types-order,1 +plugins,simple-custom-css,1 +plugins,site-icon-pro,1 +plugins,soil,1 +plugins,the-grid,1 +plugins,vc-extensions-bundle,1 +plugins,wp-custom-cssjs,1 +plugins,wp-google-maps-gold,1 +plugins,wp-google-maps-pro,1 +plugins,wp-rocket,1 +plugins,wp-smushit.hold,1 +plugins,CMB2,1 +plugins,wysija-newsletters,4 +plugins,mad-mimi-broken,1 +plugins,sociable-broken,1 +plugins,genesis-enews-extended,1 +plugins,.git,1 +plugins,27918,1 +plugins,admin,1 +plugins,backup-qw,1 +plugins,botnet,1 +plugins,bs8484,1 +plugins,bugrit,2 +plugins,cli,1 +plugins,climate,1 +plugins,colours2woo,1 +plugins,commentason,1 +plugins,dtib-review,2 +plugins,effort,1 +plugins,g-c-w,1 +plugins,g-pre-g,1 +plugins,genesis-header-nav-develop,1 +plugins,getver,1 +plugins,GlotPress-WP,1 +plugins,hello,2 +plugins,iphone-images,1 +plugins,issue-49,1 +plugins,kate,1 +plugins,log-urgh,1 +plugins,my-plugin,1 +plugins,myplugins,1 +plugins,OAuth1,1 +plugins,oik-adr,1 +plugins,oik-api,1 +plugins,oik-business,1 +plugins,oik-bwtrace.php,1 +plugins,oik-cartcountry-shipping,1 +plugins,oik-child-theme,1 +plugins,oik-clone-wxr,1 +plugins,oik-cookie-law,1 +plugins,oik-css-broken-1029,1 +plugins,oik-downloads,1 +plugins,oik-external-link-warning-pregit,1 +plugins,oik-getimage,1 +plugins,oik-html-importer,1 +plugins,oik-html2markdown,1 +plugins,oik-i18n,1 +plugins,oik-jquery,1 +plugins,oik-l10n,1 +plugins,oik-mailchimp,1 +plugins,oik-make,1 +plugins,oik-money,1 +plugins,oik-options,1 +plugins,oik-payments,1 +plugins,oik-pgs,1 +plugins,oik-policies,1 +plugins,oik-privacy-policy.php,1 +plugins,oik-pro,1 +plugins,oik-rewrite,1 +plugins,oik-shutdown,1 +plugins,oik-signup-user-notification,1 +plugins,oik-squeeze-pregit,1 +plugins,oik-syndicate,1 +plugins,oik-tip,1 +plugins,oik-woo,3 +plugins,oik-wzs-rates-pregit,1 +plugins,oik-zip,1 +plugins,oldplay,2 +plugins,oobar,2 +plugins,opcache,1 +plugins,owzs-pro,1 +plugins,php71-fixes,1 +plugins,php72-fixes,1 +plugins,play-rel1,2 +plugins,play-rel2,2 +plugins,plugin-dependencies,1 +plugins,PostMeta,1 +plugins,premium-plugins,1 +plugins,relocateme,1 +plugins,sample,1 +plugins,shortcode-ui,3 +plugins,sitemap-redirect,1 +plugins,slog,1 +plugins,sql-csv,1 +plugins,storm10,1 +plugins,tennis,1 +plugins,test-41257,1 +plugins,testapi,1 +plugins,tides,1 +plugins,twentytwelve-copied-from-theme,1 +plugins,txt2md,1 +plugins,unserialize,1 +plugins,woocommerce-currency-switcher,1 +plugins,woocommerce-uk-counties,1 +plugins,wordpress-develop-tests-svn-symlink,1 +plugins,wp-browscap,1 +plugins,wp-downloads,1 +plugins,WP-Parser,2 +plugins,y,1 +plugins,z,1 +plugins,jetpack-renamed,1 +plugins,wp-migrate-db-0.9,1 +plugins,BuddyPress,1 +plugins,welcome-pack,1 +plugins,wp-geo,1 +plugins,better-wp-security,1 +plugins,editorial-calendar,1 +plugins,played,1 +plugins,sf-author-url-control,1 +plugins,import-html-pages,1 +plugins,link-manager,1 +plugins,members,2 +plugins,oa-social-login,1 +plugins,user-photo,1 +plugins,wordpress-simple-survey,1 +plugins,wp-memory-usage,1 +plugins,all-in-one-favicon,1 +plugins,Basic-Auth-master,1 +plugins,custom-metadata,1 +plugins,email-as-username-for-wp-members,1 +plugins,groups,1 +plugins,health-check,1 +plugins,inc,1 +plugins,my-wp-health-check,1 +plugins,OAuth1-master,1 +plugins,oik-bwtrace-2.0.12,1 +plugins,oik-cmb,1 +plugins,oik-user-v0.5,1 +plugins,pods,2 +plugins,public-post-preview,1 +plugins,push-syndication,1 +plugins,shareadraft,1 +plugins,shareadraft-master,1 +plugins,shipping-awd,1 +plugins,simple-preview,1 +plugins,spam-destroyer,1 +plugins,testimonials-by-woothemes,1 +plugins,woocommerce-2.5.2,1 +plugins,woocommerce-weight-country-based-shipping,1 +plugins,wordpress-security-lab,1 +plugins,youtube_oembed_fix,1 +plugins,actions,1 +plugins,cornerstone,1 +plugins,oik-3.0.2,1 +plugins,shortcode-reference,1 +plugins,acf,1 +plugins,advanced-custom-fields-v4.3.9,1 +plugins,advanced-theme-switcher,1 +plugins,cloner,1 +plugins,contact-form,1 +plugins,custom-content-type-manager,1 +plugins,custompress,1 +plugins,e-newsletter,1 +plugins,edd,1 +plugins,gravity-forms-custom-post-types,1 +plugins,ml-slider,1 +plugins,multisite-content-copier,1 +plugins,oik-bwtracev2.0.12,1 +plugins,oik-f,1 +plugins,oik-fields-ren,1 +plugins,oik-ms-renamed,1 +plugins,oik-nivo-slider-1.3,1 +plugins,oik-rwd-ren,1 +plugins,oik-sc-help-renamed,1 +plugins,oik-types-1.6,1 +plugins,recent-global-posts-widget,1 +plugins,remember-me-checked,1 +plugins,saved_plugins,1 +plugins,slide-in,1 +plugins,wp-smush-pro,1 +plugins,wpmu-dev-plusone,1 +plugins,aqua-page-builder,1 +plugins,oik-wcs-renamed,1 +plugins,paypal-pro,1 +plugins,themes,1 +plugins,slideshow-manager,1 +plugins,wp-simple-rss-feed-reader,1 +plugins,acf-repeater,1 +plugins,advanced-custom-fields-fucked,1 +plugins,google-map-shortcode,1 +plugins,gravityformsmailchimp,1 +plugins,my-page-order,1 +plugins,page-tree,1 +plugins,slickr-flickr,1 +plugins,social,1 +plugins,subpages-widget,1 +plugins,subscribe2,1 +plugins,taxonomy-widget,1 +plugins,wordpress-custom-post-type-archive,1 +plugins,wpgmappity,1 +themes,.,104 +themes,..,104 +themes,.idea,2 +themes,altitude-pro,3 +themes,bag2013,3 +themes,elitist,1 +themes,genesis,31 +themes,genesis-2.1.3,1 +themes,genesis-2.2.0,1 +themes,oik2012,7 +themes,oik20120,5 +themes,omg,1 +themes,rf0122,1 +themes,rjdap,2 +themes,simplest,1 +themes,storefront,4 +themes,twentyeleven,57 +themes,twentyfifteen,43 +themes,twentyfourteen,51 +themes,twentyseventeen,26 +themes,twentysixteen,23 +themes,twentyten,56 +themes,twentythirteen,53 +themes,twentytwelve,57 +themes,wpg0216,4 +themes,wpg0216bp,2 +themes,act1103,2 +themes,act0402,1 +themes,act0404,1 +themes,act0408,1 +themes,act0408a,1 +themes,aldworth,1 +themes,aldworth0628,1 +themes,Avada,1 +themes,constructzine-lite,1 +themes,hsoh0914,4 +themes,hsoh0914a,4 +themes,aumabs0402a,1 +themes,aumabs0402b,1 +themes,aumabs0403,1 +themes,aumabs0417,1 +themes,aumabs0425,2 +themes,aumabs0507,2 +themes,custom-community,1 +themes,goodtheme-lead,1 +themes,personaltrainer,2 +themes,bba0605,1 +themes,bba0615,1 +themes,bba0622,1 +themes,bba0720c,2 +themes,bcs0313,1 +themes,bcs0313c,1 +themes,destro,1 +themes,dkret3,1 +themes,nuance-v1.2.3,1 +themes,pinboard,1 +themes,rockstar,1 +themes,spartan,1 +themes,survive0310,4 +themes,genesis-SB,3 +themes,air-balloon-lite,1 +themes,pictorico,1 +themes,sb0515,2 +themes,bwdesign1028,3 +themes,bwwow1130,2 +themes,bwwow1203,2 +themes,classic,5 +themes,cwiccer1207,3 +themes,default,5 +themes,gsph1103,1 +themes,pob1028,1 +themes,sb1028,2 +themes,sb2010,1 +themes,sb2010_wm,1 +themes,theme465,1 +themes,broad-builders,1 +themes,bw2013,4 +themes,bw20131004,2 +themes,genesis-bw,3 +themes,no-sidebar-pro,2 +themes,parallax-pro,5 +themes,workstation-pro,2 +themes,amazing-times,2 +themes,bg-mobile-first,2 +themes,bwblogwordpress,2 +themes,bwdesign0622,1 +themes,bwdesign0715,1 +themes,bwdesign0830,1 +themes,bwdesign0830c,1 +themes,diligent,1 +themes,Engage,2 +themes,freprotheme,1 +themes,genesis-a2z,4 +themes,genesis-broken,1 +themes,genesis-hm,5 +themes,genesis-odea,3 +themes,genesis-oik,14 +themes,journal,2 +themes,minimalist-pro,2 +themes,novo,1 +themes,one-pager-genesis-master,1 +themes,twenty-seven-pro,2 +themes,ccd1001,1 +themes,ccd1001c,1 +themes,cjw0118,2 +themes,cjw20160315,2 +themes,cjw20160316,1 +themes,royal,1 +themes,cc0512,1 +themes,genesis-cc0512,1 +themes,hm140702,2 +themes,rf0510c,3 +themes,dws,1 +themes,rmt4dws,1 +themes,dws2016,2 +themes,dws2016-original,1 +themes,dwscomlaytfh,1 +themes,edw0112,2 +themes,edw0114,1 +themes,edw0121,1 +themes,edw0125,1 +themes,edw0203,1 +themes,edw0616,1 +themes,edw0911,1 +themes,edge1117,1 +themes,edge1117c,1 +themes,edge1202,1 +themes,edge120201,3 +themes,edge120201c,3 +themes,edge1202c,1 +themes,eft0621,2 +themes,eft0712,2 +themes,eft1009,3 +themes,eft1017,3 +themes,eft1018,3 +themes,eft1018r,3 +themes,heft0204,1 +themes,heft0205,2 +themes,heft1229,1 +themes,heft1229c,2 +themes,heft1229gc,1 +themes,architecture,1 +themes,architecture-v1-04,1 +themes,eoci0112,3 +themes,sds_2012,1 +themes,fsp0114,1 +themes,lalu1223,2 +themes,gdwifa,1 +themes,gdwifa20140303,2 +themes,genesis-gdw,2 +themes,gta0422,1 +themes,gta0614,1 +themes,gta0621,1 +themes,gta0722c,2 +themes,Builder-Cohen,1 +themes,Builder-Madison,1 +themes,Builder-Paige,1 +themes,genesis-2.2.7,1 +themes,genesis-hehall,1 +themes,siteground-wp23,1 +themes,siteground-wp63,1 +themes,siteground-wp73,1 +themes,Universe,1 +themes,World,1 +themes,eft121212,2 +themes,eft20140523,1 +themes,eft20140523-qw,1 +themes,eft20140527,3 +themes,scr0909,3 +themes,sorbet,2 +themes,superhero,1 +themes,genesis-hms,1 +themes,hms0820,2 +themes,hms0826,2 +themes,hms0906,2 +themes,hms0907,2 +themes,sh0412,1 +themes,shell-lite,1 +themes,eft,1 +themes,eft1004,1 +themes,pob1018,2 +themes,DailyJournal,3 +themes,dailyjournal-olc,3 +themes,Corporative,1 +themes,Corporative-child,1 +themes,genesis-v2.2.6,2 +themes,hm120129,3 +themes,hm120206,4 +themes,hm120206c,4 +themes,hsoh0922,4 +themes,hsoh0928bp,3 +themes,hsoh1027bp,4 +themes,BlueMist,2 +themes,Feather,2 +themes,InterPhase,2 +themes,PureType,2 +themes,responsive,1 +themes,Trim,2 +themes,dwscomlay,1 +themes,jbr,1 +themes,jbrbernhard,1 +themes,jbrpapyrus,1 +themes,jbrpapyrus2,1 +themes,jbrpapyrus26,1 +themes,cjw1118,1 +themes,cjw1123,1 +themes,cjw1123c,1 +themes,cjw1124,1 +themes,cjw1128,1 +themes,cjw1128c,1 +themes,pcs1013,1 +themes,lalu0915,1 +themes,Magnificent,1 +themes,retro-fitted,1 +themes,retro-fitted-child,1 +themes,Artisteer41,3 +themes,oik0808,3 +themes,oik0819c,3 +themes,oik0917t,4 +themes,oik0918,3 +themes,oik310816,5 +themes,oik310816c,4 +themes,oik410130,4 +themes,oik410130-1.1,2 +themes,oik410130c,4 +themes,oik410130c-1.1,2 +themes,oik410923,4 +themes,oik120815,1 +themes,attitude,1 +themes,nivo2011,5 +themes,oobit,6 +themes,vantage,2 +themes,dailyjournal-olc2.3,1 +themes,DailyJournal2.3,2 +themes,olc0618,2 +themes,olc120815,2 +themes,olc120815c,3 +themes,oobit-extras,1 +themes,alver0620,1 +themes,DailyJournal2.4,1 +themes,gsph1019,1 +themes,pob1021,1 +themes,pob1027,1 +themes,genesis-image,6 +themes,genesis-paap,2 +themes,breakpoint,1 +themes,in-the-beginning,1 +themes,Nominal,1 +themes,maximus,2 +themes,maximus-rf,2 +themes,rf0202,2 +themes,rf0227,2 +themes,rf0227c,2 +themes,rf0311,5 +themes,rf0311c,4 +themes,rf0403,2 +themes,rf0403c,2 +themes,rf0510,2 +themes,act0331,1 +themes,bag2013-v0.1,2 +themes,eps0906,1 +themes,fabt120330,1 +themes,gkz1116,1 +themes,japics1102,2 +themes,li020226,1 +themes,mdt1209,1 +themes,oobit v1.0,1 +themes,pcs0809,1 +themes,pcs0822,1 +themes,pcs1003,1 +themes,phoenix0516,1 +themes,rcgc0318,1 +themes,rcgc0818,1 +themes,rcr0725,2 +themes,rctc0130,2 +themes,rcwd0415,1 +themes,s2s0515,2 +themes,s2s0515c,2 +themes,st0515,1 +themes,tl0515,1 +themes,yellow0117,1 +themes,centita,3 +themes,centita3.0,2 +themes,centita30c,2 +themes,rjdap-0.0.3,1 +themes,rjdap-clone,1 +themes,__MACOSX,1 +themes,centita3.0-7,1 +themes,centita30c-7,1 +themes,genesis-2.2.6,1 +themes,imbalance,1 +themes,modernbloggerpro,1 +themes,rjdpp,1 +themes,rngs0414,3 +themes,rngs0414c,3 +themes,rngs0721,2 +themes,rngs0721-ren,1 +themes,rngs0721-wtf,1 +themes,rngs0721c,2 +themes,rngs0827,2 +themes,sol121012,2 +themes,sol121012c,2 +themes,sol150508,2 +themes,Divi,1 +themes,wp-pompey,3 +themes,survive1210,2 +themes,trcg120403,3 +themes,trcg120403c,3 +themes,symondson0903,1 +themes,symondson0903c,1 +themes,thesis_16,1 +themes,lifestyle,1 +themes,szerelmey,1 +themes,genesis-tags,2 +themes,atahualpa,1 +themes,genesis-sample,1 +themes,genesis-wbwb,1 +themes,wbwb20141021,2 +themes,_oik,1 +themes,2014,1 +themes,2015,1 +themes,2016,1 +themes,aumabs0507c,1 +themes,aumabs0520c,1 +themes,bag2013-0616,1 +themes,bag2013-0626,1 +themes,bag2013-saved,1 +themes,bwdesign120209,1 +themes,bwdesign120209c,1 +themes,bwwow111120,1 +themes,cjw20160316w,1 +themes,eie120910c,2 +themes,genesis-aati,1 +themes,genesis-image-pregit,1 +themes,jquery-UI,1 +themes,jquery-ui-1.12.1.custom,1 +themes,jquery-ui-themes-1.12.1,1 +themes,oik0917,1 +themes,oik0917c,1 +themes,oik0917r,1 +themes,oik0917s,1 +themes,oik120206,1 +themes,oik120206c,1 +themes,oik310816c-buggered,1 +themes,oik401126,1 +themes,oik401126-art4,1 +themes,oik410326,2 +themes,oik410923c,1 +themes,oik420130,1 +themes,oik420130lm,1 +themes,oik420130wp,1 +themes,olc130611,1 +themes,psc0211,1 +themes,style,1 +themes,survive0310-art4,1 +themes,survive1120,2 +themes,t10scom0201,1 +themes,t10scom120128,1 +themes,thematic,1 +themes,trcg121026,1 +themes,trtc0104,1 +themes,trtc0212,1 +themes,trtc0225,1 +themes,trtc0225c,1 +themes,trtc1230,1 +themes,Untitled,1 +themes,twentyfifteen-v1.7,1 +themes,twentysixteen-symlinked-gitted,1 +themes,bp-default,2 +themes,p2,1 +themes,wpg0216bp-renamed,1 +themes,bp1027,1 +themes,hsoh0922bp,1 +themes,hsoh1015,1 +themes,boldy,1 +themes,business-lite,1 +themes,eie120910,1 +themes,frantic,1 +themes,Innova,1 +themes,sh0612,1 +themes,asteria-lite,1 +themes,blackbird,1 +themes,blackbirdtheme-trial,1 +themes,match,1 +themes,mystile,1 +themes,nivoblackbird,1 +themes,nuance-v1.2.4,1 +themes,t40,1 +themes,wonderflux,1 +themes,minn-lite,1 +themes,aventurine,1 +themes,dtib0601,1 +themes,dtib0601a,1 +themes,dtib0723a,1 +themes,genesis-2.2.3,1 +themes,pcs20141209,1 +themes,sleekphoto,1 +themes,twentyeleven-2.1,1 +themes,uf-scribe,1 +themes,uf-spirit,1 +themes,upfront,1 +themes,Martha,1 +themes,Martha1,1 +themes,wporg-developer,1 +themes,etiquette-wp,1 +themes,yellowbrand,1 +themes,yellowbrand-oik,1 +Totals,1190,4437 +Script required once: counter.php +Did: run_counter.php + \ No newline at end of file diff --git a/converter/converter.php b/converter/converter.php new file mode 100644 index 0000000..9488ce2 --- /dev/null +++ b/converter/converter.php @@ -0,0 +1,129 @@ + $desc ) { + $sc_syntax = _bw_lazy_sc_syntax( $shortcode ); + $parms = count( $sc_syntax ); + $plugin = oik_block_query_plugin( $shortcode ); + echo "$shortcode,$desc,$parms,$plugin" . PHP_EOL; + //echo count( $sc_syntax ) ; + $total_parms += $parms; + + + + } + echo count( $sc_list ) . ",,#plugins,$total_parms " . PHP_EOL; + + +} + +function etcetar() { + global $bw_sc_ev, $bw_sc_ev_pp, $bw_sc_te; + + // Event implementing function + + var_dump( $bw_sc_ev ); + + // Event post processing + + //var_dump( $bw_sc_ev_pp ); + + // + + // Title expansion ? + // If it can't be expanded in a title then it's probably a block shortcode + // + //var_dump( $bw_sc_te ); +} + +function oik_block_scfile( $code=null ) { + global $bw_sc_file; + $file = bw_array_get( $bw_sc_file, $code, null ); + //echo $file; + return $file; + +} + +function oik_block_anonymous( $file ) { + oik_require( "includes/bwtrace.php", "oik-bwtrace" ); + //$fil = bw_trace_anonymize_symlinked_file( $file ); + + global $bw_trace_anonymous; + $bw_trace_anonymous = true; + + $fil = bw_trace_file_part( $file ); + //echo PHP_EOL; + //echo $fil; + return $fil; +} + +function oik_block_plugin( $fil ) { + $parts = explode( "/", $fil ); + //print_r( $parts ); + $plugin = $parts[2]; + return $plugin; +} + +function oik_block_query_plugin( $code ) { + $file = oik_block_scfile( $code ); + if ( $file ) { + $plugin = oik_block_plugin( oik_block_anonymous( $file ) ); + } else { + $plugin = "core"; + } + + return $plugin; +} + +function oik_block_count_plugins() { + global $plugins; + + +} + + + +oik_block_estimator(); + +/** +$plugin = oik_block_plugin( oik_block_anonymous( oik_block_scfile( "oik" ) ) ); + +echo PHP_EOL; +echo $plugin; +echo PHP_EOL; + +$plugin = oik_block_plugin( oik_block_anonymous( oik_block_scfile( "gallery" ) ) ); +echo $plugin; + +echo PHP_EOL; + +//etcetar(); + +*/ + + diff --git a/converter/counter.php b/converter/counter.php new file mode 100644 index 0000000..c87e926 --- /dev/null +++ b/converter/counter.php @@ -0,0 +1,96 @@ +report(); +} + +function oik_block_wp_version( $url ) { + //$vp = $_SERVER['DOCUMENT_ROOT'] . $url . "/wp-includes/version.php"; + $vp = $url . "/wp-includes/version.php"; + global $wp_version; + if ( file_exists( $vp ) ) { + require( $vp ); + //echo ("version is $wp_version;" ); + //gobang(); + } else { + $wp_version = "NOVER"; + } + return( $wp_version ); +} + + + +function count_plugins( $wp_content, $plugins_or_themes, $component_counter ) { + $path = "$wp_content/$plugins_or_themes"; + $counted = 0; + + if ( file_exists( $path ) ) { + $files = scandir( $path ); + + foreach ( $files as $file ) { + if ( is_dir( "$path/$file" ) ) { + //echo $file; + //echo PHP_EOL; + echo '.'; + $component_counter->add( $file, $plugins_or_themes ); + $counted++; + } + } + } + return $counted; + +} + +oik_block_counter(); + + diff --git a/converter/estimate.csv b/converter/estimate.csv new file mode 100644 index 0000000..fcb5417 --- /dev/null +++ b/converter/estimate.csv @@ -0,0 +1,192 @@ +Shortcode,Desc,#parameters,Component +OIK,Spells out the oik backronym,0,oik +api,Simple API link,1,oik-shortcodes +apis,Link to API definitions,3,oik-shortcodes +artisteer,Styled form of Artisteer,0,oik-bob-bing-wide +audio,Displays uploaded audio file as an audio player,4,oik-sc-help +bp,Styled form of BuddyPress,0,oik-bob-bing-wide +bw,Expand to the logo for Bobbing Wide,1,oik +bw_abbr,Format an abbreviation,0,oik +bw_accordion,Display posts in an accordion,17,oik +bw_acronym,Format an acronym,0,oik +bw_action,bw_shortcode_event,0,oik-bob-bing-wide +bw_address,Display the address,3,oik +bw_admin,Display the Admin contact name,0,oik +bw_alt_slogan,Alternative slogan,0,oik +bw_api,Dynamic API syntax help,3,oik-shortcodes +bw_attachments,List attachments with links,20,oik +bw_autop,Dynamically re-enable/disable automatic paragraph generation,1,oik-css +bw_background,Use attached image as the background,5,oik-css +bw_block,Format an Artisteer block,5,oik +bw_blockquote,Format a blockquote,2,oik +bw_blog,Select blog to process,1,oik-ms +bw_blogs,List blogs or display content for selected blogs,1,oik-ms +bw_bookmarks,List bookmarks,4,oik +bw_business,Display your Business name,0,oik +bw_button,Show a link as a button,4,oik +bw_cite,Cite a blockquote,2,oik +bw_code,Display the help and syntax for a shortcode,6,oik +bw_codes,Display the currently available shortcodes,1,oik +bw_company,Company name,0,oik +bw_contact,Primary contact name,1,oik +bw_contact_button,Contact form button,5,oik +bw_contact_form,Display a contact form for the specific user,5,oik +bw_copyright,Format a Copyright statement,5,core +bw_count,Count posts for the selected post type,2,oik +bw_countdown,Countdown timer,5,oik +bw_crumbs,Display breadcrumbs,0,oik-bob-bing-wide +bw_css,Add internal CSS styling,2,oik-css +bw_csv,Display CSV data in a table or list,6,oik-bob-bing-wide +bw_cycle,Display pages using jQuery cycle,23,oik +bw_dash,Display a dash icon,2,oik-cons +bw_directions,Display a 'Google directions' button.,1,oik +bw_domain,Display the domain name,0,oik +bw_eblock,end a [bw_block],0,oik +bw_editcss,Edit Custom CSS file button,0,oik +bw_email,Email primary contact (formal),6,oik +bw_email_signature,Format the email signature,0,core +bw_emergency,Emergency telephone number,8,oik +bw_facebook,Facebook link,0,oik +bw_fax,Fax number,8,oik +bw_field,Format custom fields without labels,3,oik-fields +bw_fields,Format custom fields, with labels,2,oik-fields +bw_flickr,Flickr link,0,oik +bw_follow_me,Display defined social media follow me links,3,oik +bw_formal,Formal company name,0,oik +bw_geo,Latitude and Longitude,1,oik +bw_geshi,Generic Syntax Highlighting,2,oik-css +bw_google,Google+ link,0,oik +bw_google-plus,Google+ link,0,oik +bw_google_plus,Google+ link,0,oik +bw_googleplus,Google+ link,0,oik +bw_graphviz,Display a GraphViz diagram,2,oik-bob-bing-wide +bw_group,Display summary of selected items,2,oik-fields +bw_iframe,Embed a page in an iframe,9,oik +bw_images,Display attached images,20,oik +bw_instagram,Follow me on Instagram,0,oik +bw_jq,Perform a jQuery method,8,oik +bw_link,Display a link to a post.,5,oik +bw_linkedin,Follow me on LinkedIn,0,oik +bw_list,Simple list of pages/posts or custom post types,19,oik +bw_login,Display the login form or protected content,2,oik +bw_loginout,Display the Login or Logout link,0,oik +bw_logo,Display the company logo,4,oik +bw_mailto,Mailto (inline),6,oik +bw_mob,Mobile phone number (inline),8,oik +bw_mobile,Mobile phone number (block),8,oik +bw_more,Read more button to progressively reveal content,2,oik-read-more +bw_navi,Simple paginated list,19,oik +bw_new,Display a form to create a new post,3,oik-fields +bw_option,Display the value of an option field,2,oik-bob-bing-wide +bw_otd,Display 'On this day' in history related content ,19,oik-dates +bw_page,Add page button,3,oik-bob-bing-wide +bw_pages,Display page thumbnails and excerpts as links,20,oik +bw_parent,Display a link back to the parent page,1,oik +bw_pdf,Display attached PDF files,19,oik +bw_picasa,Follow me on Picasa,0,oik +bw_pinterest,Follow me on Pinterest,0,oik +bw_plug,Show plugin information,5,oik-bob-bing-wide +bw_popup,Display a popup after a timed delay,23,oik-popup +bw_portfolio,Display matched portfolio files,18,oik +bw_post,Add Post button,3,oik-bob-bing-wide +bw_posts,Display posts,18,oik +bw_power,Powered by WordPress,0,oik +bw_qrcode,Display an uploaded QR code image,4,oik +bw_qv,bw_shortcode_event,0,core +bw_register,Display a link to the Registration form, if Registration is enabled,0,oik +bw_related,Display related content,5,oik-fields +bw_rpt,bw_shortcode_event,0,oik-bob-bing-wide +bw_rwd,Dynamically generate oik responsive web design CSS classes,1,oik-rwd +bw_search,Display search form,0,oik-bob-bing-wide +bw_show_googlemap,Show Google map [bw_show_googlemap],8,oik +bw_skype,Skype name,8,oik +bw_slogan,Primary slogan,0,oik +bw_squeeze,bw_shortcode_event,0,oik-squeeze +bw_table,Display custom post data in a tabular form,19,oik +bw_tabs,Display posts in tabbed blocks,17,oik +bw_tel,Telephone number (inline),8,oik +bw_telephone,Telephone number (block),8,oik +bw_terms,Display taxonomy terms links,3,oik-a2z +bw_testimonials,Display testimonials,20,oik-testimonials +bw_text,bw_shortcode_event,0,oik-bob-bing-wide +bw_thumbs,List pages as fluid thumbnail links,19,oik +bw_tides,Display times and tides for a UK location,3,uk-tides +bw_tree,Simple tree of pages/posts or custom post types,17,oik +bw_twitter,Follow me on Twitter,0,oik +bw_user,Display information about a user,2,oik-user +bw_users,Display information about site users,8,oik-user +bw_wpadmin,Site: link to wp-admin,0,oik +bw_wtf,WTF,3,oik +bw_youtube,Follow me on YouTube,0,oik +bwtrace,Trace facility form,2,oik +bwtroff,Force trace off,0,oik +bwtron,Force trace on,0,oik +caption,Display the caption for an image. Standard WordPress shortcode,4,core +classes,Link to class definitions,3,oik-shortcodes +clear,Clear divs ,0,core +clone,Display the clone tree/form for a post,4,oik-clone +cloned,Display clones of this content,3,oik-clone +codes,Create links to related shortcodes,4,oik-shortcodes +cookies,Display table of cookies, by category,4,cookie-cat +div,start a <div> tag,2,core +drupal,bw_shortcode_event,0,oik-bob-bing-wide +dumptag,trac_29608_shortcode_dumptag,0,core +ediv,end a <div> with </div>,0,core +embed,Embed media,3,core +etag,End a tag started with [stag],1,core +file,Display reference for a file,1,oik-shortcodes +files,Link to files definitions,3,oik-shortcodes +footer_backtotop,Produces the 'Return to Top' link,5,oik-sc-help +footer_childtheme_link,Display link to child theme, if defined,2,oik-sc-help +footer_copyright,Display copyright notice,4,oik-sc-help +footer_genesis_link,Display link to the Genesis Framework.,2,oik-sc-help +footer_home_link,genesis_footer_home_link_shortcode,0,core +footer_loginout,Display link to WordPress.,3,oik-sc-help +footer_site_title,genesis_footer_site_title_shortcode,0,core +footer_studiopress_link,Display link to StudioPress.,2,oik-sc-help +footer_wordpress_link,Display link to WordPress.,2,oik-sc-help +gallery,Display the attached images in a gallery,10,core +github,Link to GitHub,5,oik-bob-bing-wide +gpslides,Display a Slideshow Gallery Pro slideshow,0,oik +hook,bw_shortcode_event,0,oik-shortcodes +hooks,Link to hook definitions,3,oik-shortcodes +lartisteer,Link to Artisteer ,0,oik-bob-bing-wide +lbp,Link to BuddyPress,0,oik-bob-bing-wide +lbw,Link to Bobbing Wide sites,0,oik +ldrupal,Link to drupal.org,0,oik-bob-bing-wide +loik,Link to [oik]-plugins,0,oik +lwp,Link to WordPress.org,0,oik-bob-bing-wide +lwpms,Link to WordPress Multi Site,0,oik-bob-bing-wide +md,Format Markdown,0,oik-shortcodes +ngslideshow,NextGen gallery slideshow,0,core +nivo,Display the nivo slideshow for attachments or other post types.,29,oik-nivo-slider +noautop,trac_29608_noautop,0,core +oik,Expand to the logo for oik,0,oik +oik_edd_apikey,get API key form for EDD,0,oik-edd +oikp_download,Produce a download button for a plugin,2,oik-plugins +oikth_download,Produce a download button for a theme,2,oik-themes +paragraph,trac_29608_shortcode_paragraph,0,core +parsed_source,bw_shortcode_event,0,oik-shortcodes +paypal,Paypal shortcodes,11,oik +playlist,Playlist,12,core +post_author,Display post author name,2,oik-sc-help +post_author_link,Display post author link,2,oik-sc-help +post_author_posts_link,Display link to author's posts,2,oik-sc-help +post_categories,Display category links list,3,oik-sc-help +post_comments,Display link to post comments,6,oik-sc-help +post_date,Display post publication date,4,oik-sc-help +post_edit,Display edit post link,3,oik-sc-help +post_modified_date,Display post last modified date,4,oik-sc-help +post_modified_time,Display post last modified time,4,oik-sc-help +post_tags,Display tag links list,3,oik-sc-help +post_terms,Display linked post taxonomy terms list,4,oik-sc-help +post_time,Display post publication time,4,oik-sc-help +sdiv,Start a div,2,core +sediv,Start and end a div,0,core +stag,Start a tag,3,core +video,Embed video files,7,core +wp,Display a styled form of WordPress. ,0,oik-bob-bing-wide +wp_caption,Display the caption for an image. Standard WordPress shortcode,4,core +wpms,Styled form of WordPress Multi Site,0,oik-bob-bing-wide +29608,trac_29608,0,core +190,,#plugins,760 diff --git a/converter/estimate.ods b/converter/estimate.ods new file mode 100644 index 0000000000000000000000000000000000000000..9756430df3ee7fcd340e5b4348c6a9ee5efa02cc GIT binary patch literal 23894 zcmbTd1yCeglr4%oH0}c;`FaIAPXbF*x1y@^y{m=6Qi+R0CKZw5G|4*})wg7WeAft$-vn{{@$oPK;WB)f`GaGw=v#HbnfWrT8P!3M^ z=1!(Spb_AILjHI2eXXF&|BS-@@8+|2aB=tt`akge?{Gk8fV0d050=jM_BQ|DS^k4^ z0N9z@{2wfFco(5?m_R`OIsRD_H47J8BRhbl4Up0KKTjDP?93yS6eJPhaN)j&AWBP# zsepihew~8+f%)fup-rve1_HvkD=j9h=ALz#&2Lw!fHkaGJH%DIZfb?ch z+A3@ibksy8-v!<}YB~ErsyCZgm-IUQl!f!l@CKUW4*iJ-J2ZV@H}3hF`^4|_;~ku_ zHvhMuB$2Xx3S_$6==1CTk&8 zoR8e6QSvBMGqXJ1rX@?~c=4=FE&@wSm{~nBBBMK}@;5n~E!GArDW1^bBiCJUW;nCt9E9w>yrH*XH+u+?RaDpJuJF$+dnt2G5ejj(=HSf63Pf z)@k^BKE2%&eIi}6O86KP92xpg=Gkqj*3wG*z)~bV2)<3Z-Y^z?N>~)Gf|2Wlhb%;R zz!7z7eJ(UoHf(g&XOT!8f4iS7k|cQS2#hs^dbsr@e#ZM{J$uXPzmoUe&fhcL%oID+ zRGT6SvZxk_?Z>bh>5&1sATDONF~%w#i>hHd3bk_k){r9y^U29m)IHTefrf&AlZGBf z=+*E$sFSiudVvNa9P5VJ2Pl${w-zPo@Z{>IE?EUbyo$r)?CMrfQkSM-iLwE78EDCL zxsZR!pv)y`{Oi|Mh$DvuPpa4=y{Kgo6*Z#$tu_iZ5i;hcsD?9BUirurM`4Zq2oORJ z`%vR8I{K8dPPdR{D+7iq9?Ss(al6Ea@Rwd`i5uKiEN@0QhJG2LP}ZxEw;&Q#;Hd7q&vcxQZ+92|=@ zvjxTt8h?*P?|9PTV1hSjdsq7t7n6Ga2oyqV!lQ{gN6X2-E( z%0D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 F^nap(sUrXY literal 0 HcmV?d00001 diff --git a/converter/fred b/converter/fred new file mode 100644 index 0000000..f6338a4 --- /dev/null +++ b/converter/fred @@ -0,0 +1,111 @@ + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem Run oik-wp in batch mode so that you can test some code outwith the browser + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem php c:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php ../play/terms.php + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem php c:\apache\htdocs\oikcouk\wp-content\plugins\oik-batch\oik-wp.php + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem For MultiSite you need to pass the domain name somehow e.g. url=genesis.wp.a2z + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem and for sub-directory installs you need to pass the path. e.g. url=qw path=officialcaravan + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem we could use oik-ms.php to cater for MultiSite if it's any easier. + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>rem + +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter>php C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php +Domain: localhost + +cli +End cli:oik_batch_loaded +cli +Array +( + [SERVER_SOFTWARE] => + [REQUEST_URI] => / + [ALLUSERSPROFILE] => C:\ProgramData + [APPDATA] => C:\Users\Herb\AppData\Roaming + [asl_log] => Destination=file + [CommonProgramFiles] => C:\Program Files\Common Files + [CommonProgramFiles(x86)] => C:\Program Files (x86)\Common Files + [CommonProgramW6432] => C:\Program Files\Common Files + [COMPUTERNAME] => QW + [ComSpec] => C:\WINDOWS\system32\cmd.exe + [FPS_BROWSER_APP_PROFILE_STRING] => Internet Explorer + [FPS_BROWSER_USER_PROFILE_STRING] => Default + [FP_NO_HOST_CHECK] => NO + [HOMEDRIVE] => C: + [HOMEPATH] => \Users\Herb + [LOCALAPPDATA] => C:\Users\Herb\AppData\Local + [LOGONSERVER] => \\QW + [MAGICK_HOME] => C:\ImageMagick-6.9.3-7 + [NUMBER_OF_PROCESSORS] => 4 + [OneDrive] => C:\Users\Herb\OneDrive + [OS] => Windows_NT + [Path] => C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Acronis\SnapAPI\;C:\Program Files\TortoiseSVN\bin;C:\ProgramData\ComposerSetup\bin;C:\ImageMagick-6.9.3-7;c:\php;c:\php\ext;C:\Program Files (x86)\Skype\Phone\;C:\vslick\win;C:\mysql\bin;C:\d_drive\dos;C:\cygwin\bin;C:\Users\Herb\AppData\Roaming\npm;C:\Program Files\nodejs;C:\Program Files\Calibre2\;C:\Program Files (x86)\Common Files\Seagate\SnapAPI\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile64\;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Users\Herb\AppData\Local\Microsoft\WindowsApps;C:\Users\Herb\AppData\Roaming\npm + [PATHEXT] => .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PHP; + [PROCESSOR_ARCHITECTURE] => AMD64 + [PROCESSOR_IDENTIFIER] => AMD64 Family 22 Model 0 Stepping 1, AuthenticAMD + [PROCESSOR_LEVEL] => 22 + [PROCESSOR_REVISION] => 0001 + [ProgramData] => C:\ProgramData + [ProgramFiles] => C:\Program Files + [ProgramFiles(x86)] => C:\Program Files (x86) + [ProgramW6432] => C:\Program Files + [PROMPT] => $P$G + [PSModulePath] => C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\ + [PUBLIC] => C:\Users\Public + [SESSIONNAME] => Console + [SystemDrive] => C: + [SystemRoot] => C:\WINDOWS + [TEMP] => C:\Users\Herb\AppData\Local\Temp + [TMP] => C:\Users\Herb\AppData\Local\Temp + [USERDOMAIN] => QW + [USERDOMAIN_ROAMINGPROFILE] => QW + [USERNAME] => Herb + [USERPROFILE] => C:\Users\Herb + [VBOX_MSI_INSTALL_PATH] => C:\Program Files\Oracle\VirtualBox\ + [windir] => C:\WINDOWS + [PHP_SELF] => C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php + [SCRIPT_NAME] => C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php + [SCRIPT_FILENAME] => C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php + [PATH_TRANSLATED] => C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php + [DOCUMENT_ROOT] => + [REQUEST_TIME_FLOAT] => 1520680982.0369 + [REQUEST_TIME] => 1520680982 + [argv] => Array + ( + [0] => C:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php + ) + + [argc] => 1 + [HTTP_HOST] => localhost + [SERVER_NAME] => localhost + [SERVER_PORT] => 80 + [SERVER_PROTOCOL] => + [request_type] => cli +) + +oik-wp running WordPress 4.9.4 +C:\apache\htdocs\wordpress\wp-content\plugins\oik-block\converter +cli + \ No newline at end of file diff --git a/converter/local_sites.csv b/converter/local_sites.csv new file mode 100644 index 0000000..b9160c7 --- /dev/null +++ b/converter/local_sites.csv @@ -0,0 +1,371 @@ +NOTWP C:/apache/htdocs/#/wp-content +............................................................................................ +.,66,26 +NOTWP C:/apache/htdocs/../wp-content +NOTWP C:/apache/htdocs/.idea/wp-content +NOTWP C:/apache/htdocs/18may/wp-content +NOTWP C:/apache/htdocs/Home - Rathmore financial_files/wp-content +NOTWP C:/apache/htdocs/Pandb/wp-content +NOTWP C:/apache/htdocs/WP-Parser-master/wp-content +....... +achoired-taste,2,5 +......................................... +act,29,12 +.................................... +aldworth,26,10 +NOTWP C:/apache/htdocs/anchorgo/wp-content +NOTWP C:/apache/htdocs/anchorgolfcom/wp-content +............ +andrea,5,7 +................................................. +aumabs,32,17 +.............................. +balancingbyart,18,12 +...................................... +bettercorestrength,23,15 +........................... +bigram,23,4 +........ +bigram-renamed,0,8 +............................. +blogbbf,14,15 +NOTWP C:/apache/htdocs/bobbingw/wp-content +.................. +broad-builders,14,4 +............... +build,5,10 +NOTWP C:/apache/htdocs/bw/wp-content +NOTWP C:/apache/htdocs/bwarchive/wp-content +................................................................. +bwcom,50,15 +................. +bwcom-renamed,11,6 +.......................................................................................................................... +bwdesign,86,36 +............... +bwdevel,11,4 +NOTWP C:/apache/htdocs/bwpcsupp/wp-content +NOTWP C:/apache/htdocs/bwts/wp-content +NOTWP C:/apache/htdocs/bwwdcouk/wp-content +NOTWP C:/apache/htdocs/caravan/wp-content +NOTWP C:/apache/htdocs/ccd/wp-content +NOTWP C:/apache/htdocs/cjgs/wp-content +...................... +classic,12,10 +NOTWP C:/apache/htdocs/classicc/wp-content +........................... +coaching2inspire,16,11 +.................................... +colours,28,8 +.................................... +cookie-cat,28,8 +NOTWP C:/apache/htdocs/cookie-category/wp-content +NOTWP C:/apache/htdocs/customers/wp-content +.................................................... +cwiccer,47,5 +......... +dealwithstress,4,5 +NOTWP C:/apache/htdocs/denise/wp-content +NOTWP C:/apache/htdocs/deniseth/wp-content +............... +design,9,6 +NOTWP C:/apache/htdocs/dimcl/wp-content +NOTWP C:/apache/htdocs/downloads/wp-content +NOTWP C:/apache/htdocs/drupal-libraries/wp-content +NOTWP C:/apache/htdocs/drupal-modules/wp-content +NOTWP C:/apache/htdocs/dtib/wp-content +.............................. +dws,22,8 +............................... +edw,20,11 +..................... +eedge,11,10 +................... +eedge1114,13,6 +.................. +eedge1114b,12,6 +................................. +eft,18,15 +NOTWP C:/apache/htdocs/eie/wp-content +......................... +engarc,20,5 +............. +eoci,7,6 +NOTWP C:/apache/htdocs/fabt/wp-content +NOTWP C:/apache/htdocs/findaballtees/wp-content +NOTWP C:/apache/htdocs/findabalti/wp-content +NOTWP C:/apache/htdocs/fionathomas/wp-content +NOTWP C:/apache/htdocs/fobbonghide/wp-content +NOTWP C:/apache/htdocs/foppapedretti/wp-content +................................ +fsp,20,12 +NOTWP C:/apache/htdocs/funkygreen/wp-content +NOTWP C:/apache/htdocs/gdw/wp-content +................ +gdwifa,10,6 +NOTWP C:/apache/htdocs/gdwifa-couk/wp-content +NOTWP C:/apache/htdocs/gibberd/wp-content +NOTWP C:/apache/htdocs/git/wp-content +NOTWP C:/apache/htdocs/gkz/wp-content +NOTWP C:/apache/htdocs/gordontate/wp-content +NOTWP C:/apache/htdocs/gravity/wp-content +NOTWP C:/apache/htdocs/grippii/wp-content +...................... +gtate,14,8 +................................................................. +hallsgs,43,22 +...................................................................... +hampshire-eft,51,19 +.................................................... +handmadestudios,40,12 +...................... +happystevehook,16,6 +NOTWP C:/apache/htdocs/harvest/wp-content +NOTWP C:/apache/htdocs/hcc/wp-content +......... +heft,0,9 +NOTWP C:/apache/htdocs/hehall/wp-content +NOTWP C:/apache/htdocs/herb/wp-content +.............................................. +hifianswers,41,5 +.............................................................................. +hm,59,19 + +hm-pregit,0,0 +.................................. +hm0618,27,7 +........................................ +hm1013,33,7 +.............................. +hosh,21,9 +................................ +hsoh,21,11 +............................ +hsoh_old,19,9 +NOTWP C:/apache/htdocs/i-promote/wp-content +NOTWP C:/apache/htdocs/images/wp-content +NOTWP C:/apache/htdocs/insurance/wp-content +NOTWP C:/apache/htdocs/itconsultant/wp-content +........................................ +janecoomb,30,10 +NOTWP C:/apache/htdocs/janecoombsinfo/wp-content +NOTWP C:/apache/htdocs/japics/wp-content +........ +jbr,0,8 +NOTWP C:/apache/htdocs/jimmy/wp-content +..................... +jtth,8,13 +NOTWP C:/apache/htdocs/kamarklew/wp-content +NOTWP C:/apache/htdocs/kate/wp-content +.............................. +lalucouk,26,4 +NOTWP C:/apache/htdocs/laravel/wp-content +NOTWP C:/apache/htdocs/lazzari/wp-content +NOTWP C:/apache/htdocs/lcm/wp-content +NOTWP C:/apache/htdocs/lettings-inc/wp-content +........................... +lfd4u,15,12 +NOTWP C:/apache/htdocs/lg/wp-content +NOTWP C:/apache/htdocs/logos/wp-content +NOTWP C:/apache/htdocs/loneworking/wp-content +NOTWP C:/apache/htdocs/ltcf/wp-content +NOTWP C:/apache/htdocs/marshall/wp-content +NOTWP C:/apache/htdocs/mdap/wp-content +NOTWP C:/apache/htdocs/mdt/wp-content +NOTWP C:/apache/htdocs/mountainview/wp-content +NOTWP C:/apache/htdocs/mrlc/wp-content +NOTWP C:/apache/htdocs/nivo-slider-v2.7.1/wp-content +NOTWP C:/apache/htdocs/nivo-slider-v3.1/wp-content +NOTWP C:/apache/htdocs/nivo-slider-v3.2/wp-content +.................................................................. +officialcaravan,56,10 +NOTWP C:/apache/htdocs/oik/wp-content +NOTWP C:/apache/htdocs/oik-batchmove/wp-content +NOTWP C:/apache/htdocs/oik-css/wp-content +NOTWP C:/apache/htdocs/oik-nivo-slider_svn/wp-content +NOTWP C:/apache/htdocs/oik-plugins/wp-content +......... +oik-plugins.uk,4,5 +NOTWP C:/apache/htdocs/oik-privacy-policy_svn/wp-content +......................................................................................................................... +oikcom,96,25 + +oikcom-renamed,0,0 +............................................................................................ +oikcouk,78,14 +............................................................................................ +oikeu,73,19 +......................................................................................................................... +oikplug,96,25 +NOTWP C:/apache/htdocs/okeffed/wp-content +................................................. +olc,35,14 +................................................. +oobit,40,9 +........................................................ +ourlistenersclub,41,15 +........................... +owcs,24,3 +........ +owzs,4,4 +............ +owzs-pro,8,4 +NOTWP C:/apache/htdocs/paap/wp-content +....... +pathofbeing,0,7 +NOTWP C:/apache/htdocs/pcs/wp-content +NOTWP C:/apache/htdocs/penoyre/wp-content +NOTWP C:/apache/htdocs/phpDocumentor2/wp-content +NOTWP C:/apache/htdocs/phpLibraries/wp-content +NOTWP C:/apache/htdocs/phpMailer_v2.3/wp-content +NOTWP C:/apache/htdocs/phpMailer_v5.1/wp-content +NOTWP C:/apache/htdocs/phpMyAdmin/wp-content +NOTWP C:/apache/htdocs/phpMyAdmin-3.2.5/wp-content +NOTWP C:/apache/htdocs/phpMyAdmin-3.3.2-all-languages/wp-content +NOTWP C:/apache/htdocs/phpMyAdmin-4.6.6-english/wp-content +NOTWP C:/apache/htdocs/phpMyAdmin-4.7.6-all-languages/wp-content +NOTWP C:/apache/htdocs/phpMyAdmin4.2.11/wp-content +............. +phpunit,10,3 +NOTWP C:/apache/htdocs/pkgs/wp-content +NOTWP C:/apache/htdocs/premier/wp-content +NOTWP C:/apache/htdocs/prettier/wp-content +........................ +pretty,15,9 +NOTWP C:/apache/htdocs/prettyas/wp-content +NOTWP C:/apache/htdocs/prettyas_old/wp-content +NOTWP C:/apache/htdocs/problem-solving/wp-content +................... +pwaep,11,8 +NOTWP C:/apache/htdocs/quickstart-basic/wp-content +............................................. +rathmorefinancial,30,15 +NOTWP C:/apache/htdocs/rcbnb/wp-content +NOTWP C:/apache/htdocs/rcgc/wp-content +NOTWP C:/apache/htdocs/rchc/wp-content +NOTWP C:/apache/htdocs/rcorguk/wp-content +NOTWP C:/apache/htdocs/rcr/wp-content +NOTWP C:/apache/htdocs/rcroofing/wp-content +NOTWP C:/apache/htdocs/rctc/wp-content +.......................................................................................................... +rcwdcom,68,38 +NOTWP C:/apache/htdocs/react/wp-content +NOTWP C:/apache/htdocs/react-SB/wp-content +NOTWP C:/apache/htdocs/retirementcoach/wp-content +NOTWP C:/apache/htdocs/retirementmanager/wp-content +...................................................... +rf,37,17 +................................................. +rjd,35,14 +..................................... +rjd2,27,10 +............................................................... +rjduk,41,22 +NOTWP C:/apache/htdocs/rmt/wp-content +....................................... +rngs,26,13 +NOTWP C:/apache/htdocs/sc2/wp-content +NOTWP C:/apache/htdocs/sc2-pregit/wp-content +................... +secrets,14,5 +NOTWP C:/apache/htdocs/simple_html_dom/wp-content +NOTWP C:/apache/htdocs/sitemap_gen-1.5/wp-content +.................. +solentro,11,7 +...................................................................... +src,54,16 +................................. +survive,23,10 +NOTWP C:/apache/htdocs/susan/wp-content +............................................... +susancowemiller,35,12 +NOTWP C:/apache/htdocs/susancowereiki/wp-content +.......... +svn,3,7 +NOTWP C:/apache/htdocs/svn_assets/wp-content +NOTWP C:/apache/htdocs/svn_plugins/wp-content +NOTWP C:/apache/htdocs/svn_tools/wp-content +................................................ +symondson,38,10 +........................................ +symondson_internetMarketing,36,4 +................................................ +szerelmey,42,6 +........................... +tags,20,7 +NOTWP C:/apache/htdocs/td/wp-content +NOTWP C:/apache/htdocs/techsupport/wp-content +................................. +therealc,22,11 +NOTWP C:/apache/htdocs/twenty-tens.com/wp-content +NOTWP C:/apache/htdocs/twentyte/wp-content +NOTWP C:/apache/htdocs/uk-tides_svn/wp-content +NOTWP C:/apache/htdocs/uploadify/wp-content +NOTWP C:/apache/htdocs/us-tides_svn/wp-content +NOTWP C:/apache/htdocs/wc-logs/wp-content +NOTWP C:/apache/htdocs/wc-rest/wp-content +NOTWP C:/apache/htdocs/webdesign/wp-content +............................. +wholebeingwellbeing,18,11 +..................................................................................................................................................................................................................................................................................................................................................... +wordpress,231,110 +.................................................... +wp-a2z,37,15 +..................................... +wp-a2z-v4.4.2,29,8 +NOTWP C:/apache/htdocs/wp-admin/wp-content +NOTWP C:/apache/htdocs/wp-content/wp-content +NOTWP C:/apache/htdocs/wp-includes/wp-content +...................................... +wp-pompey,30,8 +NOTWP C:/apache/htdocs/wp-super-cache/wp-content +NOTWP C:/apache/htdocs/wp071/wp-content +NOTWP C:/apache/htdocs/wp292/wp-content +......... +wp321,5,4 +...................... +wp33,11,11 +NOTWP C:/apache/htdocs/wp331/wp-content +....................................................... +wp34,41,14 +................................ +wp35,25,7 +....... +wp371,3,4 +........ +wp38,3,5 +NOTWP C:/apache/htdocs/wp39/wp-content + +wp46,0,0 +........................................................................................................................ +wp47,86,34 + +wp473,0,0 +............................................................. +wp50,46,15 +NOTWP C:/apache/htdocs/wpg/wp-content +NOTWP C:/apache/htdocs/wpgit/wp-content +......................................... +wpit,30,11 + +wpit4.6,0,0 +NOTWP C:/apache/htdocs/wplang/wp-content +NOTWP C:/apache/htdocs/wplang-3.6/wp-content +................. +wpml,17,0 +........................................................................................................................................................ +wpms,110,42 + +wpms-saved,0,0 +NOTWP C:/apache/htdocs/wpmudev/wp-content +................................................................................. +wporg,66,15 +........................................ +wws,32,8 +NOTWP C:/apache/htdocs/wwwcomp/wp-content +NOTWP C:/apache/htdocs/xdebug/wp-content +NOTWP C:/apache/htdocs/xmas/wp-content +NOTWP C:/apache/htdocs/yellow/wp-content +.................................. +yellowbrand,27,7 +NOTWP C:/apache/htdocs/yogatherapy.me/wp-content diff --git a/converter/sites.csv b/converter/sites.csv new file mode 100644 index 0000000..187d461 --- /dev/null +++ b/converter/sites.csv @@ -0,0 +1,372 @@ + +NOTWP C:/apache/htdocs/#/wp-content +............................................................................................ +.,66,26 +NOTWP C:/apache/htdocs/../wp-content +NOTWP C:/apache/htdocs/.idea/wp-content +NOTWP C:/apache/htdocs/18may/wp-content +....... +achoired-taste,2,5 +......................................... +act,29,12 +.................................... +aldworth,26,10 +NOTWP C:/apache/htdocs/anchorgo/wp-content +NOTWP C:/apache/htdocs/anchorgolfcom/wp-content +............ +andrea,5,7 +................................................. +aumabs,32,17 +.............................. +balancingbyart,18,12 +...................................... +bettercorestrength,23,15 +........................... +bigram,23,4 +........ +bigram-renamed,0,8 +............................. +blogbbf,14,15 +NOTWP C:/apache/htdocs/bobbingw/wp-content +.................. +broad-builders,14,4 +............... +build,5,10 +NOTWP C:/apache/htdocs/bw/wp-content +NOTWP C:/apache/htdocs/bwarchive/wp-content +................................................................. +bwcom,50,15 +................. +bwcom-renamed,11,6 +.......................................................................................................................... +bwdesign,86,36 +............... +bwdevel,11,4 +NOTWP C:/apache/htdocs/bwpcsupp/wp-content +NOTWP C:/apache/htdocs/bwts/wp-content +NOTWP C:/apache/htdocs/bwwdcouk/wp-content +NOTWP C:/apache/htdocs/caravan/wp-content +NOTWP C:/apache/htdocs/ccd/wp-content +NOTWP C:/apache/htdocs/cjgs/wp-content +...................... +classic,12,10 +NOTWP C:/apache/htdocs/classicc/wp-content +........................... +coaching2inspire,16,11 +.................................... +colours,28,8 +.................................... +cookie-cat,28,8 +NOTWP C:/apache/htdocs/cookie-category/wp-content +NOTWP C:/apache/htdocs/customers/wp-content +.................................................... +cwiccer,47,5 +......... +dealwithstress,4,5 +NOTWP C:/apache/htdocs/denise/wp-content +NOTWP C:/apache/htdocs/deniseth/wp-content +............... +design,9,6 +NOTWP C:/apache/htdocs/dimcl/wp-content +NOTWP C:/apache/htdocs/downloads/wp-content +NOTWP C:/apache/htdocs/drupal-libraries/wp-content +NOTWP C:/apache/htdocs/drupal-modules/wp-content +NOTWP C:/apache/htdocs/dtib/wp-content +.............................. +dws,22,8 +............................... +edw,20,11 +..................... +eedge,11,10 +................... +eedge1114,13,6 +.................. +eedge1114b,12,6 +................................. +eft,18,15 +NOTWP C:/apache/htdocs/eie/wp-content +......................... +engarc,20,5 +............. +eoci,7,6 +NOTWP C:/apache/htdocs/fabt/wp-content +NOTWP C:/apache/htdocs/findaballtees/wp-content +NOTWP C:/apache/htdocs/findabalti/wp-content +NOTWP C:/apache/htdocs/fionathomas/wp-content +NOTWP C:/apache/htdocs/fobbonghide/wp-content +NOTWP C:/apache/htdocs/foppapedretti/wp-content +................................ +fsp,20,12 +NOTWP C:/apache/htdocs/funkygreen/wp-content +NOTWP C:/apache/htdocs/gdw/wp-content +................ +gdwifa,10,6 +NOTWP C:/apache/htdocs/gdwifa-couk/wp-content +NOTWP C:/apache/htdocs/gibberd/wp-content +NOTWP C:/apache/htdocs/git/wp-content +NOTWP C:/apache/htdocs/gkz/wp-content +NOTWP C:/apache/htdocs/gordontate/wp-content +NOTWP C:/apache/htdocs/gravity/wp-content +NOTWP C:/apache/htdocs/grippii/wp-content +...................... +gtate,14,8 +................................................................. +hallsgs,43,22 +...................................................................... +hampshire-eft,51,19 +.................................................... +handmadestudios,40,12 +...................... +happystevehook,16,6 +NOTWP C:/apache/htdocs/harvest/wp-content +NOTWP C:/apache/htdocs/hcc/wp-content +......... +heft,0,9 +NOTWP C:/apache/htdocs/hehall/wp-content +NOTWP C:/apache/htdocs/herb/wp-content +.............................................. +hifianswers,41,5 +.............................................................................. +hm,59,19 + +hm-pregit,0,0 +.................................. +hm0618,27,7 +........................................ +hm1013,33,7 +NOTWP C:/apache/htdocs/Home - Rathmore financial_files/wp-content +.............................. +hosh,21,9 +................................ +hsoh,21,11 +............................ +hsoh_old,19,9 +NOTWP C:/apache/htdocs/i-promote/wp-content +NOTWP C:/apache/htdocs/images/wp-content +NOTWP C:/apache/htdocs/insurance/wp-content +NOTWP C:/apache/htdocs/itconsultant/wp-content +........................................ +janecoomb,30,10 +NOTWP C:/apache/htdocs/janecoombsinfo/wp-content +NOTWP C:/apache/htdocs/japics/wp-content +........ +jbr,0,8 +NOTWP C:/apache/htdocs/jimmy/wp-content +..................... +jtth,8,13 +NOTWP C:/apache/htdocs/kamarklew/wp-content +NOTWP C:/apache/htdocs/kate/wp-content +.............................. +lalucouk,26,4 +NOTWP C:/apache/htdocs/laravel/wp-content +NOTWP C:/apache/htdocs/lazzari/wp-content +NOTWP C:/apache/htdocs/lcm/wp-content +NOTWP C:/apache/htdocs/lettings-inc/wp-content +........................... +lfd4u,15,12 +NOTWP C:/apache/htdocs/lg/wp-content +NOTWP C:/apache/htdocs/logos/wp-content +NOTWP C:/apache/htdocs/loneworking/wp-content +NOTWP C:/apache/htdocs/ltcf/wp-content +NOTWP C:/apache/htdocs/marshall/wp-content +NOTWP C:/apache/htdocs/mdap/wp-content +NOTWP C:/apache/htdocs/mdt/wp-content +NOTWP C:/apache/htdocs/mountainview/wp-content +NOTWP C:/apache/htdocs/mrlc/wp-content +NOTWP C:/apache/htdocs/nivo-slider-v2.7.1/wp-content +NOTWP C:/apache/htdocs/nivo-slider-v3.1/wp-content +NOTWP C:/apache/htdocs/nivo-slider-v3.2/wp-content +.................................................................. +officialcaravan,56,10 +NOTWP C:/apache/htdocs/oik/wp-content +NOTWP C:/apache/htdocs/oik-batchmove/wp-content +NOTWP C:/apache/htdocs/oik-css/wp-content +NOTWP C:/apache/htdocs/oik-nivo-slider_svn/wp-content +NOTWP C:/apache/htdocs/oik-plugins/wp-content +......... +oik-plugins.uk,4,5 +NOTWP C:/apache/htdocs/oik-privacy-policy_svn/wp-content +......................................................................................................................... +oikcom,96,25 + +oikcom-renamed,0,0 +............................................................................................ +oikcouk,78,14 +............................................................................................ +oikeu,73,19 +......................................................................................................................... +oikplug,96,25 +NOTWP C:/apache/htdocs/okeffed/wp-content +................................................. +olc,35,14 +................................................. +oobit,40,9 +........................................................ +ourlistenersclub,41,15 +........................... +owcs,24,3 +........ +owzs,4,4 +............ +owzs-pro,8,4 +NOTWP C:/apache/htdocs/paap/wp-content +NOTWP C:/apache/htdocs/Pandb/wp-content +....... +pathofbeing,0,7 +NOTWP C:/apache/htdocs/pcs/wp-content +NOTWP C:/apache/htdocs/penoyre/wp-content +NOTWP C:/apache/htdocs/phpDocumentor2/wp-content +NOTWP C:/apache/htdocs/phpLibraries/wp-content +NOTWP C:/apache/htdocs/phpMailer_v2.3/wp-content +NOTWP C:/apache/htdocs/phpMailer_v5.1/wp-content +NOTWP C:/apache/htdocs/phpMyAdmin/wp-content +NOTWP C:/apache/htdocs/phpMyAdmin-3.2.5/wp-content +NOTWP C:/apache/htdocs/phpMyAdmin-3.3.2-all-languages/wp-content +NOTWP C:/apache/htdocs/phpMyAdmin-4.6.6-english/wp-content +NOTWP C:/apache/htdocs/phpMyAdmin-4.7.6-all-languages/wp-content +NOTWP C:/apache/htdocs/phpMyAdmin4.2.11/wp-content +............. +phpunit,10,3 +NOTWP C:/apache/htdocs/pkgs/wp-content +NOTWP C:/apache/htdocs/premier/wp-content +NOTWP C:/apache/htdocs/prettier/wp-content +........................ +pretty,15,9 +NOTWP C:/apache/htdocs/prettyas/wp-content +NOTWP C:/apache/htdocs/prettyas_old/wp-content +NOTWP C:/apache/htdocs/problem-solving/wp-content +................... +pwaep,11,8 +NOTWP C:/apache/htdocs/quickstart-basic/wp-content +............................................. +rathmorefinancial,30,15 +NOTWP C:/apache/htdocs/rcbnb/wp-content +NOTWP C:/apache/htdocs/rcgc/wp-content +NOTWP C:/apache/htdocs/rchc/wp-content +NOTWP C:/apache/htdocs/rcorguk/wp-content +NOTWP C:/apache/htdocs/rcr/wp-content +NOTWP C:/apache/htdocs/rcroofing/wp-content +NOTWP C:/apache/htdocs/rctc/wp-content +.......................................................................................................... +rcwdcom,68,38 +NOTWP C:/apache/htdocs/react/wp-content +NOTWP C:/apache/htdocs/react-SB/wp-content +NOTWP C:/apache/htdocs/retirementcoach/wp-content +NOTWP C:/apache/htdocs/retirementmanager/wp-content +...................................................... +rf,37,17 +................................................. +rjd,35,14 +..................................... +rjd2,27,10 +............................................................... +rjduk,41,22 +NOTWP C:/apache/htdocs/rmt/wp-content +....................................... +rngs,26,13 +NOTWP C:/apache/htdocs/sc2/wp-content +NOTWP C:/apache/htdocs/sc2-pregit/wp-content +................... +secrets,14,5 +NOTWP C:/apache/htdocs/simple_html_dom/wp-content +NOTWP C:/apache/htdocs/sitemap_gen-1.5/wp-content +.................. +solentro,11,7 +...................................................................... +src,54,16 +................................. +survive,23,10 +NOTWP C:/apache/htdocs/susan/wp-content +............................................... +susancowemiller,35,12 +NOTWP C:/apache/htdocs/susancowereiki/wp-content +.......... +svn,3,7 +NOTWP C:/apache/htdocs/svn_assets/wp-content +NOTWP C:/apache/htdocs/svn_plugins/wp-content +NOTWP C:/apache/htdocs/svn_tools/wp-content +................................................ +symondson,38,10 +........................................ +symondson_internetMarketing,36,4 +................................................ +szerelmey,42,6 +........................... +tags,20,7 +NOTWP C:/apache/htdocs/td/wp-content +NOTWP C:/apache/htdocs/techsupport/wp-content +................................. +therealc,22,11 +NOTWP C:/apache/htdocs/twenty-tens.com/wp-content +NOTWP C:/apache/htdocs/twentyte/wp-content +NOTWP C:/apache/htdocs/uk-tides_svn/wp-content +NOTWP C:/apache/htdocs/uploadify/wp-content +NOTWP C:/apache/htdocs/us-tides_svn/wp-content +NOTWP C:/apache/htdocs/wc-logs/wp-content +NOTWP C:/apache/htdocs/wc-rest/wp-content +NOTWP C:/apache/htdocs/webdesign/wp-content +............................. +wholebeingwellbeing,18,11 +..................................................................................................................................................................................................................................................................................................................................................... +wordpress,231,110 +.................................................... +wp-a2z,37,15 +..................................... +wp-a2z-v4.4.2,29,8 +NOTWP C:/apache/htdocs/wp-admin/wp-content +NOTWP C:/apache/htdocs/wp-content/wp-content +NOTWP C:/apache/htdocs/wp-includes/wp-content +NOTWP C:/apache/htdocs/WP-Parser-master/wp-content +...................................... +wp-pompey,30,8 +NOTWP C:/apache/htdocs/wp-super-cache/wp-content +NOTWP C:/apache/htdocs/wp071/wp-content +NOTWP C:/apache/htdocs/wp292/wp-content +......... +wp321,5,4 +...................... +wp33,11,11 +NOTWP C:/apache/htdocs/wp331/wp-content +....................................................... +wp34,41,14 +................................ +wp35,25,7 +....... +wp371,3,4 +........ +wp38,3,5 +NOTWP C:/apache/htdocs/wp39/wp-content + +wp46,0,0 +........................................................................................................................ +wp47,86,34 + +wp473,0,0 +............................................................. +wp50,46,15 +NOTWP C:/apache/htdocs/wpg/wp-content +NOTWP C:/apache/htdocs/wpgit/wp-content +......................................... +wpit,30,11 + +wpit4.6,0,0 +NOTWP C:/apache/htdocs/wplang/wp-content +NOTWP C:/apache/htdocs/wplang-3.6/wp-content +................. +wpml,17,0 +........................................................................................................................................................ +wpms,110,42 + +wpms-saved,0,0 +NOTWP C:/apache/htdocs/wpmudev/wp-content +................................................................................. +wporg,66,15 +........................................ +wws,32,8 +NOTWP C:/apache/htdocs/wwwcomp/wp-content +NOTWP C:/apache/htdocs/xdebug/wp-content +NOTWP C:/apache/htdocs/xmas/wp-content +NOTWP C:/apache/htdocs/yellow/wp-content +.................................. +yellowbrand,27,7 +NOTWP C:/apache/htdocs/yogatherapy.me/wp-content