Jump to content
MakeWebGames

Dave

Administrators
  • Posts

    3,368
  • Joined

  • Last visited

  • Days Won

    126

Everything posted by Dave

  1. I imagine this has something to do with your load_messages.php file as I cannot identify anything obvious from the jQuery you've posted. Post up your load_messages.php
  2. He lost it in a poker bet to me! Strange as I cannot replicate this error on my systems. I'll have to dig a bit more if this starts becoming a consistent error.
  3. Should probably specify that in your thread as I thought you were offering design services!
  4. Google will match search queries to URL's. Especially on things like blog articles, so I believe it can promote SEO providing the page is crawled by Google as the internal pages of a game obviously aren't. Nice URL's are currently somewhat expected by any site, vBulletin even does it with the post title here. I personally think nicer URL's make your site seem more professional. Anyway.... What exact issues are you having? If you're trying to use them on your localhost you'll need to enable the apache module.
  5. With any sales thread I would make a decent portfolio of work easily available to potential customers. People looking for layouts won't always know who you are and what work you've completed previously.
  6. Seems like some Javascript isn't kicking in as it should converting the text field into a password field. Don't understand why they didn't just use a placeholder. I'll look into this when I get some time.
  7. Are you going to post them here for me to see? I'm slightly confused by the direction of your reply.
  8. I'd really like to see some examples of your previous work in accordance to web development. Mainly PHP but also some of your front end work could be nice.
  9. The donation one is included solely on the donation page, where as the other one was included within the footer. This mod has got to be nearly 2 years old by now. It's been around for a while, I remember 1.4 being the most stable version when I built it.
  10. If you want someone to help you build up some form of pitch/proposal and offer something to those who will be involved in the project. You may still struggle finding someone as most the people around here have other commitments.
  11. Ah okay, any form of live chat is going to be doing a lot of requests. Mine could be a lot more efficient. It sounds like you need to move host and either upscale on your shared package and request to have the limit increased or to move over to some form of managed VPS.
  12. Another modification he installed was including 1.3 and I used 1.4 for the donation system. So having both the versions it isn't sure which function to use from which one and just breaks.
  13. You've kept the identities of those private, so it's fine. I can still delete it if you'd like?
  14. With the update I'm going to address the issues but then add in a couple more features to give the system extra value. There will be a small upgrade cost though. I plan to 'bake' the chats in with the current mail system allowing private user to user chats along with other general improvements to the system.
  15. I always thought having message logs was a bad invasion of privacy within McCodes. They're private messages for a reason and there's no warning on any game I've seen saying they maybe moderated.
  16. The issue was multiple includes of jQuery at different versions if anyone else experiences similar issues.
  17. The issues is caused by the way I foolishly originally created the system. Each new chat window for each user is a new connection to the database. Meaning if each user has 3 chats (global, trade, gang for instance) then every time the script checks for new messages it's doing 3 connections at the same time. This coupled up with the amount of queries which already happen on the site amounts to a hell of a lot. Very inefficient creation of mine, I have a new version in planning which will resolve these issues. I can't give any idea of a release date due to other commitments.
  18. Hey there Veramis, this is rather strange. Can you contact me on Skype at oxydennet so I can debug this!
  19. Dave

    Available for work

    Please don't attempt to hijack others threads. I can also vouch for Guest, he's a great guy and a skilled coder.
  20. They're all valid helpful comments in my opinion. Dunno what you're on about... original post says 'wrath' (Ignore that it was recently edited....)
  21. Awh, I like working with you to! :o Be nice to my Angel or feel his wrath!
  22. Made me cringe and cry! Good job releasing it, hopefully someone will make good use of it!
  23. So much potential if this was in browser not using a downloaded client.
  24. UPDATE users SET donatordays = donatordays + 1;
  25. Yeah I used to love Pokemon! Haven't played it in years though, never played the new ones on DS either. I had the vision to create a Pokemon MMO years ago, built up a core then realized you'd need to gain permission to use all the artwork so somewhat gave up.
×
×
  • Create New...