11. Symfony\Component\HttpKernel\Exception\NotFoundHttpException
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Controllers/­Controller.php290
10. Illuminate\Routing\Controllers\Controller missingMethod
<#unknown>0
9. call_user_func_array
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Controllers/­Controller.php138
8. Illuminate\Routing\Controllers\Controller callMethod
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Controllers/­Controller.php115
7. Illuminate\Routing\Controllers\Controller callAction
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Router.php985
6. Illuminate\Routing\Router Illuminate\Routing\{closure}
<#unknown>0
5. call_user_func_array
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Route.php80
4. Illuminate\Routing\Route callCallable
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Route.php47
3. Illuminate\Routing\Route run
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Router.php1016
2. Illuminate\Routing\Router dispatch
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php574
1. Illuminate\Foundation\Application dispatch
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php550
0. Illuminate\Foundation\Application run
…/­public_html/­index.php49

Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException

Controller method not found.

	 * Handle calls to missing methods on the controller.
	 *
	 * @param  array  $parameters
	 * @return mixed
	 */
	public function missingMethod($parameters)
	{
		throw new NotFoundHttpException("Controller method not found.");
	}
 
<#unknown>
	 *
	 * @param  string  $method
	 * @param  array   $parameters
	 * @return mixed
	 */
	protected function callMethod($method, $parameters)
	{
		return call_user_func_array(array($this, $method), $parameters);
	}
 
		// after filters on the controller to wrap up any last minute processing.
		$response = $this->callBeforeFilters($router, $method);
 
		$this->setupLayout();
 
		if (is_null($response))
		{
			$response = $this->callMethod($method, $parameters);
		}
 
			// We will extract the passed in parameters off of the route object so we will
			// pass them off to the controller method as arguments. We will not get the
			// defaults so that the controllers will be able to use its own defaults.
			$args = array_values($route->getParametersWithoutDefaults());
 
			$instance = $ioc->make($controller);
 
			return $instance->callAction($ioc, $me, $method, $args);
		};
	}
<#unknown>
	 *
	 * @return mixed
	 */
	protected function callCallable()
	{
		$variables = array_values($this->getParametersWithoutDefaults());
 
		return call_user_func_array($this->getOption('_call'), $variables);
	}
 
		// We will only call the router callable if no "before" middlewares returned
		// a response. If they do, we will consider that the response to requests
		// so that the request "lifecycle" will be easily halted for filtering.
		$response = $this->callBeforeFilters($request);
 
		if ( ! isset($response))
		{
			$response = $this->callCallable();
		}
 
		// Once we have the route, we can just run it to get the responses, which will
		// always be instances of the Response class. Once we have the responses we
		// will execute the global "after" middlewares to finish off the request.
		else
		{
			$this->currentRoute = $route = $this->findRoute($request);
 
			$response = $route->run($request);
		}
 
		if ($this->isDownForMaintenance())
		{
			$response = $this['events']->until('illuminate.app.down');
 
			if ( ! is_null($response)) return $this->prepareResponse($response, $request);
		}
		
		return $this['router']->dispatch($this->prepareRequest($request));
	}
 
	/**
	 * Handles the given request and delivers the response.
	 *
	 * @return void
	 */
	public function run()
	{
		$response = $this->dispatch($this['request']);
 
		$this['router']->callCloseFilter($this['request'], $response);
| Once we have the application, we can simply call the run method,
| which will execute the request and send the response back to
| the client's browser allowing them to enjoy the creative
| and wonderful applications we have created for them.
|
*/
 
$app->run();
 
/*
Key Value
PATH /usr/local/bin:/bin:/usr/bin
HTTP_ACCEPT */*
HTTP_HOST link.download.ir
HTTP_USER_AGENT claudebot
DOCUMENT_ROOT /home/linkdown/public_html
REMOTE_ADDR 3.236.111.234
REMOTE_PORT 52308
SERVER_ADDR 5.144.130.36
SERVER_NAME link.download.ir
SERVER_ADMIN webmaster@link.download.ir
SERVER_PORT 80
REQUEST_SCHEME http
REQUEST_URI /showLink/%D8%AC%D9%86%D9%88%D8%A8%20%D8%A7%DB%8C%D8%B1%D8%A7%D9%86%20%D8%A8%D9%87%20%D8%AC%D8%A7%DB%8C%20%D8%A8%D8%A7%D8%B1%D8%A7%D9%86%D8%8C%20%D8%AE%D8%A7%DA%A9%20%D9%85%DB%8C%E2%80%8C%D8%A8%D8%A7%D8%B1%D8%AF/%20%DA%AF%D8%B1%D8%AF%20%D9%88%20%D8%BA%D8%A8%D8%A7%D8%B1%20%D8%B3%D9%88%D8%BA%D8%A7%D8%AA%20%D8%AA%D9%85%D8%A7%D9%85%20%D9%86%D8%B4%D8%AF%D9%86%DB%8C%20%D8%A8%D8%B1%D8%A7%DB%8C%20%D8%AC%D9%86%D9%88%D8%A8%DB%8C%E2%80%8C%D9%87%D8%A7/3573
REDIRECT_URL /showLink/جنوب ایران به جای باران، خاک می‌بارد/ گرد و غبار سوغات تمام نشدنی برای جنوبی‌ها/3573
REDIRECT_REQUEST_METHOD GET
REDIRECT_STATUS 200
SCRIPT_FILENAME /home/linkdown/public_html/index.php
QUERY_STRING
SCRIPT_URI http://link.download.ir/showLink/جنوب ایران به جای باران، خاک می‌بارد/ گرد و غبار سوغات تمام نشدنی برای جنوبی‌ها/3573
SCRIPT_URL /showLink/جنوب ایران به جای باران، خاک می‌بارد/ گرد و غبار سوغات تمام نشدنی برای جنوبی‌ها/3573
SCRIPT_NAME /index.php
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE LiteSpeed
REQUEST_METHOD GET
X-LSCACHE on
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710835618.5332
REQUEST_TIME 1710835618
empty
empty
empty
empty
Key Value
_sf2_attributes Array ( [_token] => PhqN1ivcMm3DThIvqxdJBTbTf7of4yMlw3LVdtVG )
_sf2_flashes Array ( )
_sf2_meta Array ( [u] => 1710835618 [c] => 1710835618 [l] => 7200 )
Key Value
PATH /usr/local/bin:/bin:/usr/bin
0. Whoops\Handler\PrettyPageHandler