Thread: exotic help please

Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11  
    Community Veteran


    arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,833
    Thanks given
    187
    Thanks received
    306
    Discord
    View profile
    Rep Power
    770
    "https://www.exoticrs.com" does not exist, remove the code or change the url to the correct one.


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    Reply With Quote  
     

  2. #12  
    Registered Member Flub's Avatar
    Join Date
    Apr 2017
    Posts
    126
    Thanks given
    9
    Thanks received
    15
    Discord
    View profile
    Rep Power
    28
    Quote Originally Posted by KushKings View Post
    here is 3 spots I found that in u know if this would be it or how to fix?


    here is one

    public static String getNewestVersion() {
    String md5 = null;
    try (InputStream input = new URL("https://www.exoticrs.com/public/cache/md5.php").openStream()) {
    md5 = IOUtils.toString(input);
    } catch (IOException e) {
    e.printStackTrace();
    }
    return md5;
    }

    here is two

    fadingScreen = new FadingScreenImage(newBoldFont,
    "Error connecting to server. Go to [Only registered and activated users can see links. ] for info.", (byte) -1, (byte) 5, 765 / 2 - 125,
    350, 250);
    }


    and here is the last one


    if (super.mouseX >= centerX - 101 && super.mouseX <= centerX - 59 && super.mouseY >= centerY + 98 && super.mouseY <= centerY + 138) {
    launchURL("https://www.exoticrs.com");
    }

    The only one that matters here is the first one,

    The CacheVersion is a file you would host in your webserver usually, the client checks it each time it's launched to see if it needs to update anything.

    Usually when you download a source, that file is provided to you - It's probably in your cache


    Check for md5.php
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

Page 2 of 2 FirstFirst 12

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Help please?
    By Pablo... in forum Graphics
    Replies: 11
    Last Post: 11-18-2007, 04:12 AM
  2. Run Server? little help please :]
    By im so h00d in forum Tutorials
    Replies: 13
    Last Post: 11-11-2007, 03:59 AM
  3. Help, please
    By Zachyboo in forum Tutorials
    Replies: 4
    Last Post: 08-27-2007, 04:27 PM
  4. Webclient Help Please?
    By Spoonkitty in forum RS2 Client
    Replies: 1
    Last Post: 06-28-2007, 09:22 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •