hello my friends

Discuss the games (no level solutions or off-topic, please).

Moderators: ~xpr'd~, tyteen4a03, Stinky, Emerald141, Qloof234, jdl

Post Reply
marryzee
Posts: 1
Joined: Sun Jun 15, 2008 7:15 pm

hello my friends

Post by marryzee » Sun Jun 15, 2008 7:37 pm

Hi
i am Sarra Stivens... i am 20 and i goodlooking girl,
i like this site
i wish f to rtgister on this site time ago, but i do it today cous of some reasons...
i am good looking and i a proposition to have a rest this summer with a boy 20-25 year old
hendsome, dont smoke, with a good body..
with my side -- no problem.. rest 20-30 days
photo and others on latter...

so post about yourself!!!

thanks,,
User avatar
jdl
Rainbow SuperStar
Posts: 2894
Joined: Fri Jun 06, 2008 8:37 pm
Location: West Virginia, USA
Contact:

Post by jdl » Sun Jun 15, 2008 7:47 pm

Welcome to the forum marryzee, but hellos like this should be in the "Meet And Greet" section, just to let you know. :wink:
ImageImage
TheCracksOverhead#9565 | Oops, uh oh.
User avatar
mqdar
Rainbow Star
Posts: 1436
Joined: Mon May 09, 2005 10:46 pm

Post by mqdar » Sun Jun 15, 2008 8:15 pm

SPAMBOT CHECK = SPAMBOT!

Even without the spambot check (which is looking up their username on Google), it's obvious that marryzee is not real. First of all, this is in General Wonderland Discussion. Second of all, there is nothing about Wonderland in that post. Third of all, this isn't the sort of thing you talk about in this forum.

(Oh look, no smilies!)
Skype wrote:[7:23:42 AM] Darx: Click here to give me an internet!
[7:23:57 AM] 'a'a: *clicks here*
User avatar
jdl
Rainbow SuperStar
Posts: 2894
Joined: Fri Jun 06, 2008 8:37 pm
Location: West Virginia, USA
Contact:

Post by jdl » Sun Jun 15, 2008 9:43 pm

:oops: Oops, looks like I messed up with that one! :oops: Yeah, anyone who joins, that isn't stuff that you should talk about on here. And even I used smilies on my first post! :wink:
ImageImage
TheCracksOverhead#9565 | Oops, uh oh.
User avatar
tyteen4a03
Rainbow AllStar
Posts: 4386
Joined: Wed Jul 12, 2006 7:16 am
Contact:

Post by tyteen4a03 » Sun Jun 15, 2008 10:44 pm

mqdar wrote:SPAMBOT CHECK = SPAMBOT!

Even without the spambot check (which is looking up their username on Google), it's obvious that marryzee is not real. First of all, this is in General Wonderland Discussion. Second of all, there is nothing about Wonderland in that post. Third of all, this isn't the sort of thing you talk about in this forum.

(Oh look, no smilies!)
You finally use(without premission :lol: )my spambot check machine!XD
and the duck went moo

Beep bloop
User avatar
jdl
Rainbow SuperStar
Posts: 2894
Joined: Fri Jun 06, 2008 8:37 pm
Location: West Virginia, USA
Contact:

Post by jdl » Sun Jun 15, 2008 10:55 pm

Spambot Checking Machine??? Whats that? :?
ImageImage
TheCracksOverhead#9565 | Oops, uh oh.
User avatar
mqdar
Rainbow Star
Posts: 1436
Joined: Mon May 09, 2005 10:46 pm

Post by mqdar » Sun Jun 15, 2008 11:46 pm

It's not a machine (tyteen :lol: :lol: ). Here's the so-called code:

Code: Select all

Dim Spambot As Boolean = False
Results = (GoogleSearch("marryzee")), SearchNum
If Results > 10 Then
  Spambot = True
End If

If Spambot = True Then
  Print "SPAMBOT CHECK = SPAMBOT"
Else
  Print "SPAMBOT CHECK = REAL"
  Print "Welcome to the forum!"
End If
End
Skype wrote:[7:23:42 AM] Darx: Click here to give me an internet!
[7:23:57 AM] 'a'a: *clicks here*
User avatar
jdl
Rainbow SuperStar
Posts: 2894
Joined: Fri Jun 06, 2008 8:37 pm
Location: West Virginia, USA
Contact:

Post by jdl » Mon Jun 16, 2008 12:37 am

:? <--- The smiley says all.
ImageImage
TheCracksOverhead#9565 | Oops, uh oh.
User avatar
mqdar
Rainbow Star
Posts: 1436
Joined: Mon May 09, 2005 10:46 pm

Post by mqdar » Mon Jun 16, 2008 1:37 am

I made up the command "GoogleSearch" on the spot.
Jacob, if you learn QBasic (which I used for my game), you will understand more of this, and notice the fake commands.

Tyteen, I'm not sure how many results you would want there to be in a google search to deem the user a spambot (is that the right use of "deem"?). I chose ten. Et toi? :lol:
Skype wrote:[7:23:42 AM] Darx: Click here to give me an internet!
[7:23:57 AM] 'a'a: *clicks here*
User avatar
tyteen4a03
Rainbow AllStar
Posts: 4386
Joined: Wed Jul 12, 2006 7:16 am
Contact:

Post by tyteen4a03 » Mon Jun 16, 2008 7:57 am

mqdar wrote:I made up the command "GoogleSearch" on the spot.
Jacob, if you learn QBasic (which I used for my game), you will understand more of this, and notice the fake commands.

Tyteen, I'm not sure how many results you would want there to be in a google search to deem the user a spambot (is that the right use of "deem"?). I chose ten. Et toi? :lol:
Right,it's like it,but I am just using VP(XD,it'' VB)
And some few change of your code:
Set Spambot Name=x

Code: Select all

Dim Spambot As Boolean = False 
Results = &#40;GoogleSearch&#40;"x"&#41;&#41;, SearchNum 
If Results > 100 Then 
  Spambot = True
End If 
If Results < 100 Then
  Spambot = False
End If
If Results = 100 Then
   Spambot = Null
End If
If Results < 0 Then
   Spambot = Null

If Spambot = True Then 
  Print "Spambot Check Result=SPAMBOT!!!!!!!!!" 
End If
If Spambot = Fales Then
  Print "Spambot Check Result=Real Person"
  Print "Welcome to the Great&#40;&#58;lol&#58;&#41; Wonderland Forum!"
  Print "Hope you have fun here!"
End If
If Spambot = Null
  Print "The Program could not find enought infomation to ensure that this user is a spambot or a real person"
End If
End
I choose 100 here.
Last edited by tyteen4a03 on Mon Jun 16, 2008 1:56 pm, edited 1 time in total.
and the duck went moo

Beep bloop
chrise
Rainbow Seeker
Posts: 293
Joined: Sat Dec 17, 2005 10:26 pm

Post by chrise » Mon Jun 16, 2008 11:00 am

Well, I don't think the number of Google results on the username should be taken as an indicator that someone is a spambot... I think that code would show chrise (me), tyteen4a03, mqdar, jdl, and in fact probably the majority of users here as spambots. If you actually go to the pages in the search results and find many identical posts on various forums, then you might conclude that they are probably a spambot... or perhaps they are just someone who is looking on forums for friends.

If this really is a spambot, I am slightly confused as to what the point of it is. It doesn't actually seem to be advertising anything, except for the request for a partner, responses to which would surely need to be dealt with by a human anyway...
User avatar
Toon Dog
Rainbow Master
Posts: 693
Joined: Sat Oct 07, 2006 9:21 pm

Post by Toon Dog » Mon Jun 16, 2008 1:24 pm

Good point... New code!

Code: Select all

Dim Identicy As Integer
Dim spam As Boolean
If Identicy = 15 Or Identicy > 15 Then
    spam = True
Else
    spam = False
End If
If spam = True Then
    print "SPAMMER!"
Else
    print "Welcome!"
End If
YAY!
Image
Image
Image
Please email me \/
Post Reply