• Welcome to Valhalla Legends Archive.
 

Free Image Hosting for everyone :)

Started by Stellarchase, September 28, 2008, 01:33 PM

Previous topic - Next topic

Stellarchase

Hey guys, I made http://www.imglot.com/ for some free image hosting for you.  The server will be up as it's prepaid for quite some time.  I've got enough hard drive and bandwidth as well.  Hope to see you guys use it, it's probably one of the faster servers as well.

Thanks :)

Yegg

It took ages for me to upload a song. After about a 2 minute wait it tells me that the file type I chose (m4a) is not supported. It should have checked for that earlier on. It'd be nice if it first checked for unsupported file formats according to file extension first. If the extension typically represents an unsupported audio format, a message window should notify the user and ask if they would like to continue anyway. If they decide to, then it should check the file data for the format. I hate having to wait forever for something to upload just to find out that it's not supported.

Besides all of that, RapidShare uploaded faster for me.

Stellarchase

haha, well considering this is free IMAGE hosting, I didn't think you'd try uploading a song.

But i'll look into the precatch.  Thanks for the heads up :)

Yegg

Quote from: Stellarchase on September 29, 2008, 04:07 AM
haha, well considering this is free IMAGE hosting, I didn't think you'd try uploading a song.

But i'll look into the precatch.  Thanks for the heads up :)

Lol. It wasn't even that late either, not quite sure how I missed that one.

iago

When you hit "browse" and submit a form, your browser submits the name, the data, and everything else, all at the same time. As such, there's no way to pre-check without some voodoo (Javascript would probably work, if you're into the black arts).
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


MyndFyre


String.prototype.endsWith = function(str) {
    return this.match(str + '$') == str;
};

function validateUploader()
{
    var valid = false;
    var uploader = document.getElementById('uploader');
    var validExtensions = [ 'PNG', 'GIF', 'JPG', 'JPEG' ];
    for (var i = 0; i < validExtensions.length; i++)
    {
        if (uploader.value.toUpperCase().endsWith(validExtensions[i]))
        {
            valid = true;
            break;
        }
    }
    return valid;
}

[/black-arts]
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

DeathRoad

I use imageshack.us - its fast and does the job. It is aswel as simple to use and it gives you the Direct link to that image.

chrish4161

Quote from: Stellarchase on September 28, 2008, 01:33 PM
Hey guys, I made http://www.imglot.com/ for some free image hosting for you.  The server will be up as it's prepaid for quite some time.  I've got enough hard drive and bandwidth as well.  Hope to see you guys use it, it's probably one of the faster servers as well.

Thanks :)
Well I would like to appreciate the work of yours that you are developing the server or the hosting plan for uploading the images but I am afraid to say that the uploading process is pretty slow overhear and sometimes the format is not supported so I suggest to change the settings of your server.

smithshn

If the extension typically represents an unsupported audio format, a message window should notify the user and ask if they would like to continue anyway. If they decide to, then it should check the file data for the format. I hate having to wait forever for something to upload just to find out that it's not supported.