Welcome to the Cave of Dragonflies guestbook.
http://www.dragonflycave.com/newtypetool.asp?f6num=0&f6rel=2%2B
(Yes, I know I'm really original by making a Light type. =|)
Exactly what did you put into the form? Did you press the right "Find" button? Could you copy and paste the URL of the page you got?
Mehw! Welcome back! :D
There. XD
I tried twice more and still got the same result.
…how did you manage to make that happen? It lists Ghost/Dark for me. Are you sure you didn't accidentally select the wrong option or something?
Sorry to bother you, but I looked up all type combinations with no weaknesses and got zero results. Doesn't Dark/Ghost have no weaknesses?
cause YOU never post anymore, Bob. >:U and hey, where's my 'Welcome Back!' >__>
I love how the guestbook as of late has devolved into people reporting errors and Butterfree running around fixing them.
It doesn't particularly bother me, but I just noticed that it's alot more cut off in Google Chrome than it is in Internet Explorer 8 or whatever I have. :l What exact font did you intend for it?
Only if you don't have the right font and it goes for a replacement font that doesn't quite fit.
Then again, that seems to happen for an irritating lot of people, so I should probably make it bigger.
Butterfree, did you know the 'Enter' button on the splash page is cut off at the 'r' ?
Ho-oh Spammy :D sweet!
There was sort of going to be, but it never turned out right and I pretty much gave up on it.
Dammit, i wish that there would be a 3rd sequel to Chains and Shackles.
Maybe when one accesses it, the one that writes it can't access it so it writes it somewhere undefined therefore resetting it? :l
The counter is a file. There is a function that reads the number in this file to display it on the page, and a function that reads the number in the file, increments it by one and puts it back in the file. What you see on the page is just the contents of that file. Basically something keeps going wrong in the function that writes to the file, most likely when two processes on the server try to access the file at the same time or something of the like, and it writes 0 or an empty string into it instead of the number of hits.
Funnily enough, as it is right now it is supposed to be taking special measures to prevent anything funny happening when two processes try to access it at the same time, but there must be something wrong with the handling of it. Or at least that's my best guess at what's going on.
Hey, Butterfree, so the file writes the number to the counter each time it goes up?
Aaand I made yet another fix to the Ultimate Type Tool, this time from something I realized while lying in bed.
No, it's not getting too high. If that were the case, it would consistently reset when it hit a particular number (which would be a power of two, not just any odd number above a couple of million), as opposed to randomly resetting every now and then. Odds are the code that grabs the hit counter file, reads the number, increments it and writes it back into the file is buggy somehow, but I cannot for the life of me figure out just what is wrong with it.
Maybe it's getting too high. maybe each million you get you can add a mark of some sort and start at 0: so now it would be(im using a random mark) approx… ©©© 800,000
…and now the hit counter reset itself again, only this time to an empty file instead of zero. I really, really don't get it.