Jump to content

Hello everyone


xpmule

Recommended Posts

Hi everyone.

I can't remember how i found this site but it was long ago and since i have ended up visiting some pages through google.

Not sure how long the site has been up but i remember the first time i heard of "nsane" was a nod32 patch posted

at an ed2k link site loooong ago called Shareconnector.. someone i believe using that name was posting a patch for nod32 over there

and or posting a link to this site to get one *i think. It was so long ago i may have that mixed up lol

I miss the old Sharereactor still ..still can't believe the authorities screwed over Simon like that.

Random interests ?

- File sharing & related news. I think this issue will get bigger and bigger as time goes on.

- Waiting for the next Grand Theft Auto game (as soon as one is out i'm looking foward to the next one)

- Heavy Metal (pretty much all of it)

- Reverse engineering software / games and related coding in c/c++

- Watching a lot of downloaded TV (my situation currently gives me a little bit too much free time lol)

Random fact ?

- Some may say I'm old.. i'm in my 30's.

It's just a number though, your only as old as you feel

- I tend to have long winded comments and i use this user name all over the place.

I do *try and keep things short though lol

Link to comment
Share on other sites


  • Replies 17
  • Views 1.1k
  • Created
  • Last Reply

Welcome in the world of the nsanes

Link to comment
Share on other sites


  • Administrator

:hi: & :welcome:

As for GTA 5, I only wish one thing, a good, PC port. :D

Link to comment
Share on other sites


welcome! im a n00b here too! its a cool place here so far! and for gta 5 i want them to port it from pc to consoles not the other way around like gta 4 :(

Link to comment
Share on other sites


  • Administrator

welcome! im a n00b here too! its a cool place here so far! and for gta 5 i want them to port it from pc to consoles not the other way around like gta 4 :(

It's a sad world we live in. No multi platform titles these days are made for PC and then ported to consoles. In fact, Rockstar wasn't even going to release a PC port at all. It was only after the public outcry that they are still "considering" a PC version. I'm myself tired of seeing PC being given a step brotherly treatment. As for the PC version itself, if it's as badly ported as GTA 4, then gamers are going to smack it on Rockstar's face.

Link to comment
Share on other sites


thanks everyone and i couldn't agree more i only play GTA games on my PC and i don't want a console.

and my first comment was just random thoughts after reading teh welcome to the forum message you get when you sign up..

in it there is a link to a guidline on what to post which is why i sorta stuck with answering those questions etc

so i'm saying i just posted what came to mind first rather than over thinking it like i'm doing with this reply lol

oh and am i crazy or is this site's edit / comment boxes really dark grey/black'ish text with a black background for everyone or just me ?

i noticed the exact same issue at neowin.net and a couple other places and i still can't figure out why..

I use Google Enhanced Black Grease Monkey script for FF but that should be only on related google pages..

So sometime i change the text color to white so i can see what I am writing and change it back before i submit.

Link to comment
Share on other sites


  • Administrator

lol.

The "quote" boxes are light grey with black text here. And no, there's no black background anywhere, only blue, light grey and black text.

Link to comment
Share on other sites


welcome.gif :welcome: :cheers: You came to the right place mate, enjoy the stay :D

Link to comment
Share on other sites


Thanks for taking the time to give me a friendly welcome everyone :)

I wanted to testout the reply box because of my earlier comment regarding colors in the text box.

i figured out what the problem was. It turned out to be custom changes i made to browser Firefox..

Now i see black text on a white background.. soo much easier to see than before (almost black on a black bg)

So in case anyone needs to know what and why etc..

What i did that caused a problem is i added some code to the Firefox Profile folder "Chrome"

Why i did this was to change the default color of blank tabs from white to black when opening a new tab.

Why this is an issue with the iFrame text box i dunno yet but here is the code i used that messed stuff up..

userChrome.css

@namespace url(http://www.w3.org/1999/xhtml);@-moz-document url("about:blank") {body { background-color: black !important; }}  @-moz-document url("about:blank") {* {background-color: #000000 !important;}}/* Background before page loads see userContent.css for about:blank */tabbrowser tabpanels{  background-color: rgb(220, 220, 220) !important; }  @-moz-document url("about:newtab") {#newtab-scrollbox{    background-size: 100% !important;    background-color: #000000 !important;}}

userContent.css

@namespace url(http://www.w3.org/1999/xhtml);@-moz-document url("about:blank") {body { background-color: black !important; }}  @-moz-document url("about:blank") {* {background-color: #000000 !important;}}/* Background before page loads see userContent.css for about:blank */tabbrowser tabpanels{  background-color: rgb(000, 000, 000) !important; }    @-moz-document url("about:newtab") {#newtab-scrollbox{    background-size: 100% !important;    background-color: #000000 !important;}}

So this DID work but a couple sites had a bad colored text reply input box so i gotta fix this i guess lol

Some how i have to change that so it doesn't wreck text boxs but still gives me black blank pages / tabs.

It may seem redundant adding the same thing in both files but over time it has gotten harder and harder

to get black black tabs with Firefox's updates and changes..

Link to comment
Share on other sites


  • Administrator

I wanted to testout the reply box because of my earlier comment regarding colors in the text box.

i figured out what the problem was. It turned out to be custom changes i made to browser Firefox..

Now i see black text on a white background.. soo much easier to see than before (almost black on a black bg)

So in case anyone needs to know what and why etc..

What i did that caused a problem is i added some code to the Firefox Profile folder "Chrome"

Why i did this was to change the default color of blank tabs from white to black when opening a new tab.

Why this is an issue with the iFrame text box i dunno yet but here is the code i used that messed stuff up..

Had guessed so. But didn't wanted to shoot in dark. :)

Link to comment
Share on other sites


I had a job before where i had to take a computer typing test for accuracy at the best speed possible

and i passed and since then over the years i seem to get worse and worse at typing so i rely on seeing what i type a lot.

so that was getting lame not being able to see what i type on some sites..

i use Adblock Plus element hider on FF most of the time and all i see for the text box here is "iFrame"

and the quoted css data doesn't mention any iframes so that weird i dunno why its affecting that part of the site.

so i still don't know how i'm going to fix that.. i guess trial and error. i guess i should add code back in a little at a time..

edit:

Found the fix for black Tabs on Firefox.

Turns out only the file "userContent.css" needs to exist with the following in it for black blank tabs..

@namespace url(http://www.w3.org/1999/xhtml);/* Background before page loads see userContent.css for about:blank */tabbrowser tabpanels{  background-color: rgb(000, 000, 000) !important; }    @-moz-document url("about:newtab") {#newtab-scrollbox{    background-size: 100% !important;    background-color: #000000 !important;}}
Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...