Server Help

Trash Talk - SVS = Fired

Agurus - Fri Mar 30, 2007 6:32 pm
Post subject: SVS = Fired
Was just checking out ssforum, and officaly GS has removed SVS as bang admin.

http://forums.sscentral.com/index.php?showtopic=13967

Woot
Purge - Fri Mar 30, 2007 8:32 pm
Post subject:
HAHA!
Dr Brain - Fri Mar 30, 2007 9:03 pm
Post subject:
That's sad.
BDwinsAlt - Fri Mar 30, 2007 9:44 pm
Post subject:
I just had a convo yesterday with someone about how SVS is taking GS's place. This is awesome. MikeTheNose for BangOp.

So I guess SVS is going to stop asking other netops to ban people for him so he doesn't look bad?
Cerium - Sat Mar 31, 2007 12:09 am
Post subject:
This game could use less drama.
Cancer+ - Sat Mar 31, 2007 12:18 am
Post subject:
There are rumors that this is an April's Fools joke.

I guess we will find out April 1st, or 2nd
Cerium - Sat Mar 31, 2007 12:20 am
Post subject:
Believe me, it's not.
Mine GO BOOM - Sat Mar 31, 2007 5:38 am
Post subject:
When I asked about it.
SS Council wrote:
I think that post just about covers it.
SVS used BanG to deal with an in-zone personal fight.
SVS has been removed as a BanG operator.
Then he decided to delete all metal gear forums and web pages.
The same server that he banned Kirk for not granting him access to.

MG has requested that he no longer represent the zone in SSC.

End of story.

Suggestions welcomed for a new BanG operator.

Alex / Ghost

BDwinsAlt - Sat Mar 31, 2007 3:15 pm
Post subject:
MikeTheNose is a good guy. Everyone knew SVS was doing stuff like that. It's about time GS got rid of him. Now people can't be banned for calling him a goat.
Sercit - Sat Mar 31, 2007 3:42 pm
Post subject:
Mike would be good, he's always been a cool guy, an real helpful with new players. Hell, he an Dire Wolf where the two that pretty much taught me the ropes when it came to the game.
SyrusMX - Sat Mar 31, 2007 5:00 pm
Post subject:
MTN is idle, and from the looks of 17th, he doesn't care much anymore either. I think someone who's active in the community would be a better choice.
Maverick - Sat Mar 31, 2007 5:04 pm
Post subject:
Yea, agreed with Syrus. MikeTheNose is pretty much never around, at least not when 17th needed him the most.
Sercit - Sat Mar 31, 2007 5:21 pm
Post subject:
Eh, is he really idle or is he just appearing as such? You got to keep in mind a lot of Hosts can't enjoy a game as their main alt because of people coming to them with petty BS. It wouldn't surprise me if many of the more popular players play under alts, WoW developers do it, as do RO developers, etc.
Animate Dreams - Sat Mar 31, 2007 7:28 pm
Post subject:
Smong4SSCouncil
Chambahs - Sun Apr 01, 2007 12:26 am
Post subject:
I recently sent alex an email recommending polix. I think he was a good choice.
Animate Dreams - Sun Apr 01, 2007 12:45 am
Post subject:
Oh, congratulations. I'm sure he'll read your e-mail right away, and consider your suggestion carefully.
Sonic VI - Sun Apr 01, 2007 3:04 am
Post subject:
AWSOME IM UNNETBANNED NOW
Cancer+ - Sun Apr 01, 2007 4:49 am
Post subject:
No you're not.
Sonic VI - Sun Apr 01, 2007 6:05 am
Post subject:
I spoke to soon icon_sad.gif
Sonic VI - Sun Apr 01, 2007 6:19 am
Post subject:
well im throwing party with 5000 peopul in
Cyan~Fire - Sun Apr 01, 2007 11:02 am
Post subject:
Smong for netop!

But I can only agree with Brain, this is sad. Sad that SVS abused his power and sad that cpanel access was given out so thoughtlessly.
The Apache - Sun Apr 01, 2007 11:14 am
Post subject:
nice, SVS is gone; quite sad he had to delete the MG boards and the website though. he bascially just shit on his own name lol.

MikeTheNose? what's the point in when he's in-active as everyone knows that? i would like to see Smong as a net-op; i would trust Smong more than SVS.
Sercit - Sun Apr 01, 2007 11:39 am
Post subject:
How did you pull off the rainbow bit with Sonic's Avatar, age, etc? When I tried to do it on my forum it just looked all screwy. o.o
BDwinsAlt - Sun Apr 01, 2007 12:52 pm
Post subject:
MGB hard coded it. I wouldn't request it because he will give you something you don't like as a joke.

Even if sonic was unnetbanned we would just ban him again. icon_smile.gif

BTW, how come when I try to click view more emotions it skips across the page?

(I got it to stay still for a sec once.)

[Disable's scripts]

https://forums.minegoboom.com/april1st.js
Code: Show/Hide

function moveIt(){
   var top, left;
   top = Math.floor(Math.random()*400);
   left = Math.floor(Math.random()*400);
   if(link)
   {
      link.style.top=top;
      link.style.left=left;
   }
   if(image)
   {
      image.style.top=top;
      image.style.left=left;
   }
}

function movePost(){
   var top, left;
   top = Math.floor(Math.random()*200);
   left = Math.floor(Math.random()*200);
   if(post_link)
   {
      post_link.style.top=top;
      post_link.style.left=left;
   }
   if(post_img)
   {
      post_img.style.top=top;
      post_img.style.left=left;
   }
}

function shakeIt()
{
   for (i = 50; i > 0; i-=15) {
      for (j = 2; j > 0; j--) {
      window.moveBy(0,i);
      window.moveBy(i,0);
      window.moveBy(0,-i);
      window.moveBy(-i,0);
           }
       }
}

var link, image, post_link, post_img;

var anchors = document.getElementsByTagName("a");

for(i=0;i<anchors.length;i++)
{
   if(anchors[i].href.indexOf("index.php")!=-1 && !link)
   {
//      link = anchors[i];
   }
   if(anchors[i].href.indexOf("makemessage.php")!=-1 && !post_link)
   {
      post_link = anchors[i];
   }
}

var imgs = document.getElementsByTagName("img");

for(i=0;i<imgs.length;i++)
{
   if(imgs[i].src.indexOf("logo_phpBB-SH.png")!=-1 && !image)
   {
//      image = imgs[i];      
   }
   if(imgs[i].src.indexOf("post.gif")!=-1 && !post_img)
   {
      post_img = imgs[i];
   }
}

if(link)
{
   link.onmouseover = moveIt;
   link.onclick = moveIt;
   link.href = "javascript:moveIt();";
   link.style.position = "relative";
   link.style.zIndex = 10;
}

if(image)
{
   image.onmouseover = moveIt;
   image.onclick = moveIt;
   image.style.position = "relative";
   image.style.zIndex = 10;
}

if(post_link)
{
   post_link.onmouseover = movePost;
   post_link.onclick = movePost;
   post_link.href = "javascript:movePost();";
   post_link.style.position = "relative";
   post_link.style.zIndex = 10;
}

if(post_img)
{
   post_img.onmouseover = movePost;
   post_img.onclick = movePost;
   post_img.style.position = "relative";
   post_img.style.zIndex = 10;
}




April Fools for google: http://www.google.com/tisp/
SyrusMX - Sun Apr 01, 2007 3:20 pm
Post subject:
wtf does any of that have to do with the topic bd and sercit?
Animate Dreams - Sun Apr 01, 2007 3:26 pm
Post subject:
It's trash talk, Syrus.

……………..¸„„„„¡¡|||||||||||||||||||||||||||||||||||||||||||||||¡¡„¸
………..¸„¡¡¡|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||¡„¸. „
……..¡|!””„¡|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||¡¡!
……¡||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||¡¡
…..¡|||||||||||||||||||||||||||||||||||||||||||||||||lllll!!!!!!!!!!!!!!!!!ll|||||||||||||||||¡
.„¡|||||||||||||||||||||||||||||||||||||ll!!!!!^””””¯ . . . . . . . . .¯”^||||||||||||||¡
¡!’||||||||||||||||||||||||||||^””¯… . . . . . . . . . . . . . . . . .’l||||||||||||¡l
||||||||||||||||||||||||||||”……. . . . . . . . . . . . . . . . . . . .’l|||||||||¡„¸
||||||||||||||||||||||||||||¡. . . . . . . . . . . . . . . . . . . . . . . .’!||||||||||||
|||||||||||||||||||||||||||||¡„. . . . . . . . . . . . . . . . . . . . . . . .!|||||||||!’
!||||||||||||||||||||||||||||||¡„ . . . . . . . . . . . . . . . . . .¸„„¡¡¡||||¡„ !|||||||l’
.’!|||||||||||||||||||||||||||!!’ . . . .„¡¡¡|||||ll!!!!!!!ll¡¡¸ . . . . ¡lll!”_ . ”!¡’||||||!
...’!||||||||||||||||||||||!’ . . . .¡||!!”” „-~^’~-¸. . ., . .,’¸-“¸„¸¯`-„ .’||”
..¸„¡|||!””””^!l|||||||||| . . . .” . .‹“ ‹”¯”› . `’›. . , . \ \¸‘—‘„-“ . ‘|l
..”!|||| ,’ . ‘\ .”!||||||| . . . . . . `~ ¯ .~*’`. . . , . \ . . . . . . |
¸„¡||||||¡„’, . .\ . ‘!ll!. . . . . . . . . . . . . . . . ., . .\, . . . . . |
¡|!”!|||||||¡„ . . ‘( . . . . . . . . . . . . . . . . .¸- . . . . \¸ . . . . |„
.l|||||||||||||„ . .`¡ . . . . . . . . . . . . . . .,^” .¸„¸ . . . ,) . . . .| how do i shot web?
..”||||||||||||||¡„. . . . . . . . . . . . . . ., ‘ .”~-~¯””~–^’ ‘ , . . ‘|¯”~-„¸
..|||||||||||||||||||||¡¡¡„ . . . . . . . . . ., ‘ . . . . . . _ . . . . .’ . . |;:;:;:;:¯””^~––„„„¸………………¸„-~-„
„-“;:”!!|||||||||||||||||’ . . . . . . . . .,’ . „„–~**~––~*””„¡’ ., . .,/:;:;:;:;:;:;:;:;:;:;:;:”-„_…......….ƒ . . . |…………………………..¸„„¸
;:;:;:;:””!!!||||||||!”’\ . . . . . . . . . . .!”¯””~~––~^\¯”| . . . /:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;¯’|………| . . . .|……………………¸„„-~”¯ . „’
:;:;:;:;:;:;:;:;:;|: :’\, . . . . . .‘ . . . ”^=„„„¸___¸„-“/, . . ./;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:|¯^-„…..| . . .ƒ………………¸„–^”¯ . . _„-^”
;:;:;:;:;:;:;:;:;:’¡: : :`-„ . . . . . ‘, . . . . .- ,¯¯¯,, -‘ . . /’¡:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|: : : `-„,/ . . .|…………...¸„-* . . . ¸„–^”…_„„-~^~„
:;:;:;:;:;:;:;:;:;:’\; : : :`„–¸. . . . ’, . . . . . . . . . . . ./”) );:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|’: : : : /’ . . . |¸…….¸–~”¯. . . .„-~-„-~^”¯. . ._¸„-“
;:;:;:;:;:;:;:;:;:;:;”-„: :/ :¸„¸¯”–„¸ . . . . , . . . . . . . /„-‘„-‘;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|: : : ,/ . . . . . ¯”**”¯ . . . . .„~” . . / . ¸¸„„-~”¯
:;:;:;:;:;:;:;:;:;:;:;:;”-„\: “–“: : :\¯”~-„„¸ .’ , . . . .¸„-‘/’/:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:„’: : :/ . . . . . . ./. . ‘ . . . .„-“. . .¸„-“„~”¯
;:;:;:;:;:;:;:;:;:;:;:;:;:”-„\: : : : :’\¸ . . .¯”~–––~”: //;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:„’: : :/ . . . . . ., ‘.„^”’*„ . . ., . . .„-“¯
:;:;:;:;:;:;:;:;:;:;:;:;:;:;:”-\ : : : : :¯”~„ . ,/ : : : : :/;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:„’: : ‘ƒ . . . . . . . .| . . \-~” . . „-“
\:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;’\: : : : : : : ¯/” : : : : : /;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:„’: : : | . . . . . . . . ‘¡ . . .”-„ .„-”
. \;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:’\: : : : : : :/: : : : : :/:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:/: : :„-‘| . . . .„ – ~ - ,\¸ . . . “)
. .’\:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;\: : : : : ƒ : : : : :/:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;/: : ./’::| . ., ‘ . . . . . . .” . ¸„-“
. . .)-„:;:;:;:;:;:;:;:;:;:;:;:;:;:;’\ : : : :| : : : : /:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;/: : : | ::::\ . . . . . . . . . .„-|`
„„–“: :|;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:\: : : |: : : : /:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;(: : : : \ ::::”-„¸ . . . _¸„„–^”: |
: : : :|:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;\: : :| : : :/;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|: : : : |\-~”””””””””¯: : : : : :|
: : :(¸‘¡:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:\ : |: : :/;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;| : : :ƒ:¸„¸: : : : : : : : : : : :\
: : : : |;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:\: | : „’;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|: : :| :”–“ : : : : : : : : : : : ‘\¸
: : : : :“~„;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:\|: ¡’;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:’¡: : |¸ : : : : : : : : : : : : :,:’: “-„
: : : : : : :”-„;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;\¡’:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|: ,’ :”~–„„„„„¸¸¸__¸¸¸„„„–“ : : : :’\
: : : : : : : :|:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:’¡:|: : : : : : : : : : : ,’ : : : : : : : \
: „ - “ „–„-~”:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:¡’:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;’¡! : : : : : : : : : : :, : : : : : : : : \
“ : : -¸„¸|:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|: :¸„¸ : : : : : : : : ‘, : : : : : : : : \
: : : :”–“\:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:|:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|: :”–“ : : : : : : : : :‘, : : : : : : : ,’
: : : : : :|;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|:,-~-;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|: : : : : : : : : : : : : : ‘ : : : : : : :’,
: : : : : :\:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:|:”~-“:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|: : : : : : : : : : : : : : : : : : : : : : /
: : : : : „-“:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|: : : : : : : : : : : : : : : : : : : : : :/
: : : : : );:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:|:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;:;|: : : : : : : : : : : : : : calvin14 :/
Sercit - Sun Apr 01, 2007 4:25 pm
Post subject:
I already know better than to ask MGB for anything. =P I was considering doing the same thing on my site, but I didn't know exactly how he pulled it off.
BDwinsAlt - Sun Apr 01, 2007 5:11 pm
Post subject:
I was talking to secrit. It's also April 1st and since I can't create a topic (due to the move button script) I had to post it somewhere. Trash talk is different anyways.
Samapico - Sun Apr 01, 2007 6:06 pm
Post subject:
Did you try the 'new topic' button at the BOTTOM of the pages?
BDwinsAlt - Sun Apr 01, 2007 8:28 pm
Post subject:
I normally use the top. icon_mad.gif
Mine GO BOOM - Sun Apr 01, 2007 8:47 pm
Post subject:
Hence the reason the top jumping around is so handy. Keeps most of the stupid people in threads without making new ones.
Cancer+ - Sun Apr 01, 2007 10:06 pm
Post subject:
haha, that is sweet.
Chambahs - Mon Apr 02, 2007 12:01 am
Post subject:
Isnt that what you did last year MGB? Think up some new stuff :-p
Mine GO BOOM - Mon Apr 02, 2007 12:25 am
Post subject:
Chambahs wrote:
Isnt that what you did last year MGB? Think up some new stuff :-p


MGB Said: Nah, just an April first script I added three years ago that I just leave in there.
Chambahs - Mon Apr 02, 2007 11:26 am
Post subject:
Oh, I guess you have the script timed for every year then..meh, I thought you just went in every year and just commented it in/out whenever needed. icon_sad.gif
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group