vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Uninstalling Vb3 Arcade Script (https://vborg.vbsupport.ru/showthread.php?t=82700)

Weapon-x 06-08-2005 09:26 PM

Uninstalling Vb3 Arcade Script
 
Alright I know a lot of people out their who install the arcade and don’t 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?

LEAD_WEIGHT 06-09-2005 01:50 AM

That would be a great idea for ppl who can not upgrade to vB 3.5.

Paul M 06-09-2005 01:56 AM

I cannot imagine many people sparing the time to write an uninstall script.

iSpanish 06-09-2005 03:27 AM

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

Weapon-x 06-09-2005 02:13 PM

And this works?

jesus likes pie 06-09-2005 02:27 PM

i hope so i hate the arcade when you have to upgrade

Weapon-x 06-09-2005 05:41 PM

I got an error saying
-----------------------------
SQL-query:

DELETE FROM datastore WHERE title = 'arcadesettings' LIMIT 1
-----------------------------
MySQL said:

#1146 - Table 'forum.datastore' doesn't exist

iSpanish 06-09-2005 09:01 PM

Quote:

Originally Posted by Weapon-x
I got an error saying
-----------------------------
SQL-query:

DELETE FROM datastore WHERE title = 'arcadesettings' LIMIT 1
-----------------------------
MySQL said:

#1146 - Table 'forum.datastore' doesn't exist

that error message mean there is no table has name datastore

Razz 06-09-2005 09:46 PM

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.

iSpanish 06-09-2005 10:06 PM

Quote:

Originally Posted by Razz
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.

that's true

:):):)


All times are GMT. The time now is 12:39 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01013 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete