KRITTER KINGDOM
we aren't really rolling till March 31st, but anyone who wishes is welcome to join and get set up on the site myself and a friend are running, with some assistance from the good people here, support from friends, and Brandon's fantastic script!
KK is still very, very much on the production line, and I am aware of kinks and twists and glitches, heheh.
But we have some Kritters ready to be adopted, and you can breed them, and get set up there! We will be having some special perks for the first 500 that sign up, and yes, we are hoping to get big! <3
We have a little backstory that is going to be elaborated on, and our Kritters are a hybrid of Pokemon/Digimon types and some of our own art and creations. We give credit where its due for anything not ours, of course

We've just added some neat stuff, and new art! ^^
Looks like a neat concept. Your theme isn't that easy on the eyes or easy to read at all though.
I suggest fixing the TOS so, for the people that actually read it can. It looks like on like '70' at the end you need to add a ';' ( Semi-colon ) Also, you can't see how much money you have... :/ Might try making it so you can. Or follow my simple guide below.
Guide to making money should on the Side Panel:
In 'inc/functions.php' go to line '217' or look around that line and find:
PHP Code:
if($isloggedin == "yes"){
Then after that put:
PHP Code:
$query = "SELECT * FROM ".$prefix."users WHERE username = '".$loggedinname."'";
$result = mysql_query($query);
$num = mysql_numrows($result);
$i=0;
while ($i < 1) {
$money=@mysql_result($result,$i,"money");
$i++;
}
Change 'money' to whatever the currency name is then go to line '244' or around it should say:
and after it put:
PHP Code:
<b>".$loggedinname."s Money:</b> ".$money."
Then change 'money' to yo currency name. Then that should be all!
On VPL the topic was brought up that you're using copyrighted images.
You may be young, but that's a big no-no. I'd get rid of them as soon as possible. :/
(03-12-2010 09:50 PM)Arianna Wrote: [ -> ]On VPL the topic was brought up that you're using copyrighted images.
You may be young, but that's a big no-no. I'd get rid of them as soon as possible. :/
LOL I'm actually not young really at all, but pretty new to coding
we were going by on MyAdopts, on the Forum it says if you give credit, you can use them? There were several sites listed there that said they use Pokemon etc, but they gave credit at the bottom, and it was said to be okay? We assumed since it was okay there, then we could use them ( albeit with some fur patterns of our own )
We are just using Poser images now, that I personally paid for ....if it's a "big no no" as Arianna mentioned to use those images though, someone might want to warn them at MyAdopts -- there are several there with just the same disclaimer we were trying to use.
However if that has changed then we have others to use

thanks Magnie, that's what I needed for that !! I appreciate it!

Sorry for making that presumption. It's just usually the kids who come here with high hopes of a great petsite who choose to use images of the like.
Anyway, I noticed that it's becoming better. (: Keep going and it'll be awesome.

Oh that's fine, I always knew my weakness for Eevee would get me into trouble one day
But thanks, we are working on this, myself and my other artist friend, and we're adding some neat 3 D images to it now <3
The background is a killer.. cant look at it. If it was a seamless tile it might be easier, but not much. Kill the background, it will chase people away.
(03-13-2010 03:19 PM)Seapyramid Wrote: [ -> ]The background is a killer.. cant look at it. If it was a seamless tile it might be easier, but not much. Kill the background, it will chase people away.
er........okay? I'll work on that as well today.. What about the rest of the work ...the Kritters and all? We've actually worked very hard on those.
My co conspirator on all this has written a really nice backstory which is at kaledonia.php there, if anyone wants to read it. And we have a Forum that has the beginnings of our RP, too.

Please take a look at more than the background, hahah. Oh, I just changed that to something much more muted, but still animalish. It isn't hard on my eyes now, it's not that striking black and white.
Going to go fix the money thing and the TOS now!