![]() |
The warning points doesn't get reduced even though I deleted all the logs and completely remove all the warnings. Is there a fix for this?
|
For some reason the usergroups specified in the 'Moderators' setting for AWS can't issue / view warnings. AWS's specified Administrator and Super Moderators can however.
Does AWS require that users be a moderator of the board AND have their usergroup specified in the AWS settings? Because I want to give non-moderator usegroups permission to issue / view warnings. Thanks. |
Quote:
|
Is this still being updated, and has anyone had any success with 3.5.2 I'm going to try it out on 3.5.2 now and let you guys know how it goes.
|
Quote:
Thats the same error im getting and I have noticed alot of people are getting, yet no one has answered how do you get rid of all the old traces of the old hack. Thanks |
Quote:
And I have it running on 3.5.2. So far no problems but I have not had to issue any warning for the time. |
When i try and run the uninstaller.php from this version or from the last version i had i get this error.
Fatal error: Call to a member function on a non-object in /home/gamerzne/public_html/forums/admincp/uninstaller.php on line 56 i need to totally uninstall the old version before i can install this version because im getting the database error that i stated above. Thanks |
Quote:
|
Quote:
|
Gentlemen,
I am sorry to see that no one is answering the questions I can't handle. It looks as if Andreas is too busy to maintain this hack, and since he has done all the "packaging" work (i.e. create the installation files etc, for vB 3.5), I have no way to help you. On top of that, my test site has been shut down, so I have no way to test things and come back with answers, than by checking the first version of the code I supplied to Andreas. I apologize for the inconvenience, but I have absolutely no way to help you out. I'll try to contact Andreas and see if he plans to work on this hack, if not I need to find someone else who wants to help, or (I am afraid) we should call this "non-supported hack". Sorry :( |
Well should i PM Andreas or just wait to see if he has time to check this out, hopefully he has time to support this wonderful hack.
|
I have just worked out my problem i think, im still testing it, but wanted to write down what i had done before i continue
i deleted in the uninstaller.php everywhere were it said $DB_site->query it was online 56 9* 114 116 etc and that alloud me to run the installer fine now i get this message You have completed all the automated steps of the Uninstaller. Proceed with the rest of the modifications, described in the Uninstallations Instructions. What are these? |
I am not sure if this solves your problem. What you did, with that, is that you removed all the database changes that the uninstaller was supposed to do.
Here are the rest of the instructions Uninstallation Instructions =========================== Even though an Uninstaller is supplied in the zip file, there is a lot of manual work to remove this hack from your system, mainly because of the number of files and templates changed. The Uninstaller does the following tasks: - Remove all new templates that AWS has put into your system. - Remove all database tables used by AWS, as well as the columns used by AWS in the standard tables. - Remove all phrases and settings added by AWS. What the Uninstaller does not do: - Bring back the standard php files, to the condition they were before you applied this hack. - Bring back the standard templates, to the condition they were before you applied this hack. In order to remove this hack from your vB, first upload the uninstaller.php file to your admincp directory of your server and upload the install_warn directory inside your forum's root directory. Then point your browser to: http://your.forumsite.com/admincp/uninstaller.php Follow the steps to the end. Please note that depending on the version you are trying to uninstall, the script might not complete all the programmed tasks. For example, if you are trying to uninstall a version which does not include all the columns in the user table, that the script tries to remove, you will get an error message. If this happens, please contact me through the hack's thread for help. After the Uninstaller has finished its chores, you have to manually change all the templates and .php files. To do that, open the Installation instructions text file, go to STEP 2 and reverse all edits. Gentlemen, please be careful. These instructions were for AWS 3.4.x, I am not sure if they are the same for AWS 3.5. And yes, I would suggest someone PMs Andreas and see if he plans to work on this hack or not. |
woot i just worked out how to fix the error i was getting, and so many b4 me.
I dont think what i did above, did anything lol, however i just realised that in adminphp if you edit the file settings and delete everything that has to do with the warning system then that will allow me to install the product no problem at all. so far so good, i will update with my progress. i now have everything working, this has been the hardest hack that I have had to install, and with the most problems, but after doing a lot of trial and error, and doing lots of backups. everything is working. But it was well worth the effort because this hack should be standard in vbulletin IMHO. |
I've checked the settings and nothing there to indicate that a user should be banned for a 2 point warning.
|
What is your Warnings Number Limit?
|
Warning Points Limit: 10
Warnings Number Limit: 20 |
Did you repeat that test and verified that a user gets banned with only two points?
|
When someone is Perm Banned, it puts them in the usergroup I specified, however it does not use that usergroups default title name, instead it just says Permanently Banned on their posts. How do I change this? Ive searched phrases and cant find a way to change it to match what that usergroup really says.
|
Can anyone answer my question? bump.
|
First of all,Thank you very much sv1cec for this great great hack.. :)
Quote:
By the way, I created a new group, Moderator helper..(not even protected group) What they do is just move/del/edit things but I dont want them to have power for warnng members..Is there any option that just specific groups can use aws? |
Quote:
Code:
$title="Permanently Banned"; Quote:
|
Quote:
|
I've got a SQL error and somehow it tells me it is due to this extension, can anyone lend me a hand please and tell me how to fix it? ;)
Btw, I get it everytime I try to save a profile from the admincp. Database error in vBulletin 3.5.2: Code:
Invalid SQL: |
Is there any place I can view all the phrases for this system, and this system only?
And if not, please list all of the phrases that applies to this system, so people can translate them ! My site is mostly visited by children in the age of 8-16 and most of them would be clueless if they recieved warnings and such in english. (found the templates, but not all the phrases) |
Quote:
Code:
Database error in vBulletin 3.5.2: gr33tz |
is it me or that hack makes the forum run slower?
|
This hack is not phrased. Someone emailed me that he is trying to come up with a phrased version, but I do not think it is available yet. There are phrases all over the place, since the original hack this was based on, was like that, and I didn't know better, when I started writing this.
As for running slower, there is no reason why this hack would make a board running slower, at least not at a significant degree. Here is an answer I've given in the past, to someone who asked about the load this hack puts on your server. It's not a server-intensive hack, most of the information required for the program, are already fetched by vB when the other information is fetched. For example the decision to show the "Warn XYZ" link etc, is fetched when the postbit information and the $bbuserinfo information is fetched, so no separate query is needed. So is the information about a user warnings, warning points and bans. When you warn someone, there are of course a couple of queries run, but that does not happen every second, does it? As for the scheduled tasks, these should be run once a day, so nothing spectacular there either. Overall, this should not add significant burden to your server. |
Quote:
[high]* MissKalunji install[/high] |
Hmm, can't seem to find where in the code the https://vborg.vbsupport.ru/ button is located??
Searched through all of the templates, but nothing. (the reason why I can't see it anywhere on the page is because my images folder on my ftp has become unavailable for any changes, so I had to put the 3 warn images in a folder of their own, and now have to find the code so I can change the location..) And now I've translated as much as I can find to translate, guess I'll have to be satisfied with myself for now. But I can't seem to find where the text for the topic or post text is for the posts that show up in a selected forum (selected that all warnings show in a selected forum) Topic on post: Warning: User: "user" - Warner: Luggruff - Date: 11-12-2005 at 17:45 Leading text in post: User "User" received the following Warning/Alert by Luggruff on 11-12-2005 at 17:45 : wich template is this?? can't find o_0 |
Quote:
sv1cec, would it be possible for u to create and php file (without vbulletin functions) to calculate the correct amount of warnings points for all members and writes them to it? this would be a workaround to run as a task every night until andreas has a solution |
so this still doesnt work alogn with inferno?
|
Umm why would it need to work with the Inferno Warning System?
|
Quote:
not inferno system....but the RPG i read in like the first post that couple ppl couldnt get it to work when u go into your rpg it would give you a warning error because it uses the sendpm() https://vborg.vbsupport.ru/showpost....&postcount=257 |
Ahh best to be thorough the first time around.;) But sorry I tried ;).
|
This issue has been beaten to death. There is a routine with the same name in inferno and in AWS. Rename one of the two to something else, and then fine every occurence of that name in the hack's files and change it to the new name.
Second, the cron job which is supposed to remove the warnings, as they mature, was not correct. It was using $vboptions instead of the new $vbulletin->options. I just uploaded a new file (kill_warns.php) which should work OK. Folks, please understand that I no longer provide support for this hack, I've stated from the beginning of the 3.5 version, that I have lost interest in it, since the vB changes are too many and I do not plan to upgrade my board to vB 3.5, so I have no reason to work on this any more. However, I am doing all I can to solve the issues you bring up. This is not always possible, since I have no idea on how the new version of vB works or how the new version of AWS works (as far as the vB installation etc is concerned). Quote:
As for the other issue you have, these phrases are at the functions_warning.php file in the /includes directory. |
Quote:
|
When issue a warn, I get this error
Code:
Fatal error: Only variables can be passed by reference in /home/yancom/public_html/music/includes/functions_warning.php on line 600 Thanks |
Have you defined a forum, in which the warnings will be saved?
|
Yes I did, although there is an error, the warning still go through, only the copy of Warning Message not be sent to predefined forum
|
All times are GMT. The time now is 02:56 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|