1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-03 16:09:33 +00:00
Commit Graph

62 Commits

Author SHA1 Message Date
Andreas Hackl
561d44cdde
move $_SERVER['REQUEST_URI'] out of SITE_URL
the code needs 2 things:
- the URL without any path after the host, e.g. to append file download
  paths to
- the whole URL including path (and potentially including the php file's
  name!), e.g. to add ?sharex to

those shouldn't have been mashed together, and with this, aren't anymore

part of #29
2024-06-08 16:54:47 +02:00
Andreas Hackl
eca6db53b7 add FORCE_HTTPS config option
$_SERVER['HTTPS'] is "the" automagic way of handling this, and *does*
work behind reverse proxies and stuff, but can admittedly be a pain to
configure correctly.

Handling X-Forwarded-Proto and friends in code instead of the webserver
config is a can of worms too (spoofing concerns), so I'm not gonna touch
that and add this explicit override instead.

part of #29
2024-06-08 16:22:24 +02:00
Alexander Lehmann
027b150798
add option to use a longer ID length (#26)
* add option to use a longer ID length

* make ID length user-configurable, lose "secret" wording

---------

Co-authored-by: Rouji <a@r0.at>
2023-12-12 00:48:58 +01:00
Andreas Hackl
5ddbc13977 fix EXTERNAL_HOOK 2023-04-25 15:00:23 +09:00
Andreas Hackl
10b37a4d83 don't append ?hupl and ?sharex in the hupl and sharex configs
herp derp
2023-04-07 00:15:05 +09:00
Andreas Hackl
8ecbe201ba use double quotes for \n and \t. herp derp 2022-09-09 12:53:48 +09:00
Sandro Santilli
6c5d984efa
Do not assume script is installed in root dir (#20) 2022-08-23 13:05:14 +09:00
Rouji
5747e1dbd7 unfuck code golf 2021-08-30 12:21:56 +02:00
Rouji
3aeafc78c2 refactor out the "attachment" sending stuff 2021-08-29 23:35:15 +02:00
Rouji
707f6f720f add type hints 2021-08-29 23:28:55 +02:00
Rouji
3432903836 rm extraneous . from hupl config filename 2021-08-29 23:28:03 +02:00
Rouji
59afc5373f remove unnecessary issets etc. 2021-08-29 23:17:46 +02:00
Rouji
11a2ff253f format config a bit
also explain AUTO_FILE_EXT and EXTERNAL_HOOK
2021-08-29 23:06:47 +02:00
Rouji
c91f55d22b code golf SITE_URL() 2021-08-29 23:01:59 +02:00
Rouji
7d5c9719c2 clean up strings
use string interpolation where it makes sense
use '' for non-interpolated ones
use print instead of printf where it makes sense
2021-08-29 22:53:31 +02:00
Rouji
503f5e7272 use SERVER_NAME for uploader config names 2021-08-29 22:41:50 +02:00
Rouji
51ba3a429f encapsulate config stuff in a class
...mostly just a cheapo globally accessible namespace tbh
2021-08-29 22:38:56 +02:00
Rouji
3b8a6457c5 use DOWNLOAD_PATH again
recent PR replaced it with a hard-coded %s for no good reason
2021-08-29 21:54:45 +02:00
Rouji
57e7385ddf move warn_config_value into check_config
isn't used anywhere else
2021-08-23 00:14:56 +02:00
Jacob
6471ece220
Replace URL building code with $SITE_URL global 2021-08-22 23:06:32 +02:00
mul91n
ecebb86614 Remove unused sprintf 2021-08-14 15:32:50 +10:00
mul91n
6f579bc23f Fix download link for servers not on default port 2021-08-14 15:31:22 +10:00
mul91n
68d8c33687 Return early on move_uploaded_files() error 2021-08-14 15:30:48 +10:00
Rouji
1c7d3d2abc add "viewport" meta tag
shit's *tiny* on some mobile devices otherwise
resolves #8
2021-08-09 21:28:00 +02:00
Rouji
aac9c82690 typos gonna type 2021-07-04 02:34:28 +02:00
Rouji
eaee93e0ed add newline to output
kept annoying people who their shell prompt stuck to the end of the link
and breaking url handling in their terminal etc.
2021-06-05 23:36:28 +02:00
Rouji
3d3ccec162 optionally detect file extension by file contents
mainly useful for the netcat -> http post bridge thing
2021-05-22 00:55:45 +02:00
Rouji
8ff340afc9 provide a generic hook thing instead of the clamav specific thing 2021-01-30 19:22:32 +01:00
Rouji
547e13d591 uncamel a case 2020-07-12 13:01:39 +02:00
Rouji
c45cde12f7 check for 0B files and reject them 2020-07-12 12:50:46 +02:00
Rouji
98b7c16263 add hint about piping to curl with a file extension 2020-06-07 22:35:39 +02:00
Rouji
e05d07e7a4 remove x0 from title 2020-03-17 10:30:36 +01:00
Rouji
89145d6585 fix some html validator concerns 2019-06-24 00:40:03 +02:00
Rouji
be2d77e546 remove erroneous </title> tag 2019-06-03 19:50:27 +02:00
Rouji
985a185cdc remove erroneous \n 2019-04-20 23:48:38 +02:00
Rouji
494f4a0c89 virus->malware 2019-03-23 19:06:25 +01:00
Rouji
8bbc9138da clean up some things
also added logging and (clunky) scan using clamd
2019-03-23 18:12:25 +01:00
Rouji
3a2d84d7de point hupl link to github because google pulled the app from the store for no reason they feel is important enough to mention to me. also add a hupl uploader link 2018-09-19 23:35:25 +02:00
Rouji
0e52b3b0da remove testing output crap... 2017-10-02 20:58:30 +02:00
Rouji
3110662020 up the filename length only after multiple collisions 2017-10-02 20:56:04 +02:00
Rouji
5e0af0eb61 omit trailing dot on files without extension 2017-04-04 00:16:23 +02:00
Rouji
b37a6c4ae4 set destinationtype in sharex config 2017-03-28 18:39:33 +02:00
Rouji
c7fd21fa58 sharex .json -> .sxcu 2017-03-28 17:59:43 +02:00
狼耳
a858d133d0 using the correct comparison here would be a good idea, I think 2017-03-12 18:38:29 +01:00
Rj48
90ff72ffc7 change github url 2017-01-23 05:50:28 +01:00
Rj48
18a1d66d09 Merge branch 'master' of github.com:Rj48/single_php_filehost 2017-01-22 17:19:22 +01:00
Rj48
d1b1d838e3 ids don't need to be this long, do they? 2017-01-22 17:18:26 +01:00
Rj48
626a227f76 prevent filename collisions 2017-01-22 17:17:15 +01:00
Rj48
16f2b6669f add ShareX link + custom uploader 2016-12-30 05:02:09 +01:00
Rj48
9ceb65a05c commenting commentary comments 2016-12-22 22:55:31 +01:00