Jump to content
MakeWebGames

Recommended Posts

Posted

Re: [MCC V2] - Search.php in one | Optimized

In the form you have;

 

You're unable to view this code.

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

 

The action to the same page isn't needed, it will do it anyway ;)

Apart from that it looks good though

Posted

Re: [MCC V2] - Search.php in one | Optimized

Yah but at least killah is giving stuff to C.E members for free and some of you ain't so ill give killah +1 for that !!!

  • 4 months later...
Posted

Re: [mccode v2] Search.php in one | Optimized

slight modification

made all mysql_query to $db->query

made all mysql_num_rows to $db->num_rows

 

You're unable to view this code.

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

Posted

Re: [mccode v2] Search.php in one | Optimized

 

slight modification

made all mysql_query to $db->query

made all mysql_num_rows to $db->num_rows

For what reason? MCCodes v2 does NOT always need $db->, it take's longer, plus their class is ubberly gah. Mysql_query will perform faster.

Posted

Re: [mccode v2] Search.php in one | Optimized

@ Faz: they can both be used, how ever, what do you prefer, speed or noncense?

@ Assault: Who ever said "it is more secure" to you completly lied :lol:

The class itself only handles error's for you in a more managable (faster fix) for you, how ever, my script has no mysql error's therfor no need for 'or die(mysql_error());' or $db->

  • 11 months later...
Posted
No Thank's.

So since your modification is technically XSS exploitable i mean no thanks is a good reply...

You're unable to view this code.

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

So im sure you have some idiotic come back but i was only trying to help...

No need to be rather disrespectful to people who are trying to help specially when clearly your in the wrong.

I always prefer to put action="'.$_SERVER['PHP_SELF'].'".
Posted

I was not trying to have some idiotic reply, it's simply that, this modification is long time ago, thus. I do not support it in any way. How ever, if you want to post your security crap on my thread, do it your self. Please & Thank you.

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...