vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Advanced Report Post Management System (https://vborg.vbsupport.ru/showthread.php?t=137031)

Awjvail 05-04-2008 10:34 PM

Quote:

Originally Posted by EliteLuke (Post 1508543)
I'm getting this error when i try to send a report:

Fatal error: Call to a member function query() on a non-object in /home/username/public_html/forum/includes/class_reportitem.php(341) : eval()'d code on line 4

just checked this..

make sure that in vbulletin settings> User Infractions & Post Reporting Options, set the "Post reporting email" to "No email".. instead, you must select a Post Reporting Discussion forum.

AWJunkies 05-07-2008 12:45 AM

Quote:

Originally Posted by Awjvail (Post 1508681)
just checked this..

make sure that in vbulletin settings> User Infractions & Post Reporting Options, set the "Post reporting email" to "No email".. instead, you must select a Post Reporting Discussion forum.

This is NOT needed. The hacker programed it wrong. There is a simple fix for this which I have and also working on visitor message, photos etc integration as well. Already have visitor messages done just need to finish back-end and template. Will contact original owner about release. There are a LOT of bugs and code changes that need to be done to work properly.

Skyline_GT 05-07-2008 01:53 AM

Does this mod work on 3.7?

masoud_sun 05-10-2008 09:03 AM

3.7 ؟؟

3.6.x = bugh

jawatkin 05-13-2008 03:07 AM

Quote:

Originally Posted by AWJunkies (Post 1511116)
This is NOT needed. The hacker programed it wrong. There is a simple fix for this which I have and also working on visitor message, photos etc integration as well. Already have visitor messages done just need to finish back-end and template. Will contact original owner about release. There are a LOT of bugs and code changes that need to be done to work properly.

Looking forward to it. In the meantime, have it running with pootsey's fix for the post reports! :)

pootsey 05-16-2008 06:55 PM

Yeah, my fix was only meant to be temporary anyway.

stejc123 05-17-2008 04:22 PM

Quote:

Originally Posted by EliteLuke (Post 1508543)
I'm getting this error when i try to send a report:

Fatal error: Call to a member function query() on a non-object in /home/username/public_html/forum/includes/class_reportitem.php(341) : eval()'d code on line 4

I'm also getting this error but after pootsey's modfication the report is actually being submitted.

cb001 06-02-2008 12:06 PM

For vBulletin 3.7 you need to edit the "save reports to database" plugin. The following code should work:

Code:

global $vbulletin;

$vbulletin->db->query("
    INSERT INTO " . TABLE_PREFIX . "postreport
    (postid, userid, reporttext, status, dateline)
    VALUES
    (" . $iteminfo['postid'] . ",
    " . $vbulletin->userinfo['userid'] . ",
    '". addslashes(htmlspecialchars_uni($vbulletin->GPC['reason'])) . "',
    0,
    " . TIMENOW . ")
");

Don't know if it the best solution.

Alfa1 06-02-2008 02:55 PM

Quote:

Originally Posted by AWJunkies (Post 1511116)
There is a simple fix for this which I have and also working on visitor message, photos etc integration as well. Already have visitor messages done just need to finish back-end and template. Will contact original owner about release. There are a LOT of bugs and code changes that need to be done to work properly.

Great!

Spinball 06-14-2008 06:40 PM

Looking forward to this. It's important for our forum.


All times are GMT. The time now is 04:07 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.01380 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
  • (5)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