vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Advanced Warning System (AWS) (https://vborg.vbsupport.ru/showthread.php?t=71992)

sv1cec 01-08-2005 05:39 AM

Quote:

Originally Posted by Revan
Okay Im gonna start remaking this version now, to work with $vboptions
sv1, I seem to remember some guy saying that he wasn't gonna release new versions every 3 days *sees 2 update emails in his inbox just today*
*cough*
XD

Well, one of the updates was a bug fix, and it was a serious bug, which made me turn red! So what was I supposed to do? Keep the fix for next month?

Gentlemen, I can withhold any updates and release them once a month. I've asked you in the past, what's your prefered way and got no anwers. It looks as if I have one vote for delayed releases, so that I do not send out new versions every two days (or sometimes every day). If I have no opposite views from you guys on this subject, I'll keep all the updates and release them once a month.

Viol8or 01-08-2005 07:14 AM

Feature updates don't have to be there in 2 days for, I'm happy you are willing to incorporate them and can wait a few days/weeks if necessary.
However, bugfixes should not be delayed, is my opinion.

j_86 01-08-2005 05:03 PM

This hack is VB3.05 compatiable, bar one very small code change related to the instructions, which isn't a big problem because most people who edit PHP files don't have mutiline search boxes and will search for the first line of code to change. I forgot which instruction it was, i'll find it again soon.

Viol8or 01-08-2005 05:42 PM

I think this is the one ... global $DB_site, $vboptions, $vbphrase, $bbuserinfo, $forumperms, $usergroupcache, $wehavecensoredwords, $weneedacounter, $newpostid, $_REQUEST;

But was stated a few post ago.

Revan 01-08-2005 05:45 PM

Quote:

Originally Posted by sv1cec
Well, one of the updates was a bug fix, and it was a serious bug, which made me turn red! So what was I supposed to do? Keep the fix for next month?

I was kidding, mate... :p

Viol8or 01-08-2005 07:01 PM

I've encountered an error when trying to change something in the 'Manage Warning Options' page:

Database error in vBulletin 3.0.5:

Invalid SQL: update gf_warning_options set hierarchical='Yes', automatic='Yes', automaticpm='No', autocomments='No', warner='0', automatic_warner='1', collector='1', banned_limit='7', points_before_banned='10', banned_usergroup_id='16', troll_usergroup_id='8', protected_usergroups='6|6', aprotected_usergroups='6', restore_groupid='0', incr_ban_days='Yes', max_no_bans='4', bans_mature='31', viewoption='All', multiple_per_post='Yes', send_pm_warning='Yes', send_em_warning='Yes', email_on_ban='No', historical='Yes', allowoffpost='Yes', warnings_per_page='20'
where oid='1'
mysql error: Unknown column 'autocomments' in 'field list'

mysql error number: 1054

Date: Saturday 08th of January 2005 10:00:11 PM
Script: http://mysite.org/admincp/admin_warn.php
Referer: http://mysite.org/admincp/admin_warn...=manageoptions

Did an install from scratch to latest version of AWS
If I look at the table it is indeed not there.

Rhoads 01-08-2005 07:23 PM

Hello sv1cec

When I look at the users (View Banned Users) in the mod of adminCP I get the next error.

HTML Code:

Parse error: parse error in /var/www/html/forum/modcp/banning.php on line 518
It's a edit file of the warning system, what can I do.

vb 3.0.5 file :
PHP Code:

print_table_header("$vbphrase[banned_users]$vbphrase[temporary_ban] <span class=\"normal\">$vbphrase[usergroups]: " implode(', '
$querygroups) . "</span>"7); 

Edited file :
PHP Code:

print_table_header("$vbphrase[banned_users]$vbphrase[temporary_ban] <span class=\"normal\">$vbphrase[usergroups]: " implode(', '
$querygroups) . "</span>"8);$querygroups) . "</span>"7); 

Thnx, it's the only problem for me with 3.0.7 and vb3.0.5 ;)

Delphiprogrammi 01-08-2005 07:25 PM

hi,

updated to the latest release all works fine except for the new feature with that "stop" sign like image i don't see it and i am logged into my administrator account & did all the template modifications and uploaded the images to /images/misc/Warn.gif all is ee is a read line with the users warning level

Viol8or you need to add that colum to your database run

Code:

ALTER TABLE `".TABLE_PREFIX."warning_options ADD COLUMN autocomments char(3)
drop TABLE_PREFIX if MySQL complains about it and replace it by your table name

Delphiprogrammi 01-08-2005 07:28 PM

Quote:

Originally Posted by drl2005
Hello sv1cec

When I look at the users (View Banned Users) in the mod of adminCP I get the next error.

HTML Code:

Parse error: parse error in /var/www/html/forum/modcp/banning.php on line 518
It's a edit file of the warning system, what can I do.

vb 3.0.5 file :
PHP Code:

print_table_header("$vbphrase[banned_users]$vbphrase[temporary_ban] <span class=\"normal\">$vbphrase[usergroups]: " implode(', '
$querygroups) . "</span>"7); 

Edited file :
PHP Code:

print_table_header("$vbphrase[banned_users]$vbphrase[temporary_ban] <span class=\"normal\">$vbphrase[usergroups]: " implode(', '
$querygroups) . "</span>"8);$querygroups) . "</span>"7); 

Thnx, it's the only problem for me with 3.0.7 and vb3.0.5 ;)


look carefully that you didn't forgot a ( { ) } or quotes parse error is php syntax related error you should look in the line number php tells you OR in the lines of code above it

Rhoads 01-08-2005 08:18 PM

Quote:

Originally Posted by Delphiprogrammi
look carefully that you didn't forgot a ( { ) } or quotes parse error is php syntax related error you should look in the line number php tells you OR in the lines of code above it

Thnx Delphiprogrammi

It's fixed, I forget to delete $querygroups) . "</span>", 7); after replacing that with $querygroups) . "</span>", 8); :ermm:


All times are GMT. The time now is 04:58 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.01836 seconds
  • Memory Usage 1,765KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (4)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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