diff --git a/xaseco/config.xml b/xaseco/config.xml index e667abe..8d612db 100644 --- a/xaseco/config.xml +++ b/xaseco/config.xml @@ -6,7 +6,7 @@ @@ -128,7 +128,7 @@ {#server}> Track {#highlite}{1} {#server}plays song: {#highlite}{2} {#server}> Track {#highlite}{1} {#server}uses mod: {#highlite}{2} {#server}({#highlite}{3}{#server}) {#server}> Server {#highlite}{1}$z$s {#server}owns {#highlite}{2} {#server}coppers! - + {#server}>> {#record}TMX World Record: {#highlite}{1}{#record} by {#highlite}{2} $n{#message}R{#highlite}{1}{#message}> {#server}> {#highlite}/cpsspec{#server} is not currently enabled on this server. @@ -178,7 +178,7 @@ bannedips.xml blacklist.txt guestlist.txt - trackhist.txt + trackhistory.txt 2.11.19 @@ -211,7 +211,7 @@ SuperAdmin - YOUR_SUPERADMIN_PASSWORD + --$SERVER_SA_PASSWORD-- 127.0.0.1 5000 180 diff --git a/xaseco/dedimania.xml b/xaseco/dedimania.xml index 8ab1d18..3d41e56 100644 --- a/xaseco/dedimania.xml +++ b/xaseco/dedimania.xml @@ -39,9 +39,9 @@ - YOUR_SERVER_LOGIN - YOUR_SERVER_PASSWORD - YOUR_SERVER_NATION + --$SERVER_LOGIN-- + --$SERVER_LOGIN_PASSWORD-- + diff --git a/xaseco/localdatabase.xml b/xaseco/localdatabase.xml index e98858a..5aa1f21 100644 --- a/xaseco/localdatabase.xml +++ b/xaseco/localdatabase.xml @@ -1,10 +1,10 @@ - localhost - YOUR_MYSQL_LOGIN - YOUR_MYSQL_PASSWORD - aseco + --$DB_HOST-- + --$DB_LOGIN-- + --$DB_LOGIN_PASSWORD-- + --$DB_NAME-- true diff --git a/xaseco/rasp.settings.php b/xaseco/rasp.settings.php index 428bb39..6019620 100644 --- a/xaseco/rasp.settings.php +++ b/xaseco/rasp.settings.php @@ -7,11 +7,11 @@ //################################################################## //Set to true if you want the rank system active -$feature_ranks = true; +$feature_ranks = false; //Set to true if you want /nextrank to show the difference in record positions, // i.e. the combined number of positions that your records need to be improved // in order to catch up with the next better ranked player -$nextrank_show_rp = true; +$nextrank_show_rp = false; //Set to true if you want all times recorded, and /pb command to be active $feature_stats = true; @@ -22,15 +22,15 @@ $always_show_pb = true; //Set to true ONLY if you use the karma feature. //If you set this to true when you are not, it will produce errors -$feature_karma = true; +$feature_karma = false; //Set to true if you allow ++ & -- votes as well as /++ & /-- -$allow_public_karma = true; +$allow_public_karma = false; //Set to true if you want to show the karma message at the start of each track -$karma_show_start = true; +$karma_show_start = false; //Set to true if you want to show vote counts & percentages -$karma_show_details = true; +$karma_show_details = false; //Set to true if you want to show players their actual votes -$karma_show_votes = true; +$karma_show_votes = false; //Set to the number of times a player should have finished a track before //being allowed to karma vote for it //Note: this is the total number of finishes since the first time a player