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)
-   -   Advanced Warning System (Beta Version) (https://vborg.vbsupport.ru/showthread.php?t=95921)

Delphiprogrammi 05-06-2006 04:06 PM

Quote:

Originally Posted by Bubble #5
We wanted to update but we couldn't find any update instructions from 1.0.4, and there's no way to completely uninstall the old version either without them :( We'll keep trying to look for them though.

plugin system => manage products => add a new product

product-aws.xml
allow overwrite => yes (REQUIRERD)
submit the form and upload the files from the zip to there proper locations

all done

Bubble #5 05-06-2006 04:47 PM

Quote:

Originally Posted by Delphiprogrammi
plugin system => manage products => add a new product

product-aws.xml
allow overwrite => yes (REQUIRERD)
submit the form and upload the files from the zip to there proper locations

all done

OK thanks, but for us it's not that easy :bunny: We have a completely custom skin (vs. a skin that has just been customized) and no doubt we'll have to redo a bunch of templates. This is why we like to manually install anything that is going to alter templates. Oh well, I guess it needs to be done so we'll attempt it later tonight :confused:

GoTTi 05-08-2006 03:44 PM

so how is this coming out?

Delphiprogrammi 05-08-2006 06:03 PM

Quote:

Originally Posted by Bubble #5
OK thanks, but for us it's not that easy :bunny: We have a completely custom skin (vs. a skin that has just been customized) and no doubt we'll have to redo a bunch of templates. This is why we like to manually install anything that is going to alter templates. Oh well, I guess it needs to be done so we'll attempt it later tonight :confused:

you will have to edit four templates in each the skins you have installed UNLESS you put your board in debug mode and edit the master style

templates to edit are
  • postbit
  • postbit_legacy
  • MEMBERINFO
  • pm_newpm

to put your board in debug mode edit /includes/config.php
PHP Code:

$config['Misc']['debug']= true

as a last note please remember putting a public board in debug mode is dangerous i don't recommend it.

Delphiprogrammi 05-08-2006 06:06 PM

Quote:

Originally Posted by GoTTi
so how is this coming out?

better then it thought it would phrasing is almost done.After that i have todo some tests to ensure no stupid errors exist :)

Bubble #5 05-08-2006 06:21 PM

Quote:

Originally Posted by Delphiprogrammi
templates to edit are
  • postbit
  • postbit_legacy
  • MEMBERINFO
  • pm_newpm

This is GREAT Delphiprogrammi! Thanks for posting those templates ;)

I wish more coders would give detailed information like this.

Thanks again!

Delphiprogrammi 05-11-2006 08:39 PM

hi people,

Two new plugins Added.When a users's warning level is above his / her signature cutoff and he / she trys to edit the signature he / she will be stopped from doing that and see a message like

You Have To Many Warning Points To Edit Your Signature

the same thing happens with the "edit avatar" page and i'm looking at a way to hide those things to if the limits are reached but template condiotions aren't my strongest point :surprised:

Bubble #5 05-11-2006 08:53 PM

If they are in a special usergroup you can hide them with a conditional that way. The code would go right above where the signature code is.

Delphiprogrammi 05-11-2006 09:39 PM

Quote:

Originally Posted by Bubble #5
If they are in a special usergroup you can hide them with a conditional that way. The code would go right above where the signature code is.

found it when a user's warning level exceeds the signature cutoff the signature will not be shown nor his avatar :cool:

H@K@N 05-12-2006 06:31 AM

Getting following SQL Error if i want to add a non-post-related Warning-Type :

Quote:

Invalid SQL:
insert into warning_types values(
'',
'BANLI',
'5',
'DIREK BAN',
'9999',
'Yes',
'No',
'No',
''
);

MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136
I am using: Advanced Warning System 1.0.4


greetz

Delphiprogrammi 05-12-2006 02:40 PM

Quote:

Originally Posted by H@K@N
Getting following SQL Error if i want to add a non-post-related Warning-Type :



I am using: Advanced Warning System 1.0.4


greetz

that's working fine with me here .... did you modify it yourself ?

GoTTi 05-13-2006 02:37 PM

whats with all the php files attached to the thread? if they arent needed can they be deleted, and make a zip file with the current version number of the release on here, and update the history version there in the first post part of this thread. im trying to follow this thread and want this hack, and im confused with what all those other php files are for and what the zip includes.

is there anything missing from this hack delphi? whats the current issues with this thing?

NickCat 05-13-2006 03:22 PM

First off... I love this hack and have used ift for a very long time on my forums, NASIOC.com (one of the larger vb forums out there).

I am currently in the 3.0 series and I want to upgrade to 3.5, but I was waiting until this hack was a bit more settled. From just reading through all 10 pages, it seems like most of the stuff has been worked out, but installation/upgrade instructions still seem to be a bit hazy.

Can someone give me a simple clear set of directions at this point as how to install this hack as an upgrade to my existing version on the 3.0 series vbulletin. I'm quite confused as to what files have or haven't been updated and even whether all the problems since the last zip was posted by delphi are even included in the zip listed as the official one to download.

I just need a little guidenace to help sort out the confusion. Thanks.

Delphiprogrammi 05-13-2006 04:35 PM

Quote:

Originally Posted by GoTTi
whats with all the php files attached to the thread? if they arent needed can they be deleted, and make a zip file with the current version number of the release on here, and update the history version there in the first post part of this thread. im trying to follow this thread and want this hack, and im confused with what all those other php files are for and what the zip includes.

is there anything missing from this hack delphi? whats the current issues with this thing?

https://vborg.vbsupport.ru/showpost....&postcount=890

zipfile is here agers ago.I do agree but i can't edit this hack only John and or a mod can ....

Delphiprogrammi 05-13-2006 04:37 PM

Quote:

Originally Posted by NickCat
First off... I love this hack and have used ift for a very long time on my forums, NASIOC.com (one of the larger vb forums out there).

I am currently in the 3.0 series and I want to upgrade to 3.5, but I was waiting until this hack was a bit more settled. From just reading through all 10 pages, it seems like most of the stuff has been worked out, but installation/upgrade instructions still seem to be a bit hazy.

Can someone give me a simple clear set of directions at this point as how to install this hack as an upgrade to my existing version on the 3.0 series vbulletin. I'm quite confused as to what files have or haven't been updated and even whether all the problems since the last zip was posted by delphi are even included in the zip listed as the official one to download.

I just need a little guidenace to help sort out the confusion. Thanks.

you would make a backup off all the system tables (aws) after that you upgrade vbulletin download the latest aws release here and reimport the product (set allow overwrite to yes) restore your warnings table ...

Delphiprogrammi 05-13-2006 05:27 PM

i have a problem with not working phrases i'm looking into it but that can take a while ...

GoTTi 05-13-2006 05:28 PM

you shoul dbe able to edit the hack delphi, your added as supporter of mod.

do u use aim?

Delphiprogrammi 05-13-2006 05:51 PM

Quote:

Originally Posted by GoTTi
you shoul dbe able to edit the hack delphi, your added as supporter of mod.

do u use aim?

no i don't use aim and all i see is the install / unstall link and a "report this modification" link

Allright Folks the not working phrases is sorted out i am now trying the full phrased system on my live board.This is the last step before apublic release can be made

Nathan2006 05-13-2006 10:57 PM

Hello,

Has this been updated since "Last Update: 01. Apr 2006" ?:confused:

Thanks for any info :)

Delphiprogrammi 05-14-2006 10:48 AM

hi people,

The signature and avatar hide features are working ....I'll put a page together with detailed instructions on howto edit the templates

Nathan 2006 yes this package has been u pdated since 1 april 2006 you should find the latest package here

Nathan2006 05-14-2006 01:24 PM

Quote:

Originally Posted by Delphiprogrammi
hi people,

The signature and avatar hide features are working ....I'll put a page together with detailed instructions on howto edit the templates

Nathan 2006 yes this package has been u pdated since 1 april 2006 you should find the latest package here


Thank you Erik :)

I was not 100% cos the date has not been updated on the hack lol:D

Thanks again :)

Darat 05-14-2006 01:34 PM

Quote:

Originally Posted by Delphiprogrammi
hi people,

The signature and avatar hide features are working ....I'll put a page together with detailed instructions on howto edit the templates

Nathan 2006 yes this package has been u pdated since 1 april 2006 you should find the latest package here

Just a minor point but I notice in the images it says "You have to many..." that should be "too".

Nathan2006 05-14-2006 01:50 PM

Quote:

Originally Posted by Darat
Just a minor point but I notice in the images it says "You have to many..." that should be "too".

You should be able to change that text if you search in Admincp > Languages & Phrases > Search in Phrases ;)

Marco van Herwaarden 05-14-2006 02:57 PM

Quote:

Originally Posted by Delphiprogrammi
https://vborg.vbsupport.ru/showpost....&postcount=890

zipfile is here agers ago.I do agree but i can't edit this hack only John and or a mod can ....

You are set as a co-author, can you not update the files?

If you can not, and if John handed over the hack to you, then please sent a PM to an Admin with a quote of the permission from John, and the owner will be changed.

Nathan2006 05-14-2006 03:20 PM

Hi Erick,

I have "Advanced Warning System 1.0.4" installed

I was just wondering what changes need to be made on the upgrade?

Are there any template changes or is it just the files on the server?

Thank you for your help :)

kall 05-14-2006 06:44 PM

Quote:

Originally Posted by Delphiprogrammi
hi people,

Two new plugins Added.When a users's warning level is above his / her signature cutoff and he / she trys to edit the signature he / she will be stopped from doing that and see a message like

You Have To Many Warning Points To Edit Your Signature

the same thing happens with the "edit avatar" page and i'm looking at a way to hide those things to if the limits are reached but template condiotions aren't my strongest point :surprised:

That should be "Too many warning points..."

:)

Delphiprogrammi 05-15-2006 11:23 AM

Quote:

Originally Posted by kall
That should be "Too many warning points..."

:)

i was in doubt about that ....... thanks for the correction

Delphiprogrammi 05-15-2006 11:27 AM

Quote:

Originally Posted by Nathan2006
Hi Erick,

I have "Advanced Warning System 1.0.4" installed

I was just wondering what changes need to be made on the upgrade?

Are there any template changes or is it just the files on the server?

Thank you for your help :)

the template edits avaible right now will work fine however some of the features will not work.The system is phrased so those people who want this system in another language then english ...... (it's possible)

it's coming soon even the template edit instructions are ready

i'm just looking for a way to include adminhelp vbulletin doesn't seem to export that

H@K@N 05-15-2006 11:38 AM

Quote:

Originally Posted by Delphiprogrammi
the template edits avaible right now will work fine however some of the features will not work.The system is phrased so those people who want this system in another language then english ...... (it's possible)

it's coming soon even the template edit instructions are ready

i'm just looking for a way to include adminhelp vbulletin doesn't seem to export that

thx, i am also waiting for phrases. didn't like to translate within php Files.

greetz

Delphiprogrammi 05-16-2006 11:05 AM

hi people,

Here it is.The system that uses phrases.To install import product-aws.xml(set overwrite to yes).Do the template edits (and other stuff) explained in readme.txt after that it should be ready to use

zip file updated to include a fix for a typo in a MySQL query

GoTTi 05-16-2006 12:31 PM

great news delphi. lemme ask u, i have te AWS from 3.0x world installed still im sure in the DB. do i need to do anything special to make sure it is completely out of my system so i dont have problems with this? is there a uninstall older version or upgrade tool wth this? lemme know thanks.

dai-kun 05-16-2006 11:20 PM

Quote:

Originally Posted by Delphiprogrammi
hi people,

Here it is.The system that uses phrases.To install import product-aws.xml(set overwrite to yes).Do the template edits (and other stuff) explained in readme.txt after that it should be ready to use

u forgot the product file in the new zip?

Gooses 05-17-2006 04:54 AM

Wait, so this works with vB 3.5.4?

Delphiprogrammi 05-17-2006 09:48 AM

Quote:

Originally Posted by dai-kun
u forgot the product file in the new zip?

no includes/xml/ ...

Delphiprogrammi 05-17-2006 09:48 AM

Quote:

Originally Posted by Gooses
Wait, so this works with vB 3.5.4?

yes it does

dai-kun 05-17-2006 10:15 PM

I have trouble running kill_alerts cron
Database error in vBulletin 3.5.4:

Invalid SQL:
UPDATE vb3_user SER alerts='0' WHERE userid='39752';

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 'alerts='0' WHERE userid='39752'' at line 1
Error Number : 1064
Date : Wednesday, May 17th 2006 @ 04:12:29 PM
Script : http://domain.com/forum/admincp/cron...cron&cronid=40

I think
Code:

        $vbulletin->db->query_write("UPDATE ".TABLE_PREFIX."user SER alerts='{$alerts}' WHERE userid='{$warn['userid']}'");
should be:
Code:

        $vbulletin->db->query_write("UPDATE ".TABLE_PREFIX."user SET alerts='{$alerts}' WHERE userid='{$warn['userid']}'");

Also.. for some reason, when the warnings expire, they do not show up anymore in the view warnings, but i can still see a "Warnings: 1" in their postbit. This been happening for a really long time and I just never brought it up :/

Delphiprogrammi 05-19-2006 03:54 PM

Quote:

Originally Posted by dai-kun
I have trouble running kill_alerts cron
Database error in vBulletin 3.5.4:

Invalid SQL:
UPDATE vb3_user SER alerts='0' WHERE userid='39752';

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 'alerts='0' WHERE userid='39752'' at line 1
Error Number : 1064
Date : Wednesday, May 17th 2006 @ 04:12:29 PM
Script : http://domain.com/forum/admincp/cron...cron&cronid=40

I think
Code:

    $vbulletin->db->query_write("UPDATE ".TABLE_PREFIX."user SER alerts='{$alerts}' WHERE userid='{$warn['userid']}'");
should be:
Code:

    $vbulletin->db->query_write("UPDATE ".TABLE_PREFIX."user SET alerts='{$alerts}' WHERE userid='{$warn['userid']}'");

Also.. for some reason, when the warnings expire, they do not show up anymore in the view warnings, but i can still see a "Warnings: 1" in their postbit. This been happening for a really long time and I just never brought it up :/

1)you are right about the MySQL query that's a typo.I have updated the zip package

2)i think that problem is caused by the username cache vbulletin uses the system isn't yet implemented to use that.I have no experience with it so kinda scared i mess up hehe

sv1cec 05-20-2006 07:50 AM

Delphi,

I have entered your name in the supporters/co-authors. So you should be able to update the distribution files. If not, please contact the administrators, you can edit the hack with my blessings!

Rgds

Marco van Herwaarden 05-20-2006 12:19 PM

Quote:

Originally Posted by Delphiprogrammi
hi people,

Here it is.The system that uses phrases.To install import product-aws.xml(set overwrite to yes).Do the template edits (and other stuff) explained in readme.txt after that it should be ready to use

zip file updated to include a fix for a typo in a MySQL query

Hi Delphiprogrammi,

Thank you very much for creating a new zip-file.

I have a few questions/remarks in your latest zip file:
- The updated files that are included in the thread start, are they still needed with your zip?
- The product file will with most installations never be uploaded to the forum directories. In the zip it is however located in includes/xml. Better move it outside of the upload directory.
- Readme is also most convenient if not between the files to upload, but on a higher level directory
- The includes/xml directory contain 2 files that i suppose shouldn't be there: vbulletin-adminhelp.xml & vbulletin-language.xml
- Is it correct that Warn.php start with an uppercase W?


If you are going to add your zip-file to the first post and have problems with that, sent me a PM please.

Delphiprogrammi 05-20-2006 01:18 PM

Quote:

Originally Posted by MarcoH64
Hi Delphiprogrammi,

Thank you very much for creating a new zip-file.

I have a few questions/remarks in your latest zip file:
- The updated files that are included in the thread start, are they still needed with your zip?
- The product file will with most installations never be uploaded to the forum directories. In the zip it is however located in includes/xml. Better move it outside of the upload directory.
- Readme is also most convenient if not between the files to upload, but on a higher level directory
- The includes/xml directory contain 2 files that i suppose shouldn't be there: vbulletin-adminhelp.xml & vbulletin-language.xml
- Is it correct that Warn.php start with an uppercase W?


If you are going to add your zip-file to the first post and have problems with that, sent me a PM please.

1)No all the files the system uses have changed.Also the update instructions for the warn_notes features are already included in the product
2)i moved readme.txt to a directory called "docs"
3)i removed those files from /includes/xml they indeed shouldn't be there.I also moved the product file outside of the upload directory
4)that file always started with an uppercase "W" (i'll look into changing that )
5)I already sended a pm to Xenon about being unable to edit the hack settings.I did before you posted in this thread.Let's wait and see what he got to say.Maybe it is because the system that handles that things is being changed ?


All times are GMT. The time now is 02:59 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.03053 seconds
  • Memory Usage 1,863KB
  • 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
  • (1)bbcode_php_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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