Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
[Solved] how to uninstall sql
Post new topic   Reply to topic View previous topic :: View next topic
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
[Solved] how to uninstall sql
PostPosted: 06/22/2007 2:31 PM Reply with quote
Caravan
FTM
Caravan
Posts 282
Word Cnt. 31,380
BDay Apr 14
Sign Aries
Sex Sex:Female
Joined: Nov 01, 2006
Local time: 7:25 PM
Location: Denver, PA
usaCa.gif
Hi Nightrider, I installed a mod that is not working correctly for me and I would like to uninstall my edits, and run through easyMOD. Can you help me with uninstalling the SQL from it. This is what was run through phpmyadmin

Code:

INSERT INTO phpbb_config values ('banner_source', 'logo_phpBB.gif');
INSERT INTO phpbb_config values ('banner_path', 'images/banners');
INSERT INTO phpbb_config values ('banner_cols', '2');
INSERT INTO phpbb_config values ('banner_width', '306');
INSERT INTO phpbb_config values ('banner_height', '155');
Back to Top
View user's profile Find all posts by FTM Send private message   Visit poster's website Yahoo Messenger
Re: how to uninstall sql
PostPosted: 06/23/2007 4:33 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 7:25 PM
Location: St Pete, FL
peace.gif
Here are the SQL queries that can delete these added records:

Code:
DELETE FROM phpbb_config WHERE config_name='banner_source';
DELETE FROM phpbb_config WHERE config_name='banner_path';
DELETE FROM phpbb_config WHERE config_name='banner_cols';
DELETE FROM phpbb_config WHERE config_name='banner_width';
DELETE FROM phpbb_config WHERE config_name='banner_height';

If you want to run this through EM, this is the MOD script you could use:

Code:
################################################################# #########################
## MOD Title: Delete Banner Config Records from Database...
## MOD Author: Nightrider < > (Blake) http://4fxearth.net/phpBB2
## MOD Description: This MOD will remove 5 Banner MOD records from the phpbb_config table...
## MOD Version: 1.0.0
##
## Installation Level: easy
## Installation Time: 1 minute using EM...
## Files To Edit: 0
## Included Files: 0
###################################################################### ####################
#
#-----[ SQL ]------------------------------------------
#
DELETE FROM phpbb_config WHERE config_name='banner_source';
DELETE FROM phpbb_config WHERE config_name='banner_path';
DELETE FROM phpbb_config WHERE config_name='banner_cols';
DELETE FROM phpbb_config WHERE config_name='banner_width';
DELETE FROM phpbb_config WHERE config_name='banner_height';
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] how to uninstall sql
PostPosted: 06/23/2007 7:36 AM Reply with quote
Caravan
FTM
Caravan
Posts 282
Word Cnt. 31,380
BDay Apr 14
Sign Aries
Sex Sex:Female
Joined: Nov 01, 2006
Local time: 7:25 PM
Location: Denver, PA
usaCa.gif
Thank you bunches!  banana
Back to Top
View user's profile Find all posts by FTM Send private message   Visit poster's website Yahoo Messenger
Re: how to uninstall sql
PostPosted: 06/23/2007 6:53 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 7:25 PM
Location: St Pete, FL
peace.gif
As always, you're quite welcome FTM!!!

banana  banana  banana  banana  banana
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours

Page 1 of 1


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.0721s (PHP: 62% - SQL: 38%) - SQL queries: 39 - GZIP disabled - Debug on