Search results

  1. D

    Mysidia servers are...down?

    Actually, HOF is working on the next version (1.4.0 I think? I don't think it's called 1.3.5) He hasn't said when he thinks it will be done, but there have been some posts from him in recent months about it being worked on.
  2. D

    Good server hosts?

    It's been pretty great in my experience (it's all I've used in the past 2 years). It uploads multiple files quickly, supports ZIP files, and it updates edited code almost instantly. For me it cuts out the pain of using an FTP, which has been painfully slow for uploading in my experience (I once...
  3. D

    Good server hosts?

    Thanks for all of the suggestions everyone! @Bedouin I prefer servers that have cPanel built-in, so it's not another thing I have to buy. It's also what I mainly use for programming, file management, and database editing, so it's kind of a must for me :P
  4. D

    Mysidia servers are...down?

    No idea; Hall of Famer has yet to make any sort of announcement/acknowledgement of the issue. I really enjoyed using mysidiahost too :/, hopefully something is done to fix it.
  5. D

    Other projects of mine

    (I'm not sure if this belongs here or in another board, so move it if it has to be) I've actually got quite a few projects backed up that I've been working on for a long while, though none of them are finished. Adoptables/Sim sites are relatively new ground for me (Only 2 or so years in the...
  6. D

    Idea for a wolf sim

    Looks like our ideas are a bit different then. While it will have some fantasy elements, there isn't a very heavy storyline (though there will be one to get things started, the AI could turn things in unexpected directions), the art style is dramatically different too: (My half-done drawing)...
  7. D

    Idea for a wolf sim

    I'm not exactly sure which direction I'd want my game to go in yet or if they're similar in that aspect, but I'll contact you when I come up with more!
  8. D

    Idea for a wolf sim

    I didn't think about timezones. Maybe there would be a few weeks cooldown, so users aren't losing their positions left and right, especially if there's a situation where there are more users in a pack than NPCs. I actually plan on doing the wolf art myself, I've been itching for an opportunity...
  9. D

    Idea for a wolf sim

    This is literally a thought I just had while in the bathroom, but what about a wolf sim that's "alive"? These are the ideas I had: User customizes their own wolf and starts out in a pack There a possibility for two or three users to be in the same pack together. Otherwise it is NPC run...
  10. D

    Ready to go back to school?

    I'm not at all ready to go back (I honestly hate my school with a burning passion), but luckily I don't have to go back to school until September this year. It'll be my senior year too, so I'll be out of school in May until I start taking college classes.
  11. D

    Virtual Pet Directory?

    I've already read the API, but I sent you an email too.
  12. D

    Virtual Pet Directory?

    I don't even know if people still use that site, but does anyone know how the addresses section works?  I have no idea what goes into them, or even how to use them since there aren't any proper instructions. I guess they update the stats automatically so I don't have to manually update them...
  13. D

    What are working on this week in your game?

    My name's not listed, so I'm not entirely sure if I'm meant to reply to this or not, but I plan to add more 'essentials' to my game this weekend. Right now it's pretty bare-bones, and I have to work towards stuff you would normally see in a breeding sim; like a proper trade system, and breeding...
  14. D

    Real-time Needs

    Needs Update Real-time needs have finally been added to the site! Here's how it works every day: Mood - 10 Fullness - 10 Trust + 5 I also patched some holes in the code that potentially could have led to pets being generated with 0% for all needs. Other Changes Renamed Edit my...
  15. D

    $5 Pet and item bases (Shaded + PSDs)

    -Current Sets- Cat -Policy- Do not claim the artwork as your own! If you do so, you will not be able to buy anymore of my sets. You are allowed to edit! No refunds will be given; this is partially because PayPal takes tax between transactions (You wouldn't receive the full amount back...
  16. D

    Money sinks

    Money sinks are coming to the game! Sadly it will be a bit harder to hoard currency soon. The cost of pantry expansions now increase by 100 for each one you buy. Your babs will soon have real-time needs, along with a new hunger bar! This also means their health will drop if neglected...
  17. D

    Generate images without refresh

    That would be helpful! I have no experience with ajax at all.
  18. D

    Generate images without refresh

    So I'm working on an avatar system and I run into this problem. I'm using GD to generate the image, which is in it's own separate php file. In another file is where the image is called. I want it to where the user can use dropdowns to change the different layers on the image without having to...
  19. D

    Explore Area error

    Did you make sure you have the right code for an explore page that requires an item? $item = "BASIC EXPLORING KIT"; $hasitem = $mysidia->db->select("inventory", array("quantity"), "itemname ='{$item}' and owner='{$mysidia->user->username}'")->fetchColumn(); if($hasitem){...
  20. D

    Contest logic?

    I'm in the process of creating a way for users to enter their pets in contests. The idea is that they enter a pet and the contest runs on a specific day. You can only enter contests on specific days as well, to prevent sniping. The pet with the highest of a specific stat has the highest chance...
Back
Top