Search results

  1. M

    Aethria is Coming! (Inkborne, Seraphel, Teripets etc)

    Shame that a game that seems to be memorable to many people was derailed by drama.  I guess if anything can be said about such a thing is that it can serve as a lesson learned on the game you're currently devoted to. Not just in how artists could or should be compensated -- but about how things...
  2. M

    Aethria is Coming! (Inkborne, Seraphel, Teripets etc)

    I'm curious what you mean by "backlash from former artists".  Feel like people are willing to spend on the right game, but generating interest is harder than it used to be since there's much more competition than there used to be. 
  3. M

    Coding a dress-up feature?

    A good programmer will be able to create an feature to meet your needs.  The part you may need to start working on before getting a programmer involved is defining your needs.  To that, I'd suggest doing two things; 1. Creating some Mockups to show the programmer what you want the feature to...
  4. M

    New Game Framework

    In my War on Frameworks I tried both Semantic UI and Bootstrap -- but ultimately went back to Bootstrap.  Not just because it's what my day-time employer users, but I found it was easier to learn and more widely supported (that is, if I have a question I can find more people to answer it). ...
  5. M

    New Game Framework

    I have a faint memory of a hosted Virtual Pet Game solution. It was free.  I remember the layout of the site was Red and you could create species, shops, and pages. It moderately popular with people with no coding experience at all, but if you did know a bit of what to do it was pretty...
  6. M

    Seeking Event Planners and Mods

    What are you looking for, Event-wise?  I took a look at the site and ... the design and especially the art are okay, but it seems hard to navigate (figure out what to do). 
  7. M

    New Game Framework

    Have to admit; getting stuck in the Decision Fatigue of the Framework Wars is part of the reason I'm dragging my feet on my own project.  I've tried both PGF and Mysdia from the existing frameworks.  I think people are looking for something closer to Mysdia, but newer.  For something a bit...
  8. M

    PAID: Mob's General Open Art Thread (Closed)

    Opening Up Shop again. Times no-so-tough now!  Hit me up in PM if you're looking for some semi-fast cash this holiday weekend. 
  9. M

    Equus Nation

    I got an error when I clicked on your link (Game Not Found), but found it with a Google Search. 
  10. M

    Log in redirect

    I'm pretty much a novice in PHP, but maybe this can help.  Conditionally Checking the Session if (isset($_SESSION['loggedin']) && $_SESSION['loggedin'] == true) { echo "Welcome to the member's area, " . $_SESSION['username'] . "!"; } else { echo "Please log in first to see this...
  11. M

    Log in redirect

    This is a very vague question. The general idea is that you have a check on every page that searches for your user's account data, and then if no data is found or an error occurs you conditionally show a div that has a "You are not logged in" message and the links to log in or register.  How...
  12. M

    Change Website's Font to Uploaded Font in Mysidia Script

    Your coding to declare your font is incorrect.  Try font-face and font-family. <style> @font-face { font-family: myCustomFont; src: url(8bitwonder.ttf); } body {...
  13. M

    Are my websites dead?

    Looks like they're down to me.  Seems a similar site to what you described exists here.  At the bottom they seem to offer a chance to retrieve your data, but I'm also seeing that the copyright is for 2014 so it seems like this place has been abandoned for some time. 
  14. M

    Music & it's place in Virtual Pet Sites (and other games)

    It is technically possible to have music in your HTML5 game, yes.  Here's the HTML5 Tag for doing that I feel like music is fine as long as you offer the option to turn it off since the user may not want music playing/auto-playing for a number of reasons. That said, music when used...
  15. M

    PAID: Mob's General Open Art Thread (Closed)

    Howdy. Again!  How about it, Freelancers? Want to PM me a category below and some quotes?  I pay with Paypal and will pay when I see your sketches. Then finish and send me the PSDs.  Current Status: Closed.  Last Updated: October 11th 2019 Closing the shop for now. Have some things to sort...
  16. M

    CLOSED: Looking for a Background/Image Map Artist

    Howdy.  I'm fiddling away on my little learning project and have reached the point where I can commission some more art. Mainly for the map.  I'll need six different map areas: Main Entrance - It's going to be like a Splash Page  4 Wings (Four Separate Maps) - Some concepts are below for...
  17. M

    Twitter tags?

    Ah, I never do anything like that, no. I usually just look at what's trending when I go to Twitter.  The only browser game I remember trending in recently was Club Penguin which met its maker last year.  And I only have a Twitter Account in the first place because I did #NeoCreationWeek.  I...
  18. M

    Twitter tags?

    Ah, you mean Hashtags?  Hashtags are the way that people find information quickly on Twitter. When you click on a Hashtag you are sent to a page that has all of the posts related to that hashtag so you can see all comments about it, starting with the latest. If a Hashtag gets a high number of...
  19. M

    Hosting Providers

    If you just have to host some HTML/CSS/JavaScript I have two to recommend.  NeoCities is a throwback to the Geocities/Angelfire era of web hosting. You can get signed up in about a minute and have your site up in less than five minutes if your HTML Files are already ready. They have a generous...
  20. M

    Furry Realms (online multiplayer RPG)

    When I say activities I mean Games, Dailies, Competitions, Quests, Puzzles, Events and whatnot.  Things that the players are going to be invested it and what brings them back to the site every day.  People who may be looking for a game might be curious about what there is to do at your game...
Back
Top