GlumboUploads.com - Get Paid For Downloads, Video Streams & MP3 Streams

Status
Not open for further replies.
1) is ur rewards continues r u gone stop paying like other file host
2) In How Many Days U Gone Pay

Why don't U Reply for Atoztolly ?
Probably because it´s answered pages before :facepalm:

New servers installed, working on FTP for premium users, affiliate program running again
All servers will be located in the NL for the future
FTP should still be open to all actually. We have not made it premium only yet. There may be some dns issues though as we just created the subdomain recently.
 
Last edited:
I've made a PHP/FTP/CURL script for upload for anyone want it

(Upload on FTP and search on "My Files" by the name of the file)

here is it :

Code:
$glumbo['user'] = 'USER';
$glumbo['pass'] = 'PASS';

$file = '/home/user/file_to_upload.txt';

$link = upGlumbo($file);

echo("The link of ".$file." is : ".$link."\n");

function upGlumbo($file) {
    
global $glumbo;

$default['glumbo'] = $glumbo;

    $server = ftp_connect('ftp-upload.glumbouploads.com');
    $logged = ftp_login($server, $glumbo['user'], $glumbo['pass']);
        
    $upload = ftp_put($server, $file, $file, FTP_ASCII);
    
    if($upload){
    
        sleep(200);
        
        $ch = curl_init("http://glumbouploads.com/");
            curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
            curl_setopt($ch, CURLOPT_HEADER, true);
            curl_setopt($ch, CURLOPT_POST, true);
            curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false);
            curl_setopt($ch, CURLOPT_POSTFIELDS, "op=login&login=".$glumbo['user']."&password=".$glumbo['pass']);
            curl_setopt($ch, CURLOPT_REFERER, 'http://glumbouploads.com/');
        $url = curl_exec($ch);
            
        preg_match_all('#Set-Cookie: (.*?);#', $url, $TMP);
        $cookie = implode('; ', $TMP[1]).';';
        
        $find = 0;
        
        while(!$find){
            
                curl_setopt($ch, CURLOPT_URL, "http://glumbouploads.com/?op=my_files");
                curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
                curl_setopt($ch, CURLOPT_COOKIE, $cookie);
            $url = curl_exec($ch);
            
            preg_match_all('#<TR align=center>(.*?)</TR>#is', $url, $trs);
            foreach($trs[1] as $tr){
            
                preg_match('#<a href="(.*?)">(.*?)</a>#is', $tr, $matches);
                $find += pathinfo($file, PATHINFO_BASENAME) == $matches[2] ? 1:0;
            
            }
            
            echo($find ? '':"File not found, wait 30s more.\n");
            sleep($find ? 0:60);
            
        }
    
        curl_close($ch);
        return($matches[1]);
    
    }
    
    return(FALSE);
    
}
 
Last edited:
Please FIX Free URL, constantly freezing

Also please try to add some page to see background RU processes with retry or delete functions ;)

DL Speeds varies from 50 to 150KB/s caused by current overloads.
 
Last edited:
ZOOM Upload halted at 50kb/s. Been 7 minutes. Remote upload through my own RS account or even FreeLeech is not working for me.
I thought you said the problems have been fixed? :|
 
Can someone tell me how to remote upload? What is the correct form of url? I tried:

Code:
http://username:password@url
and it didn't work.

Thanks.
 
I know man, but I need to know the format the url needs to be in.

Cos all I'm getting is "Error: Received HTML page instead of file"

Ok nevermind, I've found the page where you put in your username and password.
 
Last edited:
Ya, all my files are in my account, no files was deleted but if i start the stream nothing happens or after a few seconds i have a message like s4.glumbouploads.com/xxxxx/xxxxxxxxxxxx/xxxxxxxxxx/abc.mp4 not found
 
we must understand that they're overloaded,
but they doing their bests to fix the problems
and change into a new better version, servers changes,etc.
i believe glumbo will become one of the next majors in this section
 
Status
Not open for further replies.
Back
Top