vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - Duplicate IP Report by BOP5 (Checks for users sharing the same IP Addresses) VB3/VB4 (https://vborg.vbsupport.ru/showthread.php?t=282525)

Mark4865 01-05-2013 11:09 AM

Install Gold Version and ran report, fantastic stuff came up with some very interesting info

Where do I find my thread id so I can specify it for future reports

My report showed some potential spammers which I wasn't aware off which was great

It also showed some duplicate IP addresses where I know users are legitimate and not spammers, 1 duplicate made sense as the 2 members work for same company but the other 2 didn't make sense. I am sure all are real users could it just be they logged onto same server or something?

diddy29 01-05-2013 11:38 AM

Hi, looks like a great mod, but I keep running into these errors:

Warning: include_once([path]/./includes/cron/bop5_dupeip.php) [function.include-once]: failed to open stream: No such file or directory in [path]/admincp/cronadmin.php on line 113

Warning: include_once() [function.include]: Failed opening '[path]/./includes/cron/bop5_dupeip.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/admincp/cronadmin.php on line 113

I've disabled Glowhost, set my days 1, 1, but I still keep getting these errors when I run it manually.

We have a mod that prevents links from being posted until they have a minimum number of approved posts (2) to prevent spammers. That's worked perfectly, but could that prevent this from working?

Thank you!!

ForceHSS 01-05-2013 04:31 PM

Quote:

Originally Posted by diddy29 (Post 2394871)
Hi, looks like a great mod, but I keep running into these errors:

Warning: include_once([path]/./includes/cron/bop5_dupeip.php) [function.include-once]: failed to open stream: No such file or directory in [path]/admincp/cronadmin.php on line 113

Warning: include_once() [function.include]: Failed opening '[path]/./includes/cron/bop5_dupeip.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/admincp/cronadmin.php on line 113

I've disabled Glowhost, set my days 1, 1, but I still keep getting these errors when I run it manually.

We have a mod that prevents links from being posted until they have a minimum number of approved posts (2) to prevent spammers. That's worked perfectly, but could that prevent this from working?

Thank you!!

its not hard to work out the problem just upload the missing file it is asking for includes/cron/bop5_dupeip.php

diddy29 01-10-2013 02:15 AM

Quote:

Originally Posted by ForceHSS (Post 2394922)
its not hard to work out the problem just upload the missing file it is asking for includes/cron/bop5_dupeip.php

To confirm, do I just upload a file named bop5_dupeip.php or is there a special file named this that I have to acquire?

ForceHSS 01-10-2013 02:50 AM

Quote:

Originally Posted by diddy29 (Post 2395884)
To confirm, do I just upload a file named bop5_dupeip.php or is there a special file named this that I have to acquire?

it is all in the file you downloaded

BirdOPrey5 01-12-2013 02:12 PM

In the download zip for this mod there is a folder called upload, inside upload is includes, inside includes is cron, and inside cron in the file: bop5_dupeip.php

Using FTP upload bop5_dupeip.php onto your vBulletin install in the folder /includes/cron/

The folders after /upload/ match where the files need to go in your forums. Same as with the VB install files when you installed the forum.

Hostboard 02-20-2013 02:13 PM

Took me awhile but I finally came up with some things that would be helpful (at least for me) At the moment I have it setup to post a thread/report into a dedicated forum. However I would like to stop those that have access to the forum from posting within the same thread. So would it possible to add a feature to auto-close the thread upon its posting? Also having the ability to make the thread auto-sticky for X amount of days would be great. This would allow x amount of reports (a week in my case) worth of reports to remain at the top of the forum and not get lost in the staff's chit chat.

TIA

BirdOPrey5 03-03-2013 11:52 AM

Quote:

Originally Posted by Hostboard (Post 2405418)
Took me awhile but I finally came up with some things that would be helpful (at least for me) At the moment I have it setup to post a thread/report into a dedicated forum. However I would like to stop those that have access to the forum from posting within the same thread. So would it possible to add a feature to auto-close the thread upon its posting? Also having the ability to make the thread auto-sticky for X amount of days would be great. This would allow x amount of reports (a week in my case) worth of reports to remain at the top of the forum and not get lost in the staff's chit chat.

TIA

Closed threads is a good idea- I will make sure it is an option in the next update.

In the mean time if you want closed threads just edit the php file that came with the mod (in the /includes/cron/ directory)

Find the line:

PHP Code:

    $kthread->set('showsignature'$showsig); 

And directly below it add:

PHP Code:

    $isopen 0;
    
$kthread->setr('open',     $isopen); 

That will create all threads as closed threads.

If you want to go back to open threads just change $isopen = 1 instead.


The sticky threads for X number of days isn't likely to happen, would be too much code with nothing to do with this mod IMO.

BirdOPrey5 03-03-2013 12:45 PM

Not likely either- that would require keeping some type of log in the database which means creating new database tables, regular reading from and updates to those tables, just an annoyance from a coding point of view.

BirdOPrey5 03-04-2013 11:42 AM

The 2 existing queries can be quite heavy, especially on large forms- doubling the queries would cause more timeout issues or require forum admins to restrict how far back the mod looks even more. That's why if I did implement this feature it would be with a custom log not a duplicate query one day earlier.

Second issue with your logic, there would be a report every other day.


All times are GMT. The time now is 11:58 AM.

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.01165 seconds
  • Memory Usage 1,751KB
  • 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
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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