MyBB Community Forums

Full Version: Post Checker - Stop users with low posts posting links or images.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Quote:btw..love the idea of your extra_plugin_stuff. I think I will use your idea to create some functions similar. Very helpful stuff. I have a couple functions I use for template edits that I like to use.

Thanks. Feel free to use what you want, though it'd probably be a decent idea to release a library of functions together, to avoid overlaps.

Quote:does not work with all images and all links

Care to tell me which ones? From what I've tested it works for http://, https://, ftp and www. links. The link filters do not work with the double post automerger, which is why the plugin disables it, but the default settings do. So any steps to replicate would be appreciated...

Quote:Cracked me up.

Why thank you.
if I try to change a thread with many images, is on time the following error:

[attachment=11353]
Cool.

Approximately how many images? Post Checker Settings? Database type/version? PHP version? MyBB Version?

Though it is an SQL error...maybe I forgot to escape something, I thought the hook code did it for me.

I'll double check, but everything here is working with a mixture of quotes, single quotes and backslashe s- in a post with over 1600 images.

Thanks.

EDIT: Found (and fixed) another bug, but not what should be causing your error.
The thread contains 48 Images + signatures +
Code:
[hr]
the plugin support
Code:
[hr]
?

my board:
MyBB Version 1.4.2
PHP Version 5.2.6
SQL Engine MySQL 5.0.66
Try downloading the latest version at the very bottom of the first post (different server, while the Mods one awaits validation).

The plugin here works perfectly on that same setup, with
Code:
[hr]

So try upgrading and get back to me
nothing to do even after updating plugin
always this error Sad

Code:
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'l'ordine delle icone nel menu' a 12 icone [IMG]http://www.skinnermania.com/fo' at line 2
It has to be an escape issue.

'l'ordine. I was positive MyBB did that on the insert queries itself.

Maybe I am just using magic quotes...

Anyway: http://dredgy.com/misc/mybb/CheckPost.zip

Should work now.
well, now it works perfectly Wink

thanks
No problem. I reset my server around a month ago, and must've forgotten to turn off magic quotes.

Thanks for your patience Toungue
I continue to see images even if I do not have 3 posts as settings
while the links are not seen
[attachment=11356]
Pages: 1 2 3
Reference URL's