{$upstream} not supported!"; } else if ($finalData = getPageData($platform, $relativeUrl)) { http_response_code($finalData['code']); fetchPageMedia($finalData); if ($finalData['code'] >= 400) { $searchResults = searchExactHistory($platform, $finalData['result']['relativeurl']); if (sizeof($searchResults)) { $finalData['result'] = $searchResults[0]; } } else if (readProxatoreBool('history')) { saveHistory($finalData['result']); } if (readProxatoreBool('relativemedia')) { $count = 0; foreach (['video', 'image'] as $type) { if ($finalData['result'][$type]) { $finalData['result'][$type] = SCRIPT_NAME . "__media__/{$platform}/{$finalData['result']['relativeurl']}/{$count}"; $count++; } } } $searchResults = [$finalData['result']]; } else if ($path) { http_response_code(404); } } ?>
= $errorMessage ?>
Supported Platforms:proxatore-search=
{search term} β Make a full-text search or load a given URLproxatore-history=
{true,false} β Specify if a given query must be stored in the global search history (default: true)
'.APP_NAME.' is '.APP_DESCRIPTION.'
It allows you to bypass ratelimits and georestrictions when accessing contents from many specific Internet platforms,
and to view them with a clean and streamlined interface, that works well on both modern systems and old browsers or slow connections.
Additionally, it allows you to share links between social media platforms, ensuring link previews, which are often blocked by competitors, always display correctly.
Made with πΈοΈ and 𧨠by OctoSpacc.
Licensed under AGPLv3.
Source Code & Info: Official Repository' . (MODIFIED_SOURCE_CODE ? ', Modified Source Code.' : '.') . '
Nothing was found.
= historyItemHtml($item, isset($finalData['result'])) ?>