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)
-   -   Administrative and Maintenance Tools - Advanced Warning System 3.6.7 (https://vborg.vbsupport.ru/showthread.php?t=124477)

tank14 01-01-2007 12:01 AM

Sorry to be a pain but this is what happens when I remove a warning..How do I change this template to fix? It posts double, and the tags is messed up a bit..
Dear Test,

A warning you have received for violating XboxCrave Community Rules has been removed by the Forums team. The removed warning concerned:

Spaming Forums
(Warning Type = Spam)

The post for which you were warned, and whose warning has now been removed, can be seen here:

Warned Post

With this warning being removed, 10 point(s) have been removed from your total.

Your total Warning Level at the moment is: 80 point(s).

Please reply back if you have a dispute.]]></template>
<template name="warn_pm_remove" templatetype="template" date="1155647787" username="Erik" version="3.6.0"><![CDATA[Dear Test,

A warning you have received for violating XboxCrave Community Rules has been removed by the Forums team. The removed warning concerned:

Spaming Forums
(Warning Type = Spam)

The post for which you were warned, and whose warning has now been removed, can be seen here:

Warned Post

With this warning being removed, 10 point(s) have been removed from your total.

Your total Warning Level at the moment is: 80 point(s).

Please reply back if you have a dispute.

Delphiprogrammi 01-01-2007 01:35 PM

Quote:

Originally Posted by tank14 (Post 1148312)
Sorry to be a pain but this is what happens when I remove a warning..How do I change this template to fix? It posts double, and the tags is messed up a bit..
Dear Test,

A warning you have received for violating XboxCrave Community Rules has been removed by the Forums team. The removed warning concerned:

Spaming Forums
(Warning Type = Spam)

The post for which you were warned, and whose warning has now been removed, can be seen here:

Warned Post

With this warning being removed, 10 point(s) have been removed from your total.

Your total Warning Level at the moment is: 80 point(s).

Please reply back if you have a dispute.]]></template>
<template name="warn_pm_remove" templatetype="template" date="1155647787" username="Erik" version="3.6.0"><![CDATA[Dear Test,

A warning you have received for violating XboxCrave Community Rules has been removed by the Forums team. The removed warning concerned:

Spaming Forums
(Warning Type = Spam)

The post for which you were warned, and whose warning has now been removed, can be seen here:

Warned Post

With this warning being removed, 10 point(s) have been removed from your total.

Your total Warning Level at the moment is: 80 point(s).

Please reply back if you have a dispute.


ups seems like those templates are messed up the "<template> and </template>" tags should not show up in that messages it means i means i messed up (yes that's my fault) you could fix the problem by editing the warning remove templates warn_em_remove and warn_pm_remove check them

Delphiprogrammi 01-01-2007 01:37 PM

Quote:

Originally Posted by tank14 (Post 1148312)
Dear Test,

A warning you have received for violating XboxCrave Community Rules has been removed by the Forums team. The removed warning concerned:

Spaming Forums
(Warning Type = Spam)

The post for which you were warned, and whose warning has now been removed, can be seen here:

Warned Post

With this warning being removed, 10 point(s) have been removed from your total.

Your total Warning Level at the moment is: 80 point(s).

Please reply back if you have a dispute.

here i edited this to give example it should be like this without the "template" tags

tank14 01-02-2007 03:16 AM

Code:

Database error in vBulletin 3.6.4:

Invalid SQL:

                        INSERT INTO pmtext_warned
                        (fromuserid, fromusername, title, before_title, message, before_message, touserarray, dateline)
                        VALUES
                        (,
                        '',
                        '',
                        '<i>The user did not enter a title</i>',
                        '',
                        '<i><u>++++</u></i>,,,,,,,,,,,,,,,,,,,,,,',
                        '',
                        1167714846);

MySQL Error  : 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 '
                        '',
                        '',
                        '<i>The user did not enter a title</i>',
                        '',
                        '<i><u' at line 4
Error Number : 1064
Date        : Monday, January 1st 2007 @ 11:14:06 PM
Script      : http://xboxcrave.com/vb/newreply.php
Referrer    : http://xboxcrave.com/vb/newreply.php?do=newreply&noquote=1&p=33
IP Address  : 69.243.173.129
Username    : Jagged X sL4Sh
Classname    : vb_database

I get this when I curse in forums..Was a test for auto warner which doesn't work

Terminatoronly 01-02-2007 06:52 AM

nice hack installed it will do the job that i want

parabat 01-02-2007 01:50 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1123079)
Well there is one way around .... open product-aws.xml and find

Code:

<dependencies>
  <dependency dependencytype="php" minversion="4.4.4" maxversion="5.0.0 Beta 1" />
  <dependency dependencytype="vbulletin" minversion="3.6.0" maxversion="" />
 </dependencies>

remove the php version check so

Code:

<dependencies>
  <dependency dependencytype="vbulletin" minversion="3.6.0" maxversion="" />
 </dependencies>

then it will import.

Delphiprogrammi, I'm in a similar boat running PHP 4.3.11 (Linux). If I remove the PHP check, how will this affect the running of the mod???:confused:

-Parabat

Delphiprogrammi 01-02-2007 03:23 PM

Quote:

Originally Posted by tank14 (Post 1148934)
Code:

Database error in vBulletin 3.6.4:
 
Invalid SQL:
 
            INSERT INTO pmtext_warned
            (fromuserid, fromusername, title, before_title, message, before_message, touserarray, dateline)
            VALUES
            (,
            '',
            '',
            '<i>The user did not enter a title</i>',
            '',
            '<i><u>++++</u></i>,,,,,,,,,,,,,,,,,,,,,,',
            '',
            1167714846);
 
MySQL Error  : 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 '
            '',
            '',
            '<i>The user did not enter a title</i>',
            '',
            '<i><u' at line 4
Error Number : 1064
Date        : Monday, January 1st 2007 @ 11:14:06 PM
Script      : http://xboxcrave.com/vb/newreply.php
Referrer    : http://xboxcrave.com/vb/newreply.php?do=newreply&noquote=1&p=33
IP Address  : 69.243.173.129
Username    : Jagged X sL4Sh
Classname    : vb_database

I get this when I curse in forums..Was a test for auto warner which doesn't work

Disable the automtic warnings feature it doesn't seem to work on *every* board i have had other people complaining that it doesn't work it's in your warning options

Delphiprogrammi 01-02-2007 03:25 PM

Quote:

Originally Posted by parabat (Post 1149151)
Delphiprogrammi, I'm in a similar boat running PHP 4.3.11 (Linux). If I remove the PHP check, how will this affect the running of the mod???:confused:

-Parabat

on that PHP build it should run without a problem.I only picked 4.4.4 because that is the latest supported release in the PHP 4 series

tank14 01-02-2007 06:24 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1149195)
Disable the automtic warnings feature it doesn't seem to work on *every* board i have had other people complaining that it doesn't work it's in your warning options

I wanted to use that feature badly =(

tank14 01-03-2007 06:05 AM

Please get that auto thing working...What would it take? Would help us all out.


All times are GMT. The time now is 10:53 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.01733 seconds
  • Memory Usage 1,760KB
  • 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_code_printable
  • (6)bbcode_quote_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