-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_UPDATING
76 lines (58 loc) · 2.56 KB
/
_UPDATING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
UPGRADING: 2006.06.25 by Jon Link
CONTACT: [email protected]
/********************************************************************************
** "Some Chess" some rights reserved 2007
** Some Chess written by Jon Link
**
** This program is free software; you can redistribute it and/or
** modify it under the terms of the GNU General Public License
** as published by the Free Software Foundation; either version 2.1
** of the License, or (at your option) any later version.
**
** This program is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** General Public License for more details.
**
** You should have received a copy of the GNU General Public License
** along with this program; if not, write to the Free Software Foundation,
** Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**
** The images found in the folder alt-pieces [p,r,n,q,k][d,l][d,l].png are GPL,
** from Wikimedia Commons, see gpl.txt
**
** All other images are ©Jon Link and may be used freely but only with permission
**
** a small portion of the code to display the chess board
** was taken from phpChessBoard written by Andreas Stieger
**********************************************************************************/
!!-- ALWAYS BACK UP YOUR DATABASE BEFORE UPDATING --!!
UPDATING (Automated):
1) delete all files and folders on the server *except* the following:
¥ config.php
¥ /backup
¥ /playerImg
2) copy the contents of the new Some Chess folder to your server
3) load the index page in your browser to auto-update the somechess database & tables;
you get get a message after successfullu updating.
4) it is recommended that you delete these files:
¥ MYSQL
¥ MYSQL_UPDATE
¥ install.php
5) invite friends & play chess!
UPDATING (Manually)
1) delete all files and folders on the server *except* the following:
¥ config.php
¥ /backup
¥ /playerImg
2) copy the contents of the new Some Chess folder to your server
3) use the "MYSQL_UPDATE" file to update your database.*
NOTE: you should only run the querries that are new to your version
each set is labeled with a version number and date
4) it is recommended that you delete these files: MYSQL, MYSQL_UPDATE, install.php
5) invite friends & play chess!
*If you are unfamilar with MySQL I recommend going to the MySQL website and reading about SQL Queries.
Or using a program like phpMyAdmin (if available).
hints:
http://www.phpmyadmin.net/
http://dev.mysql.com/