Version: 3.6.9(C), by Delphiprogrammi
Developer Last Online: Aug 2015
Category: Administrative and Maintenance Tools -
Version: 3.6.8
Rating:
Released: 08-19-2006
Last Update: 10-02-2007
Installs: 211
DB Changes Uses Plugins Template Edits
Code Changes Additional Files Is in Beta Stage
No support by the author.
Advaned Warning System
This is a port of aws and i release this with permission...(yes i did ask the original author)
This version of the warning includes
1 vbulletin 3.6.x product file (XML)
1 admincp navigation XML
1 functions file(functions_warning.php)
3 images
3 cronjobs
1 modcp file to allow moderators to view warnings information without having to give admincp access(mod_warn.php)
1 admincp file to manage the system options(admin_warn.php)
1 XML to control permissions(bitfield_aws.xml)
For a completer list of the system features you can refer to this
This version will also require vbulletin 3.6.x to run.If you run 3.5.x or any other release then 3.6.x you will see a message.
This system is tested for a long time and i believe it's stable enough for a public release HOWEVER since this is a major hack and i'm just human please consider this first public run still as "beta"
instructions ow howto install can be found in the docs directory within the zip
statistics
25 plugins
27 templates
5 new MySQL tables
3 standard vbulletin tables alterd (user,post,and usergroup)
827 phrases
47 settings
updates
A problem has been found where no link is provided to view your own warnings(normal users) in the member profile only i fixed this.To get the fix you will need to reedit your "MEMBERINFO" template and reimport product-aws.xml (set allow overwrite to yes)
a product depency whas added the system will no longer install on PHP 5 (in response to continued error reports on that PHP version)
to report a possible bug
please go the system bugtracker here you can use the folowwing account
username:bugreporter
password:awsbug
no need to register yourself
30-11-2006
People on PHP 5 can follow this instructions to avoid the PHP version related error message BUT remember you are on your own if you do this.I won't upgrade my PHP until PHP 5 is there main stable release (www.php.net)
1-1-2007
A bug has been reported in the system.This bug whas causing vbulletin to throw an error when you try to use admincp => users=> add a new user
Quote:
Fatal error: Call to a member function clean_gpc() on a non-object in class_dm_user.php(2385) : eval()'d code on line 35
Solution
Edit plugin "AWS:warn link in usermanager" and replace all code with this
This release includes a fix for the problem "call to member function on a non object class_dm_user.php)" when you try to add a new user manaually (after submitting the form)
bugreport ! i've not understood the condition - when it happening, but it happening often...
Look at first comma after VALUES - there is strange... no userid, no username. Why it can be ?
this report from one of the administrators account.
Code:
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>',
'B?*um b?*um bambaló \nBambaló og dillidillidó\nMy little friend I lull to rest\nBut outside, a face looms at the window\n\nWhen the mighty mountains\nfill your chest with burning desire,\nI will play the langspil [violin-fiddle-like instrument]\nand soothe your mind\n\nB?*um b?*um bambaló \nBambaló og dillidillidó\nMy little friend I lull to rest\nBut outside, a face looms at the window\n\nWhen the cruel storms rage\nand the dark blizzard crouches above,\nI shall light five candles\nand drive away the winter/twilight shadows',
'B?*um b?*um bambaló \nBambaló og dillidillidó\nMy little friend I lull to rest\nBut outside, a face looms at the window\n\nWhen the mighty mountains\nfill your chest with burning desire,\nI will play the langspil [violin-fiddle-like instrument]\nand soothe your mind\n\nB?*um b?*um bambaló \nBambaló og dillidillidó\nMy little friend I lull to rest\nBut outside, a face looms at the window\n\nWhen the cruel storms rage\nand the dark blizzard crouches above,\nI shall light five candles\nand drive away the winter/twilight shadows',
'',
1171311326);
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>',
'B?*um b?*um b' at line 4
Error Number : 1064
Date : Monday, February 12th 2007 @ 12:15:26 PM
Script : http://www.linkinparkforums.com/editpost.php?do=updatepost&postid=463949
Referrer :
IP Address : 194.144.42.227
Username : Friðbjörn
Classname : vB_Database
that is caused by the automatic warnings future disable it and the errormessages will disappear until i can have a look in fixing that
Though I wanted to install AWS in 3.5, since it was in Beta, I was using Inferno Warning System. Now I am still continuing with it, though it is not 100% working (adding warnings but not banning).
Now I am planning to switch to AWS 3.6.1, before that some queries:
1) Can I import the Warning points from Inferno Warning System?
2) Inferno had some warning blocks (green+yellow+red), does your warning levels/points have such blocks/pictures?
3) Does every one can see other members warning points and warning reason?
Thanks for your support.
1)nope
2)nope
3)No only mods and up and the warned person (his own only)
also i want to ask authors - is it possible to embed manual changes to templates to the xml ?
like as parse_templates plugin, or - i don't know the way to change templates in install/uninstall scripts - may be somebody know ?
only one way that i can invent - get it by fetch_template, change and store directly to the database by SQL query..
Any thinks ?
I think you mean to have the template edits automated ? i think that would be impossible
I have added a new thing.Using the new "adminmessage" system that whas introduced by jelsoft in one of 3.6.x beta's don't remember exactely which one.When you install the system (a complete new install not an upgrade) you will see a message on what todo next toget the system working on your board.This is most to help new vBulletin "modding" users to get started quickly and when you uninstall the system you will see a message telling you which file(s) are save to remove from your server
I installed it,and works fine,but since installing it,we cannot see avatars or signatures anymore!!!
I am using Postbit and not postbit_legacy
Thanks for help in advance.
ey don't yell that's completely normal.There is a setting in your warning options that controls this."Avatar Cut Off limit" and "Signature Cutoff Limit" set both to "0" (zero) if you want to ALWAYS allow (regardless off any warnings) members to keep there avatar and signature)
I think you mean to have the template edits automated ? i think that would be impossible
I think that using preg_replace() and other string funcs will help to do it automatically
but i've asked - is this possible to transfer changing templates to the plugin that will hook entry named "parse_templates" ?
I did it in mine 2 plugins w/o any hard work... but your have many changes, of course...
I think that using preg_replace() and other string funcs will help to do it automatically
but i've asked - is this possible to transfer changing templates to the plugin that will hook entry named "parse_templates" ?
I did it in mine 2 plugins w/o any hard work... but your have many changes, of course...
$vbulletin->templatecache[] = str_replace() ...... and so on BUT you have to "give" a comment string on where to insert the changes.Because this system contains many changes this is something you have todo by hand.I think you have to first insert a comment into the template(s) that need to be modified then vBulletin can "parse" them through that hook.I've seen it done in other mods