Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. Dominion

    Tutorials

    Nothing, but I do feel learning how to do it without a library is important. That and what’s the point in using Jquery in the tutorial when the official site is so easy to understand?
  2. Promo is $_POST['promo'], and is set in the file. If you get it right you gain a little extra upon registering. It's not the ref system.
  3. Why is it so inconsistent? 1st page is not tabbed, 2nd is, first is using print “” throughout 2nd is using echo. Just two examples. In any case well done for posting.
  4. Dominion

    Tutorials

    Who are you with? Also thanks.
  5. Same ip as “scorpiic venom” (http://makewebgames.io/member.php/66700-scorpiic-venom), but he claims they are college friends, and they are both on dynamic ips, so for now I am just going to keep in eye on it. Yes I did ask permission to post this fact.
  6. To stop the posts, yes he has two threads, however this is a auction, and it's fine. The other is locked.
  7. Well no you Didn’t “just jump onto this community” now did you? I will pm about this. That aside, no it's not enough. Do you have any past works you can post?
  8. Examples of your work in order to judge quality of "secure code" etc?
  9. Well try running the query via phpmyadmin. If the query is fine check for anything that could be preventing it from running e.g. exit; randomly placed. I can't really do much with "it's not working".
  10. Dominion

    Tutorials

    Well for basics – 1) Layouts using divs 2) Basic file structure of any site you use (could do a tutorial on how you created “Simple Website Building Blocks” that’s on here somewhere) 3) Basic Ajax requests (please not using jquery...) 4) Basics of creating a database using phpmyadmin (explain auto increment, primary keys, what varchar is etc) 5) Basic arrays, then go into some of the array functions (in_array, shuffle etc) 6) Sql injection, what it is, how to prevent it. 7) How to actually plan out a project, going into why a plan should be step by step. Not programming, but still essential. Could also link into number 2. 8) Form validation (Things like “username taken” on a register form, but still having the rest of the data there) 9) Go into some sql functions (count() etc) 10) Connecting, retrieving data, and displaying that data from a database (e.g. a username). 11) Explain how you created your blog 12) Xss attacks and how to prevent it. 13) Making a mod for a game engine (if your targeting people on mwg that should be mccodes based). 14) Variables 15) Facebook api (e.g. login button etc). 16) PSD -> html 17) What a super global is, and how to use them effectively (e.g. difference between $_POST/$_GET and when to use them) 18) File uploads, and how to check an image is an image 19) Basic bbcode parser 20) Some .htaccess tricks (e.g. DENY FROM ALL). 21) What a function is, and why it’s different from a language construct 22) Basic php syntax. 23) 20 things everyone will use at one time or another (this can cover mysql_connect(), include, basic functions things like that) 24) Commen errors and their fixes (e.g. unexpected $end) 25) Explain what a localhost is, and go over the options (xampp, wamp etc). You can also use this to explain what shared hosting/vps/dedicated are.
  11. A little more info may help... any errors in your query?
  12. Ok Danny you made your point...
  13. Dominion

    Tutorials

    What kind of tutorials are you looking to do? Mini projects (e.g. A blog) are always good for new people, but larger ones often get boring for them. Also what format, are the going online in (e.g. written/video etc)?
  14. htmlentities() and strip_tags() will not fix every security hole in a file... So now your not securing files, but are charging for mod converting when there a tutorials you're able to follow on mwg? Edit - last post explains it (i missed you posting ;) )
  15. Examples??
  16. Sorry, but no. If your target audience is mccodes users than you should not have to install a 3rd party mod in order to use your service. More than that I don't see how long the paid hosting is for (per mounth/year etc...) am i missing it?
  17. If there's nothing wrong with it what's the point in this thread?
  18. In what way do the php tags not work?
  19. The cold hard facts are, that on this site, he has tried to sell someone else’s game engine as his own. If you want a past thread deleted for being unfair/untrue mail a member of staff with evidence that backs your point. Right now there is a lot of evidence that says his engine was just Mccodes v2. Thread locked since I see where this is going.
  20. I think it's there as an arrow not a greater than sign ;)
  21. Use the battletent as a template... From there change the query to select the “city owners”. Post anything you end up with, and people will tell you where you have gone wrong.
  22. I will ask honestly here... Why does this keep popping back up? Since the “about gambino” thread I have heard of no problems involving him. Fine, but how does posting again to bring attention to it help anyone? Especially him. If he wants to change people’s views on him, being active, and helpful will be a start.
  23. Is this some kind of ironic joke? http://makewebgames.io/showthread.php/39657-need-Donaters-Bank Don't you think this alone shows some people use it without basic knowledge. Nothing wrong with asking questions, but don't say things like this when you are in the same boat as those who have the engine, but not yet the ability to fix major issues.
  24. Kind of the point in testing it? Sure, but even the problems pointed out with the sample were never fixed before the first release. Now saying that the creators are too involved inside the programming to fully get their heads around problems, as in sometimes it needs to be pointed out, but that does not mean they can’t test it from a players point of view. This is why many people have others look at their programming as they work even for non public programs. I agree, but from the sounds of it people have been reporting them. I go back to my example of how nothing pointed out was fixed from the first example to the release. I am sorry, but that alone shows your point invalid. Improvement? Yes, but i don’t see why you’re saying it’s not got major problems based on the fact the security has been covered this time. Bugs, as I have said before, are just as important. Can be the most secure site in the world, but with bugs it’s useless, after all no one can use it the way it should be used.
  25. Yes they did, and yet it was released with the same problems pointed out by users. Not only is it not users responsibility to test the engine, but it’s also impossible without a fully populated database (test crimes etc).
×
×
  • Create New...