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 0000000..9756430 Binary files /dev/null and b/converter/estimate.ods differ 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