Jump to content
MakeWebGames

mr moon

Members
  • Posts

    10
  • Joined

  • Last visited

mr moon's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Did not ask for that LOL. i asked for a detailed and easy to understand an few examples to get me an idea of how its works, i did not ask for the whole fix like 1 by 1 on the manual (but that would be nice) but i asked for an few examples to get an idea on what to do. Thank you that would be great and please make it detailed and easy to understand and examples would be great of the actual fix like 2,3 or even 4 or 5, examples out of 100 would be nice so we would get an idea on fixing the other 95 etc. Thanks Mr Moon
  2. Yes this is what i am talking about the manually upgrade i dont have no game running up or anything but i dont like how it is it tells does not give any examples of like it only tells what to do such as it gives link of a website of what to do and an example of the forum fix they gave is this Fix: Sanitize the st value to be a positive integer. what the heck do i do. i aint experienced programeer then i dont understand what that meant but it they gave a real example like how the proper fix should look like that would have been better. So basicly imagine i make a game with the Mccodes V2.4 then after 6 months theres a new upgrade well ill have to manually do it but if i dont understand it then how will i update my copy. Mccodes owners take into account that not everyone understands what your trying to say so it would be better if you explained in more detail and give a example of the fix so we get an idea on how it works. And Nickinson what you on about? my message above was about manually upgrade but half of the stuff you are saying is about something else.
  3. Well i understand that Mccodes Developers have put up an downloadable copy of the secured/bug fixed etc. version, well 1 thing i do not like is the text file as Mccodes have not put an fix, they just tell us what to do and i honestly dont understand what they are trying to say etc. as i am not that experienced so would it not be better if Mccodes could have actually put the fix instead of telling us how to fix it or even tell us both. Thanks
  4. Okay Thanks Mr Moon
  5. Well how do you use preg and what do they do. Thanks Mr Moon
  6. Thanks lucky3809 for the help And paul what do you mean by filtering with preg?
  7. Oh thanks i am kinda understanding it now Well this is what htmlspecialchars secured: I think it secures your site from HTML injection and some XSS attacks So does htmlentitles do the same thing or does it also secure from all xss attacks? Also what do you mean if i dont want special characters to go through like what kinda character and which would be the best to use for Mccodes v2 htmlspecialchars or htmlentitles? Thanks Mr moon :P
  8. Hello i am wondering, if htmlentities and htmlspecialchars are the same thing. If they are not the same thing, what does htmlentities do? I have seen a code like this $_POST['post'] = mysql_real_escape_string(htmlentities($_POST['post'])); so if htmlentities and htmlspecialchars are not the same thing how would i put htmlspecialchars in the code above? woluld it be like this? $_POST['post'] = mysql_real_escape_string(htmlspecialchars($_POST['post'])); I will appreciate it if anyone can help me :P Thanks Mr Moon
  9. Thanks for the answer. Sorry ill put in right section next time.
  10. Can someone tell me what the file dlarchive.php is in mccodes v2 I know this is not the right area to post about this but i want to know so i would appraciate it if some says what dlarchive.php is on mccodes v2.
×
×
  • Create New...