Search results

  1. D

    My mysidia addons/mods are now on wordpress!

    He sent me another message yesterday, saying that there are some abandoned sites on the server being flooded with spambots; so he's getting rid of those to see if it makes things better (He also doubts it's the result of a DDOS/DOS attack). Sadly for me, it seems to have made things worse...
  2. D

    New Art for Adult Wolf and Ranks!

    -Lineart Redux- The lineart for the wolf has been modified to look better! (old) (new. Same body, new head) The rank markings have been created as well. Here's how they look on various random wolves: (Order from top to bottom: Alpha, Beta, Shaman, Scout, Pup Sitter, Warrior, Omega...
  3. D

    Wild Souls

    Wild Souls is a wolf sim/RPG that puts you in the paws of your very own wolf! Users will be able to immerse themselves in a world they do not hold the reigns to. Follow development on the trello board! View full game
  4. D

    Drafts?

    A "save as draft" option for the site would be nice. I realize now that it does save if you leave and come back, but I didn't know that until I accidentally closed a tab and came back to find out that my stuff was still there. This would allow for easier draft management too, if you add a way to...
  5. D

    My mysidia addons/mods are now on wordpress!

    I wanted people to still have access to my work even if they can't connect to the Mysidia Support Forum, so I've reposted them here: dinoscripts.wordpress.com I've already re-posted my new dynamic images mod, and I'll be reposting my older ones as well.
  6. D

    Selling Artwork Advice?

    I'm not the best for advice, since I only get about one or two art commissions a year between deviantart, furaffinity, tumblr, and various other forums, and customers usually don't believe me when I tell them that. (~$40 from art this whole year, definitely not enough to be a full-time artists...
  7. D

    Idea for a wolf sim

    I've decided to call my little project Wild Souls, and I made a trello board for it! (Clicky) There you can read more fleshed out ideas for the site and what I'm currently working on. You also may or may not have seen a screenshot of it from my "Rendering Pets as Layers" topic. (Special thanks...
  8. D

    Forum default view

    I agree on public by default. The forums of a site are great for learning more about the site and for asking questions, and only certain sections for specific purposes should be private. (Like a forum for staff to discuss things in private on-site, a section just for devs/admins, etc.) In my...
  9. D

    Rendering pets as layers?

    I second this since I do it as well. Storing the different species and such in the database makes it easier to add new ones and keeps the code cleaner. (You can even code it to where you can add species on-site through an admin area like it is on mysidia!)
  10. D

    Rendering pets as layers?

    After modifying the database statement, it works! Here's how it looks: Thanks a lot you two, seriously. I couldn't figure it out myself  x_x (The given PDO statement works, but mysidia has a simplified version so I used that)
  11. D

    Rendering pets as layers?

    What version of ImageMagick are you using? It seems that Imagick PHP 5.4 can't find relative paths, or at least I can't get it to. I tried using absolute paths (C:\xampp), but that seems to break the code: $images = array( 'C:\xampp\htdocs\wild-souls\picuploads\wolf_images\pup\bases\' ...
  12. D

    Rendering pets as layers?

    One last question (I'm probably asking too many of these), what about generating the image? Like I do the above and call the image from the desired page, but everyone's pets won't look the same so I would have to change the layers in "petimage.php" somehow each time a user visits its profile...
  13. D

    Rendering pets as layers?

    It works! Thanks again. I played around with the different composite types and ended up using Imagick::COMPOSITE_DSTIN since my markings aren't "clean" and go outside of the lines otherwise.
  14. D

    Rendering pets as layers?

    Thank you both, it works great! What would I do if I wanted to use Imagick:: COMPOSITE_OVERLAY? This is what I have (modified from php.net and using the above code): $composed_image->setIteratorIndex(1); $composed_image->compositeImage( $images[0], \Imagick::COMPOSITE_OVERLAY, 0, 0 )...
  15. D

    Mysidia servers are...down?

    He actually replied pretty quickly. He agreed it was strange and that it started ever since the move. He's going to bring it up with the webhost to help get it resolved and reply back if he gets anywhere.
  16. D

    Rendering pets as layers?

    I've heard this is a pretty well-kept secret, so I might not have any luck, but how would you go about using layers for pets? (lineart, bases, markings, etc.) I've recently gotten Imagick and I'm playing around with it on my XAMMP server (Can use GD also), but I'm not really sure how to do this...
  17. D

    Mysidia servers are...down?

    (Double post, oh no!) Do you think I should message HOF that a DoS attack is a possibility? Ever since this happened, the support forum's had a lot less activity.  x_x Maybe he can get server support. This did start happening after we moved to a new server host a month or two back. And...
  18. D

    Good server hosts?

    I have; a majority do actually. I haven't bought hosting yet (not that I have the money anyway), but I'm using x10 for the time being, which allows cPanel and easy cronjob setup. I haven't had any problems so far.
  19. D

    Mysidia servers are...down?

    Ah well, I guess that means I'll work on revising some of the script myself then instead of waiting for it.
  20. D

    Good server hosts?

    Extremely slow. I tried both that and smartFTP, neither ran fast enough for me.
Back
Top