can some one help me with this ive got v3 on 5.2 but i'm getting pm adverts,
I've added the adress that keeps getting spamed and set User's Advertising result to KICK. but the ad's contiune and ive tried myself loggin in as user and pm'ing some one with an address and get no results any idea's?
does no-one have any idea how to stop the pm adverts with the new script?
ok can anyone tell me if i can dissable PM's for non-registered users?
or a script that will block the pm adverts?
just to let you know the adverts are all ending flue.biz and yes i did add that to the BAD list
The creators of Leviathan are both currently offline. I spoke with CenoByte yesterday, who will be offline for a few weeks, and he assured me he will look into this.
Maybe some1 else can have a look at it too
thanks for the comeback it's just so anoying upgrating from a prev vers and losing a helpful part
yea understand that.
Maybe we can have a look, just need some more things then.
- The profile of the sending user
- The profile of the receiving user
- The message
sender user
receiver user/op/master (tried all 3 as tests)
message (appol now for spamming) hey, 've got an advice for you if you'r lonely and looking for someone - girl or someone else :) - try checking http://www.CoolGirls.flue.biz/ (that one was from a spamer that got past i have added flue.biz to Bad list)
Quote from: riffraff on 16 December, 2006, 04:52:55
sender user
receiver user/op/master (tried all 3 as tests)
message (appol now for spamming) hey, 've got an advice for you if you'r lonely and looking for someone - girl or someone else :) - try checking http://www.CoolGirls.flue.biz/ (that one was from a spamer that got past i have added flue.biz to Bad list)
Hmm, this check goes through at least 5 different functions, so pretty hard for me to figure out exactly how it works but i did find something.
try adding more to the bad table so that
["Advertising_Check"] = {
["bad"] = {
["www.CoolGirls.flue.biz"] = 1,
added the whole address ( i did get a warnnign for spaming when added.)
loged in as Un-reged user and pm'd another un-reged user and no result
I just talked to some1 else having the same problem with an older version of LV, and I havent figured it out yet but check these things too..
In Profile_Settings.ini make sure you have this :
Prf = {
[-1] = {
["Login_Message"] = "n0",
["Send_RightClick"] = "no",
["Advertising_Action"] = "kick",
For me the puzzle is in function PubCheck, I don't understand that :-\
Advert_PM_Check = function(user,data)
if Prf[user.iProfile]["Advertising_Action"] == "disable" then
return 0
else
local _, _, to, msg = string.find(data, "^%$To:%s+(%S+)%s+From:%s+%S+%s-%$%b<>%s+(.*)|$")
local to = GetItemByName(to)
if to and Prf[to.iProfile]["Advertising_Action"] then
if Prf[user.iProfile]["Advertising_Action"] and PubCheck(user,msg,to.sName) then
return 1
end
end
end
Clear()
end
PubCheck = function( user, ... )
for i = 1, select("#", ... ) do
local msg, to = select(i, ... )
local userdata, tmp = "", " "..tostring(msg)
if to then userdata = to.." "..user.sName
tmp = "to <"..to.."> this: "..msg
else
userdata = user.sName
end
if bUnSafe(msg) and Verify(userdata, msg) then
A variable ... I have never worked with b4, and i can see in the function above, there are 3 parameters send to a function which only has 2 .. I think it's there something isn't right
But do other advertisers get busted or nothing either ?
well i have this
Prf = {
[-1] = {
["Login_Message"] = "yes",
["Send_RightClick"] = "yes",
["Advertising_Action"] = "kick",
but then its not a reg only hub
the advertisers get nothing, no pm no warnning and no kick outof hub, it just ignors them.
use than a advertise lua script.
like lucifer 6.6.6. i have run that and the site's are been blocked.
if you put lucifer 6.6.6. ore another script in youre map scripts set then by leviathan the advertise off, so that the other lua file ( lucifer ore another program ) the site's can block.
Are you using several lua's in your ptokax?
Make sure leviathan is on top of the list
at the moment that is the only script running.
as for Sjeminov's post can anyone point me to a stand-alone script (like lucifer 6.6.6) ready to run (i know i'll need to add websites, i mean not an old vers in neeed of modding/re-programing to work) on ptokax 0.3.5.2
try Madman's Death To Adult Finder .. search this board for D2AF
Quote from: riffraff on 16 December, 2006, 04:52:55
sender user
receiver user/op/master (tried all 3 as tests)
message (appol now for spamming) hey, 've got an advice for you if you'r lonely and looking for someone - girl or someone else :) - try checking http://www.CoolGirls.flue.biz/ (that one was from a spamer that got past i have added flue.biz to Bad list)
How did you add the " flue.biz " ?Have you already tried to add it with the rightklick-command?
yes i added it through right-click and tried show list and it was there