Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 2 of 2

Thread: Export configuration

  1. #1

    Default Export configuration

    Text automatically translated from: Portuguese to: English
    Translated text
    It is possible in future versions, you have the option to export (Backup) the configuration and the option to Import?

    It would be very interesting, because I've made many adjustments in my vBET and if I miss somehow I have to recreate everything. I would like to make a backup of the version and save it somewhere (in the cloud).

    Thank you.
    Original text

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    When you are making backup of vBulletin database you are also making backup of all options - including vBET options.
    You can also easily get all vBET options using SQL, because all vBET options have prefix 'vbenterprisetranslator_'
    Here is SQL query to do it:
    Code:
    SELECT * FROM setting WHERE varname like 'vbenterprisetranslator_%'
    You can simply export it as results in most SQL clients - for example in phpMyAdmin (just select all results and export it - below the results table you have options for it).

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •