Jump to content
MakeWebGames

Blade Maker

Members
  • Posts

    518
  • Joined

  • Last visited

Everything posted by Blade Maker

  1. Oh thanks, I just want to know how Rory_M is involved.
  2. So what is you're question? Do you want to hire someone to fix this, if so add my msn: blademaker1(at)hotmail.com
  3. I work for mccodes based games and do things like this, if you want to check me out add blademaker1(at)hotmail.com
  4. MSN: [email protected] Beware of this guy, he tried selling me a mccodes license and a custom mod without any examples, he then told me he would throw in a template for free, after he said he has no examples.   He gave me the paypal: [email protected] Which happens to be Rory_M's paypal.   A guy a talked with said this was one of Ibrahims id's, not the paypal but the msn.   Just beware that this guy may be a scammer, that's it.
  5. Just wanted to say, this is a trusted buyer as I have made plenty of things for him. I am just to busy to do anything else for him the last few weeks.
  6. You cannot be posting on somebodies thread advertising the same thing they just did, please remove you're post or edit it. Thanks.
  7. You make it seem like this template can only be used for a game named Nerf Battles. You can easily replace the logo and it can be for any game, its a nice template you just need to change the logo to fit you're game. I suggest you don't make it seem like its only for nerf battles, but anyone can use it for any game. There are not any nerf battle games I know of, so sales are going to be slow for you if you keep advertising its nerf battles.
  8. Well, I am looking for a Graphics partner who can supply some nice graphics, like many others this will be a percentage of profits for as long as you make graphics. I will provide the hosting and domain. This game will be made from scratch, and I will be doing all the coding. I will explain more if you add my msn: blademaker1(at)hotmail.com + if you can help with story. ++ if you can help financially.
  9. Read the installer txt? I believe there is one.... Anyways after uploading, just open its installer.php and go by there.
  10. Hey thanks Danny for answering my question, I will use ajax as I do not want to use a library for javascript, I knew jquery was a library but still thanks for answering.
  11. Okay now is ajax a more advanced js? For some reason I just wanted to do this only with js and not jquery, but if ajax is js also then that is fine. Also does Jquery use ajax? Thanks for your help.
  12. I am trying to refresh a div which is suppose to echo out what is in a php file or text file, so I have it change the inner html of it and I am trying to load the page into the inner html, so when I change the text or php file then the text in the div would change to what I changed it to, so it needs to refresh, I have the refresh going but I just need to know how to make it check the file every time it executes.   Correct me if I am wrong, but Jquery is Javascript but in an easier language? So therefor Javascript needs to have a function to load the content of another file.
  13. Okay, now a little off topic, is there a javascript function to load a file contents? Kind of like require(''); but I am trying to make a div refresh with javascript, not jquery. I originally used the php function require but now I realize its not going to work at all :p So would there be a way to load a file content weather its a txt file or php file in javascript.   Thanks.
  14. I would like to know how I would secure a js with php in it such as:   Menu Links refresh every x seconds, I would need to send the id of the user to the one file/function that refreshes and such, but anyone could easily edit the ID, how could I check? Thanks.
  15. Okay, so now I learned how to do all of this, should I be secured against all sql injections as long as I secure them with mysql_real_escape_string and securing wild cards as well?
  16. Okay, now what does mysql_real_escape_string do if it does not add a backslash? and is htmlspecialchars anymore useful?
  17. Okay I think I get it now, if the code you provided is 1, then it is on, which in this case it will always add a back slash to the posts and gets with quotes and such in? Then what does mysql_real_escape_string do exactly? If mysqL_real_escape_string does not protect against % and _ how would I protect against those? If I protected against those as well, will I be fully secure against sql injections?
  18. With the same exact code you gave me and nothing else, it just outputs 1.
  19. I will try in a moment, but mysql_real_escape_string always saves a \ in the post var while inserting in the db, like this.   $_POST['something'] = mysql_real_escape_string($_POST['something']); mysql_query("INSERT INTO `something` VALUES ('', ''.$_POST['something'].'')");
  20. I am a little confused, let me explain. I always mysql_real_escape_string any post or get var when it is going into the database. So say a user sends a message with this in it "'I'm" With the ' it would add a back slash so I would need to strip all back slashes in the message reading part of the game.   This is getting old doing this on most pages, so would there be anything other then mysql_real_escape_string that could set it to html chars so that I do not need to get rid of the back slashes, something just as secure as mysql_real_escape_string or even more secure.
  21. I am getting tired of getting rid of back slashes when I use mysql_real_escape_string   So I wanted to ask, does htmlspecialchars still secure vars when going into mysql_queries? like $_POST['something'] = mysql_real_escape_string($_POST['something']); If I did the same thing but with htmlspecialchars instead of mysql_real_escape_string would it still secure it? That way the html will already translate it into a quote and such.
  22. I was just giving him a hand as he got scammed Danny.
  23. He has already scammed people and I have him on my MSN.   Dave Maclaulay spoke with him after he sold copies of his ajax cart system and I guess let him off the hook.   Hes a 13 year old kid he says, so please beware this time.   If you need a template coded, I will code it for free if you need it.   blademaker1(at)hotmail.com - my msn.
  24. My partner and I have created 2 games, we would like to talk to a hacker about possibly hiring him to try and hack our games without doing any damage, that way we can fix the week spots.   Email: blademaker1(at)hotmail.com You may also add that as my MSN.
  25. This is maybe my 4th design? I've lost track, I through it together quick before I am about to go to bed, but tomorrow I may put stat bars and fix it up a bit. Let me know what you think and for those who have seen my others, let me know if I am getting better please.
×
×
  • Create New...