1,776

(10 replies, posted in General discussion)

Thanks zaher smile

And I accidentally stumbled upon Araxis Merge for Windows. Pretty nice, but only a trial sad

1,777

(5 replies, posted in PunBB 1.2 troubleshooting)

It looks to me like somethign is wrong with your ob output. Have you modified anything?

1,778

(1 replies, posted in PunBB 1.2 troubleshooting)

Make sure your MySQL server has started and is correctly configured.

Hrmm, then I must've confused it with levenshtein() or something tongue Goody, then I can add message checking too.

Beta 2 is released: Download here

As I said, it's only a Beta 1. Things can still be changed/added smile
And for the charset, blame it on phpMyAdmin.

What might be a solution for your problem is to set username matching to 50% or lower. I'll add the option to easily modify that.
Oh, and if anyone knows how to do percentage matching like similar_text() but that supports more than 255 characters... Please let me now smile
I'll also add an option to check how many links are in the message. Also can be set from the plugin ofcourse.

/me wanders off to Dreamweaver

Ok, I released it. Without hdiff, as I didn't get it to really work properly.
Download here

##
##
##        Mod title:      Spam Report Mod
##
##      Mod version:      Beta 2
##   Works on PunBB:      1.2.x
##     Release date:      2006-07-27
##           Author:      El Bekko (elbekko@gmail.com)
##
##      Description:      This mod adds the function to report a guest post as spam. 
##                        The username, e-mail and message are recorded in a table
##                        and every new guest post will be checked against it.
##                        An set match of the username or email will stop the post.
##                        In this release a message should be identical before it is 
##                        reported. A plugin is included to manually add and delete
##                        spam reports.
##
##   Affected files:      viewtopic.php
##                        post.php
##                        lang/English/topic.php
##
##        Added files:    lang/English/spamreport.php
##                        spamreport.php
##                        plugins/AMP_Spambot.php
##
##       Affects DB:      Yes, adds a table "spammod"
##
##            Notes:      None really, should only cause inconvenience if you mess up ;)
##
##       DISCLAIMER:      Please note that "mods" are not officially supported by
##                        PunBB. Installation of this modification is done at your
##                        own risk. Backup your forum database and any and all
##                        applicable files before proceeding.
##
##

Download here
Discuss here

1,783

(20 replies, posted in PunBB 1.2 show off)

Nicely done

I suggest you take a look over at PunRes.org smile

1,785

(34 replies, posted in PunBB 1.2 troubleshooting)

Hey, I spent enough time figuring out what was the best way of doing that extention X( No way I'm rewriting it X(

There is a mod for this wink Go search over at PunRes smile

1,787

(10 replies, posted in General discussion)

I don't see an option to create hdiffs in Krusader...

So if someone could please help! I tried setting up a trac but that doesn't work either -.-

abclf: If my hdiff tool starts working my anti-spam mod will be realeased for 1st beta.

1,789

(10 replies, posted in General discussion)

Krusader is installing now...

That hdfiff tool doesn't work too well, as it says the two files are the same (no red lines or anythign, all green).

Use substr_replace?
http://be2.php.net/substr_replace

1,791

(10 replies, posted in General discussion)

I might try that smile

EDIT: It gives an error sad I'll just have to get my ass on CentOS then big_smile

1,792

(10 replies, posted in General discussion)

Seeing that the script starts with a call like this

$diff = '/usr/bin/diff';

I bet i'll have to run it on Linux wink

But thanks anyways big_smile I hope it works tongue

1,793

(10 replies, posted in General discussion)

I hope I'm posting this in the right place... was doubting between here and Promgramming tongue

So, does anyone know a hdiff creator for Windows? I'd like it to be so I can just select the files to compare and it creates a hdiff.
If it's for Linux, I wouldn't mind, but as I'm developing on Windows it would be handier...

Thankies,

-- Bekko

Well, I'm trying to take my shot at the spam reporting thing. I'll probably release a beta soon smile

1,795

(5 replies, posted in PunBB 1.2 show off)

Looks nice smile

Well, it seems logical to me that if some person posts as a guest some other person should be able to post as a guest right after. I know I'd get annoyed if I saw that message when I didn't post anything at all.

And it indeed would be alot of work... I might be able to do it on a per server basis (like a regular mod).

Hrmm, this is just a wild idea I'm posting, and it would require quite the server, but here goes:
A "Report Spam" function that sends the message, username and email of the poster to a central server when called. This server would be secured with user accounts and data transmitted through a "safe" connection (to prevent spambots populating the server). When a new post is made, the entered data would be checked against the data in the remote server. If the post/username/email finds a match, a confirmation box is shown.
This ofcourse would only be available through a mod, as it would slow down PunBB too much. And the central server would need to be way too powerful if i's a popular system.

1,798

(24 replies, posted in General discussion)

I've never had any issues with hardware compatibility, only software =/

1,799

(24 replies, posted in General discussion)

Slap it I say.

1,800

(10 replies, posted in PunBB 1.2 troubleshooting)

Looks like you didn't upload everything.