- This topic has 39 replies, 6 voices, and was last updated 14 years ago by Mbirmbilis.
-
AuthorPosts
-
July 24, 2010 at 12:15 am #175646AdminAdministrator
Aight lets try this version, the only reason i think its doing multiple bounce is because it see the swear word again, so chek this one when the person get bounce the bot will send a message to the room saying it was bounce 8) I think this might solve that, but try it and come back to see if it work.
July 29, 2010 at 2:46 pm #175645MbirmbilisMemberNow i am verry happy! 😀
It works 100%! After the bounce i stay in paltalk!
Problem solved! 😉Thank you Admin! 🙂
July 30, 2010 at 1:03 am #175644AdminAdministrator🙂 Great thanks for repurting the bug 😉
August 6, 2010 at 7:19 am #175643MbirmbilisMemberI found something out, and i think i got to tell you this Admin!
The bounce work 100% right now!
This ppl have found out how they can swear and go out without be bounced by the BOT!So they write,
something, swear something
The BOT does not read the swear becouse of the ,If i write in the words
, swear
the BOT does work as long i have it open!From the momment i close and open it again the swear i wrote
, swear becomes
empty line
swearThis is the reason why ppl who did not swear are bounced from the room!
And i am outside again!I must now everytime i open the bot write he swears again with the , and not save them!
This are my news 🙂 and hope they are useful!
Greetings Mbirmbilis!August 7, 2010 at 1:41 am #175642AdminAdministratorLol, man this bad guys learn trick fast ehehhe, aigh I will see if I can do something, I cant think of any yet ut will see 🙂
August 12, 2010 at 8:51 am #175641MbirmbilisMemberHello again!
I have an idea how the prob could be solved!
So if the BotUser wants to insert more then one word to the swearwords he can write,
for example
swear1, swear2, swear3, swear4, ……
after he close the Bot and open it again this becomes,
swear1
swear2
swear3
swear4
……. 😉The swearbot read the , as new line because it so programmed and may be this is the reason of not working as it should!
Is it posible to disable the multible insert of worts and tell the Bot to read all words in the text sented without give atention to kommas?
If this is posible i think they will have no more change!I hope i’m not bugging You Admin!
Greet Mbirmbilis!August 12, 2010 at 2:52 pm #175640autopilotMemberloco this is a fix to your code that will save the “,” in the phrase rather then breaking the phrase on “,”(coma). basically, your original save treats the coma as a separator. if you wrap the phrase in quotes, then the coma is treated as part of the string.
Private Sub Command32_Click() Dim X As Integer On Error Resume Next 'saves the keywords listbox to a file. Open App.Path & "words.txt" For Output As #1 For X = 0 To List5.ListCount - 1 ' Old way ' Print #1, List5.List(X) ' ' Problem: it treats coma as field separator ' Solution: wrap the phrase in quotes ' ' Dim sTemp As String ' sTemp = """" & List5.List(X) & """" ' Print #1, sTemp ' ' We do not have to create a temp string ' instead just add the quotes and the phrase ' in the same step. Print #1, """" & List5.List(X) & """" Next X Close #1 End Sub
August 12, 2010 at 3:08 pm #175639AdminAdministratorMbirmbilis lol auto made it easier lol I was wondering what how to do it, but chek this new version.
And Auto what can I say man you always come through thanks a lot 🙂
August 12, 2010 at 4:12 pm #175638autopilotMemberi was trying to look at the code that checks for swearing. the InStr should make it so you dont need to store the phrase as a phrase.
if a user posts:
swear1, swear2, swear3, swear4, ……
and the list has:
swear1
swear2
swear3
swear4
…….the InStr should see that “swear1, swear2, swear3, swear4, ……” contains “swear1” on the first check and act on it. it does not make sense that using a coma will prevent it from catching the word. but if you are truely wanting to catch phrases, then they do need to be saved with the quotes to treat special characters correctly.
one thing i would do in the phrase check is force everything to lower case so the check would look like:
If InStr(LCase$(Text6.Text), LCase$(List5.List(N))) Then
August 14, 2010 at 4:19 pm #175637MbirmbilisMemberOK this works with the coma!
Now i have a new challenge for you Admin and autopilot!
This ppl post the text in room like this
something,somethingswearsomethingswearsomethingso to catch them, there mast be in the words.txt something like this
*,*swear*swear
The * i use here is like search in explorer and stands for all words before exe or bat or….files
like *.exe, *.bat etc!So i nead something like this to write one line for this swear, because something,something changes from time to time and the BOT does not catch them the same happens to the swear in the end of the text!
The swear is always the same. The only changes are in something!
So if this is posible i need only one line in the words.txt to catch them all! 😉As i told you in my last post i hope i am not bugging You!
And i think that most ppl do not use all features of this prog! I say this becouse i have found more things that do not work as they should! But i think it is better to go step by step!Greet Mbirmbilis
August 15, 2010 at 12:41 pm #175636StringMember@Mbirmbilis wrote:
This ppl post the text in room like this
something,somethingswearsomethingswearsomethingUnless loco hasn’t implemented it yet, the InStr AutoPilot mentioned will find the string(word) where ever it may be. Whether at the beginning, the end or anywhere between. And, it would only need to find 1 instance of a targeted word.
I don’t understand the “comma” problem.
August 15, 2010 at 5:45 pm #175635autopilotMemberloco was using InStr before i said any thing about it, but he is not forcing to upper or lower case. What that means is i have “sob” in the list, here are some posts it would catch:
my wife is sobbing!
I have been sober for 2 weeks
you are an sobThings it would miss:
my wife is Sobbing!
I have been sOber for 2 weeks
you are an soBMy guess is that the issue is with case and/or spellings and not the words run together.
August 16, 2010 at 1:42 am #175634AdminAdministratorah, lol man you got some bad peeps bugging ya room, I gonna put the lcase that auto shows tomorrow for ya 🙂
August 18, 2010 at 2:02 pm #175633MbirmbilisMemberI think i was to fast happy!
Now the bounce does not work!
The messege that the user was swearing an bounced is seen!
But the user stay in room no bounce is done!I do not know what to say!
The BOT does see tha swear starts to bounce but does not finish this!
UserX was bounce swearing in the room
here it stops!!!!!!!!Admin if it is not to much work and programming, i would say to take the delay of bounce away in and make the bounce working! But only if it is not to much work!
May be this would be enough! If it does not work i will tell You this and i will also stop posting becouse i see no ending of this! I think they are programmers too and tey find other ways to do what they do!
Greets Mbirmbilis!
P.S. I tried the standart swear s…s from the BOT in the original BOT, i was bounced from paltalk! I tried it in and the bounce was not finished! Nothing diferent!
August 19, 2010 at 3:47 pm #175632AdminAdministratorUmm, Aigh :), you delay in which part of the bot, the swearbot or regular bouncer 🙄
-
AuthorPosts
Related
- You must be logged in to reply to this topic.