Brad
09-25-2002, 10:00 PM
This is a very simple hack, heck i wouldent even call it a hack, more like a mini tip ;)
This hack provides two new links in the admin cp, one to your phpinfo, the second to mySQL info.
i made this for myself sometime ago so i would always have a quick link to my phpinfo/mySQL info if i ever needed it :)
To install:
in admin/index.php
replace:
makenavoption("vBulletin Options","options.php?t=0","<br>");
by:
makenavoption("vBulletin Options","options.php?t=0","<br>");
makenavoption("Your MySQL info","mysql.php?","<br />");
makenavoption("Your PHP info","index.php?action=phpinfo","<br />");
Upload the attached file to your root/admin and your done. (note: this is the mysqlinfo.php file from the extra's folder int he vB zip. i only made it look like the cp, all code credit gose to the vBulletin team :) )
This hack provides two new links in the admin cp, one to your phpinfo, the second to mySQL info.
i made this for myself sometime ago so i would always have a quick link to my phpinfo/mySQL info if i ever needed it :)
To install:
in admin/index.php
replace:
makenavoption("vBulletin Options","options.php?t=0","<br>");
by:
makenavoption("vBulletin Options","options.php?t=0","<br>");
makenavoption("Your MySQL info","mysql.php?","<br />");
makenavoption("Your PHP info","index.php?action=phpinfo","<br />");
Upload the attached file to your root/admin and your done. (note: this is the mysqlinfo.php file from the extra's folder int he vB zip. i only made it look like the cp, all code credit gose to the vBulletin team :) )