Forum
A place to discuss topics/games with other webDiplomacy players.
Page 452 of 1419
FirstPreviousNextLast
hellalt (70 D)
31 Dec 09 UTC
The difference betwwen goondip and webdiplomacy
I joined goondip yesterday and today I got banned.
How?
See inside
Page 2 of 3
FirstPreviousNextLast
 
To me this is wildly reminiscent of the catty, bitchy fights that teenage girls get in to over some trivial detail of their life. They then proceed to as for opinions of "friends" expecting everyone to take their side "because she was just SUCH a bitch to me," eventually reaching the point where everyone starts hating each other and throwing around names like four-year-olds. Anyone else see the parallels?
hellalt (70 D)
01 Jan 10 UTC
I'm not going to give explanations for my behaviour.
The goon fool just can't handle humor.
I tend to think that people without humor or people that take insults through internet seriously have the IQ of a pink assed monkey.
Btw with this kind of behaviour I'm not really surprised his site has 100 members.
It's not really a site after all.
Just a pathetic failed attempt to copy kestas code.
Monkeys copy one another but the goonie failed even in that.
The site has more bugs than my cellar.
End of story from me now...
hellalt (70 D)
01 Jan 10 UTC
PS: I'm pretty sure there are more people that know me than the goonie site. LOL
Jamiet99uk (808 D)
01 Jan 10 UTC
Unfortunately, however, lots of the people who know you think you're an ass.
hellalt (70 D)
01 Jan 10 UTC
Deep down I know you are one of my biggest fans Jamiet, if not the biggest :-)
figlesquidge (2131 D)
01 Jan 10 UTC
frito: "I understand that completely, but if he wants people to play on the site banning shouldn't be decided on a whim because feelings were hurt. There has to be give and take between a creator and the public especially when they coexist on the forum."
--Who says he wants you to play? He's letting you not asking you to

LJ: No
Draugnar (0 DX)
02 Jan 10 UTC
@frito - Gigatex's site is pretty much a test site for variants. I don't think he is looking for a huge group of participants, but a few hardcore players to help test things with. His variants are going to start making it over here, so yeah he has bugs and yeah he booted hellalt. I would have booted him from here long ago if I were a mod, but I would have booted myself a couple of times as well. Hellalt can be an asshat and in PMs he makes disgusting statements that should get him banned. It's not about having a sense of humor. It's about hellalt having a sense of decency, something he is sorely lacking.
urallLESBlANS (0 DX)
02 Jan 10 UTC
Gil also mentioned that he created the site originally to play with friends. I think its generous of him to put so much of his free time towards something for people he doesn't even know for little to no money.

Besides hellalt, your sense of humor is lacking in creativity. If you're going to complain about his lack of a sense of humor at least come up with some better jokes. I'm not saying all your jokes aren't funny, but for all that you say, you're bound to say something funny every once in a while.
Draugnar (0 DX)
02 Jan 10 UTC
urallLESBIANS +1

Nice burn!

By the way. I've always loved your nickname. Reminds me of the episode of South Park where the buys decide they want to be lesbians, so they have to eat box and munch carpet... Cracks me up!
hellalt (70 D)
02 Jan 10 UTC
I don't talk to lesbians.
Call me a racist.
Besides, now that I'm ranked 135th (wow!) I think I ll stop responding to you at forums and give you a boot at the games :)
urallLESBlANS (0 DX)
02 Jan 10 UTC
That has nothing to do with racism.
hellalt (70 D)
02 Jan 10 UTC
You are right.
Maybe it has to do with soccer or cooking instead...
Draugnar (0 DX)
02 Jan 10 UTC
I don't talk to people who don't know the difference between homophobia and racism. Sexual orientation (lesbianism) is not a race, hellalt.

By the way, you never chimed back in on the other thread about IQ and who is brighter. I'm guessing you couldn't follow or understand why a non-zero real number divided by itself is always the unary value.
hellalt (70 D)
02 Jan 10 UTC
I was just offline Draugnar.
Also, n case your memory fails you (you are kind of old...), I'm a lawyer not a mathematician...
Racism and homophobia are just two kinds of the same thing, discrimination
United Nations: "Discriminatory behaviors take many forms, but they all involve some form of exclusion or rejection."
In Greek we refer to discrimination as racism.
Draugnar (0 DX)
02 Jan 10 UTC
Then in Greece you are idiots for racism is discrimination, but discrimination isn't necessarily racism. Just because A is always B doesn't mean B is always A. No wonder they let people with only a 120 IQ be lawyers over there.
hellalt (70 D)
02 Jan 10 UTC
pff
Yeah in Greece we are idiots but for another reason.
That's it trying to speak a fucking American's language and getting commented for not doing it correctly.
btw 120 IQ is top 7% of the population you moron.
What did you do with your imaginary 160 IQ?
You just format pcs and install printers...
hellalt (70 D)
02 Jan 10 UTC
Stop popping up like a dick in every single thread
frito (408 D)
02 Jan 10 UTC
@figlesquidge: I don't want to argue, but I feel like I haven't properly articulated the way my sentiments, which has caused you to form a rather low opinion of me no doubt. Why does someone run a website that allows people to play diplomacy? Is it for profit? Certainly not, for there is no profit. Is it a charitable service? I don't think that is the answer either. I believe, though I might be wrong, that it is because one would like to play diplomacy with people online and the current medium is not sufficient.

If that is the motive, one would like to form a community of people with common interests, working towards the goal of a better way to play diplomacy. But if one merely wants to play with their own friends or for some other purpose that's fine too. To conclude I won't play with anyone who doesn't want to play with me and I won't visit any website where I am unwelcome, but if there is anyplace on the internet where a group struggles to find a better way to play diplomacy for its own sake and could benefit from my contribution, I will be there.

I am sorry if I ended sounding preachy or melodramatic, that wasn't my intention.
Draugnar (0 DX)
02 Jan 10 UTC
HEre is what I do with my 157 IQ...

List<ControlAttributeManagement> camList = ControlAttributeManagement.GetControlAttributeManagementListByMasterControlAndRole(masterControl, role);
if (camList.Count > 0)
{
int itemnum = 0;
int i = 0;
while (i < camList.Count)
{
Object parent = top;
if (!(camList[i].ParentName.Equals("")))
parent = top.FindControl(camList[i].ParentName);

Object ctrl = null;
if (camList[i].ParentType.ToLower().Equals("contentplaceholder"))
{
ctrl = ((ContentPlaceHolder)parent).FindControl(camList[i].FieldName);
}
else if (camList[i].ParentType.ToLower().Equals("menu"))
{
itemnum = 0;
try
{
itemnum = Int32.Parse(camList[i].FieldName);
}
catch (Exception e)
{
itemnum = 0;
}
ctrl = ((Menu)parent).Items[itemnum];
if (camList[i].Hidden == true) ((Menu)parent).Items.RemoveAt(itemnum);
if (camList[i].Disabled == true) ((Menu)parent).Items[itemnum].Enabled = false;
if (camList[i].Enabled == true) ((Menu)parent).Items[itemnum].Enabled = true;
}
else
{
ctrl = ((Control)parent).FindControl(camList[i].FieldName);
}

if (ctrl != null)
{
if (camList[i].FieldType.ToLower().Equals("microsoft.web.ui.updatepanel"))
{
if (camList[i].Hidden == true) ((Microsoft.Web.UI.UpdatePanel)ctrl).Visible = false;
if (camList[i].Visible == true) ((Microsoft.Web.UI.UpdatePanel)ctrl).Visible = true;
//if (camList[i].Disabled == true) ((UpdatePanel)ctrl).Enabled = false;
//if (camList[i].Enabled == true) ((UpdatePanel)ctrl).Enabled = true;
}
else if (camList[i].FieldType.ToLower().Equals("customcontrol"))
{
if (camList[i].Hidden == true) ((Control)ctrl).Visible = false;
if (camList[i].Visible == true) ((Control)ctrl).Visible = true;
//if (camList[i].Disabled == true) ((UpdatePanel)ctrl).Enabled = false;
//if (camList[i].Enabled == true) ((UpdatePanel)ctrl).Enabled = true;
}
else if (camList[i].FieldType.ToLower().Equals("item"))
{
}
else
{
if (camList[i].Hidden == true) ((WebControl)ctrl).Visible = false;
if (camList[i].Visible == true) ((WebControl)ctrl).Visible = true;
if (camList[i].Disabled == true) ((WebControl)ctrl).Enabled = false;
if (camList[i].Enabled == true) ((WebControl)ctrl).Enabled = true;
}
}
i++;
}
}


Think you follow what that does hellalt?
Draugnar (0 DX)
02 Jan 10 UTC
P.S. The basics of that routine was written in under 5 minutes. It was expanded as I decided to implement additonal parent container control types.
spyman (424 D(G))
02 Jan 10 UTC
Draugnar and hellalt, you both know its kind of uncool to debate who has the higher IQ right? In fact its kind uncool to talk about your IQ at all. It's like boasting about how much money you have.
Draugnar (0 DX)
02 Jan 10 UTC
If you had seen the other thread, I was saying we all had hi IQ's when someone else started bragging about how they rule. Hellalt then popped in with the IQ number and the insult he thought he was smarter than me. I stand by my belief that the typical person here has a far above average IQ and most of us could probably join one of the Hi IQ societies. I don't think I'm any more intelligent than anyone here (except maybe hellalt and The_Master_Warrior).
spyman (424 D(G))
02 Jan 10 UTC
It's true. This is a very bright community. It amazes me sometimes, especially some of the younger guys who are either still in school or just out of school - very advanced for their age.
Draugnar (0 DX)
02 Jan 10 UTC
Yes, and amazingly some of them are more mature than some of us "old guys".
damian (675 D)
02 Jan 10 UTC
Yes, it is curious isn't it. Perhaps there is yet hope for the future or perhaps we just happened to get more of the polite ones as the game is more of an intellects game and most people are just quiet so the rude ones are just a very vocal and visible minority food for thought perhaps?
hellalt (70 D)
02 Jan 10 UTC
Draugnar you are such a child.
I never suggested I'm smarter than you.
I just rejected the possibility that you are smarter than me.
That's something I do all the time.
It's called arrogance.
You shouldn't think that the fact that I don't consider you smarter means that I consider you less smart.
You should be able to understand that I implied that you can be EQUALLY smart.
Anyway, I really don't like the comparisons with The master warrior.
After all, I'm now ranked 135th
What the fuck do I have to do to persuade you?
Be no 1?
That will happen some day...
Draugnar (0 DX)
02 Jan 10 UTC
@damian - I hear ya. I'll try to be a little more quiet now...
ottovanbis (150 DX)
02 Jan 10 UTC
hellalt, no it won't.
hellalt (70 D)
02 Jan 10 UTC
trying to feed the troll some more ottovanbis?
Draugnar (0 DX)
02 Jan 10 UTC
Oh, he'll be #1 someday. #1 idiot.

Page 2 of 3
FirstPreviousNextLast
 

61 replies
Lord Alex (169 D)
02 Jan 10 UTC
The difference betwwen goondip and webdiplomacy
Wait for it...
19 replies
Open
StevenC. (1047 D(B))
02 Jan 10 UTC
A Live WTA Game....
http://webdiplomacy.net/board.php?gameID=18020
3 replies
Open
Draugnar (0 DX)
01 Jan 10 UTC
gilgatex, goondip has totally crashed.
Fatal error: Call to a member function sql_tabl() on a non-object in /home/careyj/goondip.com/lib/html.php on line 169

If you get this, I can't even get in to PM you.
23 replies
Open
Draugnar (0 DX)
02 Jan 10 UTC
Whose up for a live anonymous gunboat game?
I don't normally play gunboat, but I can't play WoW while watching the Sugar Bowl. Anyone want to play one? I'll set it up and password it then PM the password to those who are interested.
1 reply
Open
PhoenixAvenger (115 D)
02 Jan 10 UTC
Game move question
Hey, I'm new to diplomacy and I have a question on how this series of moves would play out: (Game ID 17000 just in case anyone wants to have a look)
12 replies
Open
rlumley (0 DX)
01 Jan 10 UTC
Suspiscions...
Inside
4 replies
Open
Pax25 (98 D)
02 Jan 10 UTC
Live Game 2010 II
Live game take 2. Starts at 9:00 p.m. CST.
http://webdiplomacy.net/board.php?gameID=18011
4 replies
Open
Pax25 (98 D)
02 Jan 10 UTC
Live Game - 2010
click here to join - http://webdiplomacy.net/board.php?gameID=18010
0 replies
Open
Draugnar (0 DX)
02 Jan 10 UTC
I never played in this game. How is it suddenly on my record?
gameID=16160

It's a live game that I am somehow credited as being Germany, but I was never in it. What the hell?! I have enough losses that I don't need the system adding even more.
3 replies
Open
jazzguy1987 (0 DX)
02 Jan 10 UTC
Live Game!!!!
There will be a live game soon!!!! Only 10 to join!!
Here is the game ID: gameID=18005
0 replies
Open
22.rhathaway (213 D)
02 Jan 10 UTC
LIVE GAME ANYONE?
10 minute phases so we can also watch the football games tonight...I hope that people will "finalize" their moves on retreats and builds so that only the move phases are 10 minutes
4 replies
Open
denis (864 D)
02 Jan 10 UTC
All but one votes unpause!
And he has one sc!
Can we work on this problem of people about to die not voting on something...
http://webdiplomacy.net/board.php?gameID=17798#gamePanel
2 replies
Open
denis (864 D)
01 Jan 10 UTC
The new GR list is it out?
?????
25 replies
Open
jimgov (219 D(B))
01 Jan 10 UTC
new 5 minute gunboat
starts in 30. gameID=17986
11 replies
Open
BornAgainGamer (100 D)
01 Jan 10 UTC
Draw
If a country has cded but still has units fo the get any points if the remaining 3 countries have voted for a draw and they never voted for a draw before they left? PPSC
3 replies
Open
joshbeaudette (1835 D)
31 Dec 09 UTC
Meta-Gaming (Also known as sucking so bad they need to cheat)
Games listed below for Foxtrot and raZZer
24 replies
Open
g01df1ng3r (2821 D)
31 Dec 09 UTC
New Year Resolutions
Tout your lofty goals as a Diplomacy player in 2010 here.
17 replies
Open
G-Lo (296 D)
01 Jan 10 UTC
My first victory \o/
I know it's self congratulation, and I had a bit of luck, but that's a good way to start the year :p
2 replies
Open
`ZaZaMaRaNDaBo` (1922 D)
01 Jan 10 UTC
Another Rules Question
Why does it allocate this way?
9 replies
Open
curtis (8870 D)
01 Jan 10 UTC
Quick Gunboat with Football 5 min 10 pts
http://webdiplomacy.net/board.php?gameID=17978
6 replies
Open
BusDespres (182 D)
01 Jan 10 UTC
LIVE GAME! BIG POT! ANON 5 Min. phases ALL CHAT ALLOWED! WTA
http://webdiplomacy.net/board.php?gameID=17977
0 replies
Open
BusDespres (182 D)
01 Jan 10 UTC
LIVE GAME NEEDS 3 MORE!
http://webdiplomacy.net/board.php?gameID=17973
0 replies
Open
general (100 D)
01 Jan 10 UTC
Live Game
http://webdiplomacy.net/board.php?gameID=17970
1 reply
Open
fetteper (1448 D)
01 Jan 10 UTC
live game! join now!
http://www.webdiplomacy.net/board.php?gameID=17973
15 D
ppsc
5 min phase
0 replies
Open
obiwanobiwan (248 D)
01 Jan 10 UTC
On the West Coast... Happy 2010, everyone!
A new decade... let's go, America! Britain! Economy! Healthcare done WELL! Peace for Arabs and Jews! Peace period! Come on, 2010's!
Let me get a good job, and see the light at the end of the tunnel!
And... oh, PLEASE let the Mets win in 2010! ;)
(What's YOUR wishes for the New Year?)
4 replies
Open
Rule Britannia (737 D)
01 Jan 10 UTC
Anyone fancy one of those contract games?
They seem pretty cool, so I fancy playing, so if ppl are up for it I'll make one. Someone have already made one, in which case is there any space?
6 replies
Open
StevenC. (1047 D(B))
31 Dec 09 UTC
Can a moderator please cancel this game?
http://webdiplomacy.net/board.php?gameID=15362
7 replies
Open
kestasjk (95 DMod(P))
31 Dec 09 UTC
Best decade ever?
It has to be, and by a larger margin than usual too. Life expectancy, economic development, technological and scientific advance, it's all looking up. If you look past unfortunate events and special cases to the big picture it's hard to be anything but optimistic
Anyone want to rain on my parade? Anyone else feeling optimistic? Happy new year either way
53 replies
Open
StevenC. (1047 D(B))
01 Jan 10 UTC
A Serious Live Game....
http://webdiplomacy.net/board.php?gameID=17954

Please, no CD-ing, metagaming, or multi-ing. : )
7 replies
Open
Page 452 of 1419
FirstPreviousNextLast
Back to top