gounlimited.to | BANNED FROM WJ

Status
Not open for further replies.
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