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)

Xplorer4x4 09-19-2005 03:12 AM

Either way the Yahoo Icon was the least of my worries....what about the database error? :-\ I haven't seen anyone else report it.

Anyways thanks all three of you for portin this. Zero's hack for 3.5 is an exact replica of the Invision Free warning sytem. This is much nicer and organized IMO.

Andreas 09-19-2005 03:48 AM

Quote:

Originally Posted by Xplorer4x4
It erassed all the previous warning data.

It for sure does not delete anything - unless you uninstall it.

Well, I can't help you as I don't know what could be going wrong.
Feel fre to send me a PM with an AdminCP account and i'll take a look.

@Chad F.
Confirmed.
Please report this as a Bug so it won't get lost.

eNforce 09-19-2005 08:45 PM

Quote:

Originally Posted by KirbyDE
No, this is currently not possible.
I'll have to check if there is a way to do this for future Versions though.

Just wondering if you have looked into this at all or made progress on it.

(being able to specify which user groups can use the warning system, i only wanted admins and super mods)

Andreas 09-19-2005 10:16 PM

No. As said, i'll might look into this for future Versions but not any time soon.

sv1cec 09-20-2005 02:43 AM

Quote:

Originally Posted by Xplorer4x4
I had an old product version, but still having a database problem when I try to edit a user. I uploaded the new PHP files just to be safe. It does not happen if I disable this hack.

The database errors show that at least two columns, the warnings and the alerts, are missing from your user table. You can manually create them, by running the following query:

Code:

ALTER TABLE `".TABLE_PREFIX."user` add `warnings` int(5) default '0', add `alerts` int(5) default '0'
But I would suggest that you verify that no other columns are missing. These are the columns that AWS adds to your user table.

`warnings` int(5) default '0',
`warning_level` int(15) default '0',
`warning_bans` int(2) default '0',
`alerts` int(5) default '0',

Xplorer4x4 09-20-2005 05:49 AM

Ok well i gave Kirby and Admin acount which I already deleted. Kirby got this instaled but there is still a problem. When i warned my friend to test the hack i get this error when i try to remove or Completley remove the warning:

Not Found

The requested URL /forums//admin_warn.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Thanks again Kirby but how can i remove the warning?

sv1cec 09-20-2005 09:26 AM

admin_warn.php is supposed to be in admincp directory, I do not see it there in the error. Maybe you have not defined it? If I am not mistaken, that is defined in config.php or something.

Xplorer4x4 09-20-2005 05:39 PM

How would I define it? I tried the configuration below:
PHP Code:

 $config['Misc']['admincpdir'] = '/forums/admincp'

And this did not seem to change anything. I tried logging out of my ACP and logging in and this did not resolve it.

Thanks

Xplorer4x4 09-21-2005 12:26 AM

An error has occured, the following message has been left below:

Invalid User ID Input

And then I get this error when trying to use the non post related warning function.

Als note that this was my previous configuration:
PHP Code:

$config['Misc']['admincpdir'] = 'admincp'


Xplorer4x4 09-21-2005 10:37 PM

I know this hack is causing my user editing problem because if i disable the warning hack then it works fine.

Help please? Thanks.


All times are GMT. The time now is 03:42 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.02340 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (3)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