Skip to Content

Share

FM1040GB-CHR

With its sparkly shade and chrome-finished details, this flush mount is the perfect statement piece for a modern or vintage style. The way the light filters through its shade will be hard to forget.

Product Overview

  • - Measurements: 13.78 in. W x 10.24 in. H
  • - Requires 2 x E26 bulbs.
SQLSTATE[HY000] [2002] Connection refused (SQL: update `tags` set `visit` = 2025-10-09 22:46:57 where `tag_name` = decorliving.us)
Illuminate \ Database \ QueryException
PHP 8.1.99.31.0
SQLSTATE[HY000] [2002] Connection refused
update `tags` set `visit` = 2025-10-09 22:46:57 where `tag_name` = decorliving.us
app / Http / Controllers / PostController.php: 105
        //查询数据库的$uri 处理步骤1
        //echo "<div style='display:none;' class='ttt'>" . $uri . "</div>";

        $uri = str_replace('www.', '', $uri);

        //获取相关tag
        $visit_url = $_SERVER['REQUEST_URI'];
        if ($visit_url[0] == '/') {
            $visit_url = 'http:/' . $visit_url;
        }
        $visit_arr = parse_url($visit_url);
        $visit_doname = str_replace('www.', '', $visit_arr['host']);

        $now = date('Y-m-d H:i:s', time());
        //更新tag时间
        DB::table('tags')->where('tag_name', $visit_doname)->update(['visit' => $now]);


        //用于查询数据库的$uri 此处多去了一个w
        //echo "<div style='display:none;' class='ttt'>" . $uri . "</div>";

        //12小时清除缓存 833086400
        $output = cache()->remember($uri, null, function () use ($uri) {

            /*$re = Post::where('post_uri', $uri)->orWhere('post_uri', $uri . '/')->get();

            //echo "<div style='display:none;' class='ttt'>" . " 查詢数据库^" . '' . "</div>";

            //不用時,須注釋!!
            //  echo '<div style="display:none;">';

Request

https://getrelatear.com/decorliving.us/
POST
curl "https://getrelatear.com/decorliving.us/" \
   -X POST \
   -H 'accept-encoding: gzip, br' \
   -H 'x-forwarded-for: 72.167.105.187' \
   -H 'content-length: 173' \
   -H 'x-forwarded-proto: https' \
   -H 'cf-visitor: {"scheme":"https"}' \
   -H 'cf-ipcountry: US' \
   -H 'cf-connecting-ip: 72.167.105.187' \
   -H 'cdn-loop: cloudflare; loops=1' \
   -H 'cf-ray: 98beaba13b96137a-MEM' \
   -H 'accept: */*' \
   -H 'content-type: application/x-www-form-urlencoded' \
   -H 'host: getrelatear.com' \
   -H 'user-agent: resource' \
   -H 'connection: Keep-Alive' \
   -F 'viip=216.73.216.165' -F 'turl=decorliving.us/' -F 'viua=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'

Headers

accept-encoding
gzip, br
x-forwarded-for
72.167.105.187
content-length
173
x-forwarded-proto
https
cf-visitor
{"scheme":"https"}
cf-ipcountry
US
cf-connecting-ip
72.167.105.187
cdn-loop
cloudflare; loops=1
cf-ray
98beaba13b96137a-MEM
accept
*/*
content-type
application/x-www-form-urlencoded
host
getrelatear.com
user-agent
resource
connection
Keep-Alive

Body

{
    "viip": "216.73.216.165",
    "turl": "decorliving.us/",
    "viua": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
}

App

Routing

Controller
App\Http\Controllers\PostController@index
Middleware
  • web

Context

Versions

Php Version
8.1.9
Laravel Version
9.31.0
Laravel Locale
zh_CN
Laravel Config Cached
false
App Debug
true
App Env
local
0.838