Jump to content

Recommended Posts

Posted

There is as you may have noticed a real influx of spammer which are promoting Keto.

 

Wouldn't it be possible for Admin to write a script that delete all new members post who have a post count of 1 and create a topic which has Keto in the Title line instead of letting Moderators do all the work ??

 

Oke that would also Cull a post by a newbie asking about Keto, but what is the chance of that ????

Posted

The idea proposed by the OP is good but impractical. Members can help by clicking on the report button below a spam post.

  • Like 2
Posted

why not have a script to delete all posts that have a URL in the title?  That will clear a good number of these spam posts.

  • Like 2
Posted
3 minutes ago, simon43 said:

why not have a script to delete all posts that have a URL in the title?  That will clear a good number of these spam posts.

Indeed.

18 hours ago, Maestro said:

The idea proposed by the OP is good but impractical. Members can help by clicking on the report button below a spam post.

Below?  On my computer it is at top (and hidden - mouse over to see).  

Posted
1 hour ago, simon43 said:

why not have a script to delete all posts that have a URL in the title?  That will clear a good number of these spam posts.

Yep even better !! Good one !!

Posted

Can you write a script that picks up any combination of keto in any order, i.e. toke.  This will get rid of keto spammers and tokers all in one fell swoop.  

  • Haha 1
Posted (edited)
14 minutes ago, OneEyedPie said:

Can you write a script that picks up any combination of keto in any order, i.e. toke.  This will get rid of keto spammers and tokers all in one fell swoop.  

Yep you can (NOT tested ???? )

 

$Letter = StringSplit("E,K,O,T,e,k,o,t", ",")
Combi("", 4)
Func Combi($Str, $MaxLen)
Dim $i
    if StringLen($Str) = $MaxLen Then
        Send("Combination = " & $Str & @CRLF)
        Return
    EndIf
    For $i = 1 to $Letter[0]
        Combi($Str & $Letter[$i], $MaxLen)
    Next
EndFunc

 

Edited by MJCM
Posted
11 minutes ago, MJCM said:

Yep you can (NOT tested ???? )

 


$Letter = StringSplit("E,K,O,T,e,k,o,t", ",")
Combi("", 4)
Func Combi($Str, $MaxLen)
Dim $i
    if StringLen($Str) = $MaxLen Then
        Send("Combination = " & $Str & @CRLF)
        Return
    EndIf
    For $i = 1 to $Letter[0]
        Combi($Str & $Letter[$i], $MaxLen)
    Next
EndFunc

 

I reckon we'll be headhunted by Thai Visa soon enough.  Let's get our heads together on salary negotiations and image rights.  

  • Like 1
Posted

The well-intentioned suggestions made here ignore the fact that Thaivisa does not run on its own software but on software supplied by a third party. Obviously, this software already has some measures in place to identify spammers as quickly as possible and keep them out for the benefit of all users of this software, but the less we go into details the better for this defence to work.

Posted

Thx Maestro.

Maybe you can suggest them (the makers of the software (Innvision I believe?) for example the (optional) blocking of putting web links as topic title as suggested by simon43.

Just a suggestion of course.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.



×
×
  • Create New...