PDA

View Full Version : Phpinfo and MySQL info (Admin cp integration)


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 :) )

Brad
09-26-2002, 07:11 AM
:confused: heres the file

Silenced Soul
09-26-2002, 12:33 PM
Very nice, may come in useful sometime.

Allowee
09-26-2002, 02:56 PM
hmm, why can't i download the file?
i only see the placeholder for a image
i use ie6.0 thats the prob?

Xenon
09-26-2002, 03:00 PM
you should be able to download the file

try to reload

Goldknight
09-26-2002, 04:35 PM
Useful hack

/me install since this hack is support

kennethj
09-30-2002, 06:46 PM
tnks .. its nice to see whats going on inside the minde of a machine ;)

Intex
03-31-2003, 01:22 PM
Nice and simple but could come in handy.

* Intex clicks install :cool:.

mforster
03-31-2003, 01:40 PM
Installed - very nice :)

wooolF[RM]
03-31-2003, 01:45 PM
]nice one, little and usefull :)

Mr. X
04-04-2003, 06:26 AM
Yep, nice little addition to the cp.

/installs

Rids
04-27-2003, 01:19 PM
anything that makes life easier is fine by me - installed :)

jw00dy
01-04-2005, 08:04 AM
Anyone know if this will work in vB 3.0.4 still?