Author | Message | Time |
---|---|---|
Dayclone | Anyone have a spam ban code that is really good pelase give it to me? Thnx | April 12, 2003, 3:37 PM |
haZe | what the hell do you mean, spamban? if you mean to check if they are spamming the same thing, just save the message and username in a variable or array then check it everytime someone talks. ^^ | April 12, 2003, 5:09 PM |
Dayclone | No is someone started spammnig like hi hi hi hi over and over they get kicked or either banned. | April 12, 2003, 5:35 PM |
haZe | [quote author=haze the cow link=board=17;threadid=1020;start=0#msg7647 date=1050167340] what the hell do you mean, spamban? if you mean to check if they are spamming the same thing, just save the message and username in a variable or array then check it everytime someone talks. ^^ [/quote] You would still do that. | April 12, 2003, 5:41 PM |
Dayclone | would you know what is wrong with this code it always says compile error me a newbie at this i just need help from other ppl so i can learn :) 'Form Code Private Sub form_load() ( Highlighted Yellow ) Dim s As String Close #1 rtbChat.BackColor = vbBlack rtbChat.Font.Size = 8 lvChannel.View = lvwSmallIcon AddChat &H99CC00, "Welcome to Vi0lNtBot v1.00 Test Edition by l)ayclone]XV[" frmChat.KeyPreview = True frmChat.Caption = ":: Vi0lNtBot v1.00 Test Edition :: Disconnected ::" frmAbout.lblTitle.Caption = ":: Vi0lNtBot v1.00 Test Edition" Me.Show Me.Refresh AutoClear = True s = Dir$(App.Path & "\quickchannels.txt") If s = "" Then lbQC.AddItem "Clan x]XV[x" mnuQC1.Caption = lbQC.List(0) mnuQC2.Caption = lbQC.List(1) mnuQC3.Caption = lbQC.List(2) mnuQC4.Caption = lbQC.List(3) mnuQC5.Caption = lbQC.List(4) Exit Sub End If Open (App.Path & "\quickchannels.txt") For Input As #1 Do Input #1, s lbQC.AddItem s Loop Until EOF(1) mnuQC1.Caption = lbQC.List(0) mnuQC2.Caption = lbQC.List(1) mnuQC3.Caption = lbQC.List(2) mnuQC4.Caption = lbQC.List(3) mnuQC5.Caption = lbQC.List(4) End Sub | April 12, 2003, 5:54 PM |
haZe | What's it highlight. | April 12, 2003, 6:11 PM |
Dayclone | and i'm thinking the part that's wrong is lvChannel.View = lvwSmallIcon but i edited the one up top where it's highlighted | April 12, 2003, 9:33 PM |
ILurker | What does the error state?, and what does it highlight? | April 12, 2003, 9:36 PM |
St0rm.iD | Dayclone, buy a VB book. | April 12, 2003, 11:09 PM |
Etheran | I never required a VB book.. :p | April 12, 2003, 11:10 PM |
St0rm.iD | Well Dayclone does, along with a good spanking and visit from the copyright police. | April 12, 2003, 11:12 PM |
Dayclone | Is it Copyright legally ? hmmmm thnik about that b4 u say soemthin like that. and a VB book heh.... mayb Ther error is Compile Error: Method or data member not found. 'Form Code Private Sub form_load() ( highlighted yellow ) Dim s As String Close #1 rtbChat.BackColor = vbBlack rtbChat.Font.Size = 8 lvChannel.View = lvwSmallIcon ( something wrong here? ) AddChat &H99CC00, "Welcome to Vi0lNtBot v1.00 Test Edition by l)ayclone]XV[" frmChat.KeyPreview = True frmChat.Caption = ":: Vi0lNtBot v1.00 Test Edition :: Disconnected ::" frmAbout.lblTitle.Caption = ":: Vi0lNtBot v1.00 Test Edition" Me.Show Me.Refresh AutoClear = True s = Dir$(App.Path & "\quickchannels.txt") If s = "" Then lbQC.AddItem "Clan x]XV[x" mnuQC1.Caption = lbQC.List(0) mnuQC2.Caption = lbQC.List(1) mnuQC3.Caption = lbQC.List(2) mnuQC4.Caption = lbQC.List(3) mnuQC5.Caption = lbQC.List(4) Exit Sub End If Open (App.Path & "\quickchannels.txt") For Input As #1 Do Input #1, s lbQC.AddItem s Loop Until EOF(1) mnuQC1.Caption = lbQC.List(0) mnuQC2.Caption = lbQC.List(1) mnuQC3.Caption = lbQC.List(2) mnuQC4.Caption = lbQC.List(3) mnuQC5.Caption = lbQC.List(4) End Sub | April 13, 2003, 2:21 AM |
St0rm.iD | Does it say copyright in the src you stole? Most likely. | April 13, 2003, 2:58 AM |
Dayclone | Nope not really i got it off a site i think it was the disclaimer or somethin | April 13, 2003, 3:02 AM |
Spht | [quote author=Dayclone link=board=17;threadid=1020;start=0#msg7699 date=1050202958] Nope not really i got it off a site i think it was the disclaimer or somethin [/quote] I somehow doubt that very much. | April 13, 2003, 2:14 PM |
St0rm.iD | +1 to Haze because he's off of my list. | April 13, 2003, 3:20 PM |