PDA

View Full Version : 3SI withdraw


imp pwr online
- August 2nd, 2002, 04:02 PM
Damn, all day long...

I know there was another thread but some butt monkey chagned it's direction and it is now about something else.

92StealthTT
- August 2nd, 2002, 07:48 PM
Alan made a post on the NG board. Supposedly there is a way to access the message board using the ip address. But, it doesn't work for me.

http://www.3snationalgathering.com/phpBB/viewtopic.php?topic=125&forum=1&2

imp pwr online
- August 2nd, 2002, 07:56 PM
Still get

Sorry. The administrator has disabled the 3si bulletin board at the moment for maintenance. We are trying to repair the database. This may take a while since the database is very large. - stefan@techdroid.com

using ip

Hardware admin out of country..

OH NO

alan92rttt
- August 2nd, 2002, 08:03 PM
much suckage

Its a database problem and I do not have the tools to fix it.

92StealthTT
- August 2nd, 2002, 08:05 PM
Any idea of when he is coming back?

alan92rttt
- August 2nd, 2002, 08:31 PM
no clue. At this point I'm in the dark until steph finds out and gets in touch with me. He can fix it from there did when the power went out yesterday.

I will be getting some backup plans in place this sucks

imp pwr online
- August 2nd, 2002, 08:34 PM
GO ALLEN

We are all going thru hard withdraw

Man...we are a sad bunch...

3Si

3Si

Pearson
- August 2nd, 2002, 08:50 PM
I find extra time that I don't know what to do with.

I did wash the shit out of my car though.:)

alan92rttt
- August 2nd, 2002, 08:54 PM
were working on it I'm trying to get the files steph needs to fix it.

Anyone have the repair.php file from vbb 2.2.0 or later ?

imp pwr online
- August 2nd, 2002, 09:01 PM
repair.php for mysql 3.23 or greater

This script will attempt to repair corrupted databases. While it can repair most common errors, it can not repair everything. As a side benefit it will also optimize your tables. This script is unsupported by jelsoft.

Usage:

iterations=x (x is the number of times you wish for the script to attempt to repair a broken table)

nohtml=1 (Output text only no html. Useful for cronjobs and you wish to receive text only)

forum=x (x is the name of the database to check. Leave it off to use the default database of your vBulletin forum)

check=1 (without this you will get this screen and no checking)

Example Usage:

repair.php?html=1&check=1 (most common usage, will check a forum and return html results)

repair.php?check=1&iterations=4&forum=vbdatabase (check the database "vbdatabase", try to repair damaged tables 4 times)

alan92rttt
- August 2nd, 2002, 09:04 PM
if that is from vbb 2.2.0 or greater can you e-mail that to stefan@techdroid.com

Racer 007
- August 2nd, 2002, 09:10 PM
Alan, have you tried vbulletin.com yet? Check the community forum there. Somebody should have what you need or can easily walk you through it.

click here (http://www.vbulletin.com/forum/index.php?)

alan92rttt
- August 2nd, 2002, 09:15 PM
steph e-mail the tech support, they told his what to do. But, when asked to send him the file they did not send it.

Its in the zip file your vbb came in. its in the extras folder.

imp pwr online
- August 2nd, 2002, 09:23 PM
http://www.importpoweronline.com/php/repair.php

right click save as **it may try to save as HTML, change to PHP extension.


3 ways to repair a database

===================
1. you need to upload repair.php from your vB zip file to your /admin directory and run this url

yourdomain.com/admin/repair.php?html=1&check=1

2. or using mysqlcheck repair for 3.23.38 and above

i.e. in shell/telnet/ssh type while mysql is running and forum is CLOSED:

mysqlcheck -r -u mysqlusername -p databasename

3. or via myisamchk repair functions while mysql is shutdown/stopped in shell/telnet/ssh type :

myisamchk -r -u root -p databasename

option #3 most likely requires server and mysql root access to first stop mysql and then run myisamchk repair options.

Racer 007
- August 2nd, 2002, 09:24 PM
Do you know what it is called? I am at home right now and I think the zip folder is at my work. Is there anywhere else I can access it at?

alan92rttt
- August 2nd, 2002, 09:46 PM
its alive

steph fixed it without the file
thanks anywway

Racer 007
- August 2nd, 2002, 09:53 PM
Sweet. Glad to hear you guys are back up.