Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; phpbb_feed_base has a deprecated constructor in /home/poorsh5/public_html/ThePub/feed.php on line 428

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; phpbb_feed_forum has a deprecated constructor in /home/poorsh5/public_html/ThePub/feed.php on line 844

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; phpbb_feed_topic has a deprecated constructor in /home/poorsh5/public_html/ThePub/feed.php on line 973
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /feed.php:428)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /feed.php:428)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /feed.php:428)
[phpBB Debug] PHP Notice: in file /feed.php on line 173: Cannot modify header information - headers already sent by (output started at /feed.php:428)
[phpBB Debug] PHP Notice: in file /feed.php on line 174: Cannot modify header information - headers already sent by (output started at /feed.php:428)
RuneVillage.com Where Gamers Escape! 2006-10-15T21:34:00-06:00 http://poorshark.com/ThePub/feed.php?f=12&t=393082 2006-10-15T21:34:00-06:00 http://poorshark.com/ThePub/viewtopic.php?t=393082&p=3008848#p3008848 <![CDATA[Dragon Bone HTML Calc]]> Statistics: Posted by joshua090909 — October 15th, 2006, 9:34 pm


]]>
2006-10-14T16:45:20-06:00 http://poorshark.com/ThePub/viewtopic.php?t=393082&p=3007212#p3007212 <![CDATA[Dragon Bone HTML Calc]]>

-Lord Thief

Statistics: Posted by Lord Thief — October 14th, 2006, 4:45 pm


]]>
2006-10-14T15:12:54-06:00 http://poorshark.com/ThePub/viewtopic.php?t=393082&p=3007048#p3007048 <![CDATA[Dragon Bone HTML Calc]]> But its ok here i guess

Statistics: Posted by dragon tonna — October 14th, 2006, 3:12 pm


]]>
2006-10-14T01:19:10-06:00 http://poorshark.com/ThePub/viewtopic.php?t=393082&p=3006333#p3006333 <![CDATA[Dragon Bone HTML Calc]]> *

joshua090909, it's a decent calculator, though I wouldn't really want to have a seperate calculator for everything...
There is already a skill calculator on the site and in the prayer section (link) I have already included the ectofuntus grinding. The only thing I didn't include is the price of the bones, for the simple reason that these prices change more often than the globe rotates around the sun :P

Do you think I should change that calculator in such a way that it also updates the way yours updates?

(oh and btw, because we already have a calculator about it on the site, we're not going to put it online of course :? I'm sorry...)

- Greetz Glodenox :cheese:

Statistics: Posted by Glodenox — October 14th, 2006, 1:19 am


]]>
2006-10-13T23:22:36-06:00 http://poorshark.com/ThePub/viewtopic.php?t=393082&p=3006280#p3006280 <![CDATA[Dragon Bone HTML Calc]]>
But there is no need to post Calculator Submissions.

I still don't know whats allowed .. but it will be there for now...





But it is a nice Calculator for a beginner :)

Statistics: Posted by dragon tonna — October 13th, 2006, 11:22 pm


]]>
2006-10-13T15:57:35-06:00 http://poorshark.com/ThePub/viewtopic.php?t=393082&p=3005838#p3005838 <![CDATA[Dragon Bone HTML Calc]]>
CLICK HERE TO VIEW CALC

Okay so you want to raise alot of prayer levels and dont want to waste time on noob bones right?

I made a simple html ( and javascript ) based calculator.

How it works:
Enter the number of dragon bones you want or the max you can afford or whatever you want.

If nothing happens keep the textbox selected and push ENTER however it should automaticly update.

It will then tell you Total XP With Ecto Fungus Total XP Without Ectofungus Total Price (2500ea)

I hope this can be accepted into runevillage (Special Features?) so it can help people.

Worried about the site? Here is it's source ( copyrighted )

<html>
<head>
<script type="text/javascript">
function convert(dragbones)
{
if (dragbones=="bones")
{
xp=document.getElementById("bones").value *288
document.getElementById("xp").value=Math.round(xp)
price=document.getElementById("bones").value *2500
document.getElementById("price").value=price + "GP"
xp2=document.getElementById("bones").value *72
document.getElementById("xp2").value=Math.round(xp2)
}
else   
{
bones=(document.getElementById("xp").value /288)
document.getElementById("bones").value=Math.round(bones)

(document.getElementById("xp2").value /72)
document.getElementById("bones").value=Math.round(bones)
}
}
</script>
</head>

<body>
<p></p><b>DRAGON BONE ECTOFUNGUS XP CALCULATOR</b>
<br><b>Enter the total amount of bones in the first field below:</b></p>
<form>
<b>Number Of Bones:</b><br />
<input id="bones" name="bones" onkeyup="convert('bones')"><br />
<br /> <b>Total XP With Ecto Fungus:</b><br />
<input id="xp" name="xp" onkeyup="convert('xp')"><br /><b>Total XP Without Ectofungus:</b><br />
<input id="xp2" name="xp2" onkeyup="convert(xp2)">
<br><b>Total Price: (2500ea)</b><br><input id="price" name="price" onkeyup="convert(price)">
</form>
<br><font size="0">Copyright (c) Joshua090909 all right reserved</font>
</body>
</html>

Statistics: Posted by joshua090909 — October 13th, 2006, 3:57 pm


]]>