Thread: Making a 508 WEBCLIENT

Page 1 of 6 123 ... LastLast
Results 1 to 10 of 59
  1. #1 Making a 508 WEBCLIENT 
    Runebay™
    Guest
    Purpose: Make you a webclient for your server!

    Difficulty: 1.5

    Tested On: The internetz

    Downloads
    1. Download this http://www.mediafire.com/download.php?0izerzjyzjm
    2. If windows download this http://www.apachefriends.org/downloa...-installer.exe
    3. Linux take this http://www.apachefriends.org/downloa...x-1.7.1.tar.gz
    4. Mac do this http://www.apachefriends.org/downloa...cosx-1.0.1.dmg


    Ok now that you have the required files..Here comes the EASY ass tutorial

    The TUT.

    Setup the xampp with default settings.

    Once done that go to (for windows) C:\xampp\htdocs\

    Now that your there. Remember that first file i told you to download? Well drag that into the htdocs folder!

    While in the htdocs folder make a new file called index.html
    Inside of this new file copy and paste this:
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>EpicScape</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body {
    	background:#004673 url(http://i39.tinypic.com/2ivmebt.jpg) fixed repeat-x bottom left;
    	margin: 25px;
    	padding: 12px 30px 4px 30px;
    }
    a img {
    	border-top-style: none;
    	border-right-style: none;
    	border-bottom-style: none;
    	border-left-style: none;
    }
    #wrapper #text {
    	font-weight: lighter;
    	text-transform: none;
    	color: #999;
    	width: 765px;
    	float: left;
    	border-top-width: 1px;
    	border-right-width: 1px;
    	border-bottom-width: 1px;
    	border-left-width: 1px;
    	border-top-style: solid;
    	border-right-style: none;
    	border-bottom-style: none;
    	border-left-style: solid;
    	border-top-color: #B1A02A;
    	border-right-color: #B1A02A;
    	border-bottom-color: #B1A02A;
    	border-left-color: #0FF;
    }
    #wrapper #footer {
    	height: 40px;
    	clear: both;
    	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    	font-weight: bolder;
    	color: #FFF;
    	background-color: #333;
    	border-top-style: ridge;
    	border-top-color: #666;
    	border-bottom-style: solid;
    	border-bottom-color: #000;
    	border-top-width: 1px;
    	border-left-width: 1px;
    }
    #wrapper #navbox {
    	float: right;
    	width: 249px;
    	border-left-width: 1px;
    	border-left-style: solid;
    	border-left-color: #3CC;
    	border-top-width: 1px;
    	border-top-style: solid;
    	border-top-color: #B1A02A;
    }
    #wrapper #navigation {
    	height: 63px;
    	width: 765px;
    }
    #wrapper #logo {
    	height: 84px;
    	background-color: #FFF;
    }
    #wrapper {
    	background-color: #f7f7f7;
    	width: 765px;
    	margin-right: auto;
    	margin-left: auto;
    	border-right-style: solid;
    	border-left-style: solid;
    	border-right-width: 1px;
    	border-left-width: 1px;
    	border-right-color: #999;
    	border-left-color: #999;
    }
    * {
    	margin: 0px;
    }
    #wrapper #base p {
    	text-align: center;
    	font-family: "Comic Sans MS", cursive;
    	text-decoration: blink;
    	text-transform: uppercase;
    	font-weight: bolder;
    	font-variant: normal;
    	font-style: normal;
    	color: #0CF;
    }
    a:link {
    	color: #000;
    	text-decoration: none;
    }
    a:visited {
    	text-decoration: none;
    	color: #000;
    }
    a:hover {
    	text-decoration: underline;
    	color: #0F0;
    }
    a:active {
    	text-decoration: none;
    	color: #FF0;
    }
    -->
    </style>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    
    <body>
    <div id="wrapper">
    <div id="navigation"><a href="http://epicscape.net" target="_blank"><img src="http://i40.tinypic.com/dzz7md.jpg" border="0" alt="Forums"></a></div><hr>
      <div id="base">
        <p><a href="/webclient/index.html"><img src="http://i41.tinypic.com/55idxy.jpg" width="765" height="63" alt="EPICSCAPE WEBCLIENT!" /></a></p>
    <applet name=RuneScape id=game width=765 height=503 archive='hdloader.jar' code='loader.class' mayscript>
    <param name=worldid value=60>
    <param name=members value=1>
    <param name=modewhat value=0>
    <param name=modewhere value=0>
    <param name=safemode value=0>
    <param name=lang value=0>
    <param name=affid value=0>
    <param name=settings value=stringpassedtoserverwhenconnecting>
    <param name=cookieprefix value=>
    <param name=cookiehost value=.google.com>
    <param name=plug value=0>
    <param name=js value=1>
    <param name=game value=0>
    </applet><p>
    PS there is NO custom items enabled in this webclient!!!</div>
    <center>Made by CRiP aka Tookie</center>
    Thats a custom template I hand made to work for this. (its pretty attractive )

    After all that is done open up your web browser and type in localhost into the address bar and press enter. WOW you get your webclient!

    How to make it connect to your server...?
    Ok you should know how to get a no-ip domain right? well get one of those (should already have one)
    and paste that into your address bar and press enter...WOW your webclient again!

    To make it connect to your server simple have your server running! If its not running it wont connect..
    Just give other people your no-ip and they will also see it!(make sure they put http://!
    Like mine is http://epicscape.servegame.com..You should be able to see my client


    Pic of what it should look like:
    Have fun if u have any questions ask me!
    ALSO: Remember this is HD if you dont have the cache for HD it may not work!
    DEMO: http://epicscape.net/webclient
     

  2. #2  
    Meh. I can't code.

    Soulevoker's Avatar
    Join Date
    Sep 2007
    Age
    29
    Posts
    1,198
    Thanks given
    5
    Thanks received
    6
    Rep Power
    137
    This looks nice. Can we have a demo link to see this?

     

  3. #3  
    Meh. I can't code.

    Soulevoker's Avatar
    Join Date
    Sep 2007
    Age
    29
    Posts
    1,198
    Thanks given
    5
    Thanks received
    6
    Rep Power
    137
    Your link isn't directing to your site. Make sure xaamp is on or no-ip is on. Plus make sure you setup the domain in your router (if available).

     

  4. #4  
    Runebay™
    Guest
    Thanks for liking it!
     

  5. #5  
    Respected Donater

    Mario's Avatar
    Join Date
    Sep 2007
    Age
    30
    Posts
    1,255
    Thanks given
    32
    Thanks received
    15
    Rep Power
    778
    wow very nice Rep+
    [rsimg]1042[/rsimg][rsimg]1044[/rsimg][rsimg]1046[/rsimg][rsimg]1038[/rsimg][rsimg]1048[/rsimg][rsimg]1040[/rsimg]Mario[rsimg]1040[/rsimg][rsimg]1048[/rsimg][rsimg]1038[/rsimg][rsimg]1046[/rsimg][rsimg]1044[/rsimg][rsimg]1042[/rsimg]

     

  6. #6  
    Runebay™
    Guest
    Quote Originally Posted by Ace View Post
    wow very nice Rep+
    Thank you ACE!

    I may make a nicer template for it later tomorow
     

  7. #7  
    Donator

    iZAjz's Avatar
    Join Date
    Mar 2007
    Age
    29
    Posts
    3,675
    Thanks given
    105
    Thanks received
    47
    Rep Power
    1882
    Why are you doign this for hd? =/
    How would i make it load ld?
     

  8. #8  
    Registered Member

    Join Date
    Aug 2008
    Posts
    1,151
    Thanks given
    21
    Thanks received
    86
    Rep Power
    558
    I done this and it made me replace the original index file. Also I tried my ip and localhost, it wont load anything..?

    нacкυя

     

  9. #9  
    Registered Member

    Join Date
    Feb 2007
    Posts
    1,005
    Thanks given
    2
    Thanks received
    17
    Rep Power
    93
    Newbs never learn how to use cache downloader :O
    -Removed

    Advertising is not allowed.
     

  10. #10  
    Registered Member
    Ninja assassin's Avatar
    Join Date
    Oct 2008
    Posts
    1,961
    Thanks given
    217
    Thanks received
    115
    Rep Power
    77
    thank you i needed this
    Btc: 1tpWTbAznzWYh6YpoUJeQ3MDVK56GGJ
     

Page 1 of 6 123 ... LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

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