Thread: how to make a webclient with hosting24?

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 how to make a webclient with hosting24? 
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55
    i have webhosting24 account that i use with my highscores and vote rewards but how would i make a page with just my webclient on it?
    Reply With Quote  
     

  2. #2  
    DystopiaPS

    Bells's Avatar
    Join Date
    Dec 2008
    Age
    27
    Posts
    3,788
    Thanks given
    600
    Thanks received
    1,449
    Rep Power
    4098
    Have you tried any tutorials? PI i'm guessing?
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Nov 2011
    Posts
    42
    Thanks given
    0
    Thanks received
    2
    Rep Power
    0
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
    <html>
    <head>
    <title>Webclient</title>
    <style type="text/css"> 
      html {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
      }
      body {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 0;
        font-family: Arial, Helvetica, FreeSans, sans-serif;
        background: black;
        width: 100%;
        height: 100%;
      }
      td {
        text-align: center;
      }
      #tb {
        margin: auto;
        width: 766px;
        height: 96px;
      }
      .minheight {
        width: 0;
        height: 503px;
      }
      applet, object, embed, comment {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
      }
      #gametable {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
      }
      #gamecell {
        width: 5000px;
        height: 100%;
      }
      #gameframe {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        height: 100%;
      }
      #menu {
        margin: auto;
        width: 766px;
        height: 27px;
        font-size: 12px;
        background: transparent url('http://wikdisles614.webs.com/menu_bg.png') left top no-repeat;
      }
      #menu div {
        float: left;
        padding: 4px;
      }
      #menubox {
        padding: 0 0 5px;
      }
      #Forums {
        float: left;
        height: 19px;
        line-height: 19px;
        margin: 0;
        padding: 0;
        color: #e8d800;
        font-weight: bold;
        text-decoration: none;
        background-image: url('http://wikdisles614.webs.com/menu.png');
      }
      #Forums {
        width: 101px;
        background-position: left top;
      }
      #Forums:hover, #vote:hover {
        color: black;
        background-position: left bottom;
      }
      #search {
        position: relative;
        padding: 0 142px 0 34px;
        border-left: 1px solid black;
        text-align: left;
        background-position: right top;
      }
      #search img {
        position: absolute;
        top: 3px;
        left: 7px;
      }
      #textbar {
        position: absolute;
        right: 47px;
        top: 2px;
        width: 86px;
        height: 15px;
        line-height: 15px;
        border: none;
        padding: 0 0 0 1px;
        background: white;
      }
      #gobutton {
        position: absolute;
        right: 4px;
        top: 1px;
        width: 40px;
        height: 17px;
        line-height: 17px;
        padding: 0 0 2px;
        border: none;
        cursor: pointer;
        font-size: 11px;
        font-weight: bold;
      }
      #gobutton:hover {
        background-position: left bottom;
      }
    </style>
    </head>
    <body>
    <table id="gametable" cellpadding=0 cellspacing=0>
    <tr>
    <td colspan=2>
    <div id="menubox">
    <div id="menu">
    <div>
    <a id="Forums" href="yourlink" target="_blank">Forums</a>
    <a id="Forums" href="yourlink" target="_parent">Download Client</a>
    <a id="Forums" href="yourlink" target="_blank">Homepage</a>
    </div>
    </div>
    </td>
    </tr>
    <tr>
    <td id="gamecell">
    <div id="gameframe"><center>
    <applet name="Your Client Name" width="765" height="503" archive="client.jar" code="client.class">
    <param name="java_arguments" value="-Xmx1024m">
    </applet></center>
    </body>
    <noscript></noscript><!-- --><noframes></noframes><noscript></noscript><!-- --><script type="text/javascript" src="http://www.freewebs.com/p.js"></script><script type="text/javascript" src="http://www.freewebs.com/p.js"></script><script type="text/javascript"> 
      function leavepage() {
        return 'Please make sure you have logged out of the game before navigating away.';
      }
      window.onbeforeunload = leavepage;
    </script>
    </html>
    Reply With Quote  
     

  4. #4  
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55
    i have a webclient: Webclient - ScenemoScape i just dont know how to make a file have an address pretty much

    and i use this format
    <HTML>
    <HEAD>
    <TITLE>ScenemoScape WebClient</TITLE>
    <body bgcolor="black">
    <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
    </HEAD>

    <BODY>
    <center>
    <applet name="Webclient" width="765" height="503" archive="client.jar" code="client.class">
    <param name="java_arguments" value="-Xmx1024m">
    </applet>
    <p>
    <font color="white"><b>NOTE:</b> <I>

    ::::::::::::::::
    </br>
    Xat Chatbox Adding Soon
    </I></font>

    </BODY>
    </HTML>
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Nov 2011
    Posts
    42
    Thanks given
    0
    Thanks received
    2
    Rep Power
    0
    For the archive, if you have an external jar, change it from "client.jar" to "http://yourwebsite.domain/client.jar".
    Reply With Quote  
     

  6. #6  
    DystopiaPS

    Bells's Avatar
    Join Date
    Dec 2008
    Age
    27
    Posts
    3,788
    Thanks given
    600
    Thanks received
    1,449
    Rep Power
    4098
    Read this wrong sorry, msn me.

    [email protected]
    Reply With Quote  
     

  7. #7  
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55
    the problem is i dont know how to add different /things to my site like how would i add a www.mydomain.com/webclient? i have a /highscores and a /vote but i wasnt the one to add those so im clueless o.O
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Nov 2011
    Posts
    42
    Thanks given
    0
    Thanks received
    2
    Rep Power
    0
    If you wish, PM me your TeamViewer information, and I will do it for you.
    Reply With Quote  
     

  9. #9  
    DystopiaPS

    Bells's Avatar
    Join Date
    Dec 2008
    Age
    27
    Posts
    3,788
    Thanks given
    600
    Thanks received
    1,449
    Rep Power
    4098
    create a file called; webclient.php and add the webclient page into that file.

    then upload to webhost lol
    Reply With Quote  
     

  10. #10  
    Donator

    FairyTail's Avatar
    Join Date
    Jan 2008
    Age
    33
    Posts
    581
    Thanks given
    22
    Thanks received
    5
    Rep Power
    188
    get a ftp program that allows you to connect with your webhost. go in to htdocs/public_html and right click create directory, then upload that file to the new directory.

    it should be site.com/dir/dir.html (example)
    If people are good only because they fear punishment, and hope for reward, then we are a sorry lot indeed. - Albert Einstein
    Reply With Quote  
     

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. Why not to use hosting24
    By SoulsplitRSPS in forum Chat
    Replies: 4
    Last Post: 03-10-2011, 12:01 AM
  2. Hosting24
    By Flux in forum Chat
    Replies: 0
    Last Post: 12-17-2010, 06:39 PM
  3. Hostgator or hosting24?
    By Kduffy45 in forum Hosting
    Replies: 6
    Last Post: 07-10-2010, 10:32 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •