The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Uninstalling Vb3 Arcade Script
Alright I know a lot of people out their who install the arcade and dont like it or something and would always want to remove it. But you can't. The only way to remove it is to upload the original vbulletin files and remove all the tasks and phrases that were needed for the arcade. Their has to be someway a coder out their can reverse the install script so it can uninstall all the tables and all the modified tables it set during install. So would any coder out their want to challenge the reverse engineering of the script?
|
#2
|
|||
|
|||
That would be a great idea for ppl who can not upgrade to vB 3.5.
|
#3
|
||||
|
||||
I cannot imagine many people sparing the time to write an uninstall script.
|
#4
|
||||
|
||||
Hi
Don't fotget take Backup before do this run this [sql]DELETE FROM datastore WHERE title = 'arcadesettings' LIMIT 1; ALTER TABLE user DROP arcadesettings; ALTER TABLE usergroup DROP arcadepermissions; DROP TABLE games; DROP TABLE gamechallenges; DROP TABLE gamesessions; DROP TABLE gamenews; DELETE FROM datastore WHERE title = 'arcadesettings' LIMIT 1; DELETE FROM datastore WHERE title = 'scoresettings' LIMIT 1;[/sql] as like as here https://vborg.vbsupport.ru/showpost....postcount=3383 |
#5
|
|||
|
|||
And this works?
|
#6
|
|||
|
|||
i hope so i hate the arcade when you have to upgrade
|
#7
|
|||
|
|||
I got an error saying
----------------------------- SQL-query: DELETE FROM datastore WHERE title = 'arcadesettings' LIMIT 1 ----------------------------- MySQL said: #1146 - Table 'forum.datastore' doesn't exist |
#8
|
||||
|
||||
Quote:
|
#9
|
|||
|
|||
It's very unlikely the datastore table isn't there.
The SQL queries above do not contain a prefix and you are probably using one. Check config.php to see what you set for the database tabel prefix and add it before the table names. |
#10
|
||||
|
||||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|