| | |||||||
| Register | vbBux / Shaunas Candy Shop | Gallery | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
| | LinkBack | Thread Tools | Display Modes |
| | #105 (permalink) | |
| Beginner ![]() Join Date: Feb 2008 Location: U.S.
Posts: 6
| Quote:
Just like a racecar, it can do 200 mph, but requires some decent maint... and since this site isn't a pay only site, it's most likely the "goodness of their own hearts" that is taking care of maint and repairs, not a recurring billing cycle from loads of customers... I am curious though what kind of boxes you guys are running.. :3 I'm guessing you've a raid array data server with one or two app servers? This site is pretty massive and when it's up and running smooth is darned fast, so I figured you had something pretty snazzy.. My personal game/drawing box I'm having built is a dual opteron board *capable of duals in each slot, but for money's sake, it's just got two singles, with 4GB, expandable up to 32GB of DDR2. A tried and true GTx9800 and Raid 5 SATA, with an effective 200GB after the mirroring. I hope to go with hot swap power supplies but they're not exactly cheap, but i've the case for it :3. I'll crank up the RAM once I go to a 64bit OS, but right now, I've no need for buying RAM I can't use.. lol
__________________ I dont scroll down for just anyone. :P | |
| | |
| | #106 (permalink) |
| Beginner ![]() | For all of you guys using Firefox, I have written a simple script that lets you view the images without any hassles and replacing this with that(it does it automatically). Can't fix the thumbs though. ![]() To use it you have to have the Greasemonkey extension installed and add it to the scripts for the page. Code: // ==UserScript==
// @name Datorrents woraround
// @namespace http://www.datorrents.com/gallery/*
// @description Datorrents gallery workaround
// @include http://www.datorrents.com/gallery/*
// ==/UserScript==
var strY = "/showimage.php?i=";
var strRep = "/displayimage.php?imageid";
var add = location.href;
if (add.indexOf(strY)>-1)
{
add = add.replace(/(.*?)(\/showimage.php\?i)(=[0-9]+)(.*)/,"$1"+strRep+"$3");
window.location = add;
}
|
| | |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|