Raised This Month: $51 Target: $400
 12% 

[ANY] Report to Forums


Post New Thread Reply   
 
Thread Tools Display Modes
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 09-17-2014 , 06:59   Re: [ANY] Report to Forums
Reply With Quote #521

I'm trying to get this plugin working on phpbb3, and it doesn't post anything to my forums, granted I am probably not doing something right.

Here is my cfg

Code:
//Which board you use? Visit https://bitbucket.org/norcalbots/report-to-forums/wiki/Supported%20Forums
rtf_forum_software_id 4

//Table Prefix
rtf_table_prefix "phpbb_"

//Forum ID to the specific forum you want the reports sent to.
rtf_forum_id 29

//Userid for the Reporter User.
rtf_reporter_id 253

//Username for the reporter.
rtf_reporter_username "Reporter"

//E-Mail address for the reporter.
rtf_reporter_email "[email protected]"

//Title to the target menu.
rtf_targetmenu_title "Select a Player:"

//Title to the main category menu.
rtf_mainmenu_title "Select a Category:"

//Title to the reason selection menu.
rtf_submenu_title "Select a Reason:"

//1 = Name - Reason
//2 = SteamID - Reason
//3 = IP - Reason
rtf_title_mode 1

//Time Difference between the webserver and the gameserver. This is in seconds. 0 = none 60 = 60seconds/1min
rtf_vps_timediff 0

//Allow users to create custom reports using sm_report <name|steamid|ip> <reason>.
rtf_allow_custom_reports 1

//Prefix added to the beginning of the plugin generated say messages.
rtf_prefix "Reporter"

//Time in seconds between reports (per user).
rtf_cmd_cooldown 30

//Time in seconds to display the advertisement. 0 turns off the advertisement.
rtf_advertisement_frequency 600

//Use updater to keep the plugin uptodate.
rtf_auto_update 1

//Turn on and off dev mode (Allowing targeting of self only for now)
rtf_dev_toggle 0

//Enables this if you are having trouble.
rtf_debug 0

//Reporter Heading
rtf_reporter_title "Reporting Party"

//Reported Heading
rtf_reported_title "Offending Party"

//Server Info Heading
rtf_serverinfo_title "Server Info"

//Title of the Server name under 'Server Info'
rtf_serverinfo_name "Name"

//Title of the Server ip under 'Server Info'
rtf_serverinfo_ip "IP"

//Title of the Map under 'Server Info'
rtf_serverinfo_map "Map"

//Title of the Server name under 'Offending Party'
rtf_offending_name "Name"

//Title of the Server authid under 'Offending Party'
rtf_offending_authid "SteamID"

//Title of the Server ip under 'Offending Party'
rtf_offending_ip "IP"

//Title of the Server category under 'Offending Party'
rtf_offending_cat "Category"

//Title of the Server reason under 'Offending Party'
rtf_offending_reason "Reason"

//Title of the Server description under 'Offending Party'
rtf_offending_desc "Description"

//Title of the Server name under 'Reporting Party'
rtf_reporting_name "Name"

//Title of the Server authid under 'Reporting Party'
rtf_reporting_authid "SteamID"

//Title of the Server ip under 'Reporting Party'
rtf_reporting_ip "IP"

//Branding at bottom of a post.
rtf_branding "Post auto generated with \"Report to Forums\" by =NcB= SavSin"

//Alert in game of the player that was reported and the reason.
rtf_admin_alert 1

//Block posts to the forum if there is an admin in game.
rtf_admin_nopost 0
I'm not seeing any errors and I can use the function in game, although no message is displayed after reporting someone (not sure if there is supposed to be one). Do I need to make the "Reporter" username on my forums or does it do that on its own?

Last edited by Phaiz; 09-17-2014 at 07:39.
Phaiz is offline
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 09-17-2014 , 12:06   Re: [ANY] Report to Forums
Reply With Quote #522

Looks like we fixed it, nevermind!
Phaiz is offline
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 09-17-2014 , 12:45   Re: [ANY] Report to Forums
Reply With Quote #523

Well it worked for one test report, now we get this error when trying to report

Code:
L 09/17/2014 - 16:34:34: [reporttoforum.smx] Failed To Create Thread: Table '***_***.topics' doesn't exist
Version 1.1.7f
Phaiz is offline
scso1502
Senior Member
Join Date: Dec 2007
Location: Windsor, CA USA
Old 11-08-2014 , 12:46   Re: [ANY] Report to Forums
Reply With Quote #524

This plugin no longer works on any of my TF2 servers as of a couple of TF2 and SourceMod updates last week. It's nice to have a break from the 50 or so reports per day, but I'd like to be able to use it still. Here's is what's showing in the logs in case someone can look at it:

sm_plugins list:

Quote:
16 "Report To Forums Beta" (1.1.7f) by SavSin
From the SourceMod Log:

Quote:
L 11/07/2014 - 01:29: 39: [reporttoforum.smx] Create Thread: INSERT INTO smf_topics (id_board, approved) VALUES ('14', '1');
From the SourceMod Updater.log:

Quote:
L 11/07/2014 - 19:14:59: SMC parsing error on line 1
L 11/07/2014 - 19:14:59: [0] URL: http://scripts.norcalbots.com/report.../rtfupdate.txt
L 11/07/2014 - 19:14:59: [1] ERROR: A property was declared outside of a section
From the SourceMod Error Log right after a report is attempted:
Quote:
L 11/08/2014 - 09: 34:22: [reporttoforum.smx] Failed To Create Thread: Duplicate entry '0-14' for key 'last_message'
Any help would be appreciated,
Thanks
__________________

Lt. Maverick
BOOM! Gaming & Technology Community
www.boomgaming.net

Last edited by scso1502; 11-08-2014 at 12:50.
scso1502 is offline
scso1502
Senior Member
Join Date: Dec 2007
Location: Windsor, CA USA
Old 11-17-2014 , 11:54   Re: [ANY] Report to Forums
Reply With Quote #525

Does anyone still follow this thread that can fix problems like reported in my post above or should I just uninstall? No biggy, I just wanted to know if I should continue waiting or not. It's a great plugin. I'd hate to see it go away from lack of support.

Thanks...
__________________

Lt. Maverick
BOOM! Gaming & Technology Community
www.boomgaming.net

Last edited by scso1502; 11-17-2014 at 11:55.
scso1502 is offline
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 11-27-2014 , 08:51   Re: [ANY] Report to Forums
Reply With Quote #526

Quote:
Originally Posted by scso1502 View Post
Does anyone still follow this thread that can fix problems like reported in my post above or should I just uninstall? No biggy, I just wanted to know if I should continue waiting or not. It's a great plugin. I'd hate to see it go away from lack of support.

Thanks...
Mine still works, same version, but does seem to be fairly buggy so it wouldn't hurt if there was an alternative.
__________________
Phaiz is offline
scso1502
Senior Member
Join Date: Dec 2007
Location: Windsor, CA USA
Old 11-27-2014 , 14:35   Re: [ANY] Report to Forums
Reply With Quote #527

I'm using it for SMF, which forums are you using it on? Just curious... Happy Thanksgiving!
__________________

Lt. Maverick
BOOM! Gaming & Technology Community
www.boomgaming.net
scso1502 is offline
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 11-28-2014 , 07:42   Re: [ANY] Report to Forums
Reply With Quote #528

Quote:
Originally Posted by scso1502 View Post
I'm using it for SMF, which forums are you using it on? Just curious... Happy Thanksgiving!
PHPBB3. My website is in my sig, if you like you can check out the Reporting section of my forums to see mine working.
__________________
Phaiz is offline
easono
Senior Member
Join Date: Nov 2013
Old 11-30-2014 , 09:09   Re: [ANY] Report to Forums
Reply With Quote #529

Quote:
Originally Posted by Phaiz View Post
PHPBB3. My website is in my sig, if you like you can check out the Reporting section of my forums to see mine working.
Could you PM me your settings for this as I can not get mine working also phpbb, Current version 3.0.12
easono is offline
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 01-01-2015 , 22:16   Re: [ANY] Report to Forums
Reply With Quote #530

Quote:
Originally Posted by easono View Post
Could you PM me your settings for this as I can not get mine working also phpbb, Current version 3.0.12
It doesn't work anymore, and even if it does it's a very rare occasion. Plugin needs to be unapproved since the author is inactive for over 6 months and no one seems to be taking it over.
__________________
Phaiz is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode