Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. Actually your picking at something that could in fact be better. $db->query adds something over mysql_query (even if it's just OR die(mysql_error()); ) It's still something, since $db->num_rows adds nothing to mysql_num_rows() All you're doing is calling a class function to call a php function what's the point? I could be wrong not looked at v2's class in some time, however I do believe nothing is added. As for the player + developer thing he is right, as long as it works, and is relatively fast for slow connection users they won't care. As for tabbing get an IDE and it's done automatically for you. :whistling:
  2. Just ran the cron files on a localhost to see if any errors popped up. default download, and worked fine. Test to see if the config code is correct + what is said above. If you have added anything to it run it yourself In order to see if it errors.
  3. As long as you have php + (my)sql as with any host...
  4. Why would a host delete your files after you upgrade? In any case it's probably a good idea to do a backup before doing anything on the server.
  5. [mccode] Reset your users without deleating them You will also need to know how to truncate a table - http://ww.w3schools.com/sql/sql_drop.asp [mysql]TRUNCATE TABLE table_name[/mysql]
  6. Read the posts. Lithium, cheers. Dominion, I covered that to. xD ummm I see :| Well whatever at least I posted a link then lol
  7. It's not as if it would take long to fix the php_slef issue - $_SERVER['PHP_SELF'] alternative/vulnerability looks good nice to see people posting mods who are not stuck in the “mccodes style”. Post what you're thinking, this system looks like something worth expanding. Just a quick scan over I did notice stuff like if (!$_POST['deposit'] && !$_POST['withdraw']) will give a notice, isset could fix that. I think everything else has been by Equinox O_o Anyway nice mod. :) @ danny -perl syntax is very close to php so is often a good thing to link into it.
  8. I would think about using a new table then. 9 is a lot to add if only used for one mod. Just an opinion of course actually looks like a nice mod.
  9. Look to see if the class folder was in the upload, if not upload it.
  10. What is the difference between echo and print ?
  11. php.net sums that up...   I don't see why any "top developers" would use echo() even jordan said it was a bad habit...
  12. Post that page again or link us to the original post.
  13. Well where you want wsirc to show... Being an irc I would suggest its own page so people can keep it open in a tab.
  14. Why is that? Smf for example works very well with little editing unless you want to add things to it. Why waste time...
  15. Shows how to set lite up, crons are also in it so... :)
  16. This sounds like an interesting concept I do have a few questions. 1) How will they hack, just if you have a better program you win? 2) Text based? 3) What languages you plan on using? 4) Will it be multi-player or play against computer? To expand on 4 what I mean is will it be everyone hacking players or will it be hacking “bots”, and have the player interaction as trading software etc?
  17. I may hold you to that. Youtube link if he does. ;)
  18. Well it is... People are asking if he has a license not saying he is not using mccodes.
  19. http://darkshadows2.tk/ It's in his sig. ;)
  20. I think you should check it out before making accusations… Feel free to ask a member of the mccodes team to check if his license is valid.
  21. About sums it up I think, however many years this guy has been programming (yes that does not have to mean php...) mistakes pop up everyone makes them.
  22. mine sucks -.- Edit- i forgot to post it... me = paying for 20mb -.-
  23. You will be very lucky if anyone helps you for free here. I suggest looking at some basic php yourself, and posting if you need help. People on here tend to help you more if you’re willing/trying to learn anyway. :)
×
×
  • Create New...