Results 1 to 24 of 24

Thread: somebody help with this

  1. #1
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default somebody help with this

    i know absolutely no html and i was trying to make a stats getter and i didnt know how to get it so i went to tip.it and looked at the source so could someone decode this for me lol.

    HTML Code:
    <!-- USERNAME INPUT -->
      <form action="store_userdata.php" method="post">
    
      <tr> 
        <td class="header" style="font-weight:normal;">Runescape Name:</td>
        <td>
          <input type="text" name="playername" id="playername" size="11">
    	<input type="hidden" value="" name="url" id="url"></td>
        <td><input name="Submit" type="Submit" value="Get stats!"></td>
      </tr>
      </form>
    
      <!-- SKILL XP &amp; TARGET LVL -->
      <form name="output" onSubmit="return runecalc();">
      <tr>
        <td width="33%" class="header" style="font-weight:normal;">Your Skill XP:</td>
        <td width="33%">
          <input type="text" size="11" name="playerxp"
           id="playerxp" onChange="runecalc()" value="0">
        </td>
        <td width="33%" id="playerlvl"></td>
    
      </tr>
      <tr>
        <td class="header" style="font-weight:normal;">Target Level:</td>
        <td>
          <input id="selectlv" name="selectlv" size="4"
           onChange="runecalc();" value="2" maxlength="2">
        </td>
        <td><div id="neededlvlexp"></div></td>
      </tr>

  2. #2
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    This just the code for the form and the table to set out the buttons/texts etc. All the actual 'stats getting' is done by php and whatever "return runecalc();" is (might be JavaScript???).

  3. #3
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    You're missing the JavaScript/VBScript/PHP that does the calculations.

    Using firefox, rightclick -> save page as. Save it too you're desktop. There should be an HTML page, and a folder that has the JS/VBS/PHP stuff and pictures in it.
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  4. #4
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    ok i didnt know where to look since i know like nothing about html ill look for that.

  5. #5
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    ok i truely have no clue heres the whole page
    HTML 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" xml:lang="en" lang="en"><head><!--
    COPYRIGHT:
    RuneTips Runescape Help &copy; Silverion. 1999 - 2007; All rights reserved.
    Runescape is registered trademark of Jagex Ltd.
    -->
    
    
    
    
    
    
    
    
    <meta name="KEYWORDS" content="runescape, jagex, guides, quests, quest, maps, tutorials, walkthrough, monsters, monster, weapons, magic, java, online, hints, tips, games, multiplayer, MMORPG, MPORPG, gaming, guilds, dragons, shops, herbs, potions, gems, quests, atlas, tips, warrior, dungeon, spoilers, merchanting items, database, maps" lang="en">
    <meta name="DESCRIPTION" content="First RuneScape fan site offering help with quests, skill guides, walkthroughs, dungeon maps, calculators, monster info, and many more hints and tips!">
    <meta name="verify-v1" content="9HvMRdFJID5eKqp35TozWHpugkqK1YO+Tw+yo0weJBs=">
    <meta name="COPYRIGHT" content="RuneTips Runescape Help © Silverion. 1999 - 2007; All rights reserved.">
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
    <meta http-equiv="imagetoolbar" content="no">
    <meta name="ROBOTS" content="ALL">
    
    <link rel="SHORTCUT ICON" href="http://www.tip.it/favicon.ico">
    <link rel="alternate" title="Tip.It News" type="application/rss+xml" href="http://www.tip.it/runescape/inc/rss_news.xml">
    <link rel="alternate" title="Runescape News" type="application/rss+xml" href="http://www.tip.it/runescape/inc/rss_runescape.xml">
    <link rel="alternate" title="Tip.It Times" type="application/rss+xml" href="http://www.tip.it/runescape/inc/rss_times.xml">
    
    <script src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "UA-1669705-1";
    urchinTracker();
    </script>
    
    <script language="javascript" type="text/javascript" src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/index.js"></script>
    
    <script language="JavaScript" type="text/javascript">
    <!--
    /* Pre-loads images for layout */
    var images = new Array("styles/images/strip.gif","styles/images/left_bar.gif","styles/images/bar.gif","styles/images/news_bar_2.gif","styles/images/paypaldonate.gif");
    var preload = new Array ();
    for(var i=0; i < images.length; i++ )
    { preload[i] = new Image(); preload[i].src = images[i]; }
    
    /* Does NOT allow to be in a frame */
    if(window.self.location.href != window.top.location.href)
    {window.top.location.replace(window.self.location.href);}
    //-->
    </script><title>Tip.it Runescape Help :: Magic Calc :: First RuneScape help site!</title><!--Do not remove media attributes from links-->
    
    
    <link rel="stylesheet" type="text/css" href="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/print.css" media="print">
    <link rel="stylesheet" type="text/css" href="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/tip.css" media="screen, projection">
    <link rel="stylesheet" type="text/css" href="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/blue.css" media="screen, projection">
    <script language="javascript" type="text/javascript" src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/poll.js"></script></head><body>
    <!-- Logo pic in top left -->
    <div id="topleft"><a href="http://www.tip.it/runescape/"><img src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/top_left.gif" alt="Tip.It!" border="0" height="165" width="184"></a></div>
    
    <!-- Links along top strip -->
    <div id="toplinks">
    <a href="http://www.tip.it/runescape/" title="Home Page"> HOME</a>&nbsp;|&nbsp;
    <a href="http://forum.tip.it/" title="Forum.Tip.It"> FORUM</a>&nbsp;|&nbsp;
    <a href="http://www.tip.it/runescape/?page=chat.htm" title="Chat here!"> CHAT</a>&nbsp;|&nbsp;
    <a href="http://www.tip.it/runescape/?contact" title="Contact Us"> CONTACT US</a>&nbsp;|&nbsp;
    <a href="http://www.tip.it/runescape/?page=site_map.htm" title="Site Map"> SITE MAP</a>
    </div>
    
    <!-- Positioning themes -->
    <div id="themething">Themes:</div>
    <div id="themes"> <img src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/themes.gif" usemap="#themes_map" alt="Themes" border="0" height="13" width="149">
      <map name="themes_Map" id="themes_Map"><area shape="rect" title="Print this Page" coords="136,0,148,12" href="#" onclick="window.print()" alt=""><area shape="rect" title="Elemental" coords="119,0,131,12" href="#" onclick="setCookiebg('purple')" alt=""><area shape="rect" title="Dragon" coords="102,0,114,12" href="#" onclick="setCookiebg('red')" alt=""><area shape="rect" title="Runite" coords="85,0,97,12" href="#" onclick="setCookiebg('runite')" alt=""><area shape="rect" title="Adamant" coords="68,0,80,12" href="#" onclick="setCookiebg('green')" alt=""><area shape="rect" title="Mithril" coords="51,0,63,12" href="#" onclick="setCookiebg('blue')" alt=""><area shape="rect" title="Black" coords="34,0,46,12" href="#" onclick="setCookiebg('black')" alt=""><area shape="rect" title="Iron" coords="17,0,29,12" href="#" onclick="setCookiebg('grey')" alt=""><area shape="rect" title="Bronze" coords="0,0,12,12" href="#" onclick="setCookiebg('orange')" alt="">
        
        
        
        
        
        
        
        
        
      </map>
    </div>
    
    <!-- Main table started -->
    
    <div id="wrapper">
      <table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
        <tbody><tr class="noprint" bgcolor="#6f6d67">
          <!-- Top row of table, has right image upper -->
          <td colspan="3" align="right" height="100"><div id="topright1"></div></td>
        </tr>
    
        <tr id="strip">
          <!-- Second row has strip and right image lower -->
          <td colspan="3" align="right" height="33"><div id="topright2"></div></td>
        </tr>
    
        <tr>
          <!-- Final row, first column: nav bar here only -->
          <td class="noprint" valign="top" width="142">
            <div id="navigation">
    <!-- Navigation Start -->
    <h1>ARENASCAPE</h1>
    <ul>
    <li><a href="http://www.arenascape.net/">Play</a></li>
    <li><a href="http://www.arenascape.net/faq.php">Info</a></li>
    <li><a href="http://forum.tip.it/index.php?c=6">Forum</a></li>
    </ul>
    
    <h1>RUNESCAPE</h1>
    <ul>
    
    <li class="subheading">DATABASES</li>
    <li><a href="http://www.tip.it/runescape/?rs2monster">Bestiary</a></li>
    <li><a href="http://www.tip.it/runescape/?rs2item">Items</a></li>
    <li><a href="http://www.tip.it/runescape/?rs2quest">Quests</a></li>
    
    <li class="subheading">GUIDES</li>
    <li><a href="http://www.tip.it/runescape/?page=skill_guides.htm">Skill Guides</a></li>
    <li><a href="http://www.tip.it/runescape/?page=general_guides.htm">General Guides</a></li>
    <li><a href="http://www.tip.it/runescape/?page=mini_games.htm">Mini Games</a></li>
    <li><a href="http://www.tip.it/runescape/?page=guild_guides.htm">Guild Guides</a></li>
    <li><a href="http://www.tip.it/runescape/?page=monster_hunting.htm">Monster Hunting</a></li>
    <li><a href="http://www.tip.it/runescape/?page=treasure_trails.htm">Treasure Trails</a></li>
    
    <li class="subheading">TOOLS</li>
    <li><a href="http://www.tip.it/runescape/?page=xp_table.htm">XP Table</a></li>
    <li><a href="http://www.tip.it/runescape/?page=skill_calculators.htm">Skill Calculators</a></li>
    <li><a href="http://www.tip.it/runescape/?page=skill_planners.htm">Skill Planners</a></li>
    <li><a href="http://www.tip.it/runescape/?page=special_calculators.htm">Special Calcs</a></li>
    
    <li class="subheading">ATLAS</li>
    <li><a href="http://www.tip.it/runescape/?page=atlas.htm">World &amp; Wild</a></li>
    <li><a href="http://www.tip.it/runescape/?page=dungeon_maps.htm">Dungeon Maps</a></li>
    <li><a href="http://www.tip.it/runescape/?page=special_maps.htm">Special Maps</a></li>
    <li><a href="http://www.tip.it/runescape/?page=mining_maps.htm">Mining Sites</a></li>
    <li><a href="http://www.tip.it/runescape/?page=hunting_locations.htm">Hunting Locations</a></li>
    <li><a href="http://www.tip.it/runescape/?page=fairy_ring_map.htm">Fairy Ring Map</a></li>
    
    <li class="subheading">INFO</li>
    <li><a href="http://www.tip.it/runescape/?page=beginners_guide.htm">Beginner's Guide</a></li>
    <li><a href="http://www.tip.it/runescape/?page=security_centre.htm">Security Centre</a></li>
    <li><a href="http://www.tip.it/runescape/?smithing_table">Smithing Tables</a></li>
    <li><a href="http://www.tip.it/runescape/?page=new_members_P2P_guide.htm">New P2P Members</a></li>
    
    </ul>
    
    <h1>COMMUNITY</h1>
    <ul>
    <li><a href="http://www.cafepress.com/rstipit">Tip.It Online Shop</a></li>
    <li><a href="http://www.tip.it/runescape/?event=home">TET (Events) Home</a></li>
    <li><a href="http://forum.tip.it/">Forum</a></li>
    <li><a href="http://www.tip.it/runescape/?page=forum_guide.htm">Forum User Guide</a></li>
    <li><a href="http://www.tip.it/runescape/?page=chat.htm">Chat</a></li>
    <li><a href="http://lotro.tip.it/">LOTRO Tips</a></li>
    </ul>
    
    <h1>SITE INFO</h1>
    <ul>
    <li><a href="http://www.tip.it/runescape/?page=about.htm">About</a></li>
    <li><a href="http://www.tip.it/runescape/?page=faq.htm">FAQ</a></li>
    <li><a href="http://www.tip.it/runescape/?page=staff.htm">Staff List</a></li>
    <li><a href="http://www.tip.it/runescape/?page=privacy.htm">Privacy Policy</a></li>
    <li><a href="http://www.tip.it/runescape/?contact">Contact Us</a></li>
    <li><a href="http://www.tip.it/rsc">RS Classic</a></li>
    <li><a href="http://www.tip.it/runescape/?page=site_map.htm">Site Map</a></li>
    </ul><!-- Navigation End -->
            </div></td>
    
          <!-- Final row, middle column: print content here -->
          <td id="contentcolumn" valign="top">
            <div id="content">
              <noscript>
    <div class="noscript">ATTENTION: Tip.it requires JavaScript for some
    features to work properly. Please <a href="?page=enable_js.htm">enable
    it</a> in your browser settings.</div> </noscript>
    
    <!-- Page Content Start -->
    <div class="calc"> 
    <table border="0" cellpadding="4" cellspacing="0" width="96%"> 
      <tbody><tr> 
        <td align="left">
          <input name="Button" onclick="location.href='index.php?page=magic_planner.htm';" value="Magic Planner" type="button">
        </td> 
        <td align="right">
          <input name="Button" onclick="location.href='index.php?page=skill_calculators.htm';" value="Back to Skill Calcs" type="button">
        </td> 
      </tr> 
    </tbody></table>
    
    <script src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/tipcalc.js" language="JavaScript" type="text/javascript"></script>
    <script language="JavaScript" type="text/javascript">
       var name;
       var itemxp;
       var limitxp;
       damagespells();
    
        function selector(AList){
         var selected = AList.selectedIndex;
         var a=0;
         if(selected == a){all();} a=a+1;
         if(selected == a){bindscurses();} a=a+1;
         if(selected == a){chargingorbs();} a=a+1;
         if(selected == a){damagespells();} a=a+1;
         if(selected == a){enchants();} a=a+1;
         if(selected == a){f2p();} a=a+1;
         if(selected == a){magetrainingarena();} a=a+1;
         if(selected == a){naturerunespells();} a=a+1;
         if(selected == a){teleports();} a=a+1;
         if(selected == a){other();} a=a+1;
         }
    
       function all(){
          name = new Array("Confuse","Weaken","Curse","Bind","Snare","Vulnerability","Enfeeble","Entangle","Stun","Charge Water Orb","Charge Earth Orb","Charge Fire Orb","Charge Air Orb","Wind Strike(2)","Water Strike(4)","Earth Strike(6)","Fire Strike(8)","Wind Bolt(9)","Water Bolt(10)","Earth Bolt(11)","Fire Bolt(12)","Crumble Undead","Wind Blast(13)","Water Blast(14)","Iban Blast(25)","Magic Dart(19)","Earth Blast(15)","Fire Blast(16)","God Spells(30)","Wind Wave(17)","Water Wave(18)","Earth Wave(19)","Fire Wave(20)","Opal Crossbow Bolt","Sapphire Crossbow Bolt","Sapphire Jewellery(Lvl 1)","Jade Crossbow Bolt","Pearl Crossbow Bolt","Emerald Crossbow Bolt","Emerald Jewellery(Lvl 2)","Red Topaz Crossbow Bolt","Ruby Crossbow Bolt","Ruby Jewellery(Lvl 3)","Diamond Crossbow Bolt","Diamond Jewellery(Lvl 4)","Dragonstone Crossbow Bolt","Dragonstone Jewellery(Lvl 5)","Onyx Crossbow Bolt","Onyx Jewellery(Lvl 6)","Bones to Bananas","Low Level Alchemy","Superheat Item","High Level Alchemy","Bones to Peaches","Varrock Teleport","Lumbridge Teleport","Falador Teleport","House Teleport","Camelot Teleport","Ardougne Teleport","Watchtower Teleport","Trollheim Teleport","Ape Atoll Teleport","Teleother Lumbridge","Teleother Falador","Teleother Camelot","Telegrab","Charge","Teleblock");
          itemxp = new Array(13,21,29,30,60.5,76,83,91,90,66,70,73,76,7.5,11.5,15.5,19.5,22.5,26.5,30.5,34.5,24.5,38.5,42.5,67.5,30,46.5,50.5,65,53,55.5,59,62.5,9,17,17,19,29,37,37,34,59,59,67,67,78,78,97,97,25,31,53,65,35.5,35,41,48,30,55.5,61,68,68,74,84,92,100,43,180,95);
          limitxp = new Array(3,11,19,20,50,66,73,79,80,56,60,63,66,1,5,9,13,17,23,29,35,39,41,47,50,50,53,59,60,62,65,70,75,4,7,7,14,24,27,27,29,49,49,57,57,68,68,87,87,15,21,43,55,60,25,31,37,40,45,51,58,61,64,74,82,90,33,80,85);
          runecalc();
       }
    
       function bindscurses(){
          name = new Array("Confuse","Weaken","Curse","Bind","Snare","Vulnerability","Enfeeble","Entangle","Stun");
          itemxp = new Array(13,21,29,30,60.5,76,83,91,90);
          limitxp = new Array(3,11,19,20,50,66,73,79,80);
          runecalc();
       }
       function chargingorbs(){
          name = new Array("Charge Water Orb","Charge Earth Orb","Charge Fire Orb","Charge Air Orb");
          itemxp = new Array(66,70,73,76);
          limitxp = new Array(56,60,63,66);
          runecalc();
       }
       function damagespells(){
          name = new Array("Wind Strike(2)","Water Strike(4)","Earth Strike(6)","Fire Strike(8)","Wind Bolt(9)","Water Bolt(10)","Earth Bolt(11)","Fire Bolt(12)","Crumble Undead","Wind Blast(13)","Water Blast(14)","Iban Blast(25)","Magic Dart(19)","Earth Blast(15)","Fire Blast(16)","God Spells(30)","Wind Wave(17)","Water Wave(18)","Earth Wave(19)","Fire Wave(20)");
          itemxp = new Array(7.5,11.5,15.5,19.5,22.5,26.5,30.5,34.5,24.5,38.5,42.5,67.5,30,46.5,50.5,65,53,55.5,59,62.5);
          limitxp = new Array(1,5,9,13,17,23,29,35,39,41,47,50,50,53,59,60,62,65,70,75);
          runecalc();
       }
       function enchants(){
          name = new Array("Opal Crossbow Bolt","Sapphire Crossbow Bolt","Sapphire Jewellery(Lvl 1)","Jade Crossbow Bolt","Pearl Crossbow Bolt","Emerald Crossbow Bolt","Emerald Jewellery(Lvl 2)","Red Topaz Crossbow Bolt","Ruby Crossbow Bolt","Ruby Jewellery(Lvl 3)","Diamond Crossbow Bolt","Diamond Jewellery(Lvl 4)","Dragonstone Crossbow Bolt","Dragonstone Jewellery(Lvl 5)","Onyx Crossbow Bolt","Onyx Jewellery(Lvl 6)");
          itemxp = new Array(9,17,17,19,29,37,37,34,59,59,67,67,78,78,97,97);
          limitxp = new Array(4,7,7,14,24,27,27,29,49,49,57,57,68,68,87,87);
          runecalc();
       }
       function f2p(){
          name = new Array("Wind Strike(2)","Confuse","Water Strike(4)","Enchant Lvl 1 Jewellery","Earth Strike(6)","Weaken","Fire Strike(8)","Bones to Bananas","Wind Bolt(9)","Curse","Bind","Low Level Alchemy","Water Bolt(10)","Varrock Teleport","Enchant Lvl 2 Jewellery","Earth Bolt(11)","Lumbridge Teleport","Telekinetic grab","Fire Bolt(12)","Falador Teleport","Crumble Undead","Wind Blast(13)","Superheat Item","Water Blast(14)","Enchant Level 3 Jewellery","Earth Blast(15)","High Level Alchemy","Enchant Level 4 Jewellery","Fire Blast(16)");
          itemxp = new Array(7.5,13,11.5,17.5,15.5,20.5,19.5,25,22.5,29,30,31,26.5,35,37,30.5,41,43,34.5,47,24.5,38.5,53,42.5,59,46.5,65,67,50.5);
          limitxp = new Array(1,3,5,7,9,11,13,15,17,19,20,21,23,25,27,29,31,33,35,37,39,41,43,47,49,53,55,57,59);
          runecalc();
       }
       <!-- Specialty Section - Exclude from All Section -->
       function magetrainingarena(){
          name = new Array("Level 1 Enchant","Level 2 Enchant","Level 3 Enchant","Level 4 Enchant","Level 5 Enchant","Level 6 Enchant");
          itemxp = new Array(13.125,27.75,44.25,50.25,58.5,72.75);
          limitxp = new Array(7,27,49,57,68,87);
          runecalc();
       }
       function naturerunespells(){
          name = new Array("Bones to Bananas","Low Level Alchemy","Superheat Item","High Level Alchemy","Bones to Peaches");
          itemxp = new Array(25,31,53,65,35.5);
          limitxp = new Array(15,21,43,55,60);
          runecalc();
       }
       function teleports(){
          name = new Array("Varrock Teleport","Lumbridge Teleport","Falador Teleport","House Teleport","Camelot Teleport","Ardougne Teleport","Watchtower Teleport","Trollheim Teleport","Ape Atoll Teleport","Teleother Lumbridge","Teleother Falador","Teleother Camelot");
          itemxp = new Array(35,41,48,30,55.5,61,68,68,74,84,92,100);
          limitxp = new Array(25,31,37,40,45,51,58,61,64,74,82,90);
          runecalc();
       }
       function other(){
          name = new Array("Telegrab","Charge","Teleblock");
          itemxp = new Array(43,180,95);
          limitxp = new Array(33,80,85);
          runecalc();
       }
    </script>
    <br>
    
    <table align="center" border="1" cellpadding="4" cellspacing="0" width="400">
    
      <!-- MAIN HEADER TD -->
      <tbody><tr class="header"> 
        <td colspan="3"> <img src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/logo_magic.gif" height="30" width="30"> 
          <h1>Magic XP Calculator</h1>
          <h2> 
            <a href="#howto">Instructions</a>
            <a href="http://www.tip.it/runescape/?page=magic_guide.htm">View Skill Guide</a>
          </h2>
        </td>
      </tr>
      
      <!-- USERNAME INPUT -->
      <form action="store_userdata.php" method="post"></form>
      <tr> 
        <td class="header" style="font-weight: normal;">Runescape Name:</td>
        <td>
          <input name="playername" id="playername" size="11" type="text">
    	<input value="?page=magic_calc.htm" name="url" id="url" type="hidden"></td>
        <td><input name="Submit" value="Get stats!" type="submit"></td>
      </tr>
      
    
      <!-- SKILL XP &amp; TARGET LVL -->
      <form name="output" onsubmit="return runecalc();"></form>
      <tr>
        <td class="header" style="font-weight: normal;" width="33%">Your Skill XP:</td>
        <td width="33%">
          <input size="11" name="playerxp" id="playerxp" onchange="runecalc()" value="0" type="text">
        </td>
        <td id="playerlvl" width="33%">(Level 85)</td>
      </tr>
      <tr>
        <td class="header" style="font-weight: normal;">Target Level:</td>
        <td>
          <input id="selectlv" name="selectlv" size="4" onchange="runecalc();" value="2" maxlength="2">
        </td>
        <td><div id="neededlvlexp">(3,597,792 XP)</div></td>
      </tr>
    
      <!-- SHOW WHICH ITEMS -->
      <tr> 
        <td class="header" style="font-weight: normal;">
          Category:
        </td>
        <td colspan="2" align="middle">
          <select style="width: 220px;" onchange="selector(this);">
            <option> All </option>
            <option> Binds &amp; Curses </option>
            <option> Charging Orbs </option>
            <option selected="selected"> Damage Spells </option>
            <option> Enchants </option>
            <option> F2P Spells </option>
            <option> Mage Training Arena </option>
            <option> Nature Rune Spells </option>
            <option> Teleports </option>
            <option> Other Spells </option>
          </select>
        </td>
      </tr> 
      
      <!-- OUTPUT OF RESULTS HERE -->
      <tr>
        <td colspan="3">
          <div id="printtable"><span class="nextlevel">For Level 86, you need <b>314,168 XP</b></span> <center><table border="1" cellpadding="3" cellspacing="0" width="100%"><tbody><tr bgcolor="#333333"><td><b><font color="#ffffff">Number</font></b></td><td><b><font color="#ffffff">Name</font></b></td><td><b><font color="#ffffff">Lvl</font></b></td><td><b><font color="#ffffff">XP</font></b></td></tr><tr><td bgcolor="#3a9d19">41,890</td><td bgcolor="#3a9d19">Wind Strike(2)</td><td bgcolor="#3a9d19">1</td><td bgcolor="#3a9d19">7.5</td></tr><tr><td bgcolor="#3a9d19">27,319</td><td bgcolor="#3a9d19">Water Strike(4)</td><td bgcolor="#3a9d19">5</td><td bgcolor="#3a9d19">11.5</td></tr><tr><td bgcolor="#3a9d19">20,269</td><td bgcolor="#3a9d19">Earth Strike(6)</td><td bgcolor="#3a9d19">9</td><td bgcolor="#3a9d19">15.5</td></tr><tr><td bgcolor="#3a9d19">16,112</td><td bgcolor="#3a9d19">Fire Strike(8)</td><td bgcolor="#3a9d19">13</td><td bgcolor="#3a9d19">19.5</td></tr><tr><td bgcolor="#3a9d19">13,964</td><td bgcolor="#3a9d19">Wind Bolt(9)</td><td bgcolor="#3a9d19">17</td><td bgcolor="#3a9d19">22.5</td></tr><tr><td bgcolor="#3a9d19">11,856</td><td bgcolor="#3a9d19">Water Bolt(10)</td><td bgcolor="#3a9d19">23</td><td bgcolor="#3a9d19">26.5</td></tr><tr><td bgcolor="#3a9d19">10,301</td><td bgcolor="#3a9d19">Earth Bolt(11)</td><td bgcolor="#3a9d19">29</td><td bgcolor="#3a9d19">30.5</td></tr><tr><td bgcolor="#3a9d19">9,107</td><td bgcolor="#3a9d19">Fire Bolt(12)</td><td bgcolor="#3a9d19">35</td><td bgcolor="#3a9d19">34.5</td></tr><tr><td bgcolor="#3a9d19">12,824</td><td bgcolor="#3a9d19">Crumble Undead</td><td bgcolor="#3a9d19">39</td><td bgcolor="#3a9d19">24.5</td></tr><tr><td bgcolor="#3a9d19">8,161</td><td bgcolor="#3a9d19">Wind Blast(13)</td><td bgcolor="#3a9d19">41</td><td bgcolor="#3a9d19">38.5</td></tr><tr><td bgcolor="#3a9d19">7,393</td><td bgcolor="#3a9d19">Water Blast(14)</td><td bgcolor="#3a9d19">47</td><td bgcolor="#3a9d19">42.5</td></tr><tr><td bgcolor="#3a9d19">4,655</td><td bgcolor="#3a9d19">Iban Blast(25)</td><td bgcolor="#3a9d19">50</td><td bgcolor="#3a9d19">67.5</td></tr><tr><td bgcolor="#3a9d19">10,473</td><td bgcolor="#3a9d19">Magic Dart(19)</td><td bgcolor="#3a9d19">50</td><td bgcolor="#3a9d19">30</td></tr><tr><td bgcolor="#3a9d19">6,757</td><td bgcolor="#3a9d19">Earth Blast(15)</td><td bgcolor="#3a9d19">53</td><td bgcolor="#3a9d19">46.5</td></tr><tr><td bgcolor="#3a9d19">6,222</td><td bgcolor="#3a9d19">Fire Blast(16)</td><td bgcolor="#3a9d19">59</td><td bgcolor="#3a9d19">50.5</td></tr><tr><td bgcolor="#3a9d19">4,834</td><td bgcolor="#3a9d19">God Spells(30)</td><td bgcolor="#3a9d19">60</td><td bgcolor="#3a9d19">65</td></tr><tr><td bgcolor="#3a9d19">5,928</td><td bgcolor="#3a9d19">Wind Wave(17)</td><td bgcolor="#3a9d19">62</td><td bgcolor="#3a9d19">53</td></tr><tr><td bgcolor="#3a9d19">5,661</td><td bgcolor="#3a9d19">Water Wave(18)</td><td bgcolor="#3a9d19">65</td><td bgcolor="#3a9d19">55.5</td></tr><tr><td bgcolor="#3a9d19">5,325</td><td bgcolor="#3a9d19">Earth Wave(19)</td><td bgcolor="#3a9d19">70</td><td bgcolor="#3a9d19">59</td></tr><tr><td bgcolor="#3a9d19">5,027</td><td bgcolor="#3a9d19">Fire Wave(20)</td><td bgcolor="#3a9d19">75</td><td bgcolor="#3a9d19">62.5</td></tr></tbody></table></center></div>
          <input value="Tip me" name="test" type="submit">
        </td>
      </tr>
      
    </tbody></table>
    
    <script language="JavaScript" type="text/javascript">
      tipstats("Magic");
      runecalc();
      document.getElementById('url').value = location.search;
    </script>
    
    <a name="howto"></a> 
      <ul>
        <li> 
          <h3>INSTRUCTIONS</h3>
          Either put in your name, and press "Get Stats!", or manually enter your current 
          experience in the textbox for exp and input your target in the textbox for target
    	level.
        </li>
        <li> 
          <h3>INTERPRETING</h3>
            <ul>
              <li>
                'Number' is how many uses of methods/items
                 you need to get your target level.
              </li>
              <li>
                'Name' is simply the name of the method/item
                (Number is maximum hit of the spell).
              </li>
              <li>
                'Lvl' is the minimum level you need to use a certain method/item.
              </li>
              <li>
                'Exp' is experience gained for using that method/item.
              </li>
            </ul>
        </li>
        <li> 
          <h3>COLORS</h3>
          <b><font color="#33cc00">Green</font></b> shows what you can access up to 
          that level.<br>
          <b><font color="#999900"> Yellow</font></b> is what you will be able to 
          access at that level.<br>
          <b><font color="#cc3300"> Red</font></b> marks things out of reach for now.
        </li>
        <li>
          <b>Notes:</b>
    the experience values given for spells that deal damage are the average
    amount of experience you'd get for casting that spell. The actual
    amount of experience you'll receive will most likely be different,
    because it depends on how much damage the spell does. For instance, if
    your Fire Blast hits for 1, you'll get less experience than is listed
    on the calculator, and if you hit for 15, you'll get more. </li></ul>
    <br><p><b>Last Updated:</b> 2-June-2007</p>
    </div><!-- Page Content End -->
    
          </div></td>
          <!-- Final row, right column: anything that goes on the right here -->
          <td class="noprint" valign="top" width="174">
          <div id="rightside">
    				<div id="search">
              <p>Google Tip.It:</p>
              <form method="get" name="searchform" action="http://www.google.com/custom">
    					  <input name="q" maxlength="255" value="" id="q" type="text">
                <input id="sa" name="sa" value="Go" size="5" type="submit">
                <input name="cof" id="cof" value="GALT:green;S:http://tip.it;GL:1;VLC:purple;AH:center;BGC:#D8D5D5;LH:174;LC:blue;GFNT:blue;L:http://tip.it/runescape/quest2/searchlogo.gif;ALC:blue;LW:188;T:black;GIMP:green;AWFID:0d2519819acf1ad7;" type="hidden">
                 <input name="domains" value="tip.it/runescape" type="hidden">
                 <input name="sitesearch" value="tip.it/runescape" type="hidden">
              </form>
            </div>
    
            <div class="bar">
              <p>Poll</p>
            </div>
    
            <div class="graybox">
              <div class="poll">
                <script language="javascript" type="text/javascript">poll_write();</script><h1>How often do you use the official Tip.it homeworlds 7(ftp) and 99(p2p)?</h1><form action="index.php"><input name="poll" value="vote" type="hidden"><input name="poll_id" value="66" type="hidden"><table cellpadding="0" cellspacing="1" width="100%"><tbody><tr><td width="10"><input name="Answer" value="1" id="p1" type="radio"></td><td><label for="p1">Every time I'm on.</label></td></tr><tr><td width="10"><input name="Answer" value="2" id="p2" type="radio"></td><td><label for="p2">Occasionally, when meeting with friends.</label></td></tr><tr><td width="10"><input name="Answer" value="3" id="p3" type="radio"></td><td><label for="p3">Not very often.</label></td></tr><tr><td width="10"><input name="Answer" value="4" id="p4" type="radio"></td><td><label for="p4">Only when there is a TET event or a party.</label></td></tr><tr><td width="10"><input name="Answer" value="5" id="p5" type="radio"></td><td><label for="p5">Never.</label></td></tr></tbody></table><table style="margin-top: 5px;" cellpadding="2" cellspacing="0" width="100%"><tbody><tr><td align="center"><input name="submit" value="Vote" class="button" type="submit"></td><td align="center"><input name="action" value="Results" class="button" type="submit"></td></tr></tbody></table></form>
    						<noscript>
    						  <div style="text-align:center; margin: 20px auto;">
    							  The Tip.It poll requires JavaScript <a href="?page=enable_js.htm">enabled</a>
    						  </div>
    						</noscript>
                <div class="bottom"><br><a href="http://www.tip.it/runescape/?poll=archive">View Poll Archive</a></div>
              </div>
    		    </div>
    
            <div class="bar">
              <p>Advert</p>
            </div>
            <div class="graybox">
    		
    
    <!-- BEGIN RICH-MEDIA Burst Network CODE -->
    <script type="text/javascript" language="JavaScript">
    rnum=Math.round(Math.random() * 100000);
    ts=String.fromCharCode(60);
    if (window.self != window.top) {nf=''} else {nf='NF/'};
    document.write(ts+'script src="http://www.burstnet.com/cgi-bin/ads/ad7397a.cgi/v=2.3S/sz=120x600A|160x600A/'+rnum+'/'+nf+'RETURN-CODE/JS/">'+ts+'/script>');
    </script><script src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/a.htm"></script><iframe src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/REDIRURL.htm" marginwidth="0" marginheight="0" hspace="0" vspace="0" bordercolor="#000000" frameborder="0" height="600" scrolling="no" width="160">&lt;SCRIPT
    language='JavaScript1.1'
    SRC="http://ad.doubleclick.net/adj/N2623.Burst/B2363781.3;abr=!ie;sz=160x600;click=http://www.burstnet.com/ads/ad7397a-map.cgi/BCPG75152.105238.121342/SZ=120X600A|160X600A/V=2.3S//REDIRURL=;ord=58671?"&gt;&lt;/SCRIPT&gt;</iframe><noscript><a href="http://www.burstnet.com/ads/ad7397a-map.cgi/ns/v=2.3S/sz=120x600A|160x600A/" target="_top">
    <img src="http://www.burstnet.com/cgi-bin/ads/ad7397a.cgi/ns/v=2.3S/sz=120x600A|160x600A/" border="0" alt="Click Here" /></a>
    </noscript>
    <!-- END BURST CODE -->
    
    
                     </div>
    
    				<div class="bar">
              <p>Donate</p>
            </div>
    
    				<div class="graybox">
    				<p>Help keep Tip.It alive, donate a bit to our site</p>
    				<form style="margin: 1px 0px 1px 26px; padding: 0px;" action="https://www.paypal.com/cgi-bin/webscr" method="post">
                <input name="cmd" value="_xclick" type="hidden">
                <input name="business" value="wizard@tip.it" type="hidden">
                <input name="item_name" value="Runescape Tip" type="hidden">
                <input name="item_number" value="001" type="hidden">
                <input name="lc" value="US" type="hidden">
    			<input name="no_shipping" value="1" type="hidden">
                <input name="return" value="http://tip.it/runescape/" type="hidden">
                <input name="cancel_return" value="http://tip.it/runescape/" type="hidden">
                <input name="no_note" value="1" type="hidden">
                <input src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/paypaldonate.gif" name="submit" alt="Donate!" type="image">
              </form>
    				</div>
    
            <div class="bar">
              <p>Link to Us</p>
            </div>
    
            <div class="graybox">
                 <p>Add a <a href="http://www.tip.it/runescape/?page=about.htm#link">Tip.It button</a> to your web site:</p>
              <a href="http://www.tip.it/runescape/?page=about.htm#link"><img src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/tiplink2.gif" alt="Tip.It Button" height="60" width="147"></a>
            </div>
          </div>
          <!-- END RIGHT SIDE DIV -->
          </td>
        </tr>
      </tbody></table>
    
      <!-- End of main table -->
      <div id="bottom">
        <div id="lb"></div>
    
        <div id="footer">
          <div style="margin-bottom: 5px;"><a href="#"><b>Return to Top</b></a></div>
          © 1999 - 2007      RuneScape Tips, all rights reserved. <br>
          Reproducing or copying any material found on this page is not allowed.<br>
          Rune Tips is best viewed in 1024x768 resolution or higher.<br>
          Designed for IE 6+, Mozilla 1.0+, Netscape Navigator 5+, Opera 4+. <br>
          Runescape ® is a trademark of Jagex © 2000-2007      Andrew Gower.
        </div>
        <!-- END FOOTER -->
      </div>
      <!-- END BOTTOM -->
    </div>
    <!-- END WRAPPER -->
    
    <!-- Top advert in its own table at end of code to prevent lagging the loading of the rest of the page -->
    <table id="topad" cellpadding="0" cellspacing="0" width="100%">
      <tbody><tr>
        <td height="100" width="184">&nbsp;</td>
        <td align="center" valign="middle">
    		
    <!-- BEGIN RICH-MEDIA Burst Network CODE -->
    <script type="text/javascript" language="JavaScript">
    rnum=Math.round(Math.random() * 100000);
    ts=String.fromCharCode(60);
    if (window.self != window.top) {nf=''} else {nf='NF/'};
    document.write(ts+'script src="http://www.burstnet.com/cgi-bin/ads/ad7397a.cgi/v=2.3S/sz=468x60A|728x90A/'+rnum+'/'+nf+'RETURN-CODE/JS/">'+ts+'/script>');
    </script><script src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/a_002.htm"></script><iframe src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/adtribal_ROS_leaderboard.htm" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" height="90" scrolling="no" width="728"></iframe><img src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/blank.gif" align="right" height="0" width="0"><script language="JavaScript">var tcdacmd="dt",ANBCH="386";</script><script language="JavaScript" src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/slf.js"></script><script src="Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20%20%20First%20RuneScape%20help%20site%21_files/r.js" language="JavaScript"></script><noscript><a href="http://www.burstnet.com/ads/ad7397a-map.cgi/ns/v=2.3S/sz=468x60A|728x90A/" target="_top">
    <img src="http://www.burstnet.com/cgi-bin/ads/ad7397a.cgi/ns/v=2.3S/sz=468x60A|728x90A/" border="0" alt="Click Here" /></a>
    </noscript>
    <!-- END BURST CODE -->
    
    
             
        </td>
        <td width="40">&nbsp;</td>
      </tr>
    </tbody></table>
    </body></html>

  6. #6
    Join Date
    Aug 2007
    Posts
    282
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol if you dont know any html why are you trying to make a stats getter?

  7. #7
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    @robot1: it's imposible to get the source of a php script by saving a webpage.

    Gl making a statsgrabber if you don't know HTML.
    I made a new script, check it out!.

  8. #8
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    @markus - Well, I get JS by doing that.


    try explore the ftp of tip.it for the php (might be there)... if its not passworded.
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  9. #9
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    im trying to make it in a different language.

  10. #10
    Join Date
    Aug 2006
    Location
    Belgium
    Posts
    149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by r0b0t1 View Post
    @markus - Well, I get JS by doing that.


    try explore the ftp of tip.it for the php (might be there)... if its not passworded.
    That would be the stupidest thing i ever heard, like tip.it has no password on it's php...
    And, PHP is impossible to get if you don't have the ftp (like markus said), and yes, javascript will be showed if u look at sourcecode, cuz a browser can read javascript (one better then another), but can't read php, so the php 'program' that's installed on the server will decode the php to html which the browser can read.
    o/

  11. #11
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    Wait, your not getting what I'm saying.

    With the JavaScript, I can get the .js and other files such as images by right clicking and save page (Did you think I meant viewing the HTML source?). Also, did you think I though that tip.it does not have an ftp password? Almost every site does. I've never tried to explore there ftp though, so I didn't know if they did or not.
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  12. #12
    Join Date
    Aug 2006
    Location
    Belgium
    Posts
    149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by r0b0t1 View Post
    Wait, your not getting what I'm saying.

    With the JavaScript, I can get the .js and other files such as images by right clicking and save page (Did you think I meant viewing the HTML source?). Also, did you think I though that tip.it does not have an ftp password? Almost every site does. I've never tried to explore there ftp though, so I didn't know if they did or not.
    you can get the .js and other files by looking at the source code too...
    and, some sites have a public ftp, but those doesn't contain the php files, trust me...
    o/

  13. #13
    Join Date
    Jul 2006
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    php = server side language, js = client side language, your comp = client, so you can see the source oO

  14. #14
    Join Date
    Apr 2007
    Location
    England
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by markus View Post
    @robot1: it's imposible to get the source of a php script by saving a webpage.

    Gl making a statsgrabber if you don't know HTML.
    .phps

    If the server is set up incorrectly (which tip.it's isn't), you can go to a page with .phps instead of .php and it will show the php source.

    Seems like JS to me anyway, not to mention it includes the file name in the top of the HTML document :/

    Tip.it%20Runescape%20Help%20%20%20Magic%20Calc%20% 20%20First%20RuneScape%20help%20site%21_files/urchin.js

  15. #15
    Join Date
    Aug 2006
    Location
    Belgium
    Posts
    149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the .phps file is a file that the creator of the site created, just like .php, .txt etc files, so it's impossible to see the PHP sourcecode if you dont have FTP, or, the creater didn't give the sourcecode with it (with a .phps or .txt file). Stop argueing about it, YOU CANT GET PHP SOURCE CODE, just like night said, it's serverside
    o/

  16. #16
    Join Date
    Apr 2007
    Location
    England
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I was talking about in correctly configured servers which auto create a .phps with the creation of a .php. So yes, the .php may be server side, but if they set up the server incorrectly it will create a seperate source file where you can see the source.

    Anyway...

    All the JS for the script is located on the page, just look around for it, and the "pick up highscore info" is in a script included onto the page.

  17. #17
    Join Date
    Aug 2006
    Location
    Belgium
    Posts
    149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    a server doesn't autogenerate a .phps file
    o/

  18. #18
    Join Date
    Apr 2007
    Location
    England
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Did you not read "a incorrectly configured server"?

    A computer can be made to do anything with what it's been given, and it's not hard to make a program which would run on a server and when a .php is created, it would copy the content, and save it in a .phps with a identical name.

  19. #19
    Join Date
    Aug 2006
    Location
    Belgium
    Posts
    149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh yeah, and people would download such programs >_>
    o/

  20. #20
    Join Date
    Apr 2007
    Location
    England
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You just don't get it... People don't do it on purpose, they do it on accident. Some servers come with a option to create a source file for php's, and people sometimes never differe from the default options. Why do you think lots of people have open WAPs in the street all with the same name, IE BTHOMEHUB, it's because they havn't changed the default settings. If someone just wanted to run a site at home, and they downloaded a server, and just read the "heres your password, how to change it, how to host your site" etc, they wouldn't differ from what they are told. Hell, some even leave the default passwords there. Now what if the default setting was "create a source file for php files" and they never bothered to change it.

    There you go, have fun argueing that.

  21. #21
    Join Date
    Apr 2007
    Location
    England
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Default options are considered insecure, although they may work. Insecure, in my eyes, are considered in-correct.

    You could want to create a source file so as you can send the link to another developer who is in another location and it would be easier to create the .php,tell it to create a .phps and then see both the effect and source in a browser.

    This option could be on by accident, and if your script were to get information from a database or your script is insecure, it would be easy for a hacker to get your vulnerabilities with a source than with trial and error, thus why I deem it in-correct.

    http://filext.com/file-extension/PHPS

    PHPEditFile.PHP in windows server edition on a default installation.

  22. #22
    Join Date
    Aug 2006
    Location
    Belgium
    Posts
    149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sigh, i'm not argueing anymore with this stubborn guy
    and there aren't any servers having that, cuz it would be copyright infrigment,
    that's my last post here
    kthxbye
    o/

  23. #23
    Join Date
    Aug 2007
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Back to the original question....

    I've never actually done anything like this before, but if I were trying to do it here's one option:

    Find out what page is loaded for individual high scores, then parse the page to get individual stats.

    Hint: the individual page is found with http://hiscore.runescape.com/hiscore...s?user1=Zezima

    Where Zezima is the username of the character.

    All that's left is parsing the html page. I prefer C# ASPX .NET, but if you must do it in php I could post some source for you later.

    Oh, but if I do all that then it's really my stats grabber :P
    Quote Originally Posted by Boreas View Post
    I think of my players as secret agents, that I send out into the field to be invisible. I properly train them to blend in and not die.

    It's my fantasy game within the fantasy game.

  24. #24
    Join Date
    Apr 2007
    Location
    England
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Drunkenoldma View Post
    sigh, i'm not argueing anymore with this stubborn guy
    and there aren't any servers having that, cuz it would be copyright infrigment,
    that's my last post here
    kthxbye
    Thing is, I was going to stop argueing with you untill you called me stubborn. Then again, I guess sometimes being a stubborn donkey is better than a guru who walks off a cliff.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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