Thread: Making a Webclient

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1 Making a Webclient 
    Registered Member
    Join Date
    Mar 2015
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Discord
    View profile
    Rep Power
    0
    Hello everyone,

    I am currently working on a project and i want to make a webclient. I already Jarred and signed the client (set the main-class to loader too), however when i open the client i get a error_game_js5connect. I have set the server ip in the loader.java to my no-ip adress and the cache was working before so nothing there too.

    When i put the client on 000webhost with this html code:

    Code:
    <html>
    <title>
    My Webclient
    </title>
    <body style="background-color: #000000" onbeforeunload="javascript<b></b>:alert('Be sure your account is logged out before closing this page!');">
    <applet name="MY TITLE" width="100%" height="100%" archive="MY DROPBOX DOWNLOAD LINK" code="Loader.class" mayscript="">
    <param name="worldid" value="2"/>
    <param name="members" value="1"/>
    <param name="modewhat" value="2"/>
    <param name="modewhere" value="2"/>
    <param name="safemode" value="1"/>
    <param name="lang" value="0"/>
    <param name="affid" value="0"/>
    <param name="settings" value="ROEqp2kbj*NX9PSCbdgpOvokkMwrCkXjg3c6KXgaLZY"/>
    <param name="cookieprefix" value=""/>
    <param name="cookiehost" value=".google.com"/>
    <param name="plug" value="0"/>
    <param name="<acronym title="JavaScript">js</acronym>" value="1"/>
    <param name="game" value="0"/>
    <param name="colourid" value="0"/>
    </applet>
    </body>
    </html>
    I somehow get a black screen without anything loading at all.

    New to the getting it online part (only played locally)... so i am not sure what i am doing wrong....
     

  2. #2  
    shit im high af

    Chance's Avatar
    Join Date
    Feb 2012
    Age
    25
    Posts
    1,021
    Thanks given
    93
    Thanks received
    1,023
    Discord
    View profile
    Rep Power
    5000
    It's 2020, web clients aren't a thing anymore.
    "Java applets were introduced in the first version of the Java language, which was released in 1995. Beginning in 2013, major web browsers began to phase out support for the underlying technology applets used to run, with applets becoming completely unable to be run by 2015–2017. Java applets were deprecated since Java 9 in 2017 and removed from Java SE 11 (18.9), released in September 2018."

    Also, stop using 000webhost.
    Quote Originally Posted by Nikolas RSPS View Post
    ill get a rune-server tattoo at 60,000 replies
     

  3. Thankful users:


  4. #3  
    Registered Member

    Join Date
    Feb 2010
    Posts
    3,187
    Thanks given
    1,124
    Thanks received
    834
    Discord
    View profile
    Rep Power
    1514
    Try running with IE and Java 8 or replacing with modern technology.
     

  5. #4  
    Registered Member
    Join Date
    Mar 2015
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Discord
    View profile
    Rep Power
    0
    Ok just a waste of time asking out here i see... Not the "community" it used to be.. You COULD share what i should do instead of getting all arrogant.
     

  6. #5  
    Registered Member
    Join Date
    Nov 2012
    Posts
    523
    Thanks given
    12
    Thanks received
    49
    Discord
    View profile
    Rep Power
    26
    Quote Originally Posted by Habbyso View Post
    Ok just a waste of time asking out here i see... Not the "community" it used to be.. You COULD share what i should do instead of getting all arrogant.
    lmao you just been told the reason and some1 already gave you a suggestion above what to do.....
     

  7. #6  
    Registered Member
    Join Date
    Mar 2015
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Discord
    View profile
    Rep Power
    0
    Quote Originally Posted by khayam View Post
    lmao you just been told the reason and some1 already gave you a suggestion above what to do.....
    Then you sure don't know how arrogant people talk.... Or how sarcasm works... A solution of using internet explorer with jdk 1.8 is obviously sarcasm (trolling). And maybe instead of only telling people what they are doing wrong, help them out a bit. Another community just helped me out without getting cocky.

    He could have just said: People nowadays don't use webclients anymore because of a big safety hazard within them. U can make people just download your client.jar so they can play it.
     

  8. #7  
    SiteTrec Hosting

    Project's Avatar
    Join Date
    Dec 2010
    Posts
    2,673
    Thanks given
    1,033
    Thanks received
    829
    Rep Power
    1072
    No one was arrogant or disrespectful. They were strictly informative. If you're getting upset when you received the information you asked for, then maybe this isn't the right place for you.
    DDOS PROTECTED WEB & VPS AT AN AFFORDABLE COST
     

  9. Thankful users:


  10. #8  
    Registered Member

    Join Date
    Feb 2010
    Posts
    3,187
    Thanks given
    1,124
    Thanks received
    834
    Discord
    View profile
    Rep Power
    1514
    Quote Originally Posted by Habbyso View Post
    He could have just said: People nowadays don't use webclients anymore because of a big safety hazard within them. U can make people just download your client.jar so they can play it.
    I could have said that but that wouldn't be true. The issue is more complicated than that. Furthermore if I had said that I wouldn't have been answering your actual question, which is how to run a webclient. My solution above while not ideal for obvious reasons does work, which is more than I can say for the one you have suggested we told you which didn't answer your actual question at all.
     

  11. #9  
    shit im high af

    Chance's Avatar
    Join Date
    Feb 2012
    Age
    25
    Posts
    1,021
    Thanks given
    93
    Thanks received
    1,023
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by Habbyso View Post
    Ok just a waste of time asking out here i see... Not the "community" it used to be.. You COULD share what i should do instead of getting all arrogant.
    I wouldn't say it was a waste of time. You asked how to do something, I said you can't. You'd still be trying and not knowing it you didn't ask. No you know it's not possible with modern browsers.

    Don't be so salty.
    Quote Originally Posted by Nikolas RSPS View Post
    ill get a rune-server tattoo at 60,000 replies
     

  12. #10  
    Registered Member

    Join Date
    Dec 2009
    Posts
    757
    Thanks given
    336
    Thanks received
    414
    Discord
    View profile
    Rep Power
    834
    Quote Originally Posted by Habbyso View Post
    Then you sure don't know how arrogant people talk.... Or how sarcasm works... A solution of using internet explorer with jdk 1.8 is obviously sarcasm (trolling). And maybe instead of only telling people what they are doing wrong, help them out a bit. Another community just helped me out without getting cocky.

    He could have just said: People nowadays don't use webclients anymore because of a big safety hazard within them. U can make people just download your client.jar so they can play it.
    How was that sarcasm? Fire Cape's answer does work iirc. If you're here for sarcasm then you're at the wrong address.
    link removed
     

Page 1 of 2 12 LastLast

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. Making a webclient connect...
    By Ninja Cat in forum Tutorials
    Replies: 7
    Last Post: 01-27-2009, 03:57 AM
  2. Making A WebClient
    By Turbo in forum Tutorials
    Replies: 20
    Last Post: 01-13-2009, 01:23 AM
  3. How to make a webclient (MY WAY)
    By s4n3sc4p3 in forum Tutorials
    Replies: 17
    Last Post: 01-01-2009, 03:08 AM
  4. How do i make a webclient?
    By Mauler™ in forum RS2 Client
    Replies: 3
    Last Post: 01-23-2008, 12:08 PM
  5. How to Make a Webclient
    By Lolmaster in forum Tutorials
    Replies: 16
    Last Post: 09-30-2007, 04:35 AM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •