View Full Version : sqli problem
Goomzee
12-17-2013, 04:08 AM
how do i safe my forum with sqli?
RichieBoy67
12-17-2013, 04:12 AM
Do you mean back up?
If so go into Phpmyadmin and export to a file and you will get an sql copy to your pc.
Or you can use putty if you have root access. Do you? If so use this
mysqldump -u username -p database_name > /yourpath/dbname.sql and put the path to where you want the file to be placed. Then download it if you want.
Lynne
12-17-2013, 06:32 PM
From the manual:
Backing Up The Database via SSH/Telnet (https://www.vbulletin.com/docs/html/maintenance_ssh_backup) or
Backing Up The Database via phpMyAdmin (https://www.vbulletin.com/docs/html/maintenance_phpmyadmin_backup)
Restoring The Database via SSH/Telnet (https://www.vbulletin.com/docs/html/maintenance_ssh_restore) or
Restoring The Database via phpMyAdmin (https://www.vbulletin.com/docs/html/maintenance_phpmyadmin_restore)
If you don't have shell access, some people have also reported success with these scripts:
MySQLDumper (https://www.mysqldumper.de/en/index.php)
MySQLHotxcopy (https://www.vbulletin.com/forum/showthread.php?t=134821&highlight=mysqlhotcopy)
Bigdump (http://www.ozerov.de/bigdump.php)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.