admin.detektyw.salesgames.pl
Open in
urlscan Pro
185.110.51.215
Public Scan
Submitted URL: https://www.admin.detektyw.salesgames.pl/
Effective URL: https://admin.detektyw.salesgames.pl/
Submission: On May 04 via api from US — Scanned from PL
Effective URL: https://admin.detektyw.salesgames.pl/
Submission: On May 04 via api from US — Scanned from PL
Form analysis
0 forms found in the DOMText Content
21. InvalidArgumentException …/bootstrap/compiled.php9554 20. Illuminate\View\FileViewFinder findInPaths …/bootstrap/compiled.php9527 19. Illuminate\View\FileViewFinder find …/vendor/laravel/framework/src/Illuminate/View/Factory.php124 18. Illuminate\View\Factory make …/bootstrap/compiled.php3269 17. Illuminate\Support\Facades\Facade __callStatic …/app/controllers/site/SiteLandingController.php31 16. SiteLandingController getLanding <#unknown>0 15. call_user_func_array …/vendor/laravel/framework/src/Illuminate/Routing/Controller.php231 14. Illuminate\Routing\Controller callAction …/bootstrap/compiled.php5847 13. Illuminate\Routing\ControllerDispatcher call …/bootstrap/compiled.php5835 12. Illuminate\Routing\ControllerDispatcher dispatch …/bootstrap/compiled.php5040 11. Illuminate\Routing\Router Illuminate\Routing\{closure} <#unknown>0 10. call_user_func_array …/bootstrap/compiled.php5398 9. Illuminate\Routing\Route run …/bootstrap/compiled.php5065 8. Illuminate\Routing\Router dispatchToRoute …/bootstrap/compiled.php5053 7. Illuminate\Routing\Router dispatch …/bootstrap/compiled.php715 6. Illuminate\Foundation\Application dispatch …/bootstrap/compiled.php696 5. Illuminate\Foundation\Application handle …/bootstrap/compiled.php7825 4. Illuminate\Session\Middleware handle …/bootstrap/compiled.php8432 3. Illuminate\Cookie\Queue handle …/bootstrap/compiled.php8379 2. Illuminate\Cookie\Guard handle …/bootstrap/compiled.php11088 1. Stack\StackedHttpKernel handle …/bootstrap/compiled.php657 0. Illuminate\Foundation\Application run …/public_html/index.php53 INVALIDARGUMENTEXCEPTION HELP Callstack information; navigate with mouse or keyboard using Ctrl+↑ or Ctrl+↓ Copy-to-clipboard button Exception message and its type Code snippet where the error was thrown Server state information Application provided context information InvalidArgumentException thrown with message "View [site.master.landing.landing] not found." Stacktrace: #21 InvalidArgumentException in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:9554 #20 Illuminate\View\FileViewFinder:findInPaths in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:9527 #19 Illuminate\View\FileViewFinder:find in /home/host368274/domains/detektyw.salesgames.pl/vendor/laravel/framework/src/Illuminate/View/Factory.php:124 #18 Illuminate\View\Factory:make in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:3269 #17 Illuminate\Support\Facades\Facade:__callStatic in /home/host368274/domains/detektyw.salesgames.pl/app/controllers/site/SiteLandingController.php:31 #16 SiteLandingController:getLanding in <#unknown>:0 #15 call_user_func_array in /home/host368274/domains/detektyw.salesgames.pl/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:231 #14 Illuminate\Routing\Controller:callAction in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:5847 #13 Illuminate\Routing\ControllerDispatcher:call in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:5835 #12 Illuminate\Routing\ControllerDispatcher:dispatch in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:5040 #11 Illuminate\Routing\Router:Illuminate\Routing\{closure} in <#unknown>:0 #10 call_user_func_array in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:5398 #9 Illuminate\Routing\Route:run in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:5065 #8 Illuminate\Routing\Router:dispatchToRoute in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:5053 #7 Illuminate\Routing\Router:dispatch in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:715 #6 Illuminate\Foundation\Application:dispatch in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:696 #5 Illuminate\Foundation\Application:handle in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:7825 #4 Illuminate\Session\Middleware:handle in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:8432 #3 Illuminate\Cookie\Queue:handle in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:8379 #2 Illuminate\Cookie\Guard:handle in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:11088 #1 Stack\StackedHttpKernel:handle in /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php:657 #0 Illuminate\Foundation\Application:run in /home/host368274/domains/detektyw.salesgames.pl/public_html/index.php:53 View [site.master.landing.landing] not found. Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. foreach ((array) $paths as $path) { 2. foreach ($this->getPossibleViewFiles($name) as $file) { 3. if ($this->files->exists($viewPath = $path . '/' . $file)) { 4. return $viewPath; 5. } 6. } 7. } 8. throw new \InvalidArgumentException("View [{$name}] not found."); 9. } 10. protected function getPossibleViewFiles($name) Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. { 2. if (isset($this->views[$name])) { 3. return $this->views[$name]; 4. } 5. if ($this->hasHintInformation($name = trim($name))) { 6. return $this->views[$name] = $this->findNamedPathView($name); 7. } 8. return $this->views[$name] = $this->findInPaths($name, $this->paths); 9. } 10. protected function findNamedPathView($name) Open: /home/host368274/domains/detektyw.salesgames.pl/vendor/laravel/framework/src/Illuminate/View/Factory.php 1. * @param array $mergeData 2. * @return \Illuminate\View\View 3. */ 4. public function make($view, $data = array(), $mergeData = array()) 5. { 6. if (isset($this->aliases[$view])) $view = $this->aliases[$view]; 7. 8. $path = $this->finder->find($view); 9. 10. $data = array_merge($mergeData, $this->parseData($data)); Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. $instance = static::getFacadeRoot(); 2. switch (count($args)) { 3. case 0: 4. return $instance->{$method}(); 5. case 1: 6. return $instance->{$method}($args[0]); 7. case 2: 8. return $instance->{$method}($args[0], $args[1]); 9. case 3: 10. return $instance->{$method}($args[0], $args[1], $args[2]); Open: /home/host368274/domains/detektyw.salesgames.pl/app/controllers/site/SiteLandingController.php 1. $landings = Landing::whereCampaignId(View::shared('CampaignId'))->orderBy('position')->orderBy('id')->get(); 2. if(0 < count($landings)){ 3. foreach($landings as $landing){ 4. $landing = LandingHelper::jsonDecode($landing); 5. } 6. } 7. 8. return View::make('site.master.landing.landing', compact('landings')); 9. } 10. <#unknown> Open: /home/host368274/domains/detektyw.salesgames.pl/vendor/laravel/framework/src/Illuminate/Routing/Controller.php 1. * @param array $parameters 2. * @return \Symfony\Component\HttpFoundation\Response 3. */ 4. public function callAction($method, $parameters) 5. { 6. $this->setupLayout(); 7. 8. $response = call_user_func_array(array($this, $method), $parameters); 9. 10. // If no response is returned from the controller action and a layout is being Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. { 2. Controller::setFilterer($this->filterer); 3. return $this->container->make($controller); 4. } 5. protected function call($instance, $route, $method) 6. { 7. $parameters = $route->parametersWithoutNulls(); 8. return $instance->callAction($method, $parameters); 9. } 10. protected function before($instance, $route, $request, $method) Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. } 2. public function dispatch(Route $route, Request $request, $controller, $method) 3. { 4. $instance = $this->makeController($controller); 5. $this->assignAfter($instance, $route, $request, $method); 6. $response = $this->before($instance, $route, $request, $method); 7. if (is_null($response)) { 8. $response = $this->call($instance, $route, $method); 9. } 10. return $response; Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. protected function getClassClosure($controller) 2. { 3. $d = $this->getControllerDispatcher(); 4. return function () use($d, $controller) { 5. $route = $this->current(); 6. $request = $this->getCurrentRequest(); 7. list($class, $method) = explode('@', $controller); 8. return $d->dispatch($route, $request, $class, $method); 9. }; 10. } <#unknown> Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. } 2. } 3. public function run() 4. { 5. $parameters = array_filter($this->parameters(), function ($p) { 6. return isset($p); 7. }); 8. return call_user_func_array($this->action['uses'], $parameters); 9. } 10. public function matches(Request $request, $includingMethod = true) Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. } 2. public function dispatchToRoute(Request $request) 3. { 4. $route = $this->findRoute($request); 5. $this->events->fire('router.matched', array($route, $request)); 6. $response = $this->callRouteBefore($route, $request); 7. if (is_null($response)) { 8. $response = $route->run($request); 9. } 10. $response = $this->prepareResponse($request, $response); Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. return isset($group['namespace']) ? $group['namespace'] . '\\' . $uses : $uses; 2. } 3. public function dispatch(Request $request) 4. { 5. $this->currentRequest = $request; 6. $response = $this->callFilter('before', $request); 7. if (is_null($response)) { 8. $response = $this->dispatchToRoute($request); 9. } 10. $response = $this->prepareResponse($request, $response); Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. if (!is_null($response)) { 2. return $this->prepareResponse($response, $request); 3. } 4. } 5. if ($this->runningUnitTests() && !$this['session']->isStarted()) { 6. $this['session']->start(); 7. } 8. return $this['router']->dispatch($this->prepareRequest($request)); 9. } 10. public function terminate(SymfonyRequest $request, SymfonyResponse $response) Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. }); 2. } 3. public function handle(SymfonyRequest $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) 4. { 5. try { 6. $this->refreshRequest($request = Request::createFromBase($request)); 7. $this->boot(); 8. return $this->dispatch($request); 9. } catch (\Exception $e) { 10. if (!$catch || $this->runningUnitTests()) { Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) 2. { 3. $this->checkRequestForArraySessions($request); 4. if ($this->sessionConfigured()) { 5. $session = $this->startSession($request); 6. $request->setSession($session); 7. } 8. $response = $this->app->handle($request, $type, $catch); 9. if ($this->sessionConfigured()) { 10. $this->closeSession($session); Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. public function __construct(HttpKernelInterface $app, CookieJar $cookies) 2. { 3. $this->app = $app; 4. $this->cookies = $cookies; 5. } 6. public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) 7. { 8. $response = $this->app->handle($request, $type, $catch); 9. foreach ($this->cookies->getQueuedCookies() as $cookie) { 10. $response->headers->setCookie($cookie); Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. public function __construct(HttpKernelInterface $app, Encrypter $encrypter) 2. { 3. $this->app = $app; 4. $this->encrypter = $encrypter; 5. } 6. public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) 7. { 8. return $this->encrypt($this->app->handle($this->decrypt($request), $type, $catch)); 9. } 10. protected function decrypt(Request $request) Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. public function __construct(HttpKernelInterface $app, array $middlewares) 2. { 3. $this->app = $app; 4. $this->middlewares = $middlewares; 5. } 6. public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) 7. { 8. return $this->app->handle($request, $type, $catch); 9. } 10. public function terminate(Request $request, Response $response) Open: /home/host368274/domains/detektyw.salesgames.pl/bootstrap/compiled.php 1. if ($this->isBooted()) { 2. $this->fireAppCallbacks(array($callback)); 3. } 4. } 5. public function run(SymfonyRequest $request = null) 6. { 7. $request = $request ?: $this['request']; 8. $response = with($stack = $this->getStackedClient())->handle($request); 9. $response->send(); 10. $stack->terminate($request, $response); Open: /home/host368274/domains/detektyw.salesgames.pl/public_html/index.php 1. | Once we have the application, we can simply call the run method, 2. | which will execute the request and send the response back to 3. | the client's browser allowing them to enjoy the creative 4. | and wonderful application we have whipped up for them. 5. | 6. */ 7. 8. $app->run(); 9. GET Data empty POST Data empty Files empty Cookies empty Session empty Server/Request Data Key Value PATH /usr/local/bin:/bin:/usr/bin HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 HTTP_ACCEPT_ENCODING gzip, deflate, br, zstd HTTP_ACCEPT_LANGUAGE pl-PL,pl;q=0.9;q=0.9 HTTP_HOST admin.detektyw.salesgames.pl HTTP_USER_AGENT Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 HTTP_UPGRADE_INSECURE_REQUESTS 1 HTTP_SEC_CH_UA "Google Chrome";v="124", "Not:A-Brand";v="8", "Chromium";v="124" HTTP_SEC_CH_UA_MOBILE ?0 HTTP_SEC_CH_UA_PLATFORM "Win32" HTTP_SEC_FETCH_SITE none HTTP_SEC_FETCH_MODE navigate HTTP_SEC_FETCH_USER ?1 HTTP_SEC_FETCH_DEST document HTTP_PRIORITY u=0, i DOCUMENT_ROOT /home/host368274/domains/detektyw.salesgames.pl/public_html REMOTE_ADDR 146.70.85.185 REMOTE_PORT 55350 SERVER_ADDR 185.110.51.215 SERVER_NAME admin.detektyw.salesgames.pl SERVER_ADMIN webmaster@detektyw.salesgames.pl SERVER_PORT 443 REQUEST_SCHEME https REQUEST_URI / HTTPS on CRAWLER_USLEEP 10000 CRAWLER_LOAD_LIMIT 26 CRAWLER_LOAD_LIMIT_ENFORCE 26 LSAPI_CHILDREN 40 X_SPDY HTTP2 SSL_PROTOCOL TLSv1.3 SSL_CIPHER TLS_AES_128_GCM_SHA256 SSL_CIPHER_USEKEYSIZE 128 SSL_CIPHER_ALGKEYSIZE 128 SCRIPT_FILENAME /home/host368274/domains/detektyw.salesgames.pl/public_html/index.php QUERY_STRING SCRIPT_URI https://admin.detektyw.salesgames.pl/ SCRIPT_URL / SCRIPT_NAME /index.php SERVER_PROTOCOL HTTP/1.1 SERVER_SOFTWARE LiteSpeed REQUEST_METHOD GET X-LSCACHE on,crawler PHP_SELF /index.php REQUEST_TIME_FLOAT 1714819708.1128 REQUEST_TIME 1714819708 Environment Variables Key Value PATH /usr/local/bin:/bin:/usr/bin Registered Handlers 0. Whoops\Handler\PrettyPageHandler