Help
RSS
API
Feed
Maltego
Contact
Domain > vrpingpong.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-11-30
47.79.64.169
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: AliyunOSSDate: Sun, 30 Nov 2025 02:51:37 GMTContent-Type: text/htmlContent-Length: 31581Connection: keep-aliveVary: Accept-Encodingx-oss-request-id: 692BB13993A7E93034CF8A07Accept-Ranges: bytesETag: 3DB445946145F08A35D7B5B5E1F87F26Last-Modified: Thu, 16 Oct 2025 21:24:21 GMTx-oss-object-type: Normalx-oss-hash-crc64ecma: 6439294417154409171x-oss-storage-class: StandardContent-MD5: PbRFlGFF8Io117W14fh/Jgx-oss-server-time: 1 !DOCTYPE html>html langen classdark> !-- Default to dark mode for table tennis --> head> meta charsetutf-8 /> meta nameviewport contentwidthdevice-width, initial-scale1 /> meta namedescription contentVR table tennis and pickleball adapters by SolidSlime /> meta nameauthor contentSolidSlime /> title>VR Adapters by SolidSlime/title> link relapple-touch-icon sizes180x180 hreffavicon/apple-touch-icon.png /> link relicon typeimage/png sizes32x32 hreffavicon/favicon-32x32.png /> link relicon typeimage/png sizes16x16 hreffavicon/favicon-16x16.png /> link relmanifest href/site.webmanifest /> !--discord preview--> meta propertyog:type contentwebsite /> meta propertyog:url contenthttps://VRPingPong.net/ /> meta propertyog:title contentVR Adapters by SolidSlime /> meta propertyog:description contentWe are a group of enthusiasts who love VR Table Tennis and Pickleball. We design and make top-quality adapters for Oculus, Pico, and more devices. Check what the top players say about our adapters! /> meta propertyog:image contenthttps://VRPingPong.net/tabletennis/Q3-highdef.png /> link hreftailwind.min.css relstylesheet /> !-- JavaScript for Toggle Functionality --> script> function toggleShopLinks(adapterId) { const shopDiv document.getElementById(`shop-${adapterId}`); const isShopButtonVisible shopDiv.getAttribute(data-shop-visible) true; if (isShopButtonVisible) { // Replace the Shop button with shop links shopDiv.innerHTML ` div classshop-links space-y-2 animate-fade-in> a hrefhttps://flightercrafting.com/ classblock bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600>US | Canada/a> a hrefhttps://shop.solidslime.net/ classblock bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600>Europe | United Kingdom/a> a hrefhttps://reracket.theshop.jp/ classblock bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600>日本 | 한국/a> a hrefhttps://ozettadapters.com/ classblock bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600>Oceanic | South East Asia | India/a> a hrefhttps://wedoovr.com.br/ classblock bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600>South America/a> a hrefhttps://shop389165146.taobao.com/ classblock bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600>淘宝/a> a hrefhttps://shop.solidslime.net/ classblock bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600>Rest of the world/a> button onclicktoggleShopLinks(${adapterId}) classw-full bg-gray-500 text-white py-2 px-4 rounded hover:bg-gray-600 mt-2> Hide /button> /div> `; shopDiv.setAttribute(data-shop-visible, false); // Update the state } else { // Revert back to the Shop button shopDiv.innerHTML ` button onclicktoggleShopLinks(${adapterId}) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 animate-fade-in> Shop /button> `; shopDiv.setAttribute(data-shop-visible, true); // Update the state } } /script> !-- CSS Animations --> style> @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .animate-fade-in { animation: fadeIn 0.3s ease-in-out; } /style> script> function toggleReview(button) { const reviewContent button.previousElementSibling.previousElementSibling; const reviewText reviewContent.querySelector(.review-text); const reviewMore reviewContent.querySelector(.review-more); if (reviewMore.classList.contains(hidden)) { // Expand the review reviewMore.classList.remove(hidden); reviewContent.classList.remove(line-clamp-3); // Remove line clamp button.textContent Read less; } else { // Collapse the review reviewMore.classList.add(hidden); reviewContent.classList.add(line-clamp-3); // Reapply line clamp button.textContent Read more; } } /script> !-- CSS for Truncated Text --> style> .review-content p { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; /* Show 3 lines by default */ -webkit-box-orient: vertical; } .review-more.hidden { display: none; } /* Remove line clamp when review is expanded */ .review-content p:not(.line-clamp-3) { -webkit-line-clamp: unset; } /style> /head> body classbg-gray-900 text-gray-200> !-- Navigation --> nav classbg-gray-800 border-b border-gray-700> div classmax-w-7xl mx-auto px-4 py-4> !-- responsive: vertical on small screens, horizontal on md+ --> div classflex flex-col md:flex-row md:space-x-4 space-y-2 md:space-y-0 px-1 > div classflex-shrink-0 w-full md:w-auto> a hreftabletennis.html classinline-flex items-center gap-2 w-full md:w-auto bg-blue-600 text-white px-4 py-2 rounded hover:bg-blue-700 transition-colors whitespace-nowrap overflow-hidden > span>🏓 Table Tennis/span> /a> /div> div classflex-shrink-0 w-full md:w-auto> a hrefpickleball.html classinline-flex items-center gap-2 w-full md:w-auto bg-green-600 text-white px-4 py-2 rounded hover:bg-green-700 transition-colors whitespace-nowrap overflow-hidden > img srcpickleball.png altPickleball classw-6 h-6 flex-shrink-0 /> span>Pickleball/span> /a> /div> div classflex-shrink-0 w-full md:w-auto> a hrefbadminton.html classinline-flex items-center gap-2 w-full md:w-auto bg-yellow-500 text-white px-4 py-2 rounded hover:bg-green-700 transition-colors whitespace-nowrap overflow-hidden > span>🏸 Badminton/span> /a> /div> /div> /div> /nav> !-- Main Content --> main classmax-w-7xl mx-auto p-4> !-- Hero Section --> section classtext-center py-12 w-full> div classmax-w-7xl mx-auto px-4> h1 classtext-5xl font-bold dark:text-gray-100> VR Table Tennis Adapters span classtext-base font-light dark:text-gray-400 >by SolidSlime/span > /h1> p classmt-4 text-xl dark:text-gray-300 max-w-2xl mx-auto p-6 bg-gray-800 rounded-lg dark:border-gray-700 shadow-sm > We are a group of enthusiasts who love VR Table Tennis. We design and make top-quality adapters for Oculus, Pico, and more devices. Check what the top players say about our adapters! /p> /div> /section> !-- VR Adapters Section --> section classpy-12> div classgrid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 max-w-7xl mx-auto px-4 > !-- Oculus Quest 3 Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcSolidSlime Q3.jpg altSolidSlime Q3 /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Oculus Quest 3, Oculus Quest 3S /p> div idshop-q3 classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(q3) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- BWB Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcBWB Q3.jpg altBWB Q3 /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Oculus Quest 3, Oculus Quest 3S (Penhold) /p> div idshop-BWB classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(BWB) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- Oculus Quest 2 Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcSolidSlime Q2.jpg altSolidSlime Q2 /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Oculus Quest 2 /p> div idshop-q2 classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(q2) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- Pico4 Ultra Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcSolidSlime Pico4 Ultra.jpg altSolidSlime Pico4 Ultra /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Pico4 Ultra /p> div idshop-pico4ultra classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(pico4ultra) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- Pico4 Ultra Penhold Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcSolidSlime Pico4 Ultra Penhold.jpg altSolidSlime Pico4 Ultra Penhold /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Pico4 Ultra (Penhold) /p> div idshop-pico4ultrapenhold classmt-4 data-shop-visibletrue > button onclicktoggleShopLinks(pico4ultrapenhold) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- Pico4 Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcSS115 Pro Pico4.jpg altSS115 Pico4 /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow>For: Pico4/p> div idshop-pico4 classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(pico4) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- Oculus Quest Pro Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcSolidSlime Quest Pro.jpg altSolidSlime Quest Pro /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Oculus Quest Pro Controller /p> div idshop-qpro classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(qpro) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- Oculus Quest 1 / Rift S Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcSolidSlime Q1.jpg altSolidSlime Quest 1 / rift S /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Oculus Quest 1 / Rift S /p> div idshop-q1 classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(q1) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- Pico3 Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcss115.jpg altss115 /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Pico Neo 3 /p> div idshop-pico3 classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(pico3) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> /div> /section> !-- Reviews Section --> section classpy-12> !-- Body already handles this, but explicit is fine --> h2 classtext-3xl font-bold text-center dark:text-gray-100 mb-8> Customer Reviews /h2> div classmax-w-4xl mx-auto px-4 space-y-6> !-- Review 1 (Odd - Left Aligned) --> div classbg-gray-800 p-6 rounded-lg shadow-md w-3/4> div classreview-content> p classdark:text-gray-300 italic> span classreview-text> This adapter is simply amazing, feels like a real paddle now. Its light weight and super comfortable./span > span classreview-more hidden >My Pico 4 experience is way better and Im having lots of fun. Highly recommended!!!/span > /p> /div> !-- Author Field --> div classmt-4 text-right text-sm dark:text-gray-400> — 11BRA_Wlad (Elo: 3610) /div> button classdark:text-blue-400 dark:hover:text-blue-500 mt-2 focus:outline-none onclicktoggleReview(this) > Read more /button> /div> !-- Review 2 (Even - Right Aligned) --> div classbg-gray-800 p-6 rounded-lg shadow-md w-3/4 ml-auto> div classreview-content> p classdark:text-gray-300 italic> span classreview-text >Heyy, Im Natping from ETT and I have been playing with the SolidSlime adapter for almost a year. Honestly, for me, this is the best Quest 2 adapter I have tested. The balance between the weight of the controller and the adapter is perfect, and my feeling in game has never been better than with this adapter./span > span classreview-more hidden> If I can just say the only downside of the adapter, its that when you serve, the controller touches your fingers a bit and is a bit uncomfortable. But except that, if you are looking for the best adapter for Quest 2 I can only recommend this one. Thanks to SolidSlime for his kindness and responsiveness (the product was sent very quickly). And see you in the game !/span > /p> /div> !-- Author Field --> div classmt-4 text-right text-sm dark:text-gray-400> — Natping (Elo: 3767) /div> button classdark:text-blue-400 dark:hover:text-blue-500 mt-2 focus:outline-none onclicktoggleReview(this) > Read more /button> /div> !-- Review 3 (Odd - Left Aligned) --> div classbg-gray-800 p-6 rounded-lg shadow-md w-3/4> div classreview-content> p classdark:text-gray-300 italic> span classreview-text> My solidslime adapter arrived! It is spectacular. I win almost 200 points in a single day thanks to her. Thank you so much !/span > span classreview-more hidden>/span> /p> /div> !-- Author Field --> div classmt-4 text-right text-sm dark:text-gray-400> — Claudio /div> button classdark:text-blue-400 dark:hover:text-blue-500 mt-2 focus:outline-none styledisplay: none > Read more /button> /div> !-- Review 4 (Even - Right Aligned) --> div classbg-gray-800 p-6 rounded-lg shadow-md w-3/4 ml-auto> div classreview-content> p classdark:text-gray-300 italic> span classreview-text >The SolidSlime ETT adapter is the best adapter by far. I play tabletennis IRL as well and in VR i previously used the Sanlaki, but the solidslime is better in a couple of ways:/span > span classreview-more hidden> – balance of your paddle as the weight distribution is a lot better and natural. Both left/right balance as top/down balance on your paddle – tracking of the controller is better, which most people will notice by an improved Forehand. – haptic feedback has improve drasticly as the controller is very firmly connected to the adapter. This will make you feel the ball contact better. You also wont feel any wiggle during high power strokes – Solidslime adapter development is a continuous activity by the creator. This ensures that you always will get the latest and greatest adapter. Also for new controllers, Solidslime is very quick to develop those adapters and also really listens to feedback – Solidslime adapter settings are either included in ETT or shared separately to ensure you get the best alignment in game. – the adapter is pretty sturdy. It wont break instantly if you happen to hit that wall/closet etc in your room whilest you enthousiasticly dive for that ball 🙂/span > /p> /div> !-- Author Field --> div classmt-4 text-right text-sm dark:text-gray-400> — Marcel /div> button classdark:text-blue-400 dark:hover:text-blue-500 mt-2 focus:outline-none onclicktoggleReview(this) > Read more /button> /div> /div> /section> !-- Games Section --> section classpy-12> h2 classtext-3xl font-bold text-center dark:text-gray-100 mb-8> Popular Games /h2> div classgrid grid-cols-1 md:grid-cols-2 gap-6 max-w-4xl mx-auto px-4 > !-- Eleven Table Tennis --> a hrefhttps://elevenvr.com/ classrelative h-48 rounded-lg overflow-hidden hover:bg-blue-600 hover:shadow-lg transition-shadow > !-- Background Image --> img srcelevenvr.jpg altEleven Table Tennis classw-full h-full object-cover opacity-80 /> !-- Text Background Overlay --> div classabsolute inset-0 bg-black bg-opacity-50 dark:bg-opacity-60 hover:dark:bg-opacity-75 transition-opacity duration-300 >/div> !-- Text Container --> div classabsolute inset-0 flex items-center justify-center> h3 classtext-2xl font-semibold text-white text-center> Eleven Table Tennis /h3> /div> /a> !-- T3S --> a hrefhttps://linktr.ee/siedan classrelative h-48 rounded-lg overflow-hidden hover:bg-blue-600 hover:shadow-lg transition-shadow > !-- Background Image --> img srct3s.jpg altTable Tennis Training Simulator classw-full h-full object-cover opacity-80 /> !-- Text Background Overlay --> div classabsolute inset-0 bg-black bg-opacity-50 dark:bg-opacity-60 hover:dark:bg-opacity-75 transition-opacity duration-300 >/div> !-- Text Container --> div classabsolute inset-0 flex items-center justify-center> h3 classtext-2xl font-semibold text-white text-center> Table Tennis Training Simulator /h3> /div> /a> !-- EasyPong --> a hrefhttps://www.meta.com/en-gb/experiences/easypong/7951375894910515/ classrelative h-48 rounded-lg overflow-hidden hover:bg-blue-600 hover:shadow-lg transition-shadow > !-- Background Image --> img srceasypong.jpg altEasyPong classw-full h-full object-cover opacity-80 /> !-- Text Background Overlay --> div classabsolute inset-0 bg-black bg-opacity-50 dark:bg-opacity-60 hover:dark:bg-opacity-75 transition-opacity duration-300 >/div> !-- Text Container --> div classabsolute inset-0 flex items-center justify-center> h3 classtext-2xl font-semibold text-white text-center> EasyPong /h3> /div> /a> !-- 10 billion --> a hrefhttps://www.meta.com/experiences/tenbillion-table-tennis-ping-pong-vr/7074450812583727/ classrelative h-48 rounded-lg overflow-hidden hover:bg-blue-600 hover:shadow-lg transition-shadow > !-- Background Image --> img src10btt.jpg altTenbillion Table Tennis classw-full h-full object-cover opacity-80 /> !-- Text Background Overlay --> div classabsolute inset-0 bg-black bg-opacity-50 dark:bg-opacity-60 hover:dark:bg-opacity-75 transition-opacity duration-300 >/div> !-- Text Container --> div classabsolute inset-0 flex items-center justify-center> h3 classtext-2xl font-semibold text-white text-center> Tenbillion Table Tennis /h3> /div> /a> !-- And More Card --> div classrelative h-48 rounded-lg overflow-hidden hover:bg-blue-600 hover:shadow-lg transition-shadow > !-- Text Background Overlay --> div classabsolute inset-0 bg-black bg-opacity-50 dark:bg-opacity-60 >/div> !-- Text Container --> div classabsolute inset-0 flex items-center justify-center> h3 classtext-2xl font-semibold text-white mx-auto max-w-md text-center > And any game that supports custom positioning of the racket /h3> /div> /div> /div> /section> !-- Partners Section --> section classpy-12> h2 classtext-3xl font-bold text-center dark:text-gray-100 mb-8> Global Partners /h2> div classgrid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6> a hrefhttps://flightercrafting.com/ classbg-blue-600 p-6 rounded-lg hover:bg-blue-800 hover:shadow-lg transition-shadow > h3 classtext-xl font-semibold dark:text-blue-400 dark:hover:text-blue-300 transition-colors duration-300 > US | Canada /h3> /a> a hrefhttps://shop.solidslime.net/ classbg-blue-600 p-6 rounded-lg hover:bg-blue-800 hover:shadow-lg transition-shadow > h3 classtext-xl font-semibold dark:text-blue-400 dark:hover:text-blue-300 transition-colors duration-300 > Europe | United Kingdom /h3> /a> a hrefhttps://reracket.theshop.jp/ classbg-blue-600 p-6 rounded-lg hover:bg-blue-800 hover:shadow-lg transition-shadow > h3 classtext-xl font-semibold dark:text-blue-400 dark:hover:text-blue-300 transition-colors duration-300 > 日本 | 한국 /h3> /a> a hrefhttps://ozettadapters.com/ classbg-blue-600 p-6 rounded-lg hover:bg-blue-800 hover:shadow-lg transition-shadow > h3 classtext-xl font-semibold dark:text-blue-400 dark:hover:text-blue-300 transition-colors duration-300 > Oceanic | South East Asia | India /h3> /a> a hrefhttps://wedoovr.com.br/ classbg-blue-600 p-6 rounded-lg hover:bg-blue-800 hover:shadow-lg transition-shadow > h3 classtext-xl font-semibold dark:text-blue-400 dark:hover:text-blue-300 transition-colors duration-300 > South America /h3> /a> a hrefhttps://shop389165146.taobao.com/ classbg-blue-600 p-6 rounded-lg hover:bg-blue-800 hover:shadow-lg transition-shadow > h3 classtext-xl font-semibold dark:text-blue-400 dark:hover:text-blue-300 transition-colors duration-300 > 淘宝 /h3> /a> a hrefhttps://shop.solidslime.net/ classbg-blue-600 p-6 rounded-lg hover:bg-blue-800 hover:shadow-lg transition-shadow > h3 classtext-xl font-semibold dark:text-blue-400 dark:hover:text-blue-300 transition-colors duration-300 > Rest of the world /h3> /a> /div> /section> !-- Footer Section --> footer classtext-center py-12> div classmax-w-7xl mx-auto px-4> !-- Footer Content --> div classspace-y-4> p classdark:text-gray-500> © 2023 SolidSlime. All rights reserved. /p> p classdark:text-gray-500> Also check out our a classtext-blue-400 hover:text-blue-500 hrefpickleball.html >Pickleball Adapters/a > /p> /div> !-- Back to Top Button --> div classmt-6> a href# classinline-flex items-center dark:text-blue-400 dark:hover:text-blue-500 transition-colors > span>Back to top/span> svg classw-4 h-4 ml-2 fillnone strokecurrentColor viewBox0 0 24 24 xmlnshttp://www.w3.org/2000/svg > path stroke-linecapround stroke-linejoinround stroke-width2 dM5 10l7-7m0 0l7 7m-7-7v18 >/path> /svg> /a> /div> /div> /footer> /main> /body>/html>
Port 443
HTTP/1.1 200 OKServer: AliyunOSSDate: Sun, 30 Nov 2025 02:51:38 GMTContent-Type: text/htmlContent-Length: 31581Connection: keep-aliveVary: Accept-Encodingx-oss-request-id: 692BB13A93A7E931340F8D07Accept-Ranges: bytesETag: 3DB445946145F08A35D7B5B5E1F87F26Last-Modified: Thu, 16 Oct 2025 21:24:21 GMTx-oss-object-type: Normalx-oss-hash-crc64ecma: 6439294417154409171x-oss-storage-class: StandardContent-MD5: PbRFlGFF8Io117W14fh/Jgx-oss-server-time: 1 !DOCTYPE html>html langen classdark> !-- Default to dark mode for table tennis --> head> meta charsetutf-8 /> meta nameviewport contentwidthdevice-width, initial-scale1 /> meta namedescription contentVR table tennis and pickleball adapters by SolidSlime /> meta nameauthor contentSolidSlime /> title>VR Adapters by SolidSlime/title> link relapple-touch-icon sizes180x180 hreffavicon/apple-touch-icon.png /> link relicon typeimage/png sizes32x32 hreffavicon/favicon-32x32.png /> link relicon typeimage/png sizes16x16 hreffavicon/favicon-16x16.png /> link relmanifest href/site.webmanifest /> !--discord preview--> meta propertyog:type contentwebsite /> meta propertyog:url contenthttps://VRPingPong.net/ /> meta propertyog:title contentVR Adapters by SolidSlime /> meta propertyog:description contentWe are a group of enthusiasts who love VR Table Tennis and Pickleball. We design and make top-quality adapters for Oculus, Pico, and more devices. Check what the top players say about our adapters! /> meta propertyog:image contenthttps://VRPingPong.net/tabletennis/Q3-highdef.png /> link hreftailwind.min.css relstylesheet /> !-- JavaScript for Toggle Functionality --> script> function toggleShopLinks(adapterId) { const shopDiv document.getElementById(`shop-${adapterId}`); const isShopButtonVisible shopDiv.getAttribute(data-shop-visible) true; if (isShopButtonVisible) { // Replace the Shop button with shop links shopDiv.innerHTML ` div classshop-links space-y-2 animate-fade-in> a hrefhttps://flightercrafting.com/ classblock bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600>US | Canada/a> a hrefhttps://shop.solidslime.net/ classblock bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600>Europe | United Kingdom/a> a hrefhttps://reracket.theshop.jp/ classblock bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600>日本 | 한국/a> a hrefhttps://ozettadapters.com/ classblock bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600>Oceanic | South East Asia | India/a> a hrefhttps://wedoovr.com.br/ classblock bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600>South America/a> a hrefhttps://shop389165146.taobao.com/ classblock bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600>淘宝/a> a hrefhttps://shop.solidslime.net/ classblock bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600>Rest of the world/a> button onclicktoggleShopLinks(${adapterId}) classw-full bg-gray-500 text-white py-2 px-4 rounded hover:bg-gray-600 mt-2> Hide /button> /div> `; shopDiv.setAttribute(data-shop-visible, false); // Update the state } else { // Revert back to the Shop button shopDiv.innerHTML ` button onclicktoggleShopLinks(${adapterId}) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 animate-fade-in> Shop /button> `; shopDiv.setAttribute(data-shop-visible, true); // Update the state } } /script> !-- CSS Animations --> style> @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .animate-fade-in { animation: fadeIn 0.3s ease-in-out; } /style> script> function toggleReview(button) { const reviewContent button.previousElementSibling.previousElementSibling; const reviewText reviewContent.querySelector(.review-text); const reviewMore reviewContent.querySelector(.review-more); if (reviewMore.classList.contains(hidden)) { // Expand the review reviewMore.classList.remove(hidden); reviewContent.classList.remove(line-clamp-3); // Remove line clamp button.textContent Read less; } else { // Collapse the review reviewMore.classList.add(hidden); reviewContent.classList.add(line-clamp-3); // Reapply line clamp button.textContent Read more; } } /script> !-- CSS for Truncated Text --> style> .review-content p { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; /* Show 3 lines by default */ -webkit-box-orient: vertical; } .review-more.hidden { display: none; } /* Remove line clamp when review is expanded */ .review-content p:not(.line-clamp-3) { -webkit-line-clamp: unset; } /style> /head> body classbg-gray-900 text-gray-200> !-- Navigation --> nav classbg-gray-800 border-b border-gray-700> div classmax-w-7xl mx-auto px-4 py-4> !-- responsive: vertical on small screens, horizontal on md+ --> div classflex flex-col md:flex-row md:space-x-4 space-y-2 md:space-y-0 px-1 > div classflex-shrink-0 w-full md:w-auto> a hreftabletennis.html classinline-flex items-center gap-2 w-full md:w-auto bg-blue-600 text-white px-4 py-2 rounded hover:bg-blue-700 transition-colors whitespace-nowrap overflow-hidden > span>🏓 Table Tennis/span> /a> /div> div classflex-shrink-0 w-full md:w-auto> a hrefpickleball.html classinline-flex items-center gap-2 w-full md:w-auto bg-green-600 text-white px-4 py-2 rounded hover:bg-green-700 transition-colors whitespace-nowrap overflow-hidden > img srcpickleball.png altPickleball classw-6 h-6 flex-shrink-0 /> span>Pickleball/span> /a> /div> div classflex-shrink-0 w-full md:w-auto> a hrefbadminton.html classinline-flex items-center gap-2 w-full md:w-auto bg-yellow-500 text-white px-4 py-2 rounded hover:bg-green-700 transition-colors whitespace-nowrap overflow-hidden > span>🏸 Badminton/span> /a> /div> /div> /div> /nav> !-- Main Content --> main classmax-w-7xl mx-auto p-4> !-- Hero Section --> section classtext-center py-12 w-full> div classmax-w-7xl mx-auto px-4> h1 classtext-5xl font-bold dark:text-gray-100> VR Table Tennis Adapters span classtext-base font-light dark:text-gray-400 >by SolidSlime/span > /h1> p classmt-4 text-xl dark:text-gray-300 max-w-2xl mx-auto p-6 bg-gray-800 rounded-lg dark:border-gray-700 shadow-sm > We are a group of enthusiasts who love VR Table Tennis. We design and make top-quality adapters for Oculus, Pico, and more devices. Check what the top players say about our adapters! /p> /div> /section> !-- VR Adapters Section --> section classpy-12> div classgrid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 max-w-7xl mx-auto px-4 > !-- Oculus Quest 3 Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcSolidSlime Q3.jpg altSolidSlime Q3 /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Oculus Quest 3, Oculus Quest 3S /p> div idshop-q3 classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(q3) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- BWB Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcBWB Q3.jpg altBWB Q3 /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Oculus Quest 3, Oculus Quest 3S (Penhold) /p> div idshop-BWB classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(BWB) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- Oculus Quest 2 Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcSolidSlime Q2.jpg altSolidSlime Q2 /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Oculus Quest 2 /p> div idshop-q2 classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(q2) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- Pico4 Ultra Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcSolidSlime Pico4 Ultra.jpg altSolidSlime Pico4 Ultra /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Pico4 Ultra /p> div idshop-pico4ultra classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(pico4ultra) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- Pico4 Ultra Penhold Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcSolidSlime Pico4 Ultra Penhold.jpg altSolidSlime Pico4 Ultra Penhold /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Pico4 Ultra (Penhold) /p> div idshop-pico4ultrapenhold classmt-4 data-shop-visibletrue > button onclicktoggleShopLinks(pico4ultrapenhold) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- Pico4 Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcSS115 Pro Pico4.jpg altSS115 Pico4 /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow>For: Pico4/p> div idshop-pico4 classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(pico4) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- Oculus Quest Pro Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcSolidSlime Quest Pro.jpg altSolidSlime Quest Pro /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Oculus Quest Pro Controller /p> div idshop-qpro classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(qpro) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- Oculus Quest 1 / Rift S Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcSolidSlime Q1.jpg altSolidSlime Quest 1 / rift S /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Oculus Quest 1 / Rift S /p> div idshop-q1 classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(q1) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> !-- Pico3 Adapter --> div classbg-gray-800 rounded-lg flex flex-col> img classw-full aspect-3/4 object-cover rounded-t-lg srcss115.jpg altss115 /> div classp-6 flex flex-col flex-grow> p classtext-lg dark:text-gray-200 flex-grow> For: Pico Neo 3 /p> div idshop-pico3 classmt-4 data-shop-visibletrue> button onclicktoggleShopLinks(pico3) classw-full bg-blue-500 text-white py-2 px-4 rounded hover:bg-blue-600 > Shop /button> /div> /div> /div> /div> /section> !-- Reviews Section --> section classpy-12> !-- Body already handles this, but explicit is fine --> h2 classtext-3xl font-bold text-center dark:text-gray-100 mb-8> Customer Reviews /h2> div classmax-w-4xl mx-auto px-4 space-y-6> !-- Review 1 (Odd - Left Aligned) --> div classbg-gray-800 p-6 rounded-lg shadow-md w-3/4> div classreview-content> p classdark:text-gray-300 italic> span classreview-text> This adapter is simply amazing, feels like a real paddle now. Its light weight and super comfortable./span > span classreview-more hidden >My Pico 4 experience is way better and Im having lots of fun. Highly recommended!!!/span > /p> /div> !-- Author Field --> div classmt-4 text-right text-sm dark:text-gray-400> — 11BRA_Wlad (Elo: 3610) /div> button classdark:text-blue-400 dark:hover:text-blue-500 mt-2 focus:outline-none onclicktoggleReview(this) > Read more /button> /div> !-- Review 2 (Even - Right Aligned) --> div classbg-gray-800 p-6 rounded-lg shadow-md w-3/4 ml-auto> div classreview-content> p classdark:text-gray-300 italic> span classreview-text >Heyy, Im Natping from ETT and I have been playing with the SolidSlime adapter for almost a year. Honestly, for me, this is the best Quest 2 adapter I have tested. The balance between the weight of the controller and the adapter is perfect, and my feeling in game has never been better than with this adapter./span > span classreview-more hidden> If I can just say the only downside of the adapter, its that when you serve, the controller touches your fingers a bit and is a bit uncomfortable. But except that, if you are looking for the best adapter for Quest 2 I can only recommend this one. Thanks to SolidSlime for his kindness and responsiveness (the product was sent very quickly). And see you in the game !/span > /p> /div> !-- Author Field --> div classmt-4 text-right text-sm dark:text-gray-400> — Natping (Elo: 3767) /div> button classdark:text-blue-400 dark:hover:text-blue-500 mt-2 focus:outline-none onclicktoggleReview(this) > Read more /button> /div> !-- Review 3 (Odd - Left Aligned) --> div classbg-gray-800 p-6 rounded-lg shadow-md w-3/4> div classreview-content> p classdark:text-gray-300 italic> span classreview-text> My solidslime adapter arrived! It is spectacular. I win almost 200 points in a single day thanks to her. Thank you so much !/span > span classreview-more hidden>/span> /p> /div> !-- Author Field --> div classmt-4 text-right text-sm dark:text-gray-400> — Claudio /div> button classdark:text-blue-400 dark:hover:text-blue-500 mt-2 focus:outline-none styledisplay: none > Read more /button> /div> !-- Review 4 (Even - Right Aligned) --> div classbg-gray-800 p-6 rounded-lg shadow-md w-3/4 ml-auto> div classreview-content> p classdark:text-gray-300 italic> span classreview-text >The SolidSlime ETT adapter is the best adapter by far. I play tabletennis IRL as well and in VR i previously used the Sanlaki, but the solidslime is better in a couple of ways:/span > span classreview-more hidden> – balance of your paddle as the weight distribution is a lot better and natural. Both left/right balance as top/down balance on your paddle – tracking of the controller is better, which most people will notice by an improved Forehand. – haptic feedback has improve drasticly as the controller is very firmly connected to the adapter. This will make you feel the ball contact better. You also wont feel any wiggle during high power strokes – Solidslime adapter development is a continuous activity by the creator. This ensures that you always will get the latest and greatest adapter. Also for new controllers, Solidslime is very quick to develop those adapters and also really listens to feedback – Solidslime adapter settings are either included in ETT or shared separately to ensure you get the best alignment in game. – the adapter is pretty sturdy. It wont break instantly if you happen to hit that wall/closet etc in your room whilest you enthousiasticly dive for that ball 🙂/span > /p> /div> !-- Author Field --> div classmt-4 text-right text-sm dark:text-gray-400> — Marcel /div> button classdark:text-blue-400 dark:hover:text-blue-500 mt-2 focus:outline-none onclicktoggleReview(this) > Read more /button> /div> /div> /section> !-- Games Section --> section classpy-12> h2 classtext-3xl font-bold text-center dark:text-gray-100 mb-8> Popular Games /h2> div classgrid grid-cols-1 md:grid-cols-2 gap-6 max-w-4xl mx-auto px-4 > !-- Eleven Table Tennis --> a hrefhttps://elevenvr.com/ classrelative h-48 rounded-lg overflow-hidden hover:bg-blue-600 hover:shadow-lg transition-shadow > !-- Background Image --> img srcelevenvr.jpg altEleven Table Tennis classw-full h-full object-cover opacity-80 /> !-- Text Background Overlay --> div classabsolute inset-0 bg-black bg-opacity-50 dark:bg-opacity-60 hover:dark:bg-opacity-75 transition-opacity duration-300 >/div> !-- Text Container --> div classabsolute inset-0 flex items-center justify-center> h3 classtext-2xl font-semibold text-white text-center> Eleven Table Tennis /h3> /div> /a> !-- T3S --> a hrefhttps://linktr.ee/siedan classrelative h-48 rounded-lg overflow-hidden hover:bg-blue-600 hover:shadow-lg transition-shadow > !-- Background Image --> img srct3s.jpg altTable Tennis Training Simulator classw-full h-full object-cover opacity-80 /> !-- Text Background Overlay --> div classabsolute inset-0 bg-black bg-opacity-50 dark:bg-opacity-60 hover:dark:bg-opacity-75 transition-opacity duration-300 >/div> !-- Text Container --> div classabsolute inset-0 flex items-center justify-center> h3 classtext-2xl font-semibold text-white text-center> Table Tennis Training Simulator /h3> /div> /a> !-- EasyPong --> a hrefhttps://www.meta.com/en-gb/experiences/easypong/7951375894910515/ classrelative h-48 rounded-lg overflow-hidden hover:bg-blue-600 hover:shadow-lg transition-shadow > !-- Background Image --> img srceasypong.jpg altEasyPong classw-full h-full object-cover opacity-80 /> !-- Text Background Overlay --> div classabsolute inset-0 bg-black bg-opacity-50 dark:bg-opacity-60 hover:dark:bg-opacity-75 transition-opacity duration-300 >/div> !-- Text Container --> div classabsolute inset-0 flex items-center justify-center> h3 classtext-2xl font-semibold text-white text-center> EasyPong /h3> /div> /a> !-- 10 billion --> a hrefhttps://www.meta.com/experiences/tenbillion-table-tennis-ping-pong-vr/7074450812583727/ classrelative h-48 rounded-lg overflow-hidden hover:bg-blue-600 hover:shadow-lg transition-shadow > !-- Background Image --> img src10btt.jpg altTenbillion Table Tennis classw-full h-full object-cover opacity-80 /> !-- Text Background Overlay --> div classabsolute inset-0 bg-black bg-opacity-50 dark:bg-opacity-60 hover:dark:bg-opacity-75 transition-opacity duration-300 >/div> !-- Text Container --> div classabsolute inset-0 flex items-center justify-center> h3 classtext-2xl font-semibold text-white text-center> Tenbillion Table Tennis /h3> /div> /a> !-- And More Card --> div classrelative h-48 rounded-lg overflow-hidden hover:bg-blue-600 hover:shadow-lg transition-shadow > !-- Text Background Overlay --> div classabsolute inset-0 bg-black bg-opacity-50 dark:bg-opacity-60 >/div> !-- Text Container --> div classabsolute inset-0 flex items-center justify-center> h3 classtext-2xl font-semibold text-white mx-auto max-w-md text-center > And any game that supports custom positioning of the racket /h3> /div> /div> /div> /section> !-- Partners Section --> section classpy-12> h2 classtext-3xl font-bold text-center dark:text-gray-100 mb-8> Global Partners /h2> div classgrid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6> a hrefhttps://flightercrafting.com/ classbg-blue-600 p-6 rounded-lg hover:bg-blue-800 hover:shadow-lg transition-shadow > h3 classtext-xl font-semibold dark:text-blue-400 dark:hover:text-blue-300 transition-colors duration-300 > US | Canada /h3> /a> a hrefhttps://shop.solidslime.net/ classbg-blue-600 p-6 rounded-lg hover:bg-blue-800 hover:shadow-lg transition-shadow > h3 classtext-xl font-semibold dark:text-blue-400 dark:hover:text-blue-300 transition-colors duration-300 > Europe | United Kingdom /h3> /a> a hrefhttps://reracket.theshop.jp/ classbg-blue-600 p-6 rounded-lg hover:bg-blue-800 hover:shadow-lg transition-shadow > h3 classtext-xl font-semibold dark:text-blue-400 dark:hover:text-blue-300 transition-colors duration-300 > 日本 | 한국 /h3> /a> a hrefhttps://ozettadapters.com/ classbg-blue-600 p-6 rounded-lg hover:bg-blue-800 hover:shadow-lg transition-shadow > h3 classtext-xl font-semibold dark:text-blue-400 dark:hover:text-blue-300 transition-colors duration-300 > Oceanic | South East Asia | India /h3> /a> a hrefhttps://wedoovr.com.br/ classbg-blue-600 p-6 rounded-lg hover:bg-blue-800 hover:shadow-lg transition-shadow > h3 classtext-xl font-semibold dark:text-blue-400 dark:hover:text-blue-300 transition-colors duration-300 > South America /h3> /a> a hrefhttps://shop389165146.taobao.com/ classbg-blue-600 p-6 rounded-lg hover:bg-blue-800 hover:shadow-lg transition-shadow > h3 classtext-xl font-semibold dark:text-blue-400 dark:hover:text-blue-300 transition-colors duration-300 > 淘宝 /h3> /a> a hrefhttps://shop.solidslime.net/ classbg-blue-600 p-6 rounded-lg hover:bg-blue-800 hover:shadow-lg transition-shadow > h3 classtext-xl font-semibold dark:text-blue-400 dark:hover:text-blue-300 transition-colors duration-300 > Rest of the world /h3> /a> /div> /section> !-- Footer Section --> footer classtext-center py-12> div classmax-w-7xl mx-auto px-4> !-- Footer Content --> div classspace-y-4> p classdark:text-gray-500> © 2023 SolidSlime. All rights reserved. /p> p classdark:text-gray-500> Also check out our a classtext-blue-400 hover:text-blue-500 hrefpickleball.html >Pickleball Adapters/a > /p> /div> !-- Back to Top Button --> div classmt-6> a href# classinline-flex items-center dark:text-blue-400 dark:hover:text-blue-500 transition-colors > span>Back to top/span> svg classw-4 h-4 ml-2 fillnone strokecurrentColor viewBox0 0 24 24 xmlnshttp://www.w3.org/2000/svg > path stroke-linecapround stroke-linejoinround stroke-width2 dM5 10l7-7m0 0l7 7m-7-7v18 >/path> /svg> /a> /div> /div> /footer> /main> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]