ispCP - Board - Support
Dumps by hands - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Suggestions (/forum-2.html)
+--- Thread: Dumps by hands (/thread-12014.html)

Pages: 1 2


Dumps by hands - DragonZX - 11-01-2010 06:08 AM

I integrate Sypex Dumper, it looks like very helpful tool for dumping database. I think it must be integrated to the Omega.
Developer: Ukrainian
License: BSD License
Language: 19+


RE: Dumps by hands - kassah - 11-01-2010 07:17 AM

Looks like an interesting app.

Does it only do dumps and imports?

What kind of integration are you looking for?


RE: Dumps by hands - DragonZX - 11-01-2010 04:06 PM

Yes, it does.
I mean integration, like pma and other tools.
We need no databases to install it, thats why, i think it may be page additional tools, where other tools will be sutuated e.g. Sypex Dumper... Roundcube... and other.


RE: Dumps by hands - kassah - 11-03-2010 01:08 PM

If I can keep in my head till I get done with my little side project, I'll see about doing up a patch, doubt they'll put it in trunk though.

Although, I do imagine that adding some easy way to add web tools might make it into trunk.


RE: Dumps by hands - DragonZX - 11-04-2010 06:39 PM

If you will do that, I have some ideas.
It may be like script autoinstaller.
Thats like I imagine installer.xml structure:
Code:
<module type="tool">
    <name>Sypex Dumper</name>
        <alias>dumper</alias>
    <author>BINOVATOR</author>
    <copyright>© 2005-2010 BINOVATOR</copyright>
    <license>BSD</license>
    <DeveloperCountry>UA</DeveloperCountry>
    <DeveloperUrl>http://sypex.net/</DeveloperUrl>
    <version>2.0.6</version>
    <en>Description</en>
And also we need a gap for choosing alias subfolder (like admin.domain.com/dumper/), and if empty - default
Perfectly well if it will be in gui.


RE: Dumps by hands - kassah - 11-05-2010 02:30 AM

well that sounds kinda complex, but the concept is interesting none the less. I had more of a add a new custom button location thing in mind =).

I'll think about your idea though, could be interesting.


RE: Dumps by hands - kassah - 11-05-2010 11:46 AM

Looks like there was a similar feature request (and patches) for user-app installer. Maybe we should look into the similarities there? Never got merged into trunk though.


RE: Dumps by hands - Nuxwin - 11-05-2010 02:36 PM

Hello ;

The app-installer will be normally integrated in next release (1.0.8). See this branch http://isp-control.net:800/ispcp_svn/branches/apps-installer/

Note: The app-installer is dedicated to customers. If you want just install other tools for ispCP such as Roundcube, you can do that easily by extracting the archive in the gui/tools directory and then, add a custom button to the panel. Also, you have to fix the set-gui-permissions script according the needed permissions on the tool files.


RE: Dumps by hands - kassah - 11-06-2010 01:51 AM

True, but doing that would land the button along the top, not really the placement for a webtool. Unless there is a way to add a custom button that shows up in the "Web Tools" listing that I don't know about?


RE: Dumps by hands - Nuxwin - 11-06-2010 01:56 AM

Re ;

Right now, it's not possible but this feature can easily be added. In other words, Feel free to provide a patch. Wink