中国域名投资网

  www.nowsoho.com.cn

Shiny.com以28万美元易主,交易含26个月托管服务

发表时间:2025/9/28  浏览次数:32428103  
字体大小: 【小】 【中】 【大】
Shiny.com以28万美元易主,交易含26个月托管服务
行业资讯
2025-09-06 16:57:25
作者:DN小编
分享
据知名域名投资人分享的消息,域名Shiny.com完成交易。根据平台出具的交易凭证显示,该域名本身的转让价格为280,000美元。在扣除相关费用后,卖家最终获得的款项为279,460美元。公开信息显示,买家为此次交易实际支付的总金额为308,849.38美元,其差额部分为交易佣金及其他相关费用。
据知名域名投资人@360分享的消息,域名Shiny.com完成交易。

根据平台出具的交易凭证显示,该域名本身的转让价格为280,000美元。在扣除相关费用后,卖家最终获得的款项为279,460美元。公开信息显示,买家为此次交易实际支付的总金额为308,849.38美元,其差额部分为交易佣金及其他相关费用。



此外,该次交易协议中还包含了为期26个月的域名托管服务。

域名“Shiny”注册于1995年,为通用英文单词,意为“闪亮的”。该词汇拼写简短、含义积极,具有广泛的品牌适用性。结合.com这一全球最具商业价值的顶级域名后缀,使其在域名交易市场中备受关注。

此类简短且具有正面含义的英文单词.com域名一直是市场上的硬通货,需求稳定。本次Shiny.com的成交价及相关交易安排,再次印证了市场对此类优质域名的持续认可。

目前,买家身份及域名的具体用途尚未公开。
文章评论
发表评论:(匿名发表无需登录,已登录用户可直接发表。) 登录状态: 未登录,点击登录

电话/微信 15201732908  邮箱:727678321@qq.com 网址:www.nowsoho.com.cn

电脑网站.中国域名投资网 Copyright ©2016-2036 shanghai MOMO CORPORATION All Rights Reserved.

手机网站http://m.nowsoho.com.cn

沪ICP备2025119213号-1










My title

curl -H 'Content-Type:text/plain' --data-binary @urls.txt "http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG" POST /urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG HTTP/1.1 User-Agent: curl/7.12.1 Host: data.zz.baidu.com Content-Type: text/plain Content-Length: 83 $urls = array( 'http://www.example.com/1.html', 'http://www.example.com/2.html', ); $api = 'http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG'; $ch = curl_init(); $options = array( CURLOPT_URL => $api, CURLOPT_POST => true, CURLOPT_RETURNTRANSFER => true, CURLOPT_POSTFIELDS => implode("\n", $urls), CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), ); curl_setopt_array($ch, $options); $result = curl_exec($ch); echo $result; $urls = array( 'http://www.example.com/1.html', 'http://www.example.com/2.html', ); $api = 'http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG'; $ch = curl_init(); $options = array( CURLOPT_URL => $api, CURLOPT_POST => true, CURLOPT_RETURNTRANSFER => true, CURLOPT_POSTFIELDS => implode("\n", $urls), CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), ); curl_setopt_array($ch, $options); $result = curl_exec($ch); echo $result; http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG curl -H 'Content-Type:text/plain' --data-binary @urls.txt "http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG"






 

 

	My title

page contents




































curl -H 'Content-Type:text/plain' --data-binary @urls.txt "http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG" http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG POST /urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUGHTTP/1.1 User-Agent: curl/7.12.1 Host: data.zz.baidu.com Content-Type: text/plain Content-Length: 83 $urls = array( 'http://www.example.com/1.html', 'http://www.example.com/2.html', ); $api = 'http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG'; $ch = curl_init(); $options = array( CURLOPT_URL => $api, CURLOPT_POST => true, CURLOPT_RETURNTRANSFER => true, CURLOPT_POSTFIELDS => implode("\n", $urls), CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), ); curl_setopt_array($ch, $options); $result = curl_exec($ch); echo $result; require 'net/http' urls = ['http://www.example.com/1.html', 'http://www.example.com/2.html'] uri = URI.parse('http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG') req = Net::HTTP::Post.new(uri.request_uri) req.body = urls.join("\n") req.content_type = 'text/plain' res = Net::HTTP.start(uri.hostname, uri.port) { |http| http.request(req) } puts res.body