gounlimited.to | BANNED FROM WJ

Status
Not open for further replies.

GO Unlimited

Active Member
5,622
2018
4,585
696
Thread has been permanently closed, discussion thread can be found here.
-
ProStream announcement on hack can be found here.
-
Management (Bader’s) announcement pending.
-
GoUnlimited featured on TorrentFreak & tarnkappe, what next? Other articles here.
-
GoUnlimited case has come to a close, decision can be found here.
-

About

The GO Unlimited service, which may be known by the name of many of you, is one of the oldest services specialized in the field of video hosting. The goal of the service has always been to ensure the provision of a secure and stable platform for its long-term partners, in addition to providing features and characteristics commensurate with their aspirations and of course renewed development in order to ensure keeping pace with industry requirements.

GO Unlimited, 2020

In the year 2020, we seek to transfer the service from the field of traditional video hosting to integrated solutions in this field, by providing advanced tools, some of which were not previously proposed or used in this field, in order to keep pace with the development contained in this industry and its requirements.

--------------------------------------------------------------

Our Goal

Our primary goal is to ensure the long-term stability of the platform and the stability of the services the tools it provides to its partners. We work in GO Unlimited on the basis of long-term plans and not short so as to ensure the opportunity to work for many years and successfully meets the aspirations and aspirations of our partners.

Our work since 2016 and our accomplishments are evidence of this goal that we seek. We will always continue to work on this goal.​

Why us + features?
  • We're standing for a very long term. We already achieved 4 years since 2016.
  • 100% Free, no paid accounts.
  • Truly unlimited, bandwidth, storage, and everything.
  • No time, quality, or speed restrictions at all.
  • HD Video Encoding - Very high quality encoding settings.
  • Video Subtitle - Works even with iOS devices.
  • UltraFast Streaming.
  • Only clean ads.
  • 50GB Max file size per upload using FTP. 12 GB Using browser.
  • Trouble free system, no bugs or technical issues are common to face. 100% Stable.
  • We do offer the fastest payment process in this industry, ever.

Upload Modes:
  • Web-Browser
  • FTP
  • URL
  • API
  • ZOOM

Payout methods:
  • PayPal
  • WebMoney
  • Bitcoin
Payout:
  • Payment requests are processed within 24 to 48 hours only, even on public holidays and weekends. The minimum is only $10.
FAQ’s:

  • Do you allow porn? Yes, we do allow porn.
  • Do you display adult ads? No we don't.
  • How long do you host my videos? For porn videos, forever, even if they're inactive. For mainstream content, videos that has no views for connected 60 days will be marked as inactive and get deleted whenever there is a lack of storage.

If you have any suggestions, or inquiries, we will always be glad to hear.
 
Last edited by a moderator:
16,557 comments
Same problem than Danny Colum and probably cin24h, the error is "SEC_ERROR_UNKNOWN_ISSUER", you probably have a problem with your SSL certificate issuer.
 
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "
https://gounlimited.to/api/account/info?key=key
");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($ch, CURLOPT_HEADER, FALSE);
$response = curl_exec($ch);
curl_close($ch);
var_dump($response);


i solved the problem , on api page , the code not working anymore ,
its about ssl (you hv change your ssl)


you have to add your curl """" curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); """"

so it must be like that ,

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://gounlimited.to/api/account/info?key=key");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($ch, CURLOPT_HEADER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
$response = curl_exec($ch);
curl_close($ch);

var_dump($response);

now you ll get response like that ,,

"{"msg":"Invalid key","server_time":"2019-12-17 20:17:13","status":400}"

so its not error now you can get response with curl but you have to write your api key ....
 
Are you talking about API?

Nope just by going to gounlimited.to or by seeing an embed I have this SSL error.
Also by any chance would it be possible to not have the captcha(as well as on tazvids) when login the first time(if you put it like the second or third time no risk of bruteforce as well), I am using tor for security reasons and the google captchas are just impossible to do.
 
Nope just by going to gounlimited.to or by seeing an embed I have this SSL error.
Also by any chance would it be possible to not have the captcha(as well as on tazvids) when login the first time(if you put it like the second or third time no risk of bruteforce as well), I am using tor for security reasons and the google captchas are just impossible to do.
I was pissed also because of facing reCaptcha in the login page, so I will take care of that soon. However, as for the SSL issue, it happens rarely and only with Firefox based browsers.. and we will fix it very shortly.
 
Here is a Trick to block it. I use Firefox to and all is ok.

getimage.php
 
Just wondering if is still available the reward for sending the payout history, if is it here is mine

https://prnt.sc/qa1vkv

Username: tonyflames

Also have an issue with the remote upload from onlystream, the first day you announced worked perfectly but days later videos are getting stucked



Thank you.
 
Status
Not open for further replies.
Back
Top