View Full Version : phpmyadmin in your admin directory???
blakkboy
03-05-2004, 12:10 AM
how could set it up so that i dont have to go to my phpmyadmin........ but instead log-on in my admin section of the board and tinker with the database there?????
blakkboy
03-06-2004, 12:51 AM
up
Reeve of shinra
03-06-2004, 04:16 AM
In the admin panel of vb3 is a place to run sql queries from, ... not as robust as phpmyadmin but good for experienced users.
In vb2, there is a hack from chen I believe that does this.
trafix
03-06-2004, 05:02 AM
Its probibly not a good idea af i think it would become a security risk
blakkboy
03-06-2004, 04:38 PM
where is this hack located........???
because i have way to many hacks to upgrade at the moment and i would like to implement this in my board
blakkboy
03-08-2004, 04:45 PM
uppin
recumbent615
03-10-2004, 11:02 PM
Please do not bump or in your case "up" or "uppin" your posts, memebers of this board, will read your posts and respond as they can if they have something to say, With regard to where the "hack is located" Reeve was refering to the release of VB3 not a hack for VB2.x. The statement as been made that PHPmyAdmin may be a security risk to integrate into the Control pannel, I personally have in installed under my Admin section and also have the directoy password protected. It is not a hack just a link to access the standard phpMyAdmin.
Kevin,
blakkboy
03-11-2004, 01:09 AM
^^ i appreciate you letting me know about this......
now could you give me the steps that you did in order for the phpmyadmin to be acessed and password locked in my admin panel? thanx in advance
Boofo
03-11-2004, 02:31 AM
Just use the link to your myphpadmin from the Admin CP. That's all you need to do.
blakkboy
03-11-2004, 02:57 AM
well lets just assume that im totally a newb for modifying my forums......
please make a dummies guide to linking and securing phpmyadmin in my admin panel
Boofo
03-11-2004, 03:32 AM
In admincp/index.php, find:
construct_nav_option($vbphrase['vbulletin_options'], 'options.php?null=0', '<br />');
below it add:
if ($bbuserinfo['userid'] == 1)
{
construct_nav_option('phpmyadmin', 'http://path/to/phpmyadmin/index.html', '<br />');
}
blakkboy
03-12-2004, 08:13 PM
^^^ thanx a bunch...... ill try it out
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.