Jump to content
MakeWebGames

Recommended Posts

Posted

Re: Updated forums [mccodes v2]

 

I do recall making this:

 

$_GET['ID'] = abs(@intval($_GET['ID']));

$_GET['viewforum'] = abs(@intval($_GET['viewforum']));

$_GET['viewtopic'] = abs(@intval($_GET['viewtopic']));

And it does secure the forums.

html injection protection also kyle?

i think not and it isn't that difficult to get around stupid header codes, learn how to code or pay someone to fully secure it and from the post above from kyle i suggest not him

Posted

Re: Updated forums [mccodes v2]

 

Hehehe

the forums are secure if you are using

$_GET['ID'] = abs(@intval($_GET['ID']));

$_GET['viewforum'] = abs(@intval($_GET['viewforum']));

$_GET['viewtopic'] = abs(@intval($_GET['viewtopic']));

in your header

Completely secure with that, absolutely NO WAY that ANYWAY could hack into those brilliant forums that were coded so securely. As long as you have that. :lol:

Duuuudeeeee you are soo incorrect, lol! The most secure files may be 99% secure, but there is always the 1% chance or so. Thats why banks employ "Programmers" to attempt to hack into there online sites and if they find a whole they patch it. And i assure you, the code used to make those online banking sites is x10000 more secure then any MCcode file.

Just so we have that clear xD

its not hard to create a 100% secure page, here is an example;

 

<?php

// Totally secure!

?>

nothing can be hacked there!

Posted

Re: [mccode v2] Updated forums

are you sure lol

i bet it could be if thought about long enough i heard of a complication with ?> before

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

now that's secure lol

Posted

Re: Updated forums [mccodes v2]

 

Hehehe

the forums are secure if you are using

$_GET['ID'] = abs(@intval($_GET['ID']));

$_GET['viewforum'] = abs(@intval($_GET['viewforum']));

$_GET['viewtopic'] = abs(@intval($_GET['viewtopic']));

in your header

Completely secure with that, absolutely NO WAY that ANYWAY could hack into those brilliant forums that were coded so securely. As long as you have that. :lol:

Duuuudeeeee you are soo incorrect, lol! The most secure files may be 99% secure, but there is always the 1% chance or so. Thats why banks employ "Programmers" to attempt to hack into there online sites and if they find a whole they patch it. And i assure you, the code used to make those online banking sites is x10000 more secure then any MCcode file.

Just so we have that clear xD

its not hard to create a 100% secure page, here is an example;

 

<?php

// Totally secure!

?>

nothing can be hacked there!

Lol, or just

 

<?php

// Totally secure!

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...