netu.io is down?

Voyage69

Newbie
Joined
Feb 18, 2023
Messages
2
Reaction score
0
Service for video sharing,movies host netu.io is down all day,anyone know what happend myb owners arrested or servers down forever...
 
I'd like to know too because I relied on them for pretty much all the videos on my site, gonna be a pain uploading and replacing 1000 videos. It seems like they're RIP. :(

nx domain meaning either the server is switched off or domains aren't pointing anywhere. The other domains associated with netu are down too, like waaw.tv which is where embedded video links were, so the whole server is definitely offline.
 
Its gone i guess. Ive been using them for the past 3 years and this is the first time they've been offline for this long. I already got to work replacing the 9000 videos I have with them. Fml.
 
Its gone i guess. Ive been using them for the past 3 years and this is the first time they've been offline for this long. I already got to work replacing the 9000 videos I have with them. Fml.
Who are you using as an alternative? I haven't decided who to go with.
 
Their domain was blocked and their new domain is netu.ac, the player domain is waaw.ac now. If you are using them with custom domain then you just change the cname on cloudflare from waaw.tv to waaw.ac and everything will work normally.
 
Their domain was blocked and their new domain is netu.ac, the player domain is waaw.ac now. If you are using them with custom domain then you just change the cname on cloudflare from waaw.tv to waaw.ac and everything will work normally.
Thank you for info!
But how did you know? Is there some kind of telegram chat or somethin related to netu?
 
Their domain was blocked and their new domain is netu.ac, the player domain is waaw.ac now. If you are using them with custom domain then you just change the cname on cloudflare from waaw.tv to waaw.ac and everything will work normally.
Thanks! It says they were banned by njal.la damn. I'm glad they didn't say "We've made enough money" and ditch.
 
Their domain was blocked and their new domain is netu.ac, the player domain is waaw.ac now. If you are using them with custom domain then you just change the cname on cloudflare from waaw.tv to waaw.ac and everything will work normally.
Wow thank you for the info. Saved me a lot of money. At least they dont seem to give up. Did as they say but my videos are still not working. Will see how it goes.
 
Wow thank you for the info. Saved me a lot of money. At least they dont seem to give up. Did as they say but my videos are still not working. Will see how it goes.
If you have a domain set up on netu, then go in your domain or cloudflare DNS settings and change the cname from waaw.tv to waaw.ac, it should be good in a few minutes, if not you might have to do a "ipconfig /flushdns" in cmd or sometimes it can take up to 24 hours to propagate. I use Cloudflare on mine and it fixed almost instantly.
 
thanks for info. i can login our account at new domain netu.ac but videos still not showing. also can add a custom domain . as the loading... and loading....
 
Then switch waaw.tv to waaw.ac in cloudlfare, and it will be fixed
I already done at our cloudflare. still same issues. videos not showing. and also at our netu.ac account videos not found. we have around 12000 videos.
 
I already done at our cloudflare. still same issues. videos not showing. and also at our netu.ac account videos not found. we have around 12000 videos.
Try with their domain vapley.top. Even tho i think it should work, I myself use their domain but ik many people that use custom domain and got all back. Subtitles are still not working but i guess it will be back in a day.
 
Try with their domain vapley.top. Even tho i think it should work, I myself use their domain but ik many people that use custom domain and got all back. Subtitles are still not working but i guess it will be back in a day.
I just used their embed codes without any subdomain or cname etc. Am I just screwed? Where would I change hqq to vapley?
 
I just used their embed codes without any subdomain or cname etc. Am I just screwed? Where would I change hqq to vapley?
I wrote simple mysql command that replaced hqq.to with vapley.top:
SQL:
UPDATE episodes set iframe = REPLACE(iframe,'hqq.to','vapley.top');
Note:
episodes = table with iframes
iframe = column where iframes are stored
 
Back
Top