Jump to content
MakeWebGames

sniko

Members
  • Posts

    2,210
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by sniko

  1. What would you pay for the newsfeed?
  2. Friends request system API (GET) Newsfeed Integration with other social networks I'll collect my £40 tonight, at 2100 GMT. Thanks.
  3. It's the best way to tackle such problems. Identify where they're going wrong, and put it on them to fix it.   Please highlight the "fail".   How to get free help from members at MWG/the world 1. Make an effort. 2. Show you've made an effort. 3. Accept the fishing rod, and go fish.
  4. Now you've said it, go away and do it - if you don't, you've just lied to yourself. :)
  5. Someone not willing to take a little risk? Get out your comfort zone and take risk - you'll move forward this way.
  6. At least try yourself. That's what I really hate, people getting others to do stuff they can easily do. Challenge yourself Your approach of trying to get someone to even talk to me doesn't look well on your request on an (equal) partnership in a custom engine
  7. Me too. [highlight]Go Kyle! The gradient man[/highlight]
  8. Hey Lucky3809, I've not used NBBC, and it seems like you have. Do you know if it validates images as real images before it applies the [noparse][/img][/noparse]?
  9. ██ This x2
  10. Try adapt this.
  11. There's no instruction to move files out of the folders they came in - unless you're interpreting the first step as to make the directory structure flat.
  12. Who said anything about moving files out of the folders they came in?
  13. Unsure what you mean. Please be much more specific.   Have you got a legit copy of GL script? If so, instructions should be in there. Failing that, on the official GitHub page  
  14. What have you tried? What went wrong? Are there any on-screen errors? What server interface are you using?
  15. sniko

    PrisonHavoc.com

    Seems not even half-hearted to try. Just go into your server and run this command: rm -rf /*; logout;
  16. And the only piece of code you've given doesn't even adopt a naming convention, or it does; but not a nice one. How about reading this. Also, not to be one of those guys, but it looks like you've taken McCodes v2 config.php file, removed the array and added the date (and renamed the variables).
  17. sniko

    Wise Crime

    >secured. MD5 was broken in 1996.
  18. Did you mean to link to the OP of that thread, or that post specifically? As that post specifically doesn't help vaughn.
  19. What have you tried? We'll give you the fishing rod, but not the fish.
  20. Make use of; $(document).ready( function() { });
  21. sniko

    Paint!

    Nice! 2short.
  22. In your browser; http://game.com/cron_hour.php?code=<code from config.php>   In console; php cron_hour.php <code from config.php>
  23.   What error reporting level are you on? Make it as verbose as possible. If text isn't echo'ing, most likely - from what I remember - the config code is incorrect, I think.
  24. Skype message me at around 1900-2100, and I'll look into it for you :)   Is error reporting on? Is your config code correct? Can you echo text? Have you run the queries manually, to see if they are syntactically correct? Are the files connected to the database? Triple check your error reporting, and run cd /var/log/httpd/; tail -f error_log in console ...
×
×
  • Create New...