Author Topic: 332-633- 84-47.  (Read 16105 times)

Offline Elessar Telrunya

  • Hero Member
  • *****
  • Posts: 2095
    • View Profile
332-633- 84-47.
« on: November 11, 2004, 09:32:45 AM »
439-!
4 2-6 825-546-4 4-6 2 26-33.
879 8-6 332-633 8447.


-56-73 353-772-7

Offline Zaron

  • Newbie
  • *
  • Posts: 25
    • MSN Messenger - Zaronn@hotmail.com
    • View Profile
    • http://
    • Email
332-633- 84-47.
« Reply #1 on: November 11, 2004, 09:34:17 AM »
what do you mean?  :huh:
« Last Edit: November 11, 2004, 09:34:44 AM by Zaron »

Offline Elessar Telrunya

  • Hero Member
  • *****
  • Posts: 2095
    • View Profile
332-633- 84-47.
« Reply #2 on: November 11, 2004, 09:41:59 AM »
4-8 4-7 2 26-33


-56-73 353-772-7

Offline Zaron

  • Newbie
  • *
  • Posts: 25
    • MSN Messenger - Zaronn@hotmail.com
    • View Profile
    • http://
    • Email
332-633- 84-47.
« Reply #3 on: November 11, 2004, 09:42:39 AM »
oooooohh ok  :P

Offline Elessar Telrunya

  • Hero Member
  • *****
  • Posts: 2095
    • View Profile
332-633- 84-47.
« Reply #4 on: November 11, 2004, 09:52:02 AM »
42-83 968 332-633-3 4-8 938?


-56-73 353-772-7

Offline Tea-cup

  • Hero Member
  • *****
  • Posts: 916
    • View Profile
332-633- 84-47.
« Reply #5 on: November 11, 2004, 10:19:46 AM »
Code: [Select]
#include "topiccode"
Void main(){
if( PostContainsInteger == TRUE)
{
        CloseTopic();
}}


Offline Talon

  • Hero Member
  • *****
  • Posts: 88772
    • View Profile
    • http://
    • Email
332-633- 84-47.
« Reply #6 on: November 11, 2004, 09:25:40 PM »
DEC-ODE- TH-IS

hey-!
i a-m tal-kin-g i-n a co-de.
try t-o dec-ode this

-lo-rd ele-ssa-r


i-t i-s a co-de

-lo-rd ele-ssa-r


ha-ve you dec-ode-d i-t yet?

-lo-rd ele-ssa-r
« Last Edit: November 11, 2004, 09:27:35 PM by Talon »

SubZer0

  • Guest
332-633- 84-47.
« Reply #7 on: November 11, 2004, 09:31:15 PM »
Quote
Code: [Select]
#include "topiccode"
Void main(){
if( PostContainsInteger == TRUE)
{
        CloseTopic();
}}
[snapback]10286[/snapback]

hahahahahhaaha, nice one tea cup


it should of been


#include "topiccode"
Void main(){
if( PostContainsSpam == TRUE)
{
       CloseTopic();
}}
« Last Edit: November 11, 2004, 09:32:04 PM by SubZer0 »

Offline Mo

  • Administrator
  • Hero Member
  • *****
  • Posts: 3051
    • MSN Messenger - cochy@msn.com
    • View Profile
    • http://lucidmagic.net
    • Email
332-633- 84-47.
« Reply #8 on: November 11, 2004, 10:06:21 PM »
Quote
Quote
Code: [Select]
#include "topiccode"
Void main(){
if( PostContainsInteger == TRUE)
{
        CloseTopic();
}}
[snapback]10286[/snapback]

hahahahahhaaha, nice one tea cup


it should of been


#include "topiccode"
Void main(){
if( PostContainsSpam == TRUE)
{
       CloseTopic();
}}
[snapback]10368[/snapback]


Hmm well you're all wrong.
Your code might have worked and these topic might have remained closed had you remembered your END IF statements.

Sorry complier error!  :lol:
(I'm really not a nerd B) )

ADDITION

Also PostContainsSpam would be a function...therefore you would need to declare an object of type post for the function to be used on...so if you would like to acutally have working code let's use this

#include "topiccode"
Void main(){
object oPost = GetCurrentPost();
IF(PostContainsSpam(oPost) == TRUE) THEN
{
       CloseTopic();
}
END IF
}

n00bs  B)
« Last Edit: November 11, 2004, 10:16:56 PM by Mo »

Offline doofer101

  • Sr. Member
  • ****
  • Posts: 275
    • View Profile
    • http://
332-633- 84-47.
« Reply #9 on: November 11, 2004, 10:14:27 PM »
Quote
Hmm well you're all wrong.
Your code might have worked and these topic might have remained closed had you remembered your END IF statements.

Sorry complier error!  :lol:
(I'm really not a nerd  B) )
[snapback]10375[/snapback]
you're right you're not a nerd because "end if" is visual basic
 :P

Offline Mo

  • Administrator
  • Hero Member
  • *****
  • Posts: 3051
    • MSN Messenger - cochy@msn.com
    • View Profile
    • http://lucidmagic.net
    • Email
332-633- 84-47.
« Reply #10 on: November 11, 2004, 10:16:33 PM »
Quote
Quote
Hmm well you're all wrong.
Your code might have worked and these topic might have remained closed had you remembered your END IF statements.

Sorry complier error!  :lol:
(I'm really not a nerd  B) )
[snapback]10375[/snapback]
you're right you're not a nerd because "end if" is visual basic
 :P
[snapback]10376[/snapback]

lol
ya I had a feeling crappy NWNscript might not use end if...
Oh well...the addtions to my post at the end are still true  :D  for any language

Offline Mo

  • Administrator
  • Hero Member
  • *****
  • Posts: 3051
    • MSN Messenger - cochy@msn.com
    • View Profile
    • http://lucidmagic.net
    • Email
332-633- 84-47.
« Reply #11 on: November 11, 2004, 10:44:22 PM »
Crap I'm bored.

Upon futher analysis I've discovered bugs in my code.
I forgot that GetCurrentPost() requires an array index from the Topic array for the exactly post you would like to examine...Also I've forgotten to declar my Topic object.

#include "topiccode"
Void main(){
dim con as new oleodbc.connectionstring
con = "DNS=LMDB"
dim sql as string = "SELECT * FROM forums, topics WHERE forums.forumname = 'Random Ranting' AND topics.topicname = '332-633-84-47'"
dim cmd as new oledbcommand(con,sql)
dim dr as oledbdatareader
dr.read
object oTopic = GetTopic(dr.Item('topics.topicname(0)')
dr.close
object oPost = GetCurrentPost(oTopic(1));
IF(PostContainsSpam(oPost) == TRUE) THEN
{
CloseTopic();
}
END IF
}

Ok now thats more like it
« Last Edit: November 11, 2004, 10:45:06 PM by Mo »

Offline Tea-cup

  • Hero Member
  • *****
  • Posts: 916
    • View Profile
332-633- 84-47.
« Reply #12 on: November 12, 2004, 07:05:32 AM »
It's C code (nwn doesn't has to do anything whit it) and the only thing I did wrong is the capital V, that won't complile. However, that is easy to find and to fix. For declaring the variables the #include line is enough, they can be declared by that way. Ah yes, if you think using the sql database, that code of you won't even run, the sql database won't accept the commands. Don't write code about a database you don't know. (I don't know about the other part because I don't know the langue and wisely keep my mounth) You didn't see the fault in my code, picked correct things for wrong and made code yourself that can't work. Thx for calling me noob btw.

And I already said sorry for closing the two other topic. And that PostContainsInteger shouldn't talk about spam because that wasn't the motivation for closing it. I still don't know what use the post have, but they seem allowed in random rating.

And if you still don't get it:
Should elessars 3 topics be closed for spam -> no
Should elessars 3 topics be closed for having no use -> no
Should Zen be banned -> yes

-Mel

« Last Edit: November 12, 2004, 09:46:27 AM by Mo »

Offline Elessar Telrunya

  • Hero Member
  • *****
  • Posts: 2095
    • View Profile
332-633- 84-47.
« Reply #13 on: November 12, 2004, 08:46:55 AM »
666 4-6 825-66!
36-68 83-55 736-753 469 8-6 273-25 4-8 753-273!


-56-73 353-772-7

Offline Mo

  • Administrator
  • Hero Member
  • *****
  • Posts: 3051
    • MSN Messenger - cochy@msn.com
    • View Profile
    • http://lucidmagic.net
    • Email
332-633- 84-47.
« Reply #14 on: November 12, 2004, 09:46:38 AM »
Quote
It's C code (nwn doesn't has to do anything whit it) and the only thing I did wrong is the capital V, that won't complile. However, that is easy to find and to fix. For declaring the variables the #include line is enough, they can be declared by that way. Ah yes, if you think using the sql database, that code of you won't even run, the sql database won't accept the commands. Don't write code about a database you don't know. (I don't know about the other part because I don't know the langue and wisely keep my mounth) You didn't see the fault in my code, picked correct things for wrong and made code yourself that can't work. Thx for calling me noob btw.

And I already said sorry for closing the two other topic. And that PostContainsInteger shouldn't talk about spam because that wasn't the motivation for closing it. I still don't know what use the post have, but they seem allowed in random rating.

And if you still don't get it:
Should elessars 3 topics be closed for spam -> no
Should elessars 3 topics be closed for having no use -> no
Should Zen be banned -> yes

-Mel
[snapback]10387[/snapback]

Oh oh...Mel I sense you are getting a bit touchy.  If it didn't occur to you that I was making a joke with my last posts then I question your ability to properly moderate these forums.  I attribute this to your relatively mediocre grasp of English.  You're  from Belgium and its not your 1st language so you shouldn't be worried about this but I do believe it might hinder your ability to moderate a mostly English message board.

2nd i was using commands for an oledb database ie. Access (they interface with the vb.net code using ado.net).  I have no idea what kind of database this message board supports nor does it matter cause i was just making a joke and there is probably many things wrong with what I wrote there.

My recommendation to you is to not break rule #1 and post when you are angry.
Also I recommend to drop this debate (since we've already concluded that there was no reason to lock these threads) or you just might start to get on some people nerves.
« Last Edit: November 12, 2004, 10:48:57 AM by Mo »

Offline Talon

  • Hero Member
  • *****
  • Posts: 88772
    • View Profile
    • http://
    • Email
332-633- 84-47.
« Reply #15 on: November 12, 2004, 10:43:02 AM »
Quote
Ah yes, if you think using the sql database, that code of you won't even run, the sql database won't accept the commands.
nothing wrong with the SQL query

Offline Tea-cup

  • Hero Member
  • *****
  • Posts: 916
    • View Profile
332-633- 84-47.
« Reply #16 on: November 12, 2004, 10:45:50 AM »
Quote
Quote
Ah yes, if you think using the sql database, that code of you won't even run, the sql database won't accept the commands.
nothing wrong with the SQL query
[snapback]10395[/snapback]
What would it gve if you run that on the LM db? I don't think it will return posts from a topic. That's my point.

-Mel

Offline Talon

  • Hero Member
  • *****
  • Posts: 88772
    • View Profile
    • http://
    • Email
332-633- 84-47.
« Reply #17 on: November 12, 2004, 10:48:00 AM »
Quote
Quote
Quote
Ah yes, if you think using the sql database, that code of you won't even run, the sql database won't accept the commands.
nothing wrong with the SQL query
[snapback]10395[/snapback]
What would it gve if you run that on the LM db? I don't think it will return posts from a topic. That's my point.

-Mel
[snapback]10396[/snapback]

point accepted.
but including the non-existant 'topiccode' wouldnt do much either, neither would calling a non existant 'PostContainsInteger' function.

Offline Tea-cup

  • Hero Member
  • *****
  • Posts: 916
    • View Profile
332-633- 84-47.
« Reply #18 on: November 12, 2004, 10:48:06 AM »
Quote
Oh oh...Mel I sense you are getting a bit touchy.  If it didn't occur to you that I was making a joke with my last posts then I question your ability to properly moderate these forums.  I attribute this to your relatively mediocre grasp of English.  You're Danish and its not your 1st language so you shouldn't be worried about this but I do believe it might hinder your ability to modertate a mostly English message board.

2nd i was using commands for an oledb database ie. Access (they interface with the vb.net code using ado.net).  I have no idea what kind of database this message board supports nor does it matter cause i was just making a joke and there is probably many things wrong with what I wrote there.

My recommendation to you is to not break rule #1 and post when you are angry.
Also I recommend to drop this debate (since we've already concluded that there was no reason to lock these threads) or you just might start to get on some people nerves.
[snapback]10394[/snapback]
I wouldn't know what you would need to get me angry. Btw, nice to say things like noob, not beeing able to moderate and you break rules to me. (maybe this are 'jokes' too?) You won't find much emotions in me anyway. And this is pretty much personal no? PM me it maybe?

About 'jokes', Zen and you are just plain laughing whit me and I somewhat dislike those 'jokes'. So could you stop making 'jokes' if you aim them to me. I dislike them.

(I'm danish??)

-Mel
« Last Edit: November 12, 2004, 10:50:31 AM by Tea-cup »

Offline Mo

  • Administrator
  • Hero Member
  • *****
  • Posts: 3051
    • MSN Messenger - cochy@msn.com
    • View Profile
    • http://lucidmagic.net
    • Email
332-633- 84-47.
« Reply #19 on: November 12, 2004, 10:51:06 AM »
Quote
Quote
Oh oh...Mel I sense you are getting a bit touchy.  If it didn't occur to you that I was making a joke with my last posts then I question your ability to properly moderate these forums.  I attribute this to your relatively mediocre grasp of English.  You're Danish and its not your 1st language so you shouldn't be worried about this but I do believe it might hinder your ability to modertate a mostly English message board.

2nd i was using commands for an oledb database ie. Access (they interface with the vb.net code using ado.net).  I have no idea what kind of database this message board supports nor does it matter cause i was just making a joke and there is probably many things wrong with what I wrote there.

My recommendation to you is to not break rule #1 and post when you are angry.
Also I recommend to drop this debate (since we've already concluded that there was no reason to lock these threads) or you just might start to get on some people nerves.
[snapback]10394[/snapback]
I wouldn't know what you would need to get me angry. Btw, nice to say things like noob, not beeing able to moderate and you break rules to me. (maybe this are 'jokes' too?) You won't find much emotions in me anyway. And this is pretty much personal no? PM me it maybe?

About 'jokes', Zen and you are just plain laughing whit me and I somewhat dislike those 'jokes'. So could you stop making 'jokes' if you aim them to me. I dislike them.

-Mel
[snapback]10398[/snapback]



When i said "noobs" I was making a J-O-K-E from what you and Sher wrote.

If you don't understand that then I don't think you should moderate this forum because i would want to see someone banned because of a misunderstanding with you.

Offline Tea-cup

  • Hero Member
  • *****
  • Posts: 916
    • View Profile
332-633- 84-47.
« Reply #20 on: November 12, 2004, 10:54:22 AM »
Quote
Quote
Quote
Quote
Ah yes, if you think using the sql database, that code of you won't even run, the sql database won't accept the commands.
nothing wrong with the SQL query
[snapback]10395[/snapback]
What would it gve if you run that on the LM db? I don't think it will return posts from a topic. That's my point.

-Mel
[snapback]10396[/snapback]

point accepted.
but including the non-existant 'topiccode' wouldnt do much either, neither would calling a non existant 'PostContainsInteger' function.
[snapback]10397[/snapback]
True, that way you can undermine anything too :P That code would never run from a post entry. And Mo saying that there has to be IF END in that function is what did look me too weird and why I replyed like that.

-Mel

Offline Tea-cup

  • Hero Member
  • *****
  • Posts: 916
    • View Profile
332-633- 84-47.
« Reply #21 on: November 12, 2004, 10:57:36 AM »
Quote
When i said "noobs" I was making a J-O-K-E from what you and Sher wrote.

If you don't understand that then I don't think you should moderate this forum because i would want to see someone banned because of a misunderstanding with you.
[snapback]10399[/snapback]
We touch the real reazon you're posting those things to me, I undid the unban on Zen. Could you stop about that? This **** is all just a effect from it and shows well why he's banned.

-Mel

Offline Talon

  • Hero Member
  • *****
  • Posts: 88772
    • View Profile
    • http://
    • Email
332-633- 84-47.
« Reply #22 on: November 12, 2004, 10:59:02 AM »
ban zen
ban xen
ban zen
ban zen!!

wpoooooooooooooooooooooooo

Offline Elessar Telrunya

  • Hero Member
  • *****
  • Posts: 2095
    • View Profile
332-633- 84-47.
« Reply #23 on: November 12, 2004, 11:00:11 AM »
:angry2: THAT IS IT! This has gone on long enough! Far too long if you ask me! I mean come on! You're acting like you MY age! You're adults, and you should know how to handle arguments like these like mature people! But no, you just have to argue about it and it is getting on my nerves.

I am at fault for not explaining these topics to you when I posted them.

Mel only misunderstood them and took my depressed one for an attempt to seek negative attention.

Mo, Talon, and anyone else who was making a big deal over it, are at fault for doing so.

Now, can you all please grow up and stop looking at eachother's faults when you say that Mel doesn't fully understand the english language or something else, because Mel does understand the english language, and I commend her for her accomplishments! IT IS HARD TO LEARN A SECOND LANGUAGE YOU KNOW!

Please, close this topic and all the other topics in question for good!


-Lord Elessar
« Last Edit: November 12, 2004, 11:01:51 AM by Lord Elessar »

Offline Talon

  • Hero Member
  • *****
  • Posts: 88772
    • View Profile
    • http://
    • Email
332-633- 84-47.
« Reply #24 on: November 12, 2004, 11:02:58 AM »
Quote
Mo, Talon, and anyone else who was making a big deal over it, are at fault for doing so.

WHAT DID I DO!!!!!!????????


Offline Elessar Telrunya

  • Hero Member
  • *****
  • Posts: 2095
    • View Profile
332-633- 84-47.
« Reply #25 on: November 12, 2004, 11:04:09 AM »
Look, Mel included you in something she said so obviously you did something!


-Lord Elessar

PS: CLOSE THIS TOPIC AND THE OTHERS IN QUESTION PLEASE!

Offline Tea-cup

  • Hero Member
  • *****
  • Posts: 916
    • View Profile
332-633- 84-47.
« Reply #26 on: November 12, 2004, 11:06:29 AM »
Quote
Quote
Mo, Talon, and anyone else who was making a big deal over it, are at fault for doing so.

WHAT DID I DO!!!!!!????????
[snapback]10405[/snapback]
Nothing wrong. At the moment it's only Mo trying to get Zen unbanned by making 'jokes' like 'you can't moderate and you break rules'.
Quote
IT IS HARD TO LEARN A SECOND LANGUAGE YOU KNOW!

Please, close this topic for good!


-Lord Elessar
[snapback]10404[/snapback]
It's not my second :P I did learn french and dutch before english.

-Mel

Offline Mo

  • Administrator
  • Hero Member
  • *****
  • Posts: 3051
    • MSN Messenger - cochy@msn.com
    • View Profile
    • http://lucidmagic.net
    • Email
332-633- 84-47.
« Reply #27 on: November 12, 2004, 11:07:49 AM »
Quote
Quote
Mo, Talon, and anyone else who was making a big deal over it, are at fault for doing so.

WHAT DID I DO!!!!!!????????
[snapback]10405[/snapback]


Heheh...I've dropped all the previous arguments.
What annoys me now is being attacked by Mel because she could  distinguish between me making a joke and me being serious.  This to my mind is serious since mel has the ability to edit/lock/delete posts.

Am I wrong for being concerned?

Offline Talon

  • Hero Member
  • *****
  • Posts: 88772
    • View Profile
    • http://
    • Email
332-633- 84-47.
« Reply #28 on: November 12, 2004, 11:08:01 AM »

Offline Elessar Telrunya

  • Hero Member
  • *****
  • Posts: 2095
    • View Profile
332-633- 84-47.
« Reply #29 on: November 12, 2004, 11:08:45 AM »
Quote from: Lord Elessar,Nov 12 2004, 05:00 PM
IT IS HARD TO LEARN A SECOND LANGUAGE YOU KNOW!

Please, close this topic for good!


-Lord Elessar
[snapback]10404[/snapback]
It's not my second :P I did learn french and dutch before english.

-Mel
[snapback]10407[/snapback]
[/quote]


oooo, A fourth language! *Hands Mel a "Most Notable Linguist Award"*

Audience: *Aplauds*


-Lord Elessar