Re: Extensions by Reines

In the captcha extension, it is not always obvious if the letters are capitalized or not

http://www.fluxbb.de - Deutschsprachiges FluxBB-Supportforum

Re: Extensions by Reines

lie2815 wrote:

In the captcha extension, it is not always obvious if the letters are capitalized or not

It isn't case sensitive. Though you are right, the image could do with some improvement.

Re: Extensions by Reines

Captcha for guest's post
diff file: http://wklej.org/id/af7c144498

Worked fine on FluxBB 1.3 beta2.
The patch is ready for development version (some layout bugs may occur - sorry i haven't testet it)

edit<
some backslashes has been eaten - new link

edit<
line 32 at diff file should looks:
if ($forum_user['is_guest'] && $forum_config['o_guest_captcha'] == '1' && (empty($_SESSION['image_text']) || strcasecmp(trim($_POST['req_image']), $_SESSION['image_text']) !== 0))

Last edited by X-DOS (2008-06-27 12:42:24)

Network Games - we are playing just for fun

Re: Extensions by Reines

X-DOS wrote:

Captcha for guest's post
diff file: http://paste.org/index.php?id=3149

Worked fine on FluxBB 1.3 beta2.
The patch is ready for development version (some layout bugs may occur - sorry i haven't testet it)

Thanks, I'll take a look at it later on sometime.

Re: Extensions by Reines

I have a problem when i install the stop forum spam 1.2.0.

An error was encountered

--------------------------------------------------------------------------------

The error occurred on line 14 in aoc/admin/extensions.php(164) : eval()'d code

Database reported: Column count doesn't match value count at row 1 (Errno: 1136).

My version of fluxbb is 1.3-dev (front page download)

Re: Extensions by Reines

NuKeD wrote:

I have a problem when i install the stop forum spam 1.2.0.

An error was encountered

--------------------------------------------------------------------------------

The error occurred on line 14 in aoc/admin/extensions.php(164) : eval()'d code

Database reported: Column count doesn't match value count at row 1 (Errno: 1136).

My version of fluxbb is 1.3-dev (front page download)

You need a more recent version than that. You can download SVN 314, or wait for beta 3 to be released. The official word is the current SVN (that you will need to run this) should not be used in a production environment.

Re: Extensions by Reines

admins will see moderators assigned to forums in Hide Modlist extension
edited line:
if (isset($forum_page['item_subject']['modlist']))
to:
if (isset($forum_page['item_subject']['modlist']) && $forum_user['g_id'] != FORUM_ADMIN)

edited file:
http://forum.network-games.eu.org/exten … nifest.xml

Last edited by X-DOS (2008-06-27 00:59:41)

Network Games - we are playing just for fun

Re: Extensions by Reines

For the colored usergroups extension, would it be possible to create three colors within a usergroup, one for each gender (male/female/unknown)? E.g., having male administrators with color A, female admins with color B, and unspecified-gender admins with color C?

Re: Extensions by Reines

IIMarckus wrote:

For the colored usergroups extension, would it be possible to create three colors within a usergroup, one for each gender (male/female/unknown)? E.g., having male administrators with color A, female admins with color B, and unspecified-gender admins with color C?

If you want to make an extension to handle genders then in theory it is possible yes. If your asking if I will do it then no sorry.

PS. Added URL Icons.

http://images.xnr.be/534dcad89f37341e1204722cd513596e.png

Re: Extensions by Reines

FluxBB beta2
during install rei_captcha

The error occurred on line 26 in /home/syllable/public_html/forum/admin/extensions.php(139) : eval()'d code

Database reported: Column count doesn't match value count at row 1 (Errno: 1136).

How fix it?
Or should I update forum to latest from SVN?

Last edited by Rohan (2008-06-29 13:51:00)

Re: Extensions by Reines

Rohan wrote:

FluxBB beta2
during install rei_captcha

The error occurred on line 26 in /home/syllable/public_html/forum/admin/extensions.php(139) : eval()'d code

Database reported: Column count doesn't match value count at row 1 (Errno: 1136).

How fix it?

here is my modified file for FluxBB beta2, feel free to use it:
http://forum.network-games.eu.org/exten … nifest.xml

Network Games - we are playing just for fun

Re: Extensions by Reines

Rohan wrote:

Or should I update forum to latest from SVN?

You can download the latest SVN here, though technically it should not be used in a production environment since it is unstable.

Last edited by Reines (2008-06-29 17:40:22)

Re: Extensions by Reines

And how I can now defensive from bots? without upgrading to SVN version.

Last edited by Rohan (2008-06-29 17:20:30)

Re: Extensions by Reines

Rohan wrote:

And how I can now defensive from bots? without upgrading to SVN version.

Mediator has made a Captcha extension that might work on beta2.

Re: Extensions by Reines

I would like to se an extension that puts real name in post similar to show_group extension. Can you fix that Reines? smile

Re: Extensions by Reines

X-Dos's captcha manifest worked for me in the beta... though I had to add 'Reqmark' to common and 'Captcha guest info' for the admin panel. Thanks to both of you. Finally a functional captcha!

Thanks to the both of you!

Last edited by Grey (2008-07-26 23:19:09)

Re: Extensions by Reines

did you fix these's so beta 3 will work with them?

Re: Extensions by Reines

He will do yes, But seen as the code could still change, he won't yet smile

Re: Extensions by Reines

Dave B wrote:

did you fix these's so beta 3 will work with them?

Considering there isn't a beta 3 out yet... not yet? tongue

Re: Extensions by Reines

Powered by FluxBB 1.3 Beta

grr thats what i ment hahah!!!!

Re: Extensions by Reines

how to download one of ur extensions? the half of the files need a "login" oO

and what to do with a manifest.xml ?!

i've fluxbb 1.2.20

Re: Extensions by Reines

you put the whole extension folder inside "extensions"
manifest.xml should be in the extension folder.

FORUM ROOT
   Extensions
        Example
            manifest.xml
            anyotherfile.php
            somestyle.css

Re: Extensions by Reines

on 1.2.20?

i've fluxbb 1.2.20

Re: Extensions by Reines

no, 1.3beta2

I support: FluxBB & Habari

Re: Extensions by Reines

Reines, please, give link to your svn repositary (not trac)

Thanks