I just tried uploading a 100MB .png file... got 13% uploaded and the page went white! NO!
Stupid 6MB limit =/
[QUOTE=darksoul69;26704252]I just tried uploading a 100MB .png file... got 13% uploaded and the page went white! NO!
Stupid 6MB limit =/[/QUOTE]
nginx, php, and the upload script itself have the limit at 6MB. I'm considering moving to a dedicated server at leaseweb with a 500gb HDD, can maybe raise the limit then.
You should go with [url]http://100tb.com/[/url] - they have UK servers for $99 now. (although they are sold out at the moment..)
[QUOTE=darksoul69;26704506]You should go with [url]http://100tb.com/[/url] - they have UK servers for $99 now. (although they are sold out at the moment..)[/QUOTE]
I don't have that kind of budget - I'm already spending $200 on another dedicated server for something else.
Leaseweb offered me a dual core xeon 2.13ghz, 4gb ram, 500gb hdd, 4tb bandwidth for 30 euro/m
[QUOTE=CombineGuru;26704549]I don't have that kind of budget - I'm already spending $200 on another dedicated server for something else.
Leaseweb offered me a dual core xeon 2.13ghz, 4gb ram, 500gb hdd, 4tb bandwidth for 30 euro/m[/QUOTE]
I would take that then.
Or if you don't mind having a US mirror, I wouldn't mind hosting it.
[QUOTE=darksoul69;26704595]I would take that then.[/QUOTE]
The only issue with that is the support - I was with leaseweb before and there's no way I could get anywhere near the level of support that I get at yisp.
Another thing is the disk speed, a standard sata hdd isn't going to be anywhere near the kind of speed I can get from the cloud vps I'm moving to soon.
Not interested then? oh well. I shall host a video site like youtubezzz then
[QUOTE=darksoul69;26704789]Not interested then? oh well. I shall host a video site like youtubezzz then[/QUOTE]
make one where the quality isn't killed :haw:
[QUOTE=CombineGuru;26704807]make one where the quality isn't killed :haw:[/QUOTE]
:P
Seriously though, I could give you a 500GB SATA RE3 HDD and like 60TB monthly transfer if interested.
[QUOTE=darksoul69;26704826]:P
Seriously though, I could give you a 500GB SATA RE3 HDD and like 60TB monthly transfer if interested.[/QUOTE]
Thanks for the offer, I'll think about it.
never hurts to have backups or Us ver
[QUOTE=ineedateam1;26705390]never hurts to have backups or Us ver[/QUOTE]
Daily backups are done automatically to an offsite dedi.
[QUOTE=CombineGuru;26687280]sorry babe im with unit[/QUOTE]
<3
[QUOTE=a2h;26705717]That's valid HTML5[/QUOTE]But doesn't he have to close it somewhere?
[editline]15th December 2010[/editline]
[QUOTE=Godlike2;26707522]<3[/QUOTE]shut up cunit seth is mine ok
<br />
I R PROFSIONAL HRML CODER nAO!
[QUOTE=SEKCobra;26714373]<br />
I R PROFSIONAL HRML CODER nAO![/QUOTE]
That's not valid. Atleast not, if you're not using XHTML.
[quote]The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.[/quote]
From the W3 validator.
And yes, I had to ruin the fun. That's what I do as a living, destroying people's jokes.
He's using XHTML though
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
I use <br>, <link>, and <input> without that odd closing slash shit. Sue me.
[img]http://www.zimg.eu/i/3627701742[/img]
Works like a charm and a lot faster than larger upload sites for obvious reasons.
You should let me make it pretty.
[QUOTE=TehWhale;26713119]But doesn't he have to close it somewhere?
[editline]15th December 2010[/editline]
shut up cunit seth is mine ok[/QUOTE]
hey FUU he is mine >:D right babe?
He should let [i]me[/i] make it look pretty.
This place is getting too crowded with good designers.
:saddowns:
[QUOTE=TehWhale;26713119]But doesn't he have to close it somewhere?[/QUOTE]
[code]<!DOCTYPE html>
<html>
<head>
<title>Hi this is a valid HTML5 page</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script>
alert("hi");
</script>
</head>
<body>
<p>Hi
<p>All
<p>XHTML
<p>fans
<ul>
<li>Have
<li>you
</ul>
<dl>
<dt>strangled
<dd>yourself
</dl>
<p>yet?
</body>
</html>[/code]
Nah Im fine.
If anyone wants to make it look good you can PM me the edited HTML and I'll upload it and put your name in the little box at the bottom right :3:
[editline]16th December 2010[/editline]
(If it's good)
[editline]16th December 2010[/editline]
Also it was moved to a cloud server yesterday :haw:
[QUOTE=a2h;26725736][code]<!DOCTYPE html>
<html>
<head>
<title>Hi this is a valid HTML5 page</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script>
alert("hi");
</script>
</head>
<body>
<p>Hi
<p>All
<p>XHTML
<p>fans
<ul>
<li>Have
<li>you
</ul>
<dl>
<dt>strangled
<dd>yourself
</dl>
<p>yet?
</body>
</html>[/code][/QUOTE]you make my eyes bleed a2h
[QUOTE=CombineGuru;26678046]Another feature is that if you upload the same image multiple times, instead of reuploading it, it'll just take you to the previous image's url. :sun:[/QUOTE]
Which way does it use to check if the image has already been uploaded?
File name or file size won't do.
[QUOTE=Tools;26730966]Which way does it use to check if the image has already been uploaded?
File name or file size won't do.[/QUOTE]md5 hash of file?
[editline]16th December 2010[/editline]
He probably has a database with the hashes and info for every file uploaded. He then just queries the database looking for that the file, if so gets the link to it and displays that.
Sorry, you need to Log In to post a reply to this thread.