vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Warnings System Hack v2.1 (https://vborg.vbsupport.ru/showthread.php?t=43265)

Gary King 07-22-2003 11:02 PM

$BANtot is set in the vBulletin Options I think

kaotic 07-23-2003 12:35 AM

Ack... ok. Thanks a lot. I simply had to save the options once for it to begin working.

Blizzb 07-23-2003 05:54 PM

I know!!!! Where is warnconfig.php?

Gary King 07-23-2003 06:37 PM

There is no warnconfig.php

Blizzb 07-23-2003 06:47 PM

Then why does it say configure warnconfig.php when there is none?

Gary King 07-23-2003 06:58 PM

Because the creator hasn't been around for a while to update the installation file?

Blizzb 07-23-2003 07:06 PM

But he should have included already. That file was necessary or it won't function!

ap0c 07-23-2003 09:42 PM

Quote:

Today at 04:06 PM Blizzb said this in Post #527
But he should have included already. That file was necessary or it won't function!
the file isnt needed for installing and it functions just fine without it.

Blizzb 07-25-2003 12:28 AM

what does it do?

Gary King 07-25-2003 02:47 AM

It used to control the settings, but now you can do that within the vBulletin Options menu.

Blizzb 08-03-2003 09:05 PM

I have problems. I have buttons for "report" instead of a link and I can't make a link for warnings. And there are problems in Admin CP.

Gary King 08-03-2003 09:54 PM

Go to vBulletin Options, hit submit at the bottom of the page.

For the warnings link, just figure out which part will display the warnings link, and just add that.

Blizzb 08-03-2003 10:29 PM

It says there is a slight problem with the database. And I see a lot of

++++++++++g2g-force+++++++++++++++

something like this between codes and I think you're not supposed to add that? I didn't but just making sure.

Gary King 08-03-2003 11:18 PM

When do you get the "slight problem with the database" error? And did you do as I suggested?

Those lines are comments, the creator was leaving his marks to show that it is his hack.

Blizzb 08-04-2003 01:59 PM

1)Well when I click show warning types, or add warnings, the page comes out that says there is a slight problem with the database.

2)I'm not supposed to add the lines right (the marks)?

Gary King 08-04-2003 02:36 PM

1)
Quote:

Go to vBulletin Options, hit submit at the bottom of the page.
I'm not sure if you read this the last two times I posted this, but here it is again, and I've even quoted it for your convenience now. Thoughtful of me, eh?

2) As I said, they are comments. You can, but don't have to, add them. They will make a 0% difference in page loading time.

Blizzb 08-04-2003 03:27 PM

Thanks. I'll try that now.

MaDCaT75 08-06-2003 09:29 AM

I tried to install this but I get an error:

Query Installer: Running Queries Now!

Creating Warning Logs Table.

Warning Logs Table Successfully Created!

Creating Warnings Table.

Warnings Table Successfully Created!

Inserting Defualt Warnings Into Warnings Table

Defualt Warning Values Successfully Inserted!

Altering User Table: Adding Warning Level.

User Table Successfully Altered!

Inserting Warning System Settings Into VBulletin Options



There seems to have been a slight problem with the Sims 2 Forums database.
Please try again by pressing the refresh button in your browser.

An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

We apologise for any inconvenience.

Database error in vBulletin Control Panel 2.3.0:

Invalid SQL: INSERT INTO settinggroup VALUES (40, 'Warnings System', 40)
mysql error: Duplicate entry '40' for key 1

mysql error number: 1062

Date: Wednesday 06th of August 2003 03:28:10 AM
Script: http://www.sanguinox.net/~silver/for...ing.php?step=2
Referer:

What is wrong?

Gary King 08-06-2003 01:28 PM

Either you already installed it before, or you have another setting that's taking the same settingid for the warning systems hack.

Find
PHP Code:

INSERT INTO settinggroup VALUES (40'Warnings System'40

in the installer, change to
PHP Code:

INSERT INTO settinggroup VALUES (50'Warnings System'40


MaDCaT75 08-06-2003 09:49 PM

ok now it says:

Query Installer: Running Queries Now!

Creating Warning Logs Table.

Warning Logs Table Successfully Created!

Creating Warnings Table.

Warnings Table Successfully Created!

Inserting Defualt Warnings Into Warnings Table

Defualt Warning Values Successfully Inserted!

Altering User Table: Adding Warning Level.



There seems to have been a slight problem with the Sims 2 Forums database.
Please try again by pressing the refresh button in your browser.

An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

We apologise for any inconvenience.

Database error in vBulletin Control Panel 2.3.0:

Invalid SQL: ALTER TABLE user ADD warninglvl int(10) NOT NULL DEFAULT '0'
mysql error: Duplicate column name 'warninglvl'

mysql error number: 1060

Date: Wednesday 06th of August 2003 03:48:00 PM
Script: http://www.sanguinox.net/~silver/for...ing.php?step=2
Referer:

MaDCaT75 08-06-2003 09:49 PM

Ok now it says

Query Installer: Running Queries Now!

Creating Warning Logs Table.

Warning Logs Table Successfully Created!

Creating Warnings Table.

Warnings Table Successfully Created!

Inserting Defualt Warnings Into Warnings Table

Defualt Warning Values Successfully Inserted!

Altering User Table: Adding Warning Level.



There seems to have been a slight problem with the Sims 2 Forums database.
Please try again by pressing the refresh button in your browser.

An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

We apologise for any inconvenience.

Database error in vBulletin Control Panel 2.3.0:

Invalid SQL: ALTER TABLE user ADD warninglvl int(10) NOT NULL DEFAULT '0'
mysql error: Duplicate column name 'warninglvl'

mysql error number: 1060

Date: Wednesday 06th of August 2003 03:48:00 PM
Script: http://www.sanguinox.net/~silver/for...ing.php?step=2
Referer:

BTW I un-installed it after I thought I couldnt get it to work but then I figured out that I could get it to work... what do I gotta do to make it install again?

ap0c 08-06-2003 11:36 PM

if you can access your database through phpmyadmin, look and see if all the tables added during the install were deleted during the uninstall.

MaDCaT75 08-06-2003 11:51 PM

Nope I cant, there goes that Idea :(

ap0c 08-07-2003 12:02 AM

remove the queries creation from the set up and run it then

MaDCaT75 08-07-2003 12:22 AM

I'll give it a shot

ap0c 08-07-2003 12:26 AM

after that, save the settings in the admin cp ,then see if it works. If not, run the queries.

MaDCaT75 08-07-2003 01:27 AM

I'm screwed I cant get it to work and now I got a half installed hack with the [view warning level] on the main page

Gary King 08-07-2003 01:33 AM

The [view warning level] is a template modification, you inserted it manually. You can then remove it manually.

MaDCaT75 08-07-2003 01:34 AM

But I really want this hack to work cant someone find a solution please for the love of god!!!

insanctus 08-07-2003 01:40 AM

The hack should have it if it was installed that it skips those installed tables, (just an idea for the hacker)

MaDCaT75 08-07-2003 01:42 AM

Where I the hacker when I need him :cry:

Gary King 08-07-2003 01:55 AM

Quote:

Today at 10:42 PM MaDCaT75 said this in Post #551
Where I the hacker when I need him :cry:
He hasn't been around for quite some time now, I believe.

MaDCaT75 08-07-2003 01:57 AM

I really need this hack to work..... ok thats it i'm gonna go cry now

insanctus 08-07-2003 02:14 AM

If i get a chance later I will go in your data base and fix it for ya, I just on break atm lmao.

MaDCaT75 08-07-2003 02:14 AM

Ack..... I just realized who you are ROFL

Blizzb 08-20-2003 06:43 PM

I think the hacker is back...

Gary King 08-20-2003 08:00 PM

Yep he is.

CJi 09-01-2003 08:51 PM

38 pages .. forgive me .. but has anyone tried this with vB3?

Gary King 09-01-2003 08:58 PM

Don't think so.

Blizzb 09-02-2003 10:56 PM

This is the best warning hack!

/me clicks install


All times are GMT. The time now is 10:34 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.02374 seconds
  • Memory Usage 1,811KB
  • 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
  • (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
  • (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