Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. You don’t need to post every time you use a mod...
  2. Yes it should. ;)
  3. You don’t need to drop anything, count that next to what the insert query is inserting... Also, please avoid double posting. If possible edit your last post with any added info.
  4. If you bought mccodes in the last 30 days, put a support ticket in to see what they say. :|
  5. I think he means they are contributing as well. Anyway let’s keep everything nice, and friendly. :rolleyes:
  6. Not by me.
  7. Well if it's shit that would be why it's free. ;)
  8. Merry Christmas to everyone on makewebgames. :)
  9. I would assume it’s due to you closing an echo/print on line two of what you posted, and then not reopening one. You seem to close it again on line five...
  10. The “items” table is in phpmyadmin yes, the insert query is whatever page gave you the error. You do it by counting, take into account things like id that are auto increment etc...
  11. [mccode v2] Staff Applications
  12. Well the Column count doesn't match so count how many fields in the “items” table, and adjust the insert to match.
  13. Before spending money wait, and see if Danny's is free.
  14. then what do i do if i dont want to purchase a domain name??? cant there be a way out? What do you plan on doing with this site? Is it a test site or an active game?
  15. Really if you want to be lazy copy & paste then change the if(). e.g owner - if($r['user_level'] == 2 && $r['userid'] == 1) { //rest of it } Then admins are - if($r['user_level'] == 2 && $r['userid'] != 1) { //rest of it } plus a very quick edit in viewuser.
  16. Look at what you posted, and take a wild guess. http://www.w3schools.com/css/css_background.asp
  17. If it's paid go to the mod creator.
  18. Should at least start you off - http://php.net/manual/en/security.php http://www.w3schools.com/php/php_ref_filter.asp http://www.phpro.org/tutorials/PHP-Security.html http://www.webcheatsheet.com/php/regular_expressions.php Also look up getimagesize() , mysql_real_escape_string () , htmlspecialchars () , htmlentities (). As I said should start you off.You would obviously need to do more reading, however it's not as hard to secure a ready made page as people make it out to be. To look up any one function just put php.net/functionnamehere and it should pop up. Just so you don't waste time looking over random stuff. ;)
  19. honestly there was no point in triple posting... As I said free hosts are often slow, and won't allow you to run crons. I don't know of any good ones so I cannot give you links. As for how to install :- = lite = v2 ( I belive there are two on this version just search “mccodes” and you will find them).
  20. Dominion

    hey

    Very slow. :|
  21. True I guess he does, but he has a point they are much better for developing with. ;)
  22. No idea how that is true since I still need to understand what I type... Look over this.
  23. " itmpic " In the " Items " table...
  24. I have no idea why you're finding hosts that won't run mccodes (except for the obvious of them not having php+mysql installed). As for free hosts there are a fair few that would support mccodes, however crons will not run (well are highly unlikely to), and your site will be rather slow. My advice is get a paid host. There are many links/topics on hosts for mccodes that also have peoples views on the service etc. Use the search bar in the top right. :)
  25. I will say to you what I say to everyone who asks this... Spend some time online reading up, and do it yourself. May take time to learn, but in the long run it's much much better for you.
×
×
  • Create New...