Stopping spam
Rushian 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Stopping spam
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Stopping spam
Developer documentation is planned for the final version
Developer documentation is planned for the final version
1 Re: Stopping spam
iampedro 13
From: -
From: -
Stopping spam
Originally posted by Philipp:
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..
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
Rushian
OP
0
From: -
From: -
Stopping spam
Ya this worked nicely..
Ya this worked nicely..
1 Re: Stopping spam
johngaltnh 0
From: -
From: -
Stopping spam
Thank you!
Thank you!
1 Re: Stopping spam
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Stopping spam
Here a very basic implementation
Open submitstory.php in an editor and find:
Then add:
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
johngaltnh 0
From: -
From: -
Stopping spam
" You could alter the script to allow only registered users to send a submission." ...
How would I do this?
Thanks!
" You could alter the script to allow only registered users to send a submission." ...
How would I do this?
Thanks!
1 Re: Stopping spam
iampedro 13
From: -
From: -
Stopping spam
Sweet that is great.. To hear...
Sweet that is great.. To hear...
1 Re: Stopping spam
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Stopping spam
Originally posted by iampedro:
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.
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
Rushian
OP
0
From: -
From: -
Stopping spam
Hmm, wow, that's pretty nice blog software... I def hope Philipp 'borrows' some of their features.
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.
1 Re: Stopping spam
iampedro 13
From: -
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.
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
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Stopping spam
No, this is not in the first test release but it is coming in the second
No, this is not in the first test release but it is coming in the second
1 Re: Stopping spam
iampedro 13
From: -
From: -
Stopping spam
Great... I am glad that you have this and also you have it where people can report post or comments correct?
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
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Stopping spam
Look like I forgot the word filter in the 2.0 release . I will implement this before the public release.
Look like I forgot the word filter in the 2.0 release . I will implement this before the public release.
1 Re: Stopping spam
iampedro 13
From: -
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?
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
Philipp
From: Vienna, Austria
Administrator
1340From: 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
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
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?