Hostloc 新帖图文推送
1.75K subscribers
59.5K photos
392K links
本频道基本功能:爬取国内外有名的主机论坛Hostloc新帖,为订阅者提供一手图文资讯!

Hostloc: https://www.hostloc.com

侵删,联系 @CodyD
Download Telegram
标题国内做油兔布 的博主们都怎么传视频的?
作者gbadge
原帖https://hostloc.com/thread-837795-1-1.html

摘要:国内做油兔布 的博主们都怎么传视频的?

买微P恩还是自己买vps搭梯子?或者有没有别的方案

总觉得被检测到使用代理的话 会降低频道的权重 导致视频没有推荐

tiktok好像就是这样的

毕竟使用代理会给人一种不可信的感觉
标题带邮箱出甲骨文韩国首尔账号
作者soulnice
原帖https://hostloc.com/thread-837794-1-1.html

摘要:2.11 注册,已过2验。
开通了2台VPS,一台DD成了debian 10,一台dd成了window s 7。
稳定使用至今。

180元出。
标题重新整理下,20元出域名
作者猛犸
原帖https://hostloc.com/thread-837793-1-1.html

摘要:感谢捧场,下午列的域名不少出掉了。

我加了一些,重新整理下:

mangguo.pub    芒果
https://mi.aliyun.com/detail/online.html?domainName=mangguo.pub&orgType=0&productType=2

changfang.pub  厂房
https://mi.aliyun.com/detail/online.html?domainName=changfang.pub&orgType=0&productType=2

ruanjian.pub      软件
https://mi.aliyun.com/detail/online.html?domainName=ruanjian.pub&orgType=0&productType=2

873.pub         三数字
https://mi.aliyun.com/detail/online.html?domainName=873.pub&orgType=0&productType=2

872.pub              三数字
https://mi.aliyun.com/detail/online.html?domainName=872.pub&orgType=0&productType=2

puma.pub     
https://mi.aliyun.com/detail/online.html?domainName=puma.pub&orgType=0&productType=2

liaoliao.pub       聊聊
https://mi.aliyun.com/detail/online.html?domainName=liaoliao.pub&orgType=0&productType=2

xinxiang.pub     新乡
https://mi.aliyun.com/detail/online.html?domainName=xinxiang.pub&orgType=0&productType=2

electric.pub       单词
https://mi.aliyun.com/detail/online.html?domainName=electric.pub&orgType=0&productType=2

labyrinth.pub    单词
https://mi.aliyun.com/detail/online.html?domainName=labyrinth.pub&orgType=0&productType=2

deepin.pub        深度
https://mi.aliyun.com/detail/online.html?domainName=deepin.pub&orgType=0&productType=2

weige.pub          伟哥
https://mi.aliyun.com/detail/online.html?domainName=weige.pub&orgType=0&productType=2

nanyang.pub      南阳
https://mi.aliyun.com/detail/online.html?domainName=nanyang.pub&orgType=0&productType=2

shuimu.pub        水母
https://mi.aliyun.com/detail/online.html?domainName=shuimu.pub&orgType=0&productType=2

yimin.pub           移民
https://mi.aliyun.com/detail/online.html?domainName=yimin.pub&orgType=0&productType=2

376.pub              三数字
https://mi.aliyun.com/detail/online.html?domainName=376.pub&orgType=0&productType=2

因最近无心炒米,价格全部一步到位,20元。

至于续费价格,pub域名转入west.cn,24元一年。转入腾讯云,30元一年(可以找券更便宜)。

谢谢各位捧场!
标题收台psychz 24刀,有的请私我!!
作者兄弟你皮包掉了
原帖https://hostloc.com/thread-837792-1-1.html

摘要:原价收台psychz 24刀,有的请私我!!
标题国内做油兔布 的博主们都怎么传视频的?
作者gbadge
原帖https://hostloc.com/thread-837790-1-1.html
标题mtproxy大伙们都用哪种方式稳定一点
作者Uscnc
原帖https://hostloc.com/thread-837789-1-1.html
标题60收个宝塔一代172
作者hhyyy9
原帖https://hostloc.com/thread-837787-1-1.html
标题国内做油兔布 的博主们都怎么传视频的?
作者gbadge
原帖https://hostloc.com/thread-837786-1-1.html
标题60收个宝塔一代172
作者hhyyy9
原帖https://hostloc.com/thread-837796-1-1.html

摘要:60收个宝塔一代172
标题博客安装WP-Super-Cache 那么久,发现一直没有真正用静态缓存
作者sdfarmer
原帖https://hostloc.com/thread-837797-1-1.html

摘要:用了几年WP-Super-Cache
nginx没有改伪静态重写
每次访问访问的其实还是动态,

刚才才改了 # WP Super Cache rules. # Designed to be included from a 'wordpress-ms-...' configuration file. set $cache_uri $request_uri; # POST requests and urls with a query string should always go to PHP if ($request_method = POST) {         set $cache_uri 'null cache'; } if ($query_string != "") {         set $cache_uri 'null cache'; }    # Don't cache uris containing the following segments if ($request_uri ~* "(/wp-admin/|/xmlrpc.php|/wp-(app|cron|login|register|mail).php|wp-.*.php|/feed/|index.php|wp-comments-popup.php|wp-links-opml.php|wp-locations.php|sitemap(_index)?.xml|[a-z0-9_-]+-sitemap([0-9]+)?.xml)") {         set $cache_uri 'null cache'; }    # Don't use the cache for logged in users or recent commenters if ($http_cookie ~* "comment_author|wordpress_[a-f0-9]+|wp-postpass|wordpress_logged_in") {         set $cache_uri 'null cache'; } # START MOBILE 如果手机端不需要缓存就把注释去掉 # Mobile browsers section to server them non-cached version. COMMENTED by default as most modern wordpress themes including twenty-eleven are responsive. Uncomment config lines in this section if you want to use a plugin like WP-Touch # if ($http_x_wap_profile) { #        set $cache_uri 'null cache'; #} #if ($http_profile) { #        set $cache_uri 'null cache'; #} #if ($http_user_agent ~* (2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800)) { #       set $cache_uri 'null cache'; #} #if ($http_user_agent ~* (w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-)) {   #      set $cache_uri 'null cache'; #} #END MOBILE # Use cached or actual file if they exists, otherwise pass request to WordPress location / {         try_files /wp-content/cache/supercache/$http_host/$cache_uri/index.html $uri $uri/ /index.php?$args ; }复制代码
标题cloudcone 退款 有点迷
作者Huam
原帖https://hostloc.com/thread-837800-1-1.html

摘要:买的大盘鸡一直失联状态,重装了也无效[非IP问题],便摧毁机子提交退款申请,给予退款后,下方客服回复,
我有两台小鸡,莫非全部摧毁才能退款?
【机翻】

你好,

不幸的是,根据我们的退款政策,在您的所有活动服务器或订阅被销毁之前,我们无法处理您的交易退款。
如果还有什么我们可以帮你的,请告诉我们

问候,
伊斯兰教
标题这里大神多,问个问题,跪求解答
作者gaibianziji
原帖https://hostloc.com/thread-837799-1-1.html

摘要:抖音号怎么设置 喜欢列表 优先展现在主页呢,普通号主页优先展示的是作品 列表

什么号才能 优先展示喜欢列表,谁知道?跪求急急急
标题韩国甲骨文,删鸡然后重新创建连不上,大佬们指点一下
作者bbw
原帖https://hostloc.com/thread-837798-1-1.html

摘要:可以ping得通,端口扫一下22端口关闭,甲骨文网页上的22端口给他开启了
其他都没变,只是删除了子网,从新创建了子网添加ipv6
其他区的都没问题,到韩国这边就连不上了
标题55收个1代172
作者gordonbennett
原帖https://hostloc.com/thread-837803-1-1.html

摘要:有的赶紧出吧大佬们,联系tg@ vanderbiao
标题出宝塔一代172,828
作者juzi
原帖https://hostloc.com/thread-837802-1-1.html

摘要:172,50。
828,90.
https://t.me/srtsnake
标题求推荐netflix剧
作者DavidChio
原帖https://hostloc.com/thread-837801-1-1.html

摘要:五一了,终于有时间看看电影了,大佬们有什么推荐吗?只看过netflix的李尸朝鲜和爱的迫降。
标题MacBook Pro 能用15年吗?
作者Patrick
原帖https://hostloc.com/thread-837808-1-1.html

摘要:MacBook Pro 能用15年吗?

因为新的系统不能适配我们的专业软件。

而我们需要的专业软件已经停止更新了,只适合在老系统上运行。

那几年之后,换新的macbook,如何安装老系统以及和适合老系统的软件呢。
标题ksweb手机建站
作者yavg
原帖https://hostloc.com/thread-837807-1-1.html

摘要:手中有吃灰且有root过的手机。不要浪费。内网穿透走起。

效果
https://ksweb.xou.us
为了防止打不开 我放张裁图. ksweb的默认页。
只做了80的穿透。所以mysql是进不去的。

https://s3.jpg.cm/2021/04/29/ip7ep.jpg