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
do we earn from referrals or is it just for stats? i've like 30 users making money but not a single penny from them. and what's sales for?
i noticed that as well
the money is counted and added in balance but not shown in the stats
yes we're getting paid but it would be nice to see it in the reports at least
 
i noticed that as well
the money is counted and added in balance but not shown in the stats
yes we're getting paid but it would be nice to see it in the reports at least
Hello,

I understand, but as I said you'll are getting paid for each refer you forward to us and the money is already in your account balance. But we're still editing the reports page. It will be ready within the next few days maximum.
 
I want to upload videos from local server disk to Gounlimited via PHP with the API:
PHP:
<?php
$moviefile = "N:/testfile.mkv";
$output = file_get_contents("http://gounlimited.to/api/upload/server?key=XXXX");
$uploadjson = json_decode($output, true);
$upload2 = $uploadjson['result'];
$ch1 = curl_init($upload2);
curl_setopt($ch1, CURLOPT_HEADER, 0);
curl_setopt($ch1, CURLOPT_POST, true);
curl_setopt($ch1, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch1, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1');
curl_setopt($ch1, CURLOPT_REFERER, '');
$arr = array('file' => new CURLFile ($moviefile));
curl_setopt($ch1, CURLOPT_POSTFIELDS, $arr);
$output2 = curl_exec($ch1);    
curl_close($ch1);
$uploadjson2 = json_decode($output2, true);
$verystreamurl = $uploadjson2['result']['url'];
print_r($uploadjson);
?>

But this example don't work!
Can someone correct it?
 
Regarding current FTP upload speed, is it low because of heavy traffic?
Some days ago I had ~1000 KiB/s.
Yesterday & today it goes max to 300 KiB/s.
Hello,

Each FTP server upload speed is 10 Gbps and only 95 Mbps is being used in one of them, ATM. I don’t think the speed you’re having is normal in this situation.
 
Hello,

We're in the last stage of showing that in the reports page. Your refers are counted and added in your balance but they're not shown in the reports page, yet.
Hello,

I understand, but as I said you'll are getting paid for each refer you forward to us and the money is already in your account balance. But we're still editing the reports page. It will be ready within the next few days maximum.

thanks for clarification. i guess I do not earn much from refs since I have not noticed a much of a difference between my earnings from views and account balance or maybe I just counted it wrong. lol.
anyway, good to hear that it will be included in stats shortly, i would like to know how much i earn from refs.
 
Status
Not open for further replies.
Back
Top