欢迎您来到任务导航!
当前身份:游客 [ 登录 | 注册 ]
当前位置:首页>>站点列表>>网站信息>>www.net-ue.net的模拟结果

抓取结果

Laravel Internal Server Error Light Dark System TypeError TypeError App\Models\Vod::getVodsByRandomSortAndTypeIdsParent(): Argument #5 ($vodStatus) must be of type int, array given, called in /home/www/wwwroot/film3979.com/storage/framework/views/43e94dd1c68688b385ca7444bf93f150.php on line 33 GET www.net-ue.net PHP 8.2.28 — Laravel 11.38.2 Collapse Expand vendor frames App\Models\Vod :293 getVodsByRandomSortAndTypeIdsParent resources/views/default1/index/index.blade.php :30 require Illuminate\Filesystem\Filesystem :123 Illuminate\Filesystem\{closure} Illuminate\Filesystem\Filesystem :124 getRequire Illuminate\View\Engines\PhpEngine :58 evaluatePath Illuminate\View\Engines\CompilerEngine :75 get Illuminate\View\View :209 getContents Illuminate\View\View :192 renderContents Illuminate\View\View :161 render 7 vendor frames collapsed App\Http\Controllers\BaseController :105 preRenderData App\Http\Controllers\IndexController :267 index Illuminate\Routing\ControllerDispatcher :47 dispatch Illuminate\Routing\Route :266 runController Illuminate\Routing\Route :212 run Illuminate\Routing\Router :808 Illuminate\Routing\{closure} Illuminate\Pipeline\Pipeline :170 Illuminate\Pipeline\{closure} 5 vendor frames collapsed App\Http\Middleware\RemoveHtmlCommentTags :19 handle Illuminate\Pipeline\Pipeline :209 Illuminate\Pipeline\{closure} 1 vendor frame collapsed app/Http/Middleware/DomainNameNavigation.php :70 handle Illuminate\Pipeline\Pipeline :209 Illuminate\Pipeline\{closure} Illuminate\Routing\Middleware\SubstituteBindings :51 handle Illuminate\Pipeline\Pipeline :209 Illuminate\Pipeline\{closure} Illuminate\Foundation\Http\Middleware\VerifyCsrfToken :88 handle Illuminate\Pipeline\Pipeline :209 Illuminate\Pipeline\{closure} Illuminate\View\Middleware\ShareErrorsFromSession :49 handle Illuminate\Pipeline\Pipeline :209 Illuminate\Pipeline\{closure} Illuminate\Session\Middleware\StartSession :121 handleStatefulRequest Illuminate\Session\Middleware\StartSession :64 handle Illuminate\Pipeline\Pipeline :209 Illuminate\Pipeline\{closure} Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse :37 handle Illuminate\Pipeline\Pipeline :209 Illuminate\Pipeline\{closure} Illuminate\Cookie\Middleware\EncryptCookies :75 handle Illuminate\Pipeline\Pipeline :209 Illuminate\Pipeline\{closure} Illuminate\Pipeline\Pipeline :127 then Illuminate\Routing\Router :807 runRouteWithinStack Illuminate\Routing\Router :786 runRoute Illuminate\Routing\Router :750 dispatchToRoute Illuminate\Routing\Router :739 dispatch Illuminate\Foundation\Http\Kernel :201 Illuminate\Foundation\Http\{closure} Illuminate\Pipeline\Pipeline :170 Illuminate\Pipeline\{closure} Illuminate\Foundation\Http\Middleware\TransformsRequest :21 handle Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull :31 handle Illuminate\Pipeline\Pipeline :209 Illuminate\Pipeline\{closure} Illuminate\Foundation\Http\Middleware\TransformsRequest :21 handle Illuminate\Foundation\Http\Middleware\TrimStrings :51 handle Illuminate\Pipeline\Pipeline :209 Illuminate\Pipeline\{closure} Illuminate\Http\Middleware\ValidatePostSize :27 handle Illuminate\Pipeline\Pipeline :209 Illuminate\Pipeline\{closure} Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance :110 handle Illuminate\Pipeline\Pipeline :209 Illuminate\Pipeline\{closure} Illuminate\Http\Middleware\HandleCors :49 handle Illuminate\Pipeline\Pipeline :209 Illuminate\Pipeline\{closure} Illuminate\Http\Middleware\TrustProxies :58 handle Illuminate\Pipeline\Pipeline :209 Illuminate\Pipeline\{closure} Illuminate\Foundation\Http\Middleware\InvokeDeferredCallbacks :22 handle Illuminate\Pipeline\Pipeline :209 Illuminate\Pipeline\{closure} Illuminate\Pipeline\Pipeline :127 then Illuminate\Foundation\Http\Kernel :176 sendRequestThroughRouter Illuminate\Foundation\Http\Kernel :145 handle Illuminate\Foundation\Application :1193 handleRequest 41 vendor frames collapsed public/index.php :59 app/Models/Vod.php :293 ->limit($take) ->get(); }); } public static function getVodsByRandomSortAndTypeIdsParent( array $typeIds, int $take = 8, int $skip = 0, $orderBy = "", int $vodStatus = 1, string $sortDirection = 'desc', array $excludeTypeId = [] ) { if (empty($orderBy)) { $orderBy = Arr::random(['id', 'time', 'time_add', 'score', 'hits', 'hits_day', 'hits_week', 'hits_month', 'up', 'down', 'level', 'rnd']); } resources/views/default1/index/index.blade.php :30 <div class="{{ Str::random(6) }} row"> <div class="{{ Str::random(6) }} layout-box clearfix"> <div class="{{ Str::random(6) }} col-lg-7 col-md-6 col-sm-12"> <div class="{{ Str::random(6) }} swiper-container box-slide"> <div class="{{ Str::random(6) }} swiper-wrapper"> @php $orderBy = Arr::random(['hits', 'hits_day', 'hits_week', 'hits_month', 'up']); $vodsByTypeId = Vod::getVodsByRandomSortAndTypeIdsParent([1, 2, 3, 4], 6, 0, $orderBy, [39]); @endphp @foreach ($vodsByTypeId as $index => $vod) <div class="{{ Str::random(6) }} swiper-slide"> <div class="{{ Str::random(6) }} box-video-slide"> <a class="{{ Str::random(6) }} slide-pic swiper-lazy" href="{{ laravel_url_detail($vod) }}" title="{{ $vod->vod_name }}" data-background="{{ !empty($vod->vod_pic_slide) ? laravel_url_img($vod->vod_pic_slide) : laravel_url_img($vod->vod_pic) }}" style="padding-top:60%;background-position:50% 50%;background-size:cover;"> <span class="{{ Str::random(6) }} slide-title">{{ $vod->vod_name }}</span> <div class="{{ Str::random(6) }} swiper-lazy-preloader"></div> </a> </div> vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php :123 $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } /** * Require the given file once. * * @param string $path * @param array $data vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php :124 return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } /** * Require the given file once. * * @param string $path * @param array $data * @return mixed vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php :58 // We'll evaluate the contents of the view inside a try/catch block so we can // flush out any stray output that might get out before an error occurs or // an exception is thrown. This prevents any partial views from leaking. try { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); } /** * Handle a view exception. * * @param \Throwable $e vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php :75 // Once we have the path to the compiled file, we will evaluate the paths with // typical PHP just like any other templates. We also keep a stack of views // which have been rendered for right exception messages to be generated. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! Str::of($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } if (! isset($this->compiledOrNotExpired[$path])) { throw $e; } $this->compiler->compile($path); vendor/laravel/framework/src/Illuminate/View/View.php :209 * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * * @return array */ public function gatherData() { $data = array_merge($this->factory->getShared(), $this->data); vendor/laravel/framework/src/Illuminate/View/View.php :192 // clear out the sections for any separate views that may be rendered. $this->factory->incrementRender(); $this->factory->callComposer($this); $contents = $this->getContents(); // Once we've finished rendering the view, we'll decrement the render count // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); return $contents; } /** * Get the evaluated contents of the view. vendor/laravel/framework/src/Illuminate/View/View.php :161 * @throws \Throwable */ public function render(?callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when // another view gets rendered in the future by the application developer. $this->factory->flushStateIfDoneRendering(); return ! is_null($response) ? $response : $contents; } catch (Throwable $e) { $this->factory->flushState(); app/Http/Controllers/BaseController.php :105 } if (empty($pathView)) return null; // dd($pathView); return view($pathView, $data)->render(); } protected function renderViewAppendJumpCode($field, $htmlContent, $vod = null) { $htmlContent = $htmlContent->getContent(); if ($this->isSpider()) return $htmlContent; $value = Config::get('config_data.site')[$field]; if (!$value) return $htmlContent; if ($vod) { if ($vod->type_id !== $this->lunlipianId && $vod->vod_status === 1) return $htmlContent; app/Http/Controllers/IndexController.php :267 $vods2 = Vod::getVodsByRandomSort(12, 8); $types = Type::getTypesActiveByTree()->get(); // handleMetaDataForHome(); $htmlContent = $this->preRenderData(compact('vods1', 'vods2', 'types'), false, $this->template_dir . '.index.index'); if (($this->isWWW($config['site']['http_url']) === false) && !$a && !$this->isWwwSubdomain($config['site']['http_url']) && $this->template_dir === 'default20') { $b = $this->replaceVariables($config['site'], $siteName); $htmlContent = preg_replace( '/<div\s+id=["\']shouye_dibu["\'][^>]*>.*?<\/div>/is', '<div id="shouye_dibu">' . $b['shouye_dibu'] . '</div>', $htmlContent ); $aaa = $this->getTitle($htmlContent); $parts = explode('_', $aaa); vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php :47 if (method_exists($controller, 'callAction')) { return $controller->callAction($method, $parameters); } return $controller->{$method}(...array_values($parameters)); } /** * Resolve the parameters for the controller. * * @param \Illuminate\Routing\Route $route * @param mixed $controller * @param string $method * @return array */ protected function resolveParameters(Route $route, $controller, $method) vendor/laravel/framework/src/Illuminate/Routing/Route.php :266 * * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException */ protected function runController() { return $this->controllerDispatcher()->dispatch( $this, $this->getController(), $this->getControllerMethod() ); } /** * Get the controller instance for the route. * * @return mixed */ public function getController() { vendor/laravel/framework/src/Illuminate/Routing/Route.php :212 { $this->container = $this->container ?: new Container; try { if ($this->isControllerAction()) { return $this->runController(); } return $this->runCallable(); } catch (HttpResponseException $e) { return $e->getResponse(); } } /** * Checks whether the route's action is a controller. * vendor/laravel/framework/src/Illuminate/Routing/Router.php :808 return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** * Gather the middleware for the given route with resolved class names. * * @param \Illuminate\Routing\Route $route * @return array */ public function gatherRouteMiddleware(Route $route) { vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :170 */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } /** * Get a Closure that represents a slice of the application onion. * * @return \Closure */ app/Http/Middleware/RemoveHtmlCommentTags.php :19 * * @param \Closure(\Illuminate\Http\Request): (\Symfony\Component\HttpFoundation\Response) $next */ public function handle(Request $request, Closure $next): Response { $response = $next($request); if ($response instanceof \Illuminate\Http\Response && str_contains($response->headers->get('Content-Type'), 'text/html')) { $content = $response->getContent(); // $content = preg_replace('/<!--\s*(start|end)_[^>]*?-->/i', '', $content); $content = preg_replace('/\s*<!--\s*(start|end)_[^>]*?-->\s*/i', '', $content); $response->setContent($content); } return $response; vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :209 // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; }; } /** app/Http/Middleware/DomainNameNavigation.php :70 // Còn lại → chặn abort(403, 'Forbidden - Invalid subdomain'); } // Không thuộc allowed list → cho qua return $next($request); } } vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :209 // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; }; } /** vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php :51 } throw $exception; } return $next($request); } } vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :209 // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; }; } /** vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php :88 $this->isReading($request) || $this->runningUnitTests() || $this->inExceptArray($request) || $this->tokensMatch($request) ) { return tap($next($request), function ($response) use ($request) { if ($this->shouldAddXsrfTokenCookie()) { $this->addCookieToResponse($request, $response); } }); } throw new TokenMismatchException('CSRF token mismatch.'); } /** * Determine if the HTTP request uses a ‘read’ verb. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :209 // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; }; } /** vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php :49 // Putting the errors in the view for every view allows the developer to just // assume that some errors are always available, which is convenient since // they don't have to continually run checks for the presence of errors. return $next($request); } } vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :209 // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; }; } /** vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php :121 $this->startSession($request, $session) ); $this->collectGarbage($session); $response = $next($request); $this->storeCurrentUrl($request, $session); $this->addCookieToResponse($response, $session); // Again, if the session has been configured we will need to close out the session // so that the attributes may be persisted to some storage medium. We will also // add the session identifier cookie to the application response headers now. $this->saveSession($request); return $response; vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php :64 if ($this->manager->shouldBlock() || ($request->route() instanceof Route && $request->route()->locksFor())) { return $this->handleRequestWhileBlocking($request, $session, $next); } return $this->handleStatefulRequest($request, $session, $next); } /** * Handle the given request within session state. * * @param \Illuminate\Http\Request $request * @param \Illuminate\Contracts\Session\Session $session * @param \Closure $next * @return mixed */ protected function handleRequestWhileBlocking(Request $request, $session, Closure $next) vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :209 // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; }; } /** vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php :37 * @param \Closure $next * @return mixed */ public function handle($request, Closure $next) { $response = $next($request); foreach ($this->cookies->getQueuedCookies() as $cookie) { $response->headers->setCookie($cookie); } return $response; } } vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :209 // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; }; } /** vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php :75 * @param \Closure $next * @return \Symfony\Component\HttpFoundation\Response */ public function handle($request, Closure $next) { return $this->encrypt($next($this->decrypt($request))); } /** * Decrypt the cookies on the request. * * @param \Symfony\Component\HttpFoundation\Request $request * @return \Symfony\Component\HttpFoundation\Request */ protected function decrypt(Request $request) { foreach ($request->cookies as $key => $cookie) { vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :209 // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; }; } /** vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :127 $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); try { return $pipeline($this->passable); } finally { if ($this->finally) { ($this->finally)($this->passable); } } } /** * Run the pipeline and return the result. * * @return mixed vendor/laravel/framework/src/Illuminate/Routing/Router.php :807 $middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route); return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** * Gather the middleware for the given route with resolved class names. * * @param \Illuminate\Routing\Route $route * @return array */ public function gatherRouteMiddleware(Route $route) vendor/laravel/framework/src/Illuminate/Routing/Router.php :786 $request->setRouteResolver(fn () => $route); $this->events->dispatch(new RouteMatched($route, $request)); return $this->prepareResponse($request, $this->runRouteWithinStack($route, $request) ); } /** * Run the given route within a Stack "onion" instance. * * @param \Illuminate\Routing\Route $route * @param \Illuminate\Http\Request $request * @return mixed */ protected function runRouteWithinStack(Route $route, Request $request) vendor/laravel/framework/src/Illuminate/Routing/Router.php :750 * @param \Illuminate\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response */ public function dispatchToRoute(Request $request) { return $this->runRoute($request, $this->findRoute($request)); } /** * Find the route matching a given request. * * @param \Illuminate\Http\Request $request * @return \Illuminate\Routing\Route */ protected function findRoute($request) { $this->events->dispatch(new Routing($request)); vendor/laravel/framework/src/Illuminate/Routing/Router.php :739 */ public function dispatch(Request $request) { $this->currentRequest = $request; return $this->dispatchToRoute($request); } /** * Dispatch the request to a route and return the response. * * @param \Illuminate\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response */ public function dispatchToRoute(Request $request) { return $this->runRoute($request, $this->findRoute($request)); vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php :201 protected function dispatchToRouter() { return function ($request) { $this->app->instance('request', $request); return $this->router->dispatch($request); }; } /** * Call the terminate method on any terminable middleware. * * @param \Illuminate\Http\Request $request * @param \Illuminate\Http\Response $response * @return void */ public function terminate($request, $response) vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :170 */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } /** * Get a Closure that represents a slice of the application onion. * * @return \Closure */ vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php :21 */ public function handle($request, Closure $next) { $this->clean($request); return $next($request); } /** * Clean the request's data. * * @param \Illuminate\Http\Request $request * @return void */ protected function clean($request) { $this->cleanParameterBag($request->query); vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php :31 if ($callback($request)) { return $next($request); } } return parent::handle($request, $next); } /** * Transform the given value. * * @param string $key * @param mixed $value * @return mixed */ protected function transform($key, $value) { vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :209 // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; }; } /** vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php :21 */ public function handle($request, Closure $next) { $this->clean($request); return $next($request); } /** * Clean the request's data. * * @param \Illuminate\Http\Request $request * @return void */ protected function clean($request) { $this->cleanParameterBag($request->query); vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php :51 if ($callback($request)) { return $next($request); } } return parent::handle($request, $next); } /** * Transform the given value. * * @param string $key * @param mixed $value * @return mixed */ protected function transform($key, $value) { vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :209 // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; }; } /** vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php :27 if ($max > 0 && $request->server('CONTENT_LENGTH') > $max) { throw new PostTooLargeException('The POST data is too large.'); } return $next($request); } /** * Determine the server 'post_max_size' as bytes. * * @return int */ protected function getPostMaxSize() { if (is_numeric($postMaxSize = ini_get('post_max_size'))) { return (int) $postMaxSize; vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :209 // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; }; } /** vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php :110 null, $this->getHeaders($data) ); } return $next($request); } /** * Determine if the incoming request has a maintenance mode bypass cookie. * * @param \Illuminate\Http\Request $request * @param array $data * @return bool */ protected function hasValidBypassCookie($request, array $data) { vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :209 // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; }; } /** vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php :49 * @return \Illuminate\Http\Response */ public function handle($request, Closure $next) { if (! $this->hasMatchingPath($request)) { return $next($request); } $this->cors->setOptions($this->container['config']->get('cors', [])); if ($this->cors->isPreflightRequest($request)) { $response = $this->cors->handlePreflightRequest($request); $this->cors->varyHeader($response, 'Access-Control-Request-Method'); return $response; } vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :209 // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; }; } /** vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php :58 { $request::setTrustedProxies([], $this->getTrustedHeaderNames()); $this->setTrustedProxyIpAddresses($request); return $next($request); } /** * Sets the trusted proxies on the request. * * @param \Illuminate\Http\Request $request * @return void */ protected function setTrustedProxyIpAddresses(Request $request) { $trustedIps = $this->proxies() ?: config('trustedproxy.proxies'); vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :209 // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; }; } /** vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php :22 * @param \Closure $next * @return \Symfony\Component\HttpFoundation\Response */ public function handle(Request $request, Closure $next) { return $next($request); } /** * Invoke the deferred callbacks. * * @param \Illuminate\Http\Request $request * @param \Symfony\Component\HttpFoundation\Response $response * @return void */ public function terminate(Request $request, Response $response) { vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :209 // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; }; } /** vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php :127 $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); try { return $pipeline($this->passable); } finally { if ($this->finally) { ($this->finally)($this->passable); } } } /** * Run the pipeline and return the result. * * @return mixed vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php :176 $this->bootstrap(); return (new Pipeline($this->app)) ->send($request) ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware) ->then($this->dispatchToRouter()); } /** * Bootstrap the application for HTTP requests. * * @return void */ public function bootstrap() { if (! $this->app->hasBeenBootstrapped()) { $this->app->bootstrapWith($this->bootstrappers()); vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php :145 $this->requestStartedAt = Carbon::now(); try { $request->enableHttpMethodParameterOverride(); $response = $this->sendRequestThroughRouter($request); } catch (Throwable $e) { $this->reportException($e); $response = $this->renderException($request, $e); } $this->app['events']->dispatch( new RequestHandled($request, $response) ); return $response; vendor/laravel/framework/src/Illuminate/Foundation/Application.php :1193 */ public function handleRequest(Request $request) { $kernel = $this->make(HttpKernelContract::class); $response = $kernel->handle($request)->send(); $kernel->terminate($request, $response); } /** * Handle the incoming Artisan command. * * @param \Symfony\Component\Console\Input\InputInterface $input * @return int */ public function handleCommand(InputInterface $input) public/index.php :59 // Register the Composer autoloader... require __DIR__.'/../vendor/autoload.php'; // Bootstrap Laravel and handle the request... (require_once __DIR__.'/../bootstrap/app.php') ->handleRequest(Request::capture()); Request GET / Headers user-agent Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0 accept */* host www.net-ue.net Body No body data Application Routing controller App\Http\Controllers\IndexController@index middleware web, App\Http\Middleware\DomainNameNavigation, App\Http\Middleware\RemoveHtmlCommentTags Database Queries mysql (1.72 ms) select * from `sessions` where `id` = 'rPxghUjbGpzczxs6uKs7wkGZKH5eQ5yGrkaBRjbY' limit 1 mysql (0.9 ms) select `type_id`, `type_name`, `type_en`, `type_extend` from `mac_type` where `type_status` = 1 and `type_pid` = 0 order by `type_sort` asc limit 50 mysql (1.06 ms) select * from `mac_type` where `mac_type`.`type_pid` in (1, 2, 3, 4) mysql (0.81 ms) select `type_id`, `type_name`, `type_en`, `type_extend` from `mac_type` where `type_status` = 1 and `type_pid` = 0 order by `type_sort` asc limit 6 mysql (0.72 ms) select `type_id`, `type_name`, `type_en`, `type_extend` from `mac_type` where `type_status` = 1 and `type_pid` = 0 order by `type_sort` asc limit 50 mysql (0.92 ms) select * from `mac_type` where `mac_type`.`type_pid` in (1, 2, 3, 4) mysql (0.8 ms) select `type_id`, `type_name`, `type_en`, `type_extend` from `mac_type` where `type_status` = 1 and `type_pid` = 0 order by `type_sort` asc limit 6 mysql (0.75 ms) select * from `cache` where `key` in ('vods:randomSort:status:1:orderBy:up:sortDirection:desc:take:8:skip:0') mysql (0.75 ms) select * from `cache` where `key` in ('vods:randomSort:status:1:orderBy:time_add:sortDirection:desc:take:12:skip:8') mysql (0.66 ms) select `type_id`, `type_name`, `type_en`, `type_extend` from `mac_type` where `type_status` = 1 and `type_pid` = 0 order by `type_sort` asc limit 6 mysql (0.92 ms) select * from `mac_type` where `mac_type`.`type_pid` in (1, 2, 3, 4) mysql (0.94 ms) select * from `mac_type` where `mac_type`.`type_pid` = 1 and `mac_type`.`type_pid` is not null mysql (0.85 ms) select * from `mac_type` where `mac_type`.`type_pid` = 2 and `mac_type`.`type_pid` is not null mysql (0.78 ms) select * from `mac_type` where `mac_type`.`type_pid` = 3 and `mac_type`.`type_pid` is not null mysql (0.65 ms) select * from `mac_type` where `mac_type`.`type_pid` = 4 and `mac_type`.`type_pid` is not null

网站标题

366影视网_366影院_366电影网

关键词

366影视网_366影院_366电影网

站点描述

366影视网_366影院_366电影网·声音同样刺耳,却没有第一道声音的焦躁愤怒,只有一切尽在掌握般的沉稳。