├── application
├── .htaccess
├── cache
│ ├── .htaccess
│ └── index.html
├── views
│ ├── activatorsmap
│ │ └── index.php
│ ├── awards
│ │ ├── details.php
│ │ ├── wab
│ │ │ └── details.php
│ │ └── index.php
│ ├── index.html
│ ├── hamsat
│ │ └── index.php
│ ├── errors
│ │ ├── cli
│ │ │ ├── error_404.php
│ │ │ ├── error_general.php
│ │ │ ├── error_db.php
│ │ │ └── index.html
│ │ ├── html
│ │ │ ├── index.html
│ │ │ └── error_php.php
│ │ └── index.html
│ ├── email
│ │ ├── testmail.php
│ │ ├── oqrs_request.php
│ │ ├── forgot_password.php
│ │ └── admin_reset_password.php
│ ├── timeline
│ │ └── details.php
│ ├── activators
│ │ └── details.php
│ ├── emeinitials
│ │ └── details.php
│ ├── public_search
│ │ └── empty.php
│ ├── qrz
│ │ └── analysis.php
│ ├── backup
│ │ └── notes.php
│ └── lotw
│ │ ├── analysis.php
│ │ └── status.php
├── language
│ ├── czech
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
│ ├── french
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
│ ├── greek
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
│ ├── english
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
│ ├── finnish
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
│ ├── portuguese
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
│ ├── russian
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
│ ├── spanish
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
│ ├── swedish
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
│ ├── chinese_simplified
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
│ ├── dutch
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
│ ├── german
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
│ ├── italian
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
│ ├── bulgarian
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
│ ├── polish
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
│ └── turkish
│ │ ├── eqsl_lang.php
│ │ ├── index.html
│ │ └── sstv_lang.php
├── core
│ └── index.html
├── hooks
│ └── index.html
├── index.html
├── logs
│ └── index.html
├── config
│ ├── index.html
│ └── bands.php
├── helpers
│ └── index.html
├── libraries
│ └── index.html
├── models
│ └── index.html
├── controllers
│ ├── index.html
│ ├── Version_Dialog.php
│ ├── Migrate.php
│ ├── Thirdpartylogins.php
│ └── Settings.php
├── third_party
│ └── index.html
└── migrations
│ ├── 141_alter_user_options_table.php
│ ├── 029_delete_logbooks_table.php
│ ├── 051_delete_lotw_userlist_table.php
│ ├── 030_delete_logbookid.php
│ ├── 053_gridsquare_index.php
│ ├── 139_modify_eQSL_url.php
│ ├── 071_add_queries_table.php
│ ├── 122_reupload_tevel.php
│ ├── 189_set_MO122_lotw_upload.php
│ ├── 190_set_SONATE_lotw_upload.php
│ ├── 005_add_dxcc_enddate.php
│ ├── 131_reset_lotw_upload_for_ledsat.php
│ ├── 149_reupload_inspiresat7_qsos.php
│ └── 057_new_stylesheet_default.php
├── backup
└── notes.xml
├── CloudLog.png
├── favicon.ico
├── src
└── Label
│ ├── vendor
│ ├── malios
│ │ └── php-to-ascii-table
│ │ │ ├── .gitignore
│ │ │ ├── assets
│ │ │ └── table.png
│ │ │ ├── src
│ │ │ └── Exception
│ │ │ │ └── BuilderException.php
│ │ │ └── docs
│ │ │ └── CONTRIBUTING.md
│ └── composer
│ │ ├── autoload_namespaces.php
│ │ ├── autoload_classmap.php
│ │ └── autoload_psr4.php
│ └── font
│ ├── unifont
│ ├── DejaVuSans.ttf
│ ├── DejaVuSerif.ttf
│ ├── DejaVuSans-Bold.ttf
│ ├── DejaVuSansMono.ttf
│ ├── DejaVuSans-Oblique.ttf
│ ├── DejaVuSerif-Bold.ttf
│ ├── DejaVuSerif-Italic.ttf
│ ├── dejavusans-bold.cw.dat
│ ├── dejavusansmono.cw.dat
│ ├── DejaVuSansCondensed.ttf
│ ├── DejaVuSansMono-Bold.ttf
│ ├── DejaVuSerifCondensed.ttf
│ ├── DejaVuSans-BoldOblique.ttf
│ ├── DejaVuSans-ExtraLight.ttf
│ ├── DejaVuSansMono-Oblique.ttf
│ ├── DejaVuSerif-BoldItalic.ttf
│ ├── DejaVuSansCondensed-Bold.ttf
│ ├── DejaVuSerifCondensed-Bold.ttf
│ ├── DejaVuSansCondensed-Oblique.ttf
│ ├── DejaVuSansMono-BoldOblique.ttf
│ ├── DejaVuSerifCondensed-Italic.ttf
│ ├── DejaVuSansCondensed-BoldOblique.ttf
│ ├── DejaVuSerifCondensed-BoldItalic.ttf
│ ├── dejavusansmono.mtx.php
│ └── dejavusans-bold.mtx.php
│ ├── courier.php
│ ├── courierb.php
│ ├── courieri.php
│ └── courierbi.php
├── images
├── body.png
├── CQzone.gif
├── delete.png
├── nav_bg.gif
├── eqsl_card_images
│ └── readme.txt
├── grey_bg.png
├── icons
│ ├── qrz.png
│ ├── eqsl.png
│ ├── stats.png
│ ├── world.png
│ ├── hamqth.png
│ ├── pota.app.png
│ ├── qrz.com.png
│ ├── qslcard.png
│ ├── wwff.co.png
│ ├── hamqth.com.png
│ ├── qslcard_in.png
│ ├── qslcard_sent.png
│ └── sota.org.uk.png
├── jaysalvat.png
├── markitup.png
└── application_edit.png
├── CloudLog_logo.png
├── assets
├── css
│ ├── visitor.css
│ └── sattimers.css
├── images
│ └── dot.png
├── icons
│ ├── icon-48x48.png
│ ├── icon-72x72.png
│ ├── icon-96x96.png
│ ├── icon-128x128.png
│ ├── icon-144x144.png
│ ├── icon-152x152.png
│ ├── icon-192x192.png
│ ├── icon-384x384.png
│ └── icon-512x512.png
├── js
│ ├── leaflet
│ │ └── images
│ │ │ ├── layers.png
│ │ │ ├── layers-2x.png
│ │ │ ├── marker-icon.png
│ │ │ ├── marker-shadow.png
│ │ │ └── marker-icon-2x.png
│ └── sections
│ │ ├── notes.js
│ │ └── adif.js
├── fontawesome
│ ├── webfonts
│ │ ├── fa-brands-400.ttf
│ │ ├── fa-solid-900.ttf
│ │ ├── fa-brands-400.woff2
│ │ ├── fa-regular-400.ttf
│ │ ├── fa-solid-900.woff2
│ │ ├── fa-regular-400.woff2
│ │ ├── fa-v4compatibility.ttf
│ │ └── fa-v4compatibility.woff2
│ ├── less
│ │ ├── _fixed-width.less
│ │ ├── v4-shims.less
│ │ ├── _screen-reader.less
│ │ ├── _icons.less
│ │ └── _sizing.less
│ ├── scss
│ │ ├── _fixed-width.scss
│ │ ├── _sizing.scss
│ │ ├── v4-shims.scss
│ │ ├── _screen-reader.scss
│ │ └── _icons.scss
│ └── svgs
│ │ ├── solid
│ │ ├── square-full.svg
│ │ ├── circle.svg
│ │ ├── o.svg
│ │ ├── circle-dot.svg
│ │ ├── genderless.svg
│ │ ├── minus.svg
│ │ ├── window-minimize.svg
│ │ ├── square.svg
│ │ ├── stop.svg
│ │ ├── circle-half-stroke.svg
│ │ ├── l.svg
│ │ ├── location-pin.svg
│ │ ├── slash.svg
│ │ ├── ellipsis.svg
│ │ ├── exclamation.svg
│ │ ├── ellipsis-vertical.svg
│ │ ├── face-meh-blank.svg
│ │ ├── mound.svg
│ │ ├── toggle-on.svg
│ │ ├── play.svg
│ │ ├── t.svg
│ │ ├── bread-slice.svg
│ │ ├── circle-minus.svg
│ │ ├── file.svg
│ │ ├── diamond.svg
│ │ ├── sort-up.svg
│ │ ├── caret-down.svg
│ │ ├── caret-left.svg
│ │ ├── caret-right.svg
│ │ ├── caret-up.svg
│ │ ├── dice-one.svg
│ │ ├── sort-down.svg
│ │ ├── tablet-button.svg
│ │ ├── 7.svg
│ │ ├── mobile-button.svg
│ │ ├── angle-down.svg
│ │ ├── angle-left.svg
│ │ ├── angle-up.svg
│ │ ├── chevron-left.svg
│ │ ├── chevron-up.svg
│ │ ├── d.svg
│ │ ├── j.svg
│ │ ├── 0.svg
│ │ ├── angle-right.svg
│ │ ├── bookmark.svg
│ │ ├── chevron-down.svg
│ │ ├── chevron-right.svg
│ │ ├── circle-stop.svg
│ │ ├── folder.svg
│ │ ├── location-dot.svg
│ │ ├── message.svg
│ │ ├── u.svg
│ │ ├── check.svg
│ │ ├── divide.svg
│ │ ├── f.svg
│ │ ├── p.svg
│ │ ├── user.svg
│ │ ├── y.svg
│ │ ├── bowling-ball.svg
│ │ ├── clock.svg
│ │ ├── equals.svg
│ │ ├── location-arrow.svg
│ │ ├── record-vinyl.svg
│ │ ├── table-columns.svg
│ │ ├── user-large.svg
│ │ ├── cheese.svg
│ │ ├── face-surprise.svg
│ │ ├── grip-lines-vertical.svg
│ │ ├── grip-lines.svg
│ │ ├── v.svg
│ │ ├── volume-off.svg
│ │ ├── computer-mouse.svg
│ │ ├── i.svg
│ │ ├── spoon.svg
│ │ ├── tablet.svg
│ │ ├── circle-check.svg
│ │ ├── circle-exclamation.svg
│ │ ├── gauge-simple.svg
│ │ ├── h.svg
│ │ ├── less-than.svg
│ │ ├── mobile.svg
│ │ ├── plus.svg
│ │ ├── tag.svg
│ │ ├── tarp.svg
│ │ ├── box.svg
│ │ ├── circle-chevron-down.svg
│ │ ├── circle-chevron-left.svg
│ │ ├── circle-chevron-right.svg
│ │ ├── circle-chevron-up.svg
│ │ ├── dice-two.svg
│ │ ├── greater-than.svg
│ │ ├── mobile-screen-button.svg
│ │ ├── neuter.svg
│ │ ├── tablet-screen-button.svg
│ │ ├── note-sticky.svg
│ │ ├── paragraph.svg
│ │ ├── percent.svg
│ │ ├── shield.svg
│ │ ├── star-half.svg
│ │ └── z.svg
│ │ ├── brands
│ │ ├── houzz.svg
│ │ ├── flipboard.svg
│ │ ├── unsplash.svg
│ │ ├── yandex-international.svg
│ │ ├── black-tie.svg
│ │ ├── ethereum.svg
│ │ ├── bandcamp.svg
│ │ ├── strava.svg
│ │ ├── microsoft.svg
│ │ ├── flutter.svg
│ │ ├── gitter.svg
│ │ ├── vuejs.svg
│ │ ├── css3.svg
│ │ ├── cloudsmith.svg
│ │ ├── think-peaks.svg
│ │ ├── windows.svg
│ │ ├── y-combinator.svg
│ │ ├── mix.svg
│ │ ├── google-drive.svg
│ │ ├── uikit.svg
│ │ ├── angular.svg
│ │ ├── viacoin.svg
│ │ ├── x-twitter.svg
│ │ ├── instalod.svg
│ │ ├── modx.svg
│ │ ├── webflow.svg
│ │ ├── facebook-f.svg
│ │ ├── npm.svg
│ │ ├── deviantart.svg
│ │ ├── servicestack.svg
│ │ ├── dyalog.svg
│ │ ├── adn.svg
│ │ ├── hacker-news.svg
│ │ ├── dochub.svg
│ │ ├── firstdraft.svg
│ │ ├── space-awesome.svg
│ │ ├── artstation.svg
│ │ ├── html5.svg
│ │ ├── magento.svg
│ │ ├── twitch.svg
│ │ ├── yahoo.svg
│ │ ├── autoprefixer.svg
│ │ ├── yandex.svg
│ │ └── elementor.svg
│ │ └── regular
│ │ ├── circle.svg
│ │ ├── window-minimize.svg
│ │ ├── square-full.svg
│ │ ├── circle-dot.svg
│ │ └── face-meh-blank.svg
├── sstvimages
│ └── index.html
├── qslcard
│ └── index.html
└── flags
│ └── 4x3
│ ├── id.svg
│ ├── bd.svg
│ ├── pe.svg
│ ├── se.svg
│ ├── gl.svg
│ ├── bq.svg
│ ├── cz.svg
│ ├── de.svg
│ ├── lu.svg
│ ├── nl.svg
│ ├── pl.svg
│ ├── am.svg
│ ├── gb-sct.svg
│ ├── mq.svg
│ ├── bl.svg
│ ├── fi.svg
│ ├── fr.svg
│ ├── gf.svg
│ ├── gp.svg
│ ├── lv.svg
│ ├── mf.svg
│ ├── pm.svg
│ ├── re.svg
│ ├── wf.svg
│ ├── yt.svg
│ ├── dk.svg
│ ├── mc.svg
│ ├── ua.svg
│ ├── at.svg
│ ├── gb-eng.svg
│ ├── ma.svg
│ ├── bh.svg
│ ├── es-ct.svg
│ ├── ng.svg
│ ├── ae.svg
│ ├── bw.svg
│ ├── ga.svg
│ ├── hu.svg
│ ├── ne.svg
│ ├── sl.svg
│ ├── td.svg
│ ├── xx.svg
│ ├── ci.svg
│ ├── ml.svg
│ ├── mv.svg
│ ├── bg.svg
│ ├── co.svg
│ ├── dz.svg
│ ├── ic.svg
│ ├── ru.svg
│ ├── th.svg
│ ├── ye.svg
│ ├── cp.svg
│ ├── cr.svg
│ ├── gh.svg
│ ├── gn.svg
│ ├── ie.svg
│ ├── it.svg
│ ├── tt.svg
│ ├── be.svg
│ ├── mg.svg
│ ├── ro.svg
│ ├── ch.svg
│ ├── sr.svg
│ ├── sc.svg
│ ├── sy.svg
│ ├── mu.svg
│ ├── no.svg
│ ├── sj.svg
│ ├── cd.svg
│ ├── tn.svg
│ ├── ee.svg
│ ├── qa.svg
│ ├── bf.svg
│ ├── lc.svg
│ ├── mk.svg
│ ├── to.svg
│ ├── ss.svg
│ ├── jm.svg
│ ├── sn.svg
│ ├── vc.svg
│ ├── es-pv.svg
│ ├── lt.svg
│ ├── mr.svg
│ ├── la.svg
│ └── pw.svg
├── system
├── fonts
│ ├── texb.ttf
│ └── index.html
├── .htaccess
├── index.html
├── language
│ ├── turkish
│ │ └── index.html
│ ├── czech
│ │ └── index.html
│ ├── finnish
│ │ └── index.html
│ ├── french
│ │ ├── index.html
│ │ ├── number_lang.php
│ │ └── pagination_lang.php
│ ├── german
│ │ └── index.html
│ ├── index.html
│ ├── dutch
│ │ └── index.html
│ ├── bulgarian
│ │ └── index.html
│ ├── chinese_simplified
│ │ └── index.html
│ ├── english
│ │ └── index.html
│ ├── greek
│ │ └── index.html
│ ├── polish
│ │ └── index.html
│ ├── russian
│ │ └── index.html
│ ├── spanish
│ │ └── index.html
│ ├── swedish
│ │ └── index.html
│ └── italian
│ │ └── index.html
├── core
│ ├── index.html
│ └── compat
│ │ └── index.html
├── database
│ ├── index.html
│ └── drivers
│ │ ├── sqlite
│ │ └── index.html
│ │ ├── index.html
│ │ ├── cubrid
│ │ └── index.html
│ │ ├── ibase
│ │ └── index.html
│ │ ├── mssql
│ │ └── index.html
│ │ ├── mysql
│ │ └── index.html
│ │ ├── mysqli
│ │ └── index.html
│ │ ├── oci8
│ │ └── index.html
│ │ ├── odbc
│ │ └── index.html
│ │ ├── pdo
│ │ ├── index.html
│ │ └── subdrivers
│ │ │ └── index.html
│ │ ├── sqlsrv
│ │ └── index.html
│ │ ├── postgre
│ │ └── index.html
│ │ └── sqlite3
│ │ └── index.html
├── helpers
│ └── index.html
└── libraries
│ ├── Javascript
│ └── index.html
│ ├── index.html
│ ├── Cache
│ ├── index.html
│ └── drivers
│ │ └── index.html
│ └── Session
│ ├── index.html
│ └── drivers
│ └── index.html
├── robots.txt
├── .github
└── FUNDING.yml
├── uploads
└── index.html
├── updates
└── index.html
├── .env.sample
├── .vscode
└── settings.json
├── SECURITY.md
├── package.json
├── Dockerfile-db
├── cypress.config.js
└── .htaccess.sample
/application/.htaccess:
--------------------------------------------------------------------------------
1 | Deny from all
--------------------------------------------------------------------------------
/backup/notes.xml:
--------------------------------------------------------------------------------
1 |
Directory access is forbidden.
8 | 9 | 10 |