The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#272
|
|||
|
|||
![]() Quote:
|
#273
|
||||
|
||||
![]()
This is sweet! Thank you!
I just installed it on my test forum. vB2.3.2 and worked like a charm. My test account I am trying this on right now, is being brutalized nicely. This is going to be great for trouble makers on my production forum! *Clicked install* Thank you again. |
#274
|
||||
|
||||
![]() Quote:
![]() Thanks again, Chris |
#275
|
|||
|
|||
![]()
This is too great... I changed some of the numbers a little so that it's not so obvious that we're messing with the guy, and I set it up so that it effects his whole IP range, rather than just his username(s)...
To do that, I just copied the global part of the hack (between the if statements) into the checkipban() function in the functions.php file... quote out the eval for the normal error_ipban and we're all set. It's great, man. I laughed for hours. To keep from making it too obvious, I changed the if glitch numbers down a bit. For example: Code:
$glitch = rand(0,100); if($glitch < 50) { eval("standarderror(\"".gettemplate('error_toobusy')."\");"); exit; } Code:
$glitch = rand(0,100); if($glitch < 80) { eval("standarderror(\"".gettemplate('error_toobusy')."\");"); exit; } |
#276
|
|||
|
|||
![]() Quote:
|
#277
|
|||
|
|||
![]()
I have finally found the bug!
Just look for inputcode("Number of Posts","posts",$user[posts]); twice in the source code of admin\user.php. There are two simillar sections that match to the description. The first is determined for the ADD USER section in CP, the 2nd is the right for EDIT User. Just such a small mistake but every install faq should be better commented for this possibility next time. ;] Thanx for this hack anyway! It really rocks!! |
#278
|
||||
|
||||
![]()
??
Maybe I dont get what you guys are saying but to me it looks like you guys were using too short of a search value. Its not a bug or mistake on the authors part if one doesnt fully read the directions or search for the full code they were told to be looking for. When I searched my admin/user.php, I only found 1 section with block of code he tells you to look for that includes the line "makeinputcode("Number of Posts","posts",$user[posts]);" in it, and then I put the code under that, like the directions said to. Now if you were doing your searches for just "$user[posts]", then you would have run into problems that you are describing as there are multiple entrys in the page of "$user[posts]", but again, thats not what the directions were telling you to look for. Again, maybe I am on the wrong track here and dont understand what you were referancing and if I am, I apologize, but as to the directions, if an idiot like me can install it and have it going on the first try, the directions are pretty much right on. Quote:
|
#279
|
|||
|
|||
![]() Quote:
Look at the sample fragment of my admin/user.php [vB 2.2.7]: PHP Code:
...and 82 lines below: PHP Code:
So, as you can see, there are really two sections in admin/user.php.... ;] But you're right. I searched for a shorter string cos my admin/user.php is hacked thoroughly and many strings don't match today at all, so I have to look for parts of them instead of using those exact samples from install faq. |
#280
|
||||
|
||||
![]()
Doh! I do apologize. I installed this on my v2.3.2 and it only has the one.
![]() |
#281
|
|||
|
|||
![]()
Anyone know if this works on 2.3.5?
|
#282
|
||||
|
||||
![]()
Has anyone made this work on 3.0.3 yet?
|
#283
|
|||
|
|||
![]()
yea any plans for 3.0+ version. Sounds like a nice idea.
|
#284
|
||||
|
||||
![]()
Anyone?
|
#285
|
|||
|
|||
![]()
I am very interested in a 3.0 version as well.
|
#286
|
||||
|
||||
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|