MyBB Community Forums

Full Version: database tools
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi (sorry for my bad english)

I search a automatic tools for saving my database.

I search with google but I think, I can use (PCA) forum database tool.

My idea :

- make a link as if I use database tools in PCA
- active this link with (for exemple) www.webcron.org

the problem is (for this moment), I don't know option of "dbtools.php".
the link could is as that :

dbtools.php?'.SID.'&action=dlbackup&file='.basename($file).$ext

what's "SID" ?

options of this link :

- optimise
- backup and FTP

with the link, I can save Automatically and all the days my database Cool

could you help me ?

thanks and happy chrismas Wink
http://mysqldumper.de/en/
i have used it for two years, it is the best database backup tool, i have ever seen
ok thanks Wink

I try this...
jaja Wrote:what's "SID" ?

The SID your session id. It's used to verify you are who you say you are and that you are currently logged in.
SID has been defined with your session ID within the global admin file. With define function. You need it within your url.

Cheers,
CraKteR.
ok thanks

I suppose it's a "field" Compulsory in the link ?
For the admin panel it is mandatory, yes. Well - If you don't define it, it will display the log-in screen instead.
If you remove it in the code, your ACP will be more vulnerable to RCEF attacks
The MyBB database tools weren't meant or designed for execution from outside the Admin CP.
DennisTT Wrote:The MyBB database tools weren't meant or designed for execution from outside the Admin CP.

ok I understand Big Grin. I begin to test mysqldumper thanksWink
Pages: 1 2