Patch

Member
  • Content count

    47
  • Joined

  • Last visited

Everything posted by Patch

  1. Spam Filter in PM's

    I think it's better to move my project to a new topic. There is version 0.2 - OLD - LATEST VERSION IS ALVAYS IN THE LAST POST changes: -counting the blocked PM's number, and display it -behavior: what its do 1. chek the PM'-s text for key words (www, /fav, dchub://, http, flood ) 2. If not find key word, checks the text lenght. (as version 0.1) 3. If one of the upper things presents in the text, it's block the PM, and paste it's text to the hub's main chat window. (just you will see) I'm currently working on to the script don't checks favorite users, I finded some intresting code from botlehated, but it's not better jet. ------------- Somebody tryd to flood me jesterday, sent 1376 PM to me, but the script blcoked all of them.
  2. Spam Filter in PM's

    Your ApexDC is installed to the Application Data folder? When you got the error u used the "/as readspam #" command?
  3. Spam Filter in PM's

    Uptime.lua and Log.lua works fine with Apex 1.3.1, i think, these scripts came from BCDC++, but quite old scripts. I think, nobody porting scripts from BCDC to Apex. I will post these scripts, and maybe other working scripts to the forum, after some tryout. ***update - my log.lua is older than wich included in actual bcdc. The newer version not works. log.zip uptime.zip
  4. Spam Filter in PM's

    Sorry for my late react. lua5.1.dll - 5.1.4.0 lua51.dll - 5.1.4.0 These files come from where? These files are not present in my apex installation. Try 1 thing: delete all of the .txt files, then lanch the client. My script will generate these files, and maybe you will se some information in the systemlog. (from the view menu in apex's menu bar) startup.zip
  5. Spam Filter in PM's

    How many times get this error? What is your client, and lua plugin version? Line 179 is the start of the menu listener, it will catch your /as or /antispam massages from main chat. I thested it on current 1.3.1 x64, works well.
  6. Spam Filter in PM's

    With the lua plugin 1.3.0 can't. The chat listener is not work in that release. With the next lua plugin release i think can be done your idea.
  7. Spam Filter in PM's

    "Text to main" copies the whole spam to the main chat window (to the spammer's hub main chat window). I think, you just want single line in main chat window like: "AS filter blocked spam form [xyz]userxyz". I can do this, but it will display only in the spammer's hub main chat. So that line not displayed in other hub's main chat window. That's why we use the status bar. Maybe i can put some sound to the script.
  8. Spam Filter in PM's

    Now, there is version 1.3! bugfix: Works without Faworites.xml file (bcdc++ related) Improvement: - now fully working menu - will not send "/as fgdfgd" commands to hub antispam013.zip
  9. Spam Filter in PM's

    Other scripts works fine? (uptime, bier)
  10. Spam Filter in PM's

    Now, there is version 1.2 This version contains some bugfixes: Now the PM type (hubPm or normalPm) displayed correctly in the filterspams.txt. Now there is no more double display (ignore and spaming) when ignoreing somebody by using ignorelist. Maybe next version will contain an auto silencer, because some bot sends their spams in every 2-3 minutes.
  11. ApexDC++ Translations

    Apex 1.2.0 Final HUNGARIAN language file link
  12. Spam Filter in PM's

    Now i figured out, what's caused the error. So there is version 1.11, witch runs fine with Apex 1.2 final and Lua2.0 We coud go back to the developement, what functions shoud i implement? I need ideas...
  13. Lua Plugin 2.00

    Now, i know what caused the error! This is not needed any more: DC():ToUtf8(user:getNick()), because the nicks are good without this. I writed a simple script, wtich just record all PM to the spamsfile. This nicks recorded without the DC():ToUtf8(user:getNick()) thing: [-CooL-BoT-] ««S•O•L•A•R•I•O•N»» »»D•I•A•B•L•O«« !ŔŐŇ
  14. Lua Plugin 2.00

    I removed all DC():FromUtf8() and DC():ToUtf8() from my script, but the access violation error in lua still present.
  15. Hashmanager crash

    While the client hashd some new stuff, the client crashd several times with the same error, but the client is able to run trough. Uploaded the exceptions. exceptioninfo.txt
  16. Hashmanager crash

    OMG please delete this topic. My problem on the small P3 computer was caused by a bad memory. OS seemd stabel, but i changed my memory set, and the hashing works fine. :angry:
  17. Lua Plugin 2.00

    I think, you will get the crash only, if u got a spam PM from that probleme hub. I found other hubs, and i find something intresting. (crash) dchub://diablohub.hu:411 dchub://new.thecobwebnet.net:765 dchub://solarionhub.hu:411 On solarion and Diablo, the caracters are bad on open hublist. Solarion and diablo uses PtokaX DC Hub 0.4.1.1, thecowbwebnet uses verlihub 0.9.8c I uploaded my script's PM output from these hubs. (from under bcdc++) All of them contains idiotic characters in text or sander name or hub name, maybe it will help. Filterspams.rar
  18. Hashmanager crash

    It's weird: I tryd several times on my desktop computer A64 X2, 2G ram, XP SP3 32bit, hash without a problem, on fast methode. I have an other, small computer, P3 1GHz, 512 ram, same OS, and i got the crash all times both hash methode.
  19. Lua Plugin 2.00

    I thinked too to the strange characters. The wierd is, i got the crash with a hub, witch runs without problem erlier, with lua 1.3, and script 1.1 On my script topic, another guy posted the same crash, so it's not only in my computers. Maybe a quick fix, i can temponary reove the utf8 formatting, it will result some strange char in the saved pm's, but it's gooder than the crash.
  20. Hashmanager crash

    Only one times, but i get the crash with the slow hashing. exceptioninfo.txt
  21. Lua Plugin 2.00

    Sorry for another problem, i don't see the redirect. This is the correct address: 93.81.252.156:65411 While load the users, it's ok. When the MOTD comes, the crash comes. Same crash with this hub: dc.bemyguest.ro:411
  22. Spam Filter in PM's

    Currently if u enter some hub, it's crash with lua 2.0 errors. Most of the hubs it's works good, but some hub (or hubs) in your favorites currently made some error. Remove my script, uncheck your fav hubs, then add my script again, and you will see, witch hub is the easter egg. We are still search the source of this problem. ;)
  23. Lua Plugin 2.00

    Ohm jes. I leaved some testing lines in the script witch i don't want. Now i uploaded the correct file in the spam topic.
  24. Spam Filter in PM's

    OMG, i uploaded again the version 1.1, because the file in the upper post blcoks the main in some situations. ( i leaved some testing lines in the script, witch i don't want... ) good file:
  25. Lua Plugin 2.00

    I get some problem with the new plugin API. I use my antispam script, witch use a couple of the" DC():ToUtf8() ". It's worked fine on lua 1.3 Now when i enter some hubs, like this: pro-fili.com:411, the client crash, and i got an expections file, witch writes something with ToUtf8. So i uploaded my expection file. exceptioninfo.txt