This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Stopping spam


avatar
Rushian 0
From: -
Stopping spam

I'm getting lots of spam submissions to my links, reviews and downloads queues. (I think the spammers have guessed the URLs and are running the scripts directly.. Does ST check to see the request actually comes from my site, and is not just directly executed..) (I'm on Win32 BTW, so no .htaccess files)

How can I prevent this with 1.8x, and how will this be handled in 2.x?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Stopping spam
avatar
Administrator
1340
From: Vienna, Austria
Stopping spam

Developer documentation is planned for the final version
1 Re: Stopping spam
avatar
13
From: -
Stopping spam

Originally posted by Philipp:
Originally posted by iampedro:
Hey will you be allow people to develop plugins such as YouTube plugins or other plugsins like  http://b2evolution.net/ allows?

Just so that their will be greater expansion of development and it won't all be in your hands... But if you don't do this I am sure that you will keep a lid on the security settings also to.

It is very easy to include your own modules in the new version. Version 2.0 is highly modular compared to the old 1.x series.



Please include documentation about how to develop our own modules if you want to take a simple one from a different company and explain how to port it or something along those lines would be great also..
1 Re: Stopping spam
avatar
OP 0
From: -
Stopping spam

Ya this worked nicely..
1 Re: Stopping spam
avatar
0
From: -
Stopping spam

Thank you!
1 Re: Stopping spam
avatar
Administrator
1340
From: Vienna, Austria
Stopping spam

Here a very basic implementation

Open submitstory.php in an editor and find:

HeaderBlock();

Then add:

if (!$_COOKIE["esselbachst"])

{
echo "Sorry, this page is only available for registered users.";
FooterBlock();
exit;
}
1 Re: Stopping spam
avatar
0
From: -
Stopping spam

" You could alter the script to allow only registered users to send a submission." ...

How would I do this?

Thanks!
1 Re: Stopping spam
avatar
13
From: -
Stopping spam

Sweet that is great.. To hear...
1 Re: Stopping spam
avatar
Administrator
1340
From: Vienna, Austria
Stopping spam

Originally posted by iampedro:
Hey will you be allow people to develop plugins such as YouTube plugins or other plugsins like  http://b2evolution.net/ allows?

Just so that their will be greater expansion of development and it won't all be in your hands... But if you don't do this I am sure that you will keep a lid on the security settings also to.

It is very easy to include your own modules in the new version. Version 2.0 is highly modular compared to the old 1.x series.
1 Re: Stopping spam
avatar
OP 0
From: -
Stopping spam

Hey will you be allow people to develop plugins such as YouTube plugins or other plugsins like  http://b2evolution.net/ allows?

Hmm, wow, that's pretty nice blog software... I def hope Philipp 'borrows' some of their features. Smiling Face
1 Re: Stopping spam
avatar
13
From: -
Stopping spam

Not a problem...

Thanks Philipp..


Hey will you be allow people to develop plugins such as YouTube plugins or other plugsins like  http://b2evolution.net/ allows?

Just so that their will be greater expansion of development and it won't all be in your hands... But if you don't do this I am sure that you will keep a lid on the security settings also to.
1 Re: Stopping spam
avatar
Administrator
1340
From: Vienna, Austria
Stopping spam

No, this is not in the first test release but it is coming in the second
1 Re: Stopping spam
avatar
13
From: -
Stopping spam

Great... I am glad that you have this and also you have it where people can report post or comments correct?
1 Re: Stopping spam
avatar
Administrator
1340
From: Vienna, Austria
Stopping spam

Look like I forgot the word filter in the 2.0 release Hushed Face. I will implement this before the public release.
1 Re: Stopping spam
avatar
13
From: -
Stopping spam

Sweet... Sounds great...

Do you also have a word filter so that you won't have word's like f*ck and s*x and other words along those lines?
1 Re: Stopping spam
avatar
Administrator
1340
From: Vienna, Austria
Stopping spam

You could alter the script to allow only registered users to send a submission.

There are two features for that issue in 2.0:
1) The ability to allow only registered users to send a submission
2) A graphical security code that the user need to enter along with the submission

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.