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 01-05-2005 12:02 AM

sounds very confusing ^^

to make it short it just works in one thread, so he can start 4 new thread and nothing will be merged, just if someone makes a post in a thread where he already has the last post and it's not that long ago, then it will be merged ;)

cinq 01-05-2005 12:47 AM

Ah yes, that's what I thought too....I think my members are rather confused though. Will explain it to them :)

Thanks :D

Sel 01-05-2005 07:30 AM

Hi

Some of the users on the forum I moderate have pointed out a way to get around the hack.

If a user posts more than the max number of allowed smilies, a new post is added and the double post hack does not work.

For example the smilie limit on the forum is 3...

A user makes a post with 2 smilies, then the same user posts straight after with another 2 smilies, this breaks the smilie limit and causes a new post to be added rather than the 2 posts being merged.

Don't think this has been pointed out already so I thought I’d mention it. :nervous:

Thanks

Xenon 01-05-2005 01:30 PM

@Sel: well, yep thats know, but it's how the hack is designed.

i did it without the check before, and that lead to non editable posts after the merge, so this smilie check has to be in

i'd increase the ammount of smilies allowed ;)

Sel 01-05-2005 03:19 PM

Nice one, thanks for the quick reply. Think I will increase the smilie limit then, three is a bit harsh!!

Great hack by the way!

Xenon 01-05-2005 04:08 PM

thanks :)

sbp 01-08-2005 06:10 AM

Thank you Xenon http://sbp777.homestead.com/files/kawaii.gif

Paul M 01-08-2005 11:32 AM

If you have previously installed Proxy ip to real ip conversion or Proxy Detector v3.1 then these install instructions will not work (or if you manage to find the block of code to replace, and then replace it as specified, your proxy hack will cease to function correctly).

This is because both proxy ip hacks add an extra field to all new posts. To fix this, edit the install instructions as follows.

find ;

PHP Code:

showsignatureipaddressiconidvisibleattach

and replace with;

PHP Code:

showsignatureipaddressproxyipiconidvisibleattach

also find ;

PHP Code:

'" . addslashes($post['ipaddress']) . "'$post[iconid], $post[visible], $totalattachments

and replace with ;

PHP Code:

'" . addslashes($post['ipaddress']) . "','" . addslashes($post['proxyip']) . "'$post[iconid], $post[visible], $totalattachments

You can then apply this hack. :)

Xenon 01-08-2005 11:43 AM

Thx for mentioning Paul, i included a link to your post in the first post :)

Baptizer 01-09-2005 01:40 AM

When someone double posts, is there a way to put a message above the merged post stating when the user double posted?


All times are GMT. The time now is 02:58 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.01238 seconds
  • Memory Usage 1,744KB
  • 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
  • (4)bbcode_php_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