View Full Version : Hack Compatibilty with 2.3.0
BoardTyrant
05-03-2003, 10:13 AM
I would like to know whether the hack found at https://vborg.vbsupport.ru/showthread.php?s=&threadid=26272&perpage=15&display=&pagenumber=5 runs in a board running VBulletin 2.3.0 . It seems that the index.php file in my admin folder is different as I could not find the code to edit using Notepad.
Unfortunately the thread above was closed so I could not post this there.
irn-bru
05-03-2003, 10:33 AM
Put it in like here.
// *************************************************
makenavoption("vBulletin Options","options.php?t=0","<br/>");
if($debug==1) {
makenavoption("Edit Settings","setting.php?action=modify","<br>");
makenavoption("Add Setting","setting.php?action=add","<br>");
makenavoption("Add Setting Group","setting.php?action=addgroup");
}
makenavoption("Run a SQL query", "query.php?s=$session[sessionhash]","<br>");
makenavselect("Options","<hr>");
// *************************************************
BoardTyrant
05-03-2003, 10:57 AM
Sorry, but what do I have to do exactly, I am still a newbie to all of this.
irn-bru
05-03-2003, 01:07 PM
Open admin/index.php
Find This Line:
makenavselect("Options","<hr>");
Above This Line put:
makenavoption("Run a SQL query", "query.php?s=$session[sessionhash]","<br>");
There will be a Run a SQL query link under Options
use that to run your SQL query.
Just to note I havent used this addon, but in the thread Firefly recommends you use another hack I dont know why.
I would have to read the full thread which I havent. I suggest you do that, and use the other hack as there must be reasson for it been closed.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.