after setup

This commit is contained in:
Vivian Lim 2020-07-22 14:35:41 -07:00
parent 5577f877e1
commit a3ed0bfc6c
1059 changed files with 16 additions and 15 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
cache

0
PUT_WEBROOT_HERE Normal file → Executable file
View File

0
Packages/.htaccess Normal file → Executable file
View File

0
Packages/backups/.htaccess Normal file → Executable file
View File

0
Packages/backups/index.php Normal file → Executable file
View File

0
Packages/index.php Normal file → Executable file
View File

0
Packages/installed.list Normal file → Executable file
View File

0
SSI.php Normal file → Executable file
View File

30
Settings.php Normal file → Executable file
View File

@ -20,36 +20,32 @@ $mmessage = 'Okay faithful users...we\'re attempting to restore an older backup
########## Forum Info ##########
$mbname = 'My Community'; # The name of your forum.
$language = 'english'; # The default language file set for the forum.
$boardurl = 'http://127.0.0.1/smf'; # URL to your forum's folder. (without the trailing /!)
$webmaster_email = 'noreply@myserver.com'; # Email address to send emails from. (like noreply@yourdomain.com.)
$cookiename = 'SMFCookie11'; # Name of the cookie to set for authentication.
$boardurl = 'http://volition:8000'; # URL to your forum's folder. (without the trailing /!)
$webmaster_email = 'vivlim@pm.me'; # Email address to send emails from. (like noreply@yourdomain.com.)
$cookiename = 'SMFCookie466'; # Name of the cookie to set for authentication.
########## Database Info ##########
$db_type = 'mysql';
$db_server = 'localhost';
$db_name = 'smf';
$db_user = 'root';
$db_passwd = '';
$db_server = 'db';
$db_name = 'smfdb';
$db_user = 'smfuser';
$db_passwd = 'smfpass';
$ssi_db_user = '';
$ssi_db_passwd = '';
$db_prefix = 'smf_';
$db_prefix = 'rpe_';
$db_persist = 0;
$db_error_send = 1;
########## Directories/Files ##########
# Note: These directories do not have to be changed unless you move things.
$boarddir = dirname(__FILE__); # The absolute path to the forum's folder. (not just '.'!)
$sourcedir = dirname(__FILE__) . '/Sources'; # Path to the Sources directory.
$cachedir = dirname(__FILE__) . '/cache'; # Path to the cache directory.
$boarddir = '/var/www/html'; # The absolute path to the forum's folder. (not just '.'!)
$sourcedir = '/var/www/html/Sources'; # Path to the Sources directory.
$cachedir = '/var/www/html/cache'; # Path to the cache directory.
########## Error-Catching ##########
# Note: You shouldn't touch these settings.
$db_last_error = 0;
if (file_exists(dirname(__FILE__) . '/install.php'))
{
header('Location: http' . (!empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) == 'on' ? 's' : '') . '://' . (empty($_SERVER['HTTP_HOST']) ? $_SERVER['SERVER_NAME'] . (empty($_SERVER['SERVER_PORT']) || $_SERVER['SERVER_PORT'] == '80' ? '' : ':' . $_SERVER['SERVER_PORT']) : $_SERVER['HTTP_HOST']) . (strtr(dirname($_SERVER['PHP_SELF']), '\\', '/') == '/' ? '' : strtr(dirname($_SERVER['PHP_SELF']), '\\', '/')) . '/install.php'); exit;
}
# Make sure the paths are correct... at least try to fix them.
if (!file_exists($boarddir) && file_exists(dirname(__FILE__) . '/agreement.txt'))
@ -59,4 +55,8 @@ if (!file_exists($sourcedir) && file_exists($boarddir . '/Sources'))
if (!file_exists($cachedir) && file_exists($boarddir . '/cache'))
$cachedir = $boarddir . '/cache';
$image_proxy_secret = '6c9bbacd93a9965b71f8';
$image_proxy_maxsize = '5190';
$image_proxy_enabled = '0';
$auth_secret = '2a70230be5bddc2ce8c1690a03dbd2cf1a0722b00a89107e28b27e66c4217d43';
?>

0
Settings_bak.php Normal file → Executable file
View File

0
Smileys/aaron/afro.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 691 B

After

Width:  |  Height:  |  Size: 691 B

0
Smileys/aaron/angel.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 425 B

After

Width:  |  Height:  |  Size: 425 B

0
Smileys/aaron/angry.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 612 B

After

Width:  |  Height:  |  Size: 612 B

0
Smileys/aaron/azn.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 621 B

After

Width:  |  Height:  |  Size: 621 B

0
Smileys/aaron/blank.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 615 B

After

Width:  |  Height:  |  Size: 615 B

0
Smileys/aaron/cheesy.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 608 B

After

Width:  |  Height:  |  Size: 608 B

0
Smileys/aaron/cool.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 608 B

After

Width:  |  Height:  |  Size: 608 B

0
Smileys/aaron/cry.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 648 B

After

Width:  |  Height:  |  Size: 648 B

0
Smileys/aaron/embarrassed.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 621 B

After

Width:  |  Height:  |  Size: 621 B

0
Smileys/aaron/evil.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 639 B

After

Width:  |  Height:  |  Size: 639 B

0
Smileys/aaron/grin.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 612 B

After

Width:  |  Height:  |  Size: 612 B

0
Smileys/aaron/huh.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 612 B

After

Width:  |  Height:  |  Size: 612 B

0
Smileys/aaron/index.php Normal file → Executable file
View File

0
Smileys/aaron/kiss.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 621 B

After

Width:  |  Height:  |  Size: 621 B

0
Smileys/aaron/laugh.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 610 B

After

Width:  |  Height:  |  Size: 610 B

0
Smileys/aaron/lipsrsealed.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 613 B

After

Width:  |  Height:  |  Size: 613 B

0
Smileys/aaron/police.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 689 B

After

Width:  |  Height:  |  Size: 689 B

0
Smileys/aaron/rolleyes.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 613 B

After

Width:  |  Height:  |  Size: 613 B

0
Smileys/aaron/sad.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 617 B

After

Width:  |  Height:  |  Size: 617 B

0
Smileys/aaron/shocked.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 608 B

After

Width:  |  Height:  |  Size: 608 B

0
Smileys/aaron/smiley.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 617 B

After

Width:  |  Height:  |  Size: 617 B

0
Smileys/aaron/tongue.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 622 B

After

Width:  |  Height:  |  Size: 622 B

0
Smileys/aaron/undecided.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 618 B

After

Width:  |  Height:  |  Size: 618 B

0
Smileys/aaron/wink.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 621 B

After

Width:  |  Height:  |  Size: 621 B

0
Smileys/akyhne/afro.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/angel.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/angry.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/azn.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/blank.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 670 B

After

Width:  |  Height:  |  Size: 670 B

0
Smileys/akyhne/cheesy.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/cool.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/cry.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/embarrassed.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/evil.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/grin.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/huh.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/index.php Normal file → Executable file
View File

0
Smileys/akyhne/kiss.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/laugh.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/lipsrsealed.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/police.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/rolleyes.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/sad.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/shocked.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/smiley.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/tongue.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/undecided.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/akyhne/wink.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/default/afro.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
Smileys/default/angel.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 622 B

After

Width:  |  Height:  |  Size: 622 B

0
Smileys/default/angry.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1004 B

After

Width:  |  Height:  |  Size: 1004 B

0
Smileys/default/azn.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 399 B

After

Width:  |  Height:  |  Size: 399 B

0
Smileys/default/blank.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 374 B

0
Smileys/default/cheesy.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1012 B

After

Width:  |  Height:  |  Size: 1012 B

0
Smileys/default/cool.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 999 B

After

Width:  |  Height:  |  Size: 999 B

0
Smileys/default/cry.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1017 B

After

Width:  |  Height:  |  Size: 1017 B

0
Smileys/default/embarrassed.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1008 B

After

Width:  |  Height:  |  Size: 1008 B

0
Smileys/default/evil.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 636 B

After

Width:  |  Height:  |  Size: 636 B

0
Smileys/default/grin.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1001 B

After

Width:  |  Height:  |  Size: 1001 B

0
Smileys/default/huh.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1005 B

After

Width:  |  Height:  |  Size: 1005 B

0
Smileys/default/index.php Normal file → Executable file
View File

0
Smileys/default/kiss.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1008 B

After

Width:  |  Height:  |  Size: 1008 B

0
Smileys/default/laugh.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 609 B

After

Width:  |  Height:  |  Size: 609 B

0
Smileys/default/lipsrsealed.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1006 B

After

Width:  |  Height:  |  Size: 1006 B

0
Smileys/default/police.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 686 B

After

Width:  |  Height:  |  Size: 686 B

0
Smileys/default/rolleyes.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 400 B

After

Width:  |  Height:  |  Size: 400 B

0
Smileys/default/sad.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1009 B

After

Width:  |  Height:  |  Size: 1009 B

0
Smileys/default/shocked.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1012 B

After

Width:  |  Height:  |  Size: 1012 B

0
Smileys/default/smiley.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1009 B

After

Width:  |  Height:  |  Size: 1009 B

0
Smileys/default/tongue.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1005 B

After

Width:  |  Height:  |  Size: 1005 B

0
Smileys/default/undecided.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 405 B

After

Width:  |  Height:  |  Size: 405 B

0
Smileys/default/wink.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1004 B

After

Width:  |  Height:  |  Size: 1004 B

0
Smileys/index.php Normal file → Executable file
View File

0
Sources/Admin.php Normal file → Executable file
View File

0
Sources/Agreement.php Normal file → Executable file
View File

0
Sources/BoardIndex.php Normal file → Executable file
View File

0
Sources/Calendar.php Normal file → Executable file
View File

0
Sources/Class-CurlFetchWeb.php Normal file → Executable file
View File

0
Sources/Class-Graphics.php Normal file → Executable file
View File

0
Sources/Class-Package.php Normal file → Executable file
View File

0
Sources/DbExtra-mysql.php Normal file → Executable file
View File

0
Sources/DbExtra-postgresql.php Normal file → Executable file
View File

0
Sources/DbExtra-sqlite.php Normal file → Executable file
View File

0
Sources/DbPackages-mysql.php Normal file → Executable file
View File

0
Sources/DbPackages-postgresql.php Normal file → Executable file
View File

0
Sources/DbPackages-sqlite.php Normal file → Executable file
View File

0
Sources/DbSearch-mysql.php Normal file → Executable file
View File

0
Sources/DbSearch-postgresql.php Normal file → Executable file
View File

0
Sources/DbSearch-sqlite.php Normal file → Executable file
View File

0
Sources/Display.php Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More