Everything posted by Mercifull
-
Ciara
Im guessing the surgeons were just greedy. When offered enough money anyone will do anything :(
- Ciara
-
Wahooooooo first good roller coaster and i like it!
Not if you know where to look ^_^ I'm going to assume you mean the Lethal Weapon ride at Warner Bros. Movie World Aus as the other one is in Germany ;)
-
Runescape on Firefox problems
Ok your best bet is to go for the allergy detection approach. Uninstall all extentions and re-add them one by one until you find the culprit.
-
Rate My new Avvy and Sig!
Perhaps consider making the background transparent. But you would get an ugly halo on dark backgrounds :(
-
Wahooooooo first good roller coaster and i like it!
double post
-
Wahooooooo first good roller coaster and i like it!
Probably the first real rollercoaster i ever went on was the Vampire at Chessington It looks pretty scary when you're little. Its your typical suspended rollercoaster but its only very tame, its got some nice twists but only runs at a slow speed. It operated from 1990 to 2000 before closing for a year to be refurbished with a few track changes. It opened again in early 2002. It was built by Vekoma The UK has some great thrill rides but they dont tend to last very long. Air at Alton towers is unique in that it tilts you so you face downwards as if you are flying. Its a great ride but only lasts just under two minutes. Nemesis, also at alton towers is a suspended coaster but only lasts 1:20 :( The Kumba at Busch gardens lasts a whopping 3 minutes! Its just a shame there are no suspended coasters that last that long
-
Ciara
Yeah its quite scary how they can make all the "bits" too. If it was done by a decent surgeon then your girlfriend could be a man too and you'd never know. not even if you looked "under the tail" :-/
-
We hit a frickin deer!
Well you were coming back from church so I would have assumed you had at least some moral values. Or are you one of those that only goes for the sake of going. Laughing at the loss of a life no matter the cause is wrong. Animals are "gods" creatures too and their lives do not deserve to be laughed at. I don't think he'd be very happy with you.
-
A question to you... english-speaking people.
Lol thats so funny because its true. When I go abroad a make an effort to use my limited foreign lamnguage skills but i cant help but laugh at the typical English way of talking louder and slower. Yes, because thats going to make them understand lol. "CAN I HAVE A MAP PLEASE? MAP? ME? MAP PLEASE?" A classic ^_^
-
halo 3 release date?
Well its not even the end of 2005 yet and already people are harping on about Unreal Tournament 2007 lol
-
Deep Throat revealed!!
And incase anyone wants to know more about the "other" DT then a film documentart is released in the uk on the 10th June (It's already out in the US)
-
Thoughts on new hardware
Interesting question. Are any of those parts canibalised from your old one?
-
EDITED: similar problem, please help again
If you have a legitimate reason and this has seemingly done it on its own then you can fix it the following way. Open Registry Editor Start > Run > regedit Go to this key: HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies\ System On the right side double click DisableTaskMgr and set it to 0 If it wont let you into the registry by giving a similar error "Registry Editing has been disabled by your administrator" type the following... Start > Run > REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
-
New signature by Misterxman.
I actually think the clouds looks very good, I dont think anyone else makes clouds as good as mxm. As for the water. it looks a bit odd. It looks like they are flying over a tropical island so why isnt the water more pale and clearer? Perhaps you would be able to see a reef close to shore Overall a great sig. :D
-
Is this Normal? Help pl0x!
HJT isnt an anti spyware program and cannot be compared to spyware doctor as it does a completely different thing.
-
Is this Normal? Help pl0x!
lol *slow claps at IE* Scan your pc with Ad-Aware, Spybot Search&Destroy and post a HijackThis log please.
-
Thoughts on new hardware
I think the PSU is fine. I have a dual fan Hiper PSU in my case and it runs nice and quietly. It also has plenty of power cables for all your needs. As for the mobo and processor, im not really in the know about AMD stuff so best for someone else to come alone for advice on that. The rest looks ok tho. Perhaps consider watercooling. The Thermaltake Bigwater is a great kit for a fraction of other water cooling products. It gets my cpu down to about 24̢̮â¬Å¡Ãâðc and my case hovering about 30̢̮â¬Å¡Ãâðc. Thats a great temp for keeping your pc stable. And do you really need 2 DVD drives? I know one is a burner and stuff but consider spending a little more on a decent fast combo drive than two cheaper ones.
-
Is this Normal? Help pl0x!
Ahh the mystery of the censored jpeg. Happens to us all at some point in our lives. Reupload with a new name and put in tags or this post will get locked :P
-
We hit a frickin deer!
What a great christian you are. :roll:
-
Recovery Questions, and Password Change "General Except
Are you by any chance using switchshift?
-
What is better: Microsoft, Apple, Linux or Unix?
Theres no "better" operating system, it all depends on what you need to use it for and what features you need. For the average user Windows is perfectly fine. If you are running a website and need a server then Linux or some unix based os will work great If you need fast rendering for graphics or video editing then Macs are far better than the rest. *refuses to vote as the question cannot be answered in a simple poll*
-
HijackThis Log..
We have lives too ya know. We dont sit here all day helping people. Looks pretty clean, perhaps you are just running low on memory. I dont have time to do a detailed analysis of your log tho. sorry
-
iTunes now playing script for IRC [solved]
Well the multiplugin author has released a dll to pull off the data from itunes that mirc can understand yay :D Here is my new script in full. ; ############################################## ; # Matt Sims' iTunes Now Playing Script v.1.0 # ; # My first attempt at a proper mIRC script # ; # Works with the iTunes Multi-Plugin # ; # Needs the mIRC_iTunes.dll to work # ; # Copyright Matt Sims (c) 2005 # ; # www.mattsims.com [email protected] # ; ############################################## ; You use it in the script the following way: ; $dll(mIRC_iTunes.dll, GetInfo, *INFOSTRING*) ; The value of that will be the string pointed by *INFOSTRING* formatted with the requested data, if it is available. ; the *INFOSTRING* is a string without quotes, which uses the following formatting tags ; !Playlist - The play list that the track is in ; !Album ; !Artist ; !Name - Song name ; !Genre ; !Grouping ; !Composer ; !DiscCount ; !DiscNumber ; !Position - The player's position within the currently playing track ; !Duration ; !TimeLeft - The time left for the track to play ; !PlayCount ; !Rating ; !TrackCount ; !TrackNumber ; !Year ; !BitRate ; !SampleRate ; !Kind - The file type of the track. ; ############################################## ; BEGIN Now playing alias alias np { %details = ( $+ !Album $+ , !Genre $+ , !Year $+ , !BitRate $+ kbps, !TimeLeft $+ ) if (%np.extended == on) { /say $dll(mIRC_iTunes.dll, GetInfo, [Now Playing] !Artist - !Name %details) } else { /say $dll(mIRC_iTunes.dll, GetInfo, [Now Playing] !Artist - !Name) } } ; END Now playing alias ; ############################################## ; BEGIN Right Click menu controls menu status,channel,query,nicklist,menu,chat { .- .iTunes Now playing:/np .iTunes Controls .Play/Pause:{ if (!$com(itunes)) { /comopen itunes iTunes.Application } %com.result = $com(itunes,PlayPause,3) if (%com.result==0) { echo -a Error: Make sure iTunes is open. } } .< Previous:{ if (!$com(itunes)) { /comopen itunes iTunes.Application } %com.result = $com(itunes,PreviousTrack,3) if (%com.result==0) { echo -a Error: Make sure iTunes is open. } } .> Next:{ if (!$com(itunes)) { /comopen itunes iTunes.Application } %com.result = $com(itunes,NextTrack,3) if (%com.result==0) { echo -a Error: Make sure iTunes is open. } } .Advanced Controls ..Open iTunes:run itunes ..Close iTunes:{ if (!$com(itunes)) { /comopen itunes iTunes.Application } %com.result = $com(itunes,Quit,3) if (%com.result==0) { echo -a Error: Make sure iTunes is open. } } ..iTunes Control Panel:/dialog -mdieo iPanel iPanel .Contact Matt Sims:run http://www.mattsims.com/page.php?page=contact } ; END Right Click menu controls ; ############################################## ; BEGIN Control Panel dialog iPanel { title "iTunes Control Panel" size -1 -1 184 40 option pixels button "< prev", 1, 0 0 40 20, push button "play/pause", 2, 40 0 70 20, push button "stop", 3, 110 0 30 20, push button "next >", 4, 140 0 44 20, push button details in output: %np.extended, 5, 0 20 184 20, push } on *:DIALOG:iPanel:SCLICK:1:{ if (!$com(itunes)) { /comopen itunes iTunes.Application } %com.result = $com(itunes,PreviousTrack,3) if (%com.result==0) { echo -a Error: Make sure iTunes is open. } } on *:DIALOG:iPanel:SCLICK:2:{ if (!$com(itunes)) { /comopen itunes iTunes.Application } %com.result = $com(itunes,PlayPause,3) if (%com.result==0) { echo -a Error: Make sure iTunes is open. } } on *:DIALOG:iPanel:SCLICK:3:{ if (!$com(itunes)) { /comopen itunes iTunes.Application } %com.result = $com(itunes,Stop,3) if (%com.result==0) { echo -a Error: Make sure iTunes is open. } } on *:DIALOG:iPanel:SCLICK:4:{ if (!$com(itunes)) { /comopen itunes iTunes.Application } %com.result = $com(itunes,NextTrack,3) if (%com.result==0) { echo -a Error: Make sure iTunes is open. } } on *:DIALOG:iPanel:SCLICK:5:{ if (%np.extended == on) { %np.extended = off /did -r iPanel 5 /did -a iPanel 5 details in output: %np.extended } else { %np.extended = on /did -r iPanel 5 /did -a iPanel 5 details in output: %np.extended } } on *:DIALOG:iPanel:close:*:{ if ($com(itunes)) { /comclose itunes } } ; END Control Panel ; ################# END SCRIPT ################# Download the iTunes Multi Plugin Download mIRC_iTunes.dll
-
Newest Pixel..
This looks like a preschooler picture Sun in corner Puffy cloud Tree trunk maasivly out of proportion to the amount of leaves Water fountain looks like a solit [bleep]ey thing and not water spurts The bench is to a different perspective to the fountain. Theres no proper horizon. Solid Sky Fix all those for a start.