Jump to content
MakeWebGames

Dave

Administrators
  • Posts

    3,368
  • Joined

  • Last visited

  • Days Won

    126

Everything posted by Dave

  1. 1&1 are the most awful hosting company I've ever sadly registered a domain name with. Poor support, misguiding on everything and they're just annoying. Basically another GoDaddy.
  2. You could also Dropbox it and provide a link over Skype, or even just send it over Skype. If you guys wish I don't mind handing over the files to kingsaint if you're unable to via email or another file storage system.
  3. $_POST could still be altered within the request. Simply change the request to ?hatch=search and move the mt_rand code into that action? There's no reason to generate it before that pages request.
  4. The update doesn't contain any new functionality but just adds support for 2.0.5b. If you send an email to [email protected] I'll send it over to you.
  5. You just need to add it at the very end of the file
  6. Behave now! Thread locked as problem resolved.
  7. daaveem I'm currently playing GTA V, Destiny & Farcry.
  8. Never 1 line anything! Makes it super hard to read. Spread it out, let it be free, other developers will like you more ;)
  9. Sniko is an ace guy, I'm sure there's more to the story then him just running away! People do have real lives off the internet, I'm still confused by that concept as well.
  10. I'm gonna take a guess that the forum conversions have required the formatting, sadly I don't have this original source file anymore.
  11. What's your budget for both of these?
  12. Stop bumping this mega old thread! Closed :)
  13. Number #3 for me, the background and the colors look ace! You need to work on the typography, especially of the top navigation bar. Your line height and font choice seem odd and make the header area seems bizarre. I'd either try a smaller font all in caps, with a slightly larger line height. Or use a completely different, more suitable font and again increase the line height. Another point is that it's very difficult to determine what this mystical login form does when you first hit the page. It's great having something that looks appealing but if you're unsure what you're signing up for it could be the downfall of the page. You've got to remember users are lazy, they won't always navigate to another page to read a large amount of text about what site they're about to give their details away to.
  14. Spam bots are becoming more and more impressive, we'll look into setting up some requirements for certain area's of the site.
  15. I'm in a shared office space with work so I always plug my noise cancelling headphones in and get into the zone. Then I unleash the code. If I'm working from home I'll just have the speakers playing which ever preferred piece of music I want to listen to.
  16. Hit me up, let's rebuild this chat together?
  17. The hackers really didn't care about the film to start with. I'm still thinking it's another random group who are drawing the attention aware from them and pointing it at NK. I'm probably wrong, we'll probably never know who actually did the attack.
  18. Dave

    EasyPHP Class

    Looks great! Would scrap the use of the <font /> tag, that's some legacy stuff! http://www.htmlgoodies.com/tutorials/html_401/html4-ref/article.php/3460291 Also the $_SERVER['HTTP_X_FORWARDED_FOR'] can be faked very easily and was an original issue in McCodes v2. and within your isEmpty function surely $variable is always set? public static function isEmpty($variable) { return !isset($variable) || empty($variable) ? FALSE : $variable; }
  19. Depends on the amount of $$$ you're willing to pay. Many of the older developers won't work for ridiculously cheap rates, post a job spec along with a budget and you'll get an idea of people willing to build it for you.
  20. http://brainchild.pl/ is my go to. You'll have to pay a decent amount to really push out his raw talent though.
  21. Because you're evil
  22. This is fabulous. No other word can describe. I'm now accepting hilarious pictures in form of payment.
  23. The text output before the session_start is the issue to do with the session folder not being writable, fixing /tmp will fix all the errors. I get these errors way to often, they're annoying.
  24. Guys the hint is in the Contact your host, wherever they've mounted /tmp is full
  25. I've escalated your claim with McCodes for you.
×
×
  • Create New...