Umzugsservice mieten oder anbieten

Jeder kennt es und niemand mag es! Der Umzug selbst ist wohl das Mühsamste am Beziehen des neuen Zuhauses - Mach’s dir leicht und finde Alles was du zum schnellen Heimwechsel benötigst.


Request history8.3.23PHP Version114msRequest Duration5MBMemory UsageGET boerse/{alias?},{category}.htmlRoute
  • warninglog[15:05:01] LOG.warning: trim(): Passing null to parameter #1 ($string) of type string is deprecated ...
  • warninglog[15:05:01] LOG.warning: trim(): Passing null to parameter #1 ($string) of type string is deprecated ...
  • Booting (20.83ms)time
  • Application (93.16ms)time
  • 1 x Application (81.72%)
    93.16ms
    1 x Booting (18.27%)
    20.83ms
    38 templates were rendered
    • markets.listAdslistAds.blade.php#?blade
    • components.seoseo.blade.php#?blade
    • components.canonical-urlcanonical-url.blade.php#?blade
    • partials.topBannerMarketplacetopBannerMarketplace.blade.php#?blade
    • components.market-breadcrumbmarket-breadcrumb.blade.php#?blade
    • livewire.market-indexmarket-index.blade.php#?blade
    • advertisements.partials.tiletile.blade.php#?blade
    • advertisements.partials.tiletile.blade.php#?blade
    • advertisements.partials.tiletile.blade.php#?blade
    • advertisements.partials.tiletile.blade.php#?blade
    • advertisements.partials.tiletile.blade.php#?blade
    • advertisements.partials.tiletile.blade.php#?blade
    • advertisements.partials.tiletile.blade.php#?blade
    • advertisements.partials.tiletile.blade.php#?blade
    • advertisements.partials.tiletile.blade.php#?blade
    • advertisements.partials.tiletile.blade.php#?blade
    • advertisements.partials.tiletile.blade.php#?blade
    • vendor.livewire.simple-uikitsimple-uikit.blade.php#?blade
    • layouts.appapp.blade.php#?blade
    • partials.validEmailHintvalidEmailHint.blade.php#?blade
    • partials.impersonatingimpersonating.blade.php#?blade
    • partials.menumenu.blade.php#?blade
    • partials.searchsearch.blade.php#?blade
    • __components::ddbd9c98de5c2687da291d896949744dddbd9c98de5c2687da291d896949744d.blade.php#?blade
    • __components::9061dfed28f7b57663f5d89d6479fb0f9061dfed28f7b57663f5d89d6479fb0f.blade.php#?blade
    • __components::7949fc64c4d6a921bfc971c60f0b240d7949fc64c4d6a921bfc971c60f0b240d.blade.php#?blade
    • __components::e0f7ef6884ed39afde2a94cc1622b576e0f7ef6884ed39afde2a94cc1622b576.blade.php#?blade
    • __components::319cee3542c37acf15ff6b6212471417319cee3542c37acf15ff6b6212471417.blade.php#?blade
    • components.auth.register-modalregister-modal.blade.php#?blade
    • layouts._footer_footer.blade.php#?blade
    • partials.paymentIconspaymentIcons.blade.php#?blade
    • __components::780f980fe386bba71d51caf83dd2c8e4780f980fe386bba71d51caf83dd2c8e4.blade.php#?blade
    • __components::e31120111d7450ae1bda7eec40aac2aee31120111d7450ae1bda7eec40aac2ae.blade.php#?blade
    • __components::c8567fa3d1aa42a0ca46d649536fa394c8567fa3d1aa42a0ca46d649536fa394.blade.php#?blade
    • partials.livewireHookslivewireHooks.blade.php#?blade
    • components.cookie-consentcookie-consent.blade.php#?blade
    • components.sticky-ctasticky-cta.blade.php#?blade
    • wire-elements-modal::modalmodal.blade.php#?blade
    uri
    GET boerse/{alias?},{category}.html
    middleware
    web
    controller
    App\Http\Controllers\Market\MarketController@listAds
    namespace
    prefix
    where
    as
    market.listAds
    file
    app/Http/Controllers/Market/MarketController.php:37-51
    17 statements were executed15.6ms
    • ImplicitRouteBinding.php#61share_tstConnection Established
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
      • vendor/laravel/framework/src/Illuminate/Routing/Router.php:961
      • vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php:214
      • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:42
      • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
    • ImplicitRouteBinding.php#61share_tst2.06msselect * from `categories` where `id` = '18' and `categories`.`deleted_at` is null limit 1
      Bindings
      • 0: 18
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
      • vendor/laravel/framework/src/Illuminate/Routing/Router.php:961
      • vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php:214
      • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:42
      • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
    • CategoryRepository.php#175share_tst920μsselect `id` from `categories` where `parent_id` in (18) and `categories`.`deleted_at` is null
      Bindings
      • 0: 18
      Backtrace
      • app/Core/CategoryRepository.php:175
      • app/Core/CategoryRepository.php:168
      • app/Http/Controllers/Market/MarketController.php:39
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • MarketController.php#64share_tst660μsselect * from `advertisements` where `enabled` = 1 and `expired` = 0 and exists (select 1 from `users` where users.id = advertisements.user_id and `users`.`deleted_at` is null and `enabled` = 1) and 0 = 1 and `advertisements`.`deleted_at` is null order by `created_at` desc
      Bindings
      • 0: 1
      • 1: 0
      • 2: 1
      Backtrace
      • app/Http/Controllers/Market/MarketController.php:64
      • app/Http/Controllers/Market/MarketController.php:42
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/Routing/TracingControllerDispatcherTracing.php:21
    • MarketBreadcrumb.php#21share_tst680μsselect * from `categories` where `categories`.`id` in (16) and `categories`.`deleted_at` is null
      Backtrace
      • app/View/Components/MarketBreadcrumb.php:21
      • vendor/laravel/framework/src/Illuminate/View/Component.php:142
      • view::markets.listAds:62
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • MarketIndex.php#34share_tst800μsselect * from `categories` where `categories`.`id` = 18 and `categories`.`deleted_at` is null limit 1
      Bindings
      • 0: 18
      Backtrace
      • app/Livewire/MarketIndex.php:34
      • app/Livewire/MarketIndex.php:18
      • app/Livewire/MarketIndex.php:24
      • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • vendor/laravel/framework/src/Illuminate/Container/Util.php:43
    • Category.php#148share_tst1.04msselect * from `categories` where `categories`.`parent_id` = 18 and `categories`.`parent_id` is not null and `categories`.`deleted_at` is null
      Bindings
      • 0: 18
      Backtrace
      • app/Models/Categories/Category.php:148
      • app/Livewire/MarketIndex.php:34
      • app/Livewire/MarketIndex.php:18
      • app/Livewire/MarketIndex.php:24
      • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
    • MarketIndex.php#36share_tst1.08msselect count(*) as aggregate from `advertisements` where `enabled` = 1 and `expired` = 0 and exists (select 1 from `users` where users.id = advertisements.user_id and `users`.`deleted_at` is null and `enabled` = 1) and `category_id` in (18) and `advertisements`.`deleted_at` is null
      Bindings
      • 0: 1
      • 1: 0
      • 2: 1
      • 3: 18
      Backtrace
      • app/Livewire/MarketIndex.php:36
      • app/Livewire/MarketIndex.php:18
      • app/Livewire/MarketIndex.php:24
      • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • vendor/laravel/framework/src/Illuminate/Container/Util.php:43
    • MarketIndex.php#36share_tst970μsselect * from `advertisements` where `enabled` = 1 and `expired` = 0 and exists (select 1 from `users` where users.id = advertisements.user_id and `users`.`deleted_at` is null and `enabled` = 1) and `category_id` in (18) and `advertisements`.`deleted_at` is null order by `created_at` desc limit 16 offset 0
      Bindings
      • 0: 1
      • 1: 0
      • 2: 1
      • 3: 18
      Backtrace
      • app/Livewire/MarketIndex.php:36
      • app/Livewire/MarketIndex.php:18
      • app/Livewire/MarketIndex.php:24
      • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • vendor/laravel/framework/src/Illuminate/Container/Util.php:43
    • MarketIndex.php#36share_tst820μsselect * from `users` where `users`.`id` in (24, 47, 226, 243, 843, 845, 923, 1403, 1862)
      Backtrace
      • app/Livewire/MarketIndex.php:36
      • app/Livewire/MarketIndex.php:18
      • app/Livewire/MarketIndex.php:24
      • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • vendor/laravel/framework/src/Illuminate/Container/Util.php:43
    • Advertisement.php#207share_tst970μsselect * from `files` where `files`.`id` = '32bdda1b-6531-4a13-bc9b-1b4a93b1b29c' and `files`.`deleted_at` is null limit 1
      Bindings
      • 0: 32bdda1b-6531-4a13-bc9b-1b4a93b1b29c
      Backtrace
      • app/Models/Ads/Advertisement.php:207
      • view::advertisements.partials.tile:15
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
    • Advertisement.php#207share_tst1.3msselect * from `files` where `files`.`id` = 'cfa90ee7-35a2-4bc7-b815-7584854cd0c0' and `files`.`deleted_at` is null limit 1
      Bindings
      • 0: cfa90ee7-35a2-4bc7-b815-7584854cd0c0
      Backtrace
      • app/Models/Ads/Advertisement.php:207
      • view::advertisements.partials.tile:15
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
    • Advertisement.php#207share_tst640μsselect * from `files` where `files`.`id` = 'ae6eed07-45b7-471f-8ee8-db80dfc07b10' and `files`.`deleted_at` is null limit 1
      Bindings
      • 0: ae6eed07-45b7-471f-8ee8-db80dfc07b10
      Backtrace
      • app/Models/Ads/Advertisement.php:207
      • view::advertisements.partials.tile:15
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
    • Advertisement.php#207share_tst890μsselect * from `files` where `files`.`id` = '46dcf989-9550-4fa5-ac06-82f607530852' and `files`.`deleted_at` is null limit 1
      Bindings
      • 0: 46dcf989-9550-4fa5-ac06-82f607530852
      Backtrace
      • app/Models/Ads/Advertisement.php:207
      • view::advertisements.partials.tile:15
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
    • Advertisement.php#207share_tst610μsselect * from `files` where `files`.`id` = '0e31ee34-901c-4457-a909-5617fc9391f4' and `files`.`deleted_at` is null limit 1
      Bindings
      • 0: 0e31ee34-901c-4457-a909-5617fc9391f4
      Backtrace
      • app/Models/Ads/Advertisement.php:207
      • view::advertisements.partials.tile:15
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
    • Advertisement.php#207share_tst750μsselect * from `files` where `files`.`id` = '4e65db27-f4bf-4c2a-9075-bc03ac8162c8' and `files`.`deleted_at` is null limit 1
      Bindings
      • 0: 4e65db27-f4bf-4c2a-9075-bc03ac8162c8
      Backtrace
      • app/Models/Ads/Advertisement.php:207
      • view::advertisements.partials.tile:15
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
    • Advertisement.php#207share_tst670μsselect * from `files` where `files`.`id` = 'e54ca649-9993-458a-b773-7ca8e143bec9' and `files`.`deleted_at` is null limit 1
      Bindings
      • 0: e54ca649-9993-458a-b773-7ca8e143bec9
      Backtrace
      • app/Models/Ads/Advertisement.php:207
      • view::advertisements.partials.tile:15
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
    • Advertisement.php#207share_tst740μsselect * from `files` where `files`.`id` = '9c9923ca-9a4d-4b09-a9eb-600b5bebbcdb' and `files`.`deleted_at` is null limit 1
      Bindings
      • 0: 9c9923ca-9a4d-4b09-a9eb-600b5bebbcdb
      Backtrace
      • app/Models/Ads/Advertisement.php:207
      • view::advertisements.partials.tile:15
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:74
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:16
    App\Models\Ads\Advertisement
    11Advertisement.php#?
    App\Models\Users\User
    9User.php#?
    App\Models\File\File
    8File.php#?
    App\Models\Categories\Category
    3Category.php#?
    market-index #qLGrPJsHsFwTmrCic8kD
    array:4 [ "data" => array:2 [ "category" => 18 "paginators" => array:1 [ "page" => 1...
    livewire-ui-modal #gyltoYVWTDdLWLYgZPHX
    array:4 [ "data" => array:2 [ "activeComponent" => null "components" => [] ] "name" =>...
        _token
        Y06Bry4YSGb1jhBcVunxjSTVaP5b5SdF0atC381J
        _previous
        array:1 [ "url" => "https://share.tst.hebinet.com/boerse/umzugsservice,18.html" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /boerse/umzugsservice,18.html
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:15 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "share.tst.hebinet.com" ] ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "max-age=0, must-revalidate, no-cache, no-store, private" ] "date" => array:1 [ 0 => "Thu, 14 Aug 2025 13:05:01 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "Fri, 01 Jan 1990 00:00:00 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik9yVUF1cHI4QnVOMDk5VnYwQ2tpbFE9PSIsInZhbHVlIjoiZ0Q0Qmk3UHZUMDVUMUd3N09zd1NvUzRpamtrSWt6dG01aGZXZ0gwUTc0akhLcFVhTEJwS0l5MW5QSXRvWExaL0JVK1dWN2Z3UzltNUNMUUJuNE5jSS9kU2RxNDh2djdkYmh0TGszZU5KcWplaVZrcnNScmw4K2ZCUkEyd1FFbmkiLCJtYWMiOiI3ZTA0YTgxZmE3YmNjNWJhZmNkMDFjNmJkNzIwZDliYzI4YWNiOGFjYWEwNmJiZmFmYTFiYWRkYThlNTgwMTZiIiwidGFnIjoiIn0%3D; expires=Thu, 14 Aug 2025 15:05:01 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ik9yVUF1cHI4QnVOMDk5VnYwQ2tpbFE9PSIsInZhbHVlIjoiZ0Q0Qmk3UHZUMDVUMUd3N09zd1NvUzRpamtrSWt6dG01aGZXZ0gwUTc0akhLcFVhTEJwS0l5MW5QSXRvWExaL0JVK1dWN" 1 => "share_tst_session=eyJpdiI6IlhTYm9RWDFsdVhCcHovU3MrcmlBb3c9PSIsInZhbHVlIjoickxnS1loVTBxRGlFTitrTkZjeTJEcFBiMnErY3lNcktJUnVxNkF1VTRUeUVHZHJRUWhpZ3pDR3Z3ZDNIbWY1WnN4Zm9IV2NNdFZxQ0ZSWm13RHVYRkVHeHdLai91dW5nMkZDU3VDdXBEc0ZrTHhUQ1lZOE9uMzJHMXBnOENsdjciLCJtYWMiOiJmMjYxMWQ3ZmFhZTg5MzA5Y2UxMDZhMGQxYjNkMDlmN2JkMjlkYjZiMjUyMzY0YjljM2EyZjYzZjUyNzFmMWE5IiwidGFnIjoiIn0%3D; expires=Thu, 14 Aug 2025 15:05:01 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxshare_tst_session=eyJpdiI6IlhTYm9RWDFsdVhCcHovU3MrcmlBb3c9PSIsInZhbHVlIjoickxnS1loVTBxRGlFTitrTkZjeTJEcFBiMnErY3lNcktJUnVxNkF1VTRUeUVHZHJRUWhpZ3pDR3Z3ZDNIbWY1Wn" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik9yVUF1cHI4QnVOMDk5VnYwQ2tpbFE9PSIsInZhbHVlIjoiZ0Q0Qmk3UHZUMDVUMUd3N09zd1NvUzRpamtrSWt6dG01aGZXZ0gwUTc0akhLcFVhTEJwS0l5MW5QSXRvWExaL0JVK1dWN2Z3UzltNUNMUUJuNE5jSS9kU2RxNDh2djdkYmh0TGszZU5KcWplaVZrcnNScmw4K2ZCUkEyd1FFbmkiLCJtYWMiOiI3ZTA0YTgxZmE3YmNjNWJhZmNkMDFjNmJkNzIwZDliYzI4YWNiOGFjYWEwNmJiZmFmYTFiYWRkYThlNTgwMTZiIiwidGFnIjoiIn0%3D; expires=Thu, 14-Aug-2025 15:05:01 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ik9yVUF1cHI4QnVOMDk5VnYwQ2tpbFE9PSIsInZhbHVlIjoiZ0Q0Qmk3UHZUMDVUMUd3N09zd1NvUzRpamtrSWt6dG01aGZXZ0gwUTc0akhLcFVhTEJwS0l5MW5QSXRvWExaL0JVK1dWN" 1 => "share_tst_session=eyJpdiI6IlhTYm9RWDFsdVhCcHovU3MrcmlBb3c9PSIsInZhbHVlIjoickxnS1loVTBxRGlFTitrTkZjeTJEcFBiMnErY3lNcktJUnVxNkF1VTRUeUVHZHJRUWhpZ3pDR3Z3ZDNIbWY1WnN4Zm9IV2NNdFZxQ0ZSWm13RHVYRkVHeHdLai91dW5nMkZDU3VDdXBEc0ZrTHhUQ1lZOE9uMzJHMXBnOENsdjciLCJtYWMiOiJmMjYxMWQ3ZmFhZTg5MzA5Y2UxMDZhMGQxYjNkMDlmN2JkMjlkYjZiMjUyMzY0YjljM2EyZjYzZjUyNzFmMWE5IiwidGFnIjoiIn0%3D; expires=Thu, 14-Aug-2025 15:05:01 GMT; path=/; secure; httponlyshare_tst_session=eyJpdiI6IlhTYm9RWDFsdVhCcHovU3MrcmlBb3c9PSIsInZhbHVlIjoickxnS1loVTBxRGlFTitrTkZjeTJEcFBiMnErY3lNcktJUnVxNkF1VTRUeUVHZHJRUWhpZ3pDR3Z3ZDNIbWY1Wn" ] ]
        session_attributes
        0 of 0
        array:3 [ "_token" => "Y06Bry4YSGb1jhBcVunxjSTVaP5b5SdF0atC381J" "_previous" => array:1 [ "url" => "https://share.tst.hebinet.com/boerse/umzugsservice,18.html" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-08-14 15:05:01GET/boerse/umzugsservice,18.html23817312