vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Report System Mod - PM instead of email (https://vborg.vbsupport.ru/showthread.php?t=93182)

rossco_2005 09-24-2005 12:36 PM

Sorry, that wasn't suppsoed to be there.

Jinovich 10-02-2005 08:17 PM

When I try and send a report I get prompted with "Please enter a reason for reporting this post" and I can seem to figure out why :S As I have a reason stated

*fixed*

but now it sends the post report but still via email could this be possible of previously installed hacks on the 3.0.7 which still exist such as Erwins Post Report hack? Boozehounds Modcp post reports which still exists in our MySQL database?

rossco_2005 10-10-2005 09:34 PM

I'm not sure if that might be the problem, sounds more like you missed a step when installing. :unsure:

itisonlyatest 10-22-2005 07:32 PM

The mySQL query isn't working for me!

This is what I get:
#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 'DEFAULT CHARSET=latin1 AUTO_INCREMENT=1' at line 5

rossco_2005 10-23-2005 03:33 PM

I don't know if it will work but try this:
Code:

CREATE TABLE `reportfulfilled` (
  `id` int(10) NOT NULL auto_increment,
  `status` varchar(10) NOT NULL default '',
  PRIMARY KEY  (`id`)
)

Shouldn't have any problem with that, let me know.

itisonlyatest 10-24-2005 08:55 PM

Quote:

Your SQL query has been executed successfully (Query took 0.0086 sec)
SQL query:
CREATE TABLE `reportfulfilled` (
`id` int( 10 ) NOT NULL AUTO_INCREMENT ,
`status` varchar( 10 ) NOT NULL default '',
PRIMARY KEY ( `id` )
)
Thanks, it worked!

rossco_2005 10-24-2005 09:14 PM

Quote:

Originally Posted by itisonlyatest
Thanks, it worked!

:D neat.


I'm thikning of stopping trying to support this mod as im not going to be using it on my forums anymore so i'm not gonna be able to work out the bugs in it. :ermm:
I definately wont be converting it to a plugin.

Snake 10-26-2005 09:18 PM

Will this works on 3.5.0 Gold?

itisonlyatest 10-30-2005 02:12 AM

Parse error: parse error, unexpected $ in /home/hilaryd/public_html/report.php on line 185

I get that error!

itisonlyatest 10-30-2005 02:13 AM

What do I do?


All times are GMT. The time now is 09:50 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.02154 seconds
  • Memory Usage 1,729KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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