Simple Wordpress Commentspammer

Sorry forget the table details
Code:
CREATE TABLE SPAMBLOGS
(
    ID             INTEGER         AUTO_INCREMENT,
    URL            VARCHAR(256)    NOT NULL,
    COMMENTS    INTEGER            NOT NULL,
    ADDED        DATETIME        NOT NULL,
    UNIQUE(URL),
    PRIMARY KEY(ID)
);
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock