|
- Readme First! - Read and follow the rules, otherwise your posts will be closed |
|
|
|
|
|
There are currently, 418 guest(s) and 0 member(s) that are online.
You are Anonymous user. You can register for free by clicking here |
|
|
|
|
|
PHP-Nuke My Admin : MySQL-Tap |
|
Download PHP-Nuke's first phpMyAdmin style admin module, from Nuke Cops, an official PHP-Nuke development team for PHPNuke.org. Screenshots are available in an earlier press release. This is the initial beta release, and is out of alpha testing. Some features are not completely activated, however, it is ready for general beta usage. Use with caution, always backup.
Simply download the tarball and uncompress it from your base PHP-Nuke directory. It will automagically place all files where they need to go. Then enter your admin.php and look for our "MySQL-Tap" link. We have received approval to include this in the PHP-Nuke general distribution at phpnuke.org. We just need to finish the beta cycle.
|
|
Posted on Thursday, November 20 @ 21:36:43 CET by Zhen-Xjell |
|
|
|
|
| |
|
Average Score: 2.75 Votes: 4

|
|
|
|
|
|
|
| | The comments are owned by the poster. We aren't responsible for their content. |
| | | | |
| No Comments Allowed for Anonymous, please register | | | | |
Re: PHP-Nuke My Admin : MySQL-Tap (Score: 1) by CScomFR on Friday, November 21 @ 04:30:03 CET (User Info | Send a Message) | | Is it just me, or is there no admin icon image, and no language files....? |
]
Re: PHP-Nuke My Admin : MySQL-Tap (Score: 1) by IACOJ on Friday, November 21 @ 09:46:54 CET (User Info | Send a Message) | Hi you can get the admin image from
here [c]
Sorry we thought it was in the tar ball.
Please add these defines to your admin/language/lang-english.php
Find ?> before add
// MySQL-Tap by http://nukecops.com
// Zhen-Xjell (zx@nukecops.com)
// Copyright 2003 -- All Rights Reserved
define("_MYSQLTAP","Nuke Cops MySQL-Tap");
define("_MYSQLTAPMAIN","MySQL-Tap / PHP-Nuke My Admin");
define("_MTSTRUCTURE","Table Structure");
define("_MTBROWSE","Browse Table");
define("_MTOPTIMIZE","Optimize Table");
define("_MTREPAIR","Repair Table");
define("_MTEMPTY","Empty Table");
define("_MTDROP","Drop Table");
define("_MTFORMSUBMIT","Submit SQL");
|
]
Re: PHP-Nuke My Admin : MySQL-Tap (Score: 1) by XEULAS (MotherPlucker@KentuckyFriedChicken.com) on Friday, November 21 @ 18:16:15 CET (User Info | Send a Message) http://www.SiteLance.com | [quote] case "mtrepair":
repair($tablename);
mysqltap();
break;
case "_MTFORMSUBMIT":
mtformsubmit($mtform);
mysqltap();
break;
[/quote]
Is that last one, _MTFORMSUBMIT, correct?
|
]
Re: PHP-Nuke My Admin : MySQL-Tap (Score: 1) by VinDSL on Sunday, November 23 @ 22:43:43 CET (User Info | Send a Message) http://www.lenon.com/ | | Hrm... yeah, that looks correct. The value in the form is capped. Is it causing problems for you? |
]
You Can Download a MySQL-Tap Admin Menu Icon Here... (Score: 1) by VinDSL on Sunday, November 23 @ 22:25:56 CET (User Info | Send a Message) http://www.lenon.com/ | Robin addressed the language issue. If you need an Administration Menu Icon for MySQL-Tap, here is the one I made and have been using during Alpha/Beta testing:
http://www.lenon.com/downloads-cat-5.html [www.lenon.com]
It's tongue-in-cheek; a Tap with a Drop. Heh! Get it?
Anyway, I know it's not the end-all icon, but it'll get you by until something better comes along. I ZIP'ed it with the path included, so it should be self-explanatory. However, in case you have changed your paths, it goes in /images/admin/ |
]
Re: You Can Download a MySQL-Tap Admin Menu Icon Here... (Score: 1) by IACOJ on Tuesday, November 25 @ 13:16:04 CET (User Info | Send a Message) | | Per Zhen, VinDSL its a cute icon you made and its already available via the cvs.nukecops.com site, same location images/admin. |
]
| | | | |
Re: PHP-Nuke My Admin : MySQL-Tap (Score: 1) by XEULAS (MotherPlucker@KentuckyFriedChicken.com) on Friday, November 21 @ 08:20:29 CET (User Info | Send a Message) http://www.SiteLance.com | In comparing my admin/mysql to the screen shots, I only have the main table. There does seem to be a cosmetic problem, the table(open)-(close) doesnt close properly around the module (the bottom left and bottom right .gifs end up at the bottom of the LEFT blocks instead of the center.
Still testing functions............. |
Re: PHP-Nuke My Admin : MySQL-Tap (Score: 1) by XEULAS (MotherPlucker@KentuckyFriedChicken.com) on Sunday, November 23 @ 13:01:33 CET (User Info | Send a Message) http://www.SiteLance.com | I find that, probably due to the problem mentioned previously, that mysqltap does not seem to 'pick up' on
define("_MTDROP","Drop Table");
define("_MTFORMSUBMIT","Submit SQL");
These are defined in my admin/languages, but when I load mysqltap they still appear as _MTDROP and _MTFORMSUBMIT
In turn, this causes the 'Drop Table' function to not work. |
]
Re: PHP-Nuke My Admin : MySQL-Tap (Score: 1) by IACOJ on Tuesday, November 25 @ 13:17:30 CET (User Info | Send a Message) | | Thanks, Zhen'll look into this. All comments are appreciated. |
]
| | | | |
Re: PHP-Nuke My Admin : MySQL-Tap (Score: 1) by CScomFR on Friday, November 21 @ 14:29:25 CET (User Info | Send a Message) | Seeing as actuel full access to the mysql database is available in this module, is there a way that it can be blocked for JUST the user number 2, that is the main admin for the site ?
I have several super admins, and I don't really like the idea that by purpose or accident they can screw up or delete the whole data base..... |
Re: PHP-Nuke My Admin : MySQL-Tap (Score: 1) by IACOJ on Tuesday, November 25 @ 13:18:07 CET (User Info | Send a Message) | | Zhen'll look into this. Thanks |
]
| | | | |
Re: PHP-Nuke My Admin : MySQL-Tap (Score: 1) by VinDSL on Sunday, November 23 @ 21:29:14 CET (User Info | Send a Message) http://www.lenon.com/ | OMG!!! This just blows me away!!! Thank you everyone!!!
When we were Alpha testing MySQL-Tap, I wondered if ppl would be willing to help Beta test the product. This response absolutely floors me... :) |
Re: PHP-Nuke My Admin : MySQL-Tap (Score: 1) by IACOJ on Tuesday, November 25 @ 13:19:36 CET (User Info | Send a Message) | | Yes this is wonderful. MySQL-Tap will help us help others in the forums. We'll be able to give them SQL code to execute forthwith. |
]
| | | | | |