update website urls

This commit is contained in:
dginovker
2020-03-12 19:42:04 -04:00
parent cb65d89297
commit 801525fb0c
210 changed files with 4 additions and 4 deletions
@@ -12,7 +12,7 @@ public class PlayersOnlineWebsite {
private static void setWebsitePlayersOnline(int amount) throws IOException {
URL url;
url = new URL("https://2006rebotted.tk/playersonline.php?pass=" + password + "&amount=" + amount);
url = new URL("https://rsrebotted.com/playersonline.php?pass=" + password + "&amount=" + amount);
url.openStream().close();
}
@@ -10,7 +10,7 @@ public class RegisteredAccsWebsite {
private static void setAccountsRegistered(int amount) throws IOException {
URL url;
url = new URL("https://2006rebotted.tk/accountsregistered.php?pass=" + password + "&amount=" + amount);
url = new URL("https://rsrebotted.com/accountsregistered.php?pass=" + password + "&amount=" + amount);
url.openStream().close();
}