Can I backup my PHP forum contents with blocked backup permissions?

Discussion in 'PHP' started by A2day, Oct 4, 2006.

  1. #1
    Hi.
    My forum is hosted on a free supplier, and they blocked the backup funcionality.

    Do you know if I can retrieve all my contents (i'm the forum admin) and uploaded elsewhere?

    Cheers,
    A2day
     
    A2day, Oct 4, 2006 IP
  2. rb3m

    rb3m Peon

    Messages:
    192
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you are allowed to upload your php scripts you could create a script that selects the entire contents on each table and creates a CSV file or something like that that you can then copy.
     
    rb3m, Oct 4, 2006 IP
  3. BRUm

    BRUm Well-Known Member

    Messages:
    3,086
    Likes Received:
    61
    Best Answers:
    1
    Trophy Points:
    100
    #3
    Do you have access to the database via PHPmyAdmin? If so, just "Export" and it'll save all DB content to a .txt file, which you can just Import later on if something goes wrong.

    Lee.
     
    BRUm, Oct 4, 2006 IP