vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Prevent Doubleposting (https://vborg.vbsupport.ru/showthread.php?t=59916)

Xenon 12-23-2004 09:31 AM

just if $do_bump is set to true

cinq 12-23-2004 02:30 PM

Let's say a user makes a post and maxs out the number of attachments.
WHat happens when within the very short interval ( which considers the next post a double post ) , he posts again with an attachment.

Can this handle that ?

alqadir 12-25-2004 12:57 PM

hello all,
I have tried to install this hack but I get the following error:
Database error in vBulletin 3.0.3:
Code:

Invalid SQL:
                                                SELECT postid, pagetext, post.title, post.userid
                                                FROM post AS post
                                                LEFT JOIN deletionlog AS deletionlog ON(deletionlog.primaryid = post.postid AND type = 'post')
                                                WHERE threadid =
                                                        AND dateline > 1103982928
                                                        AND visible = 1 AND deletionlog.primaryid IS NULL
                                                ORDER BY dateline DESC
                                                LIMIT 1
                       
mysql error: 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 'AND dateline > 1103982928
                                                        AND visible = 1 AND deletionl

mysql error number: 1064

Can someone out their please help me out! thanks

Xenon 12-27-2004 02:52 PM

@cinq: actually the attachmentpart is the only little bug which is still there

you can add more attachments then allowed with the doublepost, as the avoidance would have produced too much queries....

@alquadir: the $threadinfo varialbe seems to be empty, you have either placed the code at the wrong place, or you have another hack, which is buggy
nothing i can solve.

cinq 12-28-2004 12:57 AM

Quote:

Originally Posted by Xenon
@cinq: actually the attachmentpart is the only little bug which is still there

you can add more attachments then allowed with the doublepost, as the avoidance would have produced too much queries....

So in this hack, it doesnt cater for that, and the post with new attachments will just be a new post, correct ?

If so, that's fine with me :)

Xenon 12-28-2004 08:42 PM

nope, it will just merge them, no matter if you get over the limit or not ;)

cinq 12-29-2004 12:11 AM

oic, so the first post will have more attachments than the max limit per post.

I'm fine with it too, but do let us know if you manage a workaround for it :)
thanks ! :D

Xenon 12-29-2004 04:54 PM

of course ;)

i'll work onit on my free days soon ;)

Xenon 01-03-2005 12:20 PM

Version 1.5 released

actually it's just a minor release, so i won't send an update mail

What has changed?
Bugfix: Doubleposts won't create posts with more than attachlimit attachments
Setting: I have created a settingarray at the top of the hack, allowing to easyly changint the timespan of when a post will be counted as doublepost.

No further changes are planned right now.

cinq 01-04-2005 11:45 PM

Just to confirm Stefan, only when a user posts within the time allocated in a particular thread that the posts are merged.

A scenario :
If he starts a new thread A, or makes a post B1 somewhere in another thread B, both the thread A or new post B1 should not get merged into the post C1 in thread C which he made 5 mins ago before making post B1 or new thread A, correct ?

( sorry if it sounds confusing, but it seems some of my members are complaining about this .... odd )


All times are GMT. The time now is 04:53 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01392 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete