• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help with programming a forum spammer

ussfletcher

Platinum Member
My friend set up a forum just to spam, and he challenged a bunch of us to get the most posts. I was wondering if it could be done in visual basic or another easy to use language. And how to do it.
 
use DOM with vb, c#, etc, you can control textbox input, button clicks, etc.
input into textboxes, click buttons etc will be automatic.
just put it in a loop overnight.
 
It's not much of a challenge, nor is it much of a threat, if you can manage to write a bot that posts a bunch of messages in a single forum you already know the location and layout of.

It's much more challenging to write one that can go out and find forums, determine whether anonymous posting is allowed, register an account if necessary (including watching a mailbox for the activation link), and then spam contextual add replies to threads that have some interesting content.
 
I don't need anything that complex. And yes it really is true about my friend setting up that forum. It has levels based on post count and everything.
 
Originally posted by: ussfletcher
I don't need anything that complex. And yes it really is true about my friend setting up that forum. It has levels based on post count and everything.

link to said forum
 
Perl has modules made just for automated interacting with web pages, it wouldn't be too hard to write a script to continuously post new messages once you know the steps the forum requires.
 
With lynx you can save your entire session to a file, and then re-run it as a script. you could probably have a crude version up in about 10 minutes.
 
Back
Top