The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I created a mod to add an IP to the banip value in the settings table .. if i add info to the value hack directly into the DB or with my hack it does not show IP as banned when you access the forum. But if i go into the admin > setting options and pull up the banned options .. I can see the data I entered .. save changes without changing the value and it works to ban the IP.. am I missing something ??
THanks !!! |
#2
|
||||
|
||||
![]()
I don't quite understand what you mean, but if this is vB 2, then you have to Submit options once before any new options take effect.
|
#3
|
|||
|
|||
![]()
Lets say you went in using mysql and maually added values to the list of ips in the option named banip. They do not work to ban the ips. But if you open up the admin page an go to Banning Options.. you see the ips in the field even though they are not working. Without changing anything you click Save Changes at the bottom of the options page .. and they start working..
Make sense ?? But, sounds like you are onto somethong .. it is VB2 .. what does "Submit Options once" mean ??? Thanks for your help !! |
#4
|
||||
|
||||
![]()
I mean that you have to submit your vBulletin Options once (in admin cp) before any new settings take effect.
|
#5
|
|||
|
|||
![]()
But thats what I am trying to figure out how to work around ?? Why is that .. what happens there that makes the differenc ??
|
#6
|
||||
|
||||
![]()
Well it's always really been like that, and hackers have come to accept things like that in vBulletin 2, but not in vBulletin 3
![]() |
#7
|
|||
|
|||
![]()
If i upgrade to 3 wont I lose all my hacks ??
|
#8
|
|||
|
|||
![]()
Finally figured it out .. all of the options are saved in the table template with the title options
Code:
SELECT * FROM `template` WHERE `template` = 'options' PHP Code:
Thanks for your help |
#9
|
||||
|
||||
![]() Quote:
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|