Jump to content
MakeWebGames

Karlos

Members
  • Posts

    951
  • Joined

  • Last visited

    Never

Everything posted by Karlos

  1. Re: [mccode v2] Battle Arena [$25 in paid modifications] When did we start a english class?
  2. Re: Changing a mailbox feature   Maybe select only what you need from table???
  3. Re: [mccode] ZBank [$5.00] I brought it yesterday and it's really well coded :-) +100000000ect You only get 1 tho :-P
  4. Re: [mccode] My forgot password fair point. nice one anyway :wink:
  5. Re: Needed... v2 forums sql queries for the db Warning - while you were typing a new reply has been posted. You may wish to review your post. Post Still Remians How It Was   If you are telling the truth he wants to scam or fix his warezed codes
  6. Re: learning mysql_real_escape_string just need to verify. I believe he is, this post has helped me :) Thansk everyone
  7. Re: [mccode V2] Item Descryption.   Try this :wink: [url='iteminfo.php?ID={$i[']<font color=black>[b]{$i['itmname']}[/b]</font>[/url]   Replace with: [url='description.php?id={$i[']Info[/url]   Untested!
  8. Re: [mccode V2] Item Descryption. Nice idea....   function item_popup($text, $id) { return "[url='#']".$text."[/url]"; } Don't need to be in global_func.php try useing something in the link :wink:
  9. Re: [mccodes v2]Movie Theatre(basic) See what i mean? Your using his code with he understood and editted it and made it better whioch he can learn off.....
  10. Re: [mccode] My forgot password   Why not call to mysql.php :? e.g   else { require_once(DIRNAME(__FILE__) . '/mysql.php'); }
  11. Re: [mccodes V2] Advanced Credit Card Mod [$20.00] I'm intested now, i would like to buy a copy. :-) I'll contact you via MSN
  12. Re: Double hashing with salt.... Can someone tell me what hasing technique would be best to use...?
  13. Re: Double hashing with salt.... So what would you recommend then?
  14. Re: Double hashing with salt....   How would i use Whirlpool? Something like <?php $SetNewPassword = sprintf( "UPDATE users SET `userpass` = '%s', WHERE (userid = %u)", Whirlpool($_POST['password']), $ir['userid']); $db->query($SetNewPassword); ?>
  15. Re: [mccodes v2]Movie Theatre(basic) My personal opinion is give min an example or he will never learn... Most people like myself find it useful to learn from examples that are understandable. Just an opinion could also help mod developers in the future....
  16. Re: Double hashing with salt.... By what i can find out i'm guessing it's something like (one of these three)   <?php $SetNewPassword = sprintf( "UPDATE users SET `userpass` = '%s', WHERE (userid = %u)", Whirlpool-T(Whirlpool-T('u9r@~[=-=-'.$_POST['password']).'#sdf'), $ir['userid']); $db->query($SetNewPassword); ?>   <?php $SetNewPassword = sprintf( "UPDATE users SET `userpass` = '%s', WHERE (userid = %u)", Whirlpool-0(Whirlpool-0('u9r@~[=-=-'.$_POST['password']).'#sdf'), $ir['userid']); $db->query($SetNewPassword); ?>   <?php $SetNewPassword = sprintf( "UPDATE users SET `userpass` = '%s', WHERE (userid = %u)", Whirlpool(Whirlpool('u9r@~[=-=-'.$_POST['password']).'#sdf'), $ir['userid']); $db->query($SetNewPassword); ?>   Most likely wrong tho... :?
  17. Re: Double hashing with salt....   Never heard of whirlpool....Might look into it.
  18. Re: Double hashing with salt.... Thanks, but i'm still not enriely sure, so i'll wait till i get more opinions.
  19. Im personally not sure weather to use double hasing with salt for MD5 or SHA1 Examples: Layed out like updating new pass in preferences. <?php $SetNewPassword = sprintf( "UPDATE users SET `userpass` = '%s', WHERE (userid = %u)", md5(md5('u9r@~[=-=-'.$_POST['password']).'#sdf'), $ir['userid']); $db->query($SetNewPassword); ?>   <?php $SetNewPassword = sprintf( "UPDATE users SET `userpass` = '%s', WHERE (userid = %u)", sha1(sha1('u9r@~[=-=-'.$_POST['password']).'#sdf'), $ir['userid']); $db->query($SetNewPassword); ?>   Which one would would be more secure?
  20. Re: [Mccodes V2] improved schooling works off clicks not days Great idea, can't wait :-P
  21. Re: Login Page Wiked, so simple and effective +1
  22. Re: v1 or v2 Lmao nice one radio XD
  23. Re: v1 or v2   Lite = Free V1 = $75 V2 = $200
  24. Re: [MOD] V2 Banner image selector I finished mine like 5 mins ago, i'm still hungary tho :| BACON!!!! :-P
  25. Re: [MOD] V2 Banner image selector I was gonna make one of these after i had my bacon, but you beatme to it :wink:
×
×
  • Create New...