Jump to content
MakeWebGames

Jesse60905

Members
  • Posts

    265
  • Joined

  • Last visited

    Never

Everything posted by Jesse60905

  1. Re: Just a small, puny, itty-bitty, cute, tiny little problem part 2 I'll PM you my msn/yahoo/aim. If I don't respond I'm either afk or going through yet another crisis lol.
  2. Re: Just a small, puny, itty-bitty, cute, tiny little problem part 2 I wrote that while half asleep. Let me clarify. A hacker broke into my account using mySql injections (to the best of my knowledge) and what I want to do is... Well let me give an example. I will use the hash for no password. Regular hash: d41d8cd98f00b204e9800998ecf8427e I want to make the hash look like this: New Hash: d41d8cd98f00b204e9800998ecf8427eEXTRACODE But still have it readable for login.php ect. I just need the code (as I am a moron with php as of yet but I am working on a new mod that will be pretty easy to make and pretty handy) to add a certain code at the end of hashes and take it away when logging in/changing password. Could anyone please post it? I will give them a copy of my crappy mod when I'm done if they want lol.
  3. Re: Just a small, puny, itty-bitty, cute, tiny little problem part 2 Ok so nobody wants to help? Thanks. Luckily I have done enough research and found enough frnds to get help elsewhere.
  4. Re: Proposed Features for DBS/MCcodes Next Ver. I just looked through the site. It looks like it would work but chances are a hacker would be able to find a way around it. Also the fact that the program is $700. That would cut down on profits and chances are if someone really wanted to sell the code illegally it wouldn't take too long for a good coder to make a new globals.php. Also, I don't know if this was stated before but is this protected from MySql injections? I've already run into a major problem with mysql injections on my game.
  5. Re: adding a crime panel in admin panel   Try checking your cases and func names. I always get tht problem with coding... If that doesn't work then idk wat to do then lol. Ok I gtg an hour ago so I can get at least 4 hours of sleep. Cyall
  6. Re: Proposed Features for DBS/MCcodes Next Ver. Well even that. How would he know who gave it out. If someone were to steal/take a illegal copy do you really think they would be honest enough to tell where they got them? Also what is to stop them from using them? If they have a cheap host then the hoster won't even bother to try. The same thing goes for the legal buyer. If he is giving out or selling copies then do you really think he would stop just because somebody told him to? God knows I wouldn't (just to clarify I don't resell codes I'm just giving an example).
  7. Ok I hate to ask for help frequently but as this is a support forum I figured there shouldn't be too much of a problem lol. The reason I am calling this part 2 is because this is pretty much an extension of my other problem. I want to find a way to add a random code to the end of hashes so that they are unbreakable however the code can still subtraact a bit of code from them to make them work. How would I go about doing that? I will be experimenting myself but I figured if I ask here before experimenting I can experiment and get help from people that know more then me at the same time.
  8. Re: Proposed Features for DBS/MCcodes Next Ver. The only thing is how would he 100% stop illegal copies. I'm just a noob but I think there is really no way... Encrypting the code would only make all the Vw/e games be identical... An uplink to his server so he would know how many games were running? That wouldn't work because I think most people have a testing server... Well I guess we will (or won't) find out =/
  9. Re: Just a small, puny, itty-bitty, cute, tiny little problem Works nicely =) I just needed to change to:   if((md5($_POST['oldpw'] . "1xcvmbd")) != $ir['userpass'])   Thanks again =)
  10. Re: Just a small, puny, itty-bitty, cute, tiny little problem Thank you =) Time to see if it works.
  11. Ok I need to put in a code in the preferences page.   global $db,$ir,$c,$userid,$h; if(md5($_POST['oldpw']) != $ir['userpass']) {   That is basically where I need to put it. I need it to make it so when the user puts in their old password in the pass change that it inserts a small piece of code before converting it to MD5. I have an example of what I need.   $db->query("UPDATE users SET userpass=md5('{$_POST['newpw']}THE CODE') WHERE userid=$userid");   That is pretty much what I want/need done. No rush as I have a few days but if possible I would like a quick answer. Thanks.
  12. Re: Proposed Features for DBS/MCcodes Next Ver. So it dosen't mean what I hoped it meant... Oh well. I can't wait until we see the pricing structure...
  13. Re: Mysql Injections Scratch that. Hack3rmatt gave me something solid to go on. Thanks =) **EDIT** I know he was using MySql injections because he found out my MSN and IM'ed me saying that he knew them and bla, bla, bla...
  14. Re: Mysql Injections Well luckily I got help elsewhere =/
  15. Re: Mysql Injections He is hacking through MySql injections. I know that because he just got done doing it again. I had to fed everyone except my best admin to fix it. I have an idea of how to fix it tho...
  16. Re: Proposed Features for DBS/MCcodes Next Ver. I got no idea... If it means what I hope it means then that is really cool but other things make me think it dosen't think... Well lets hope he responds...
  17. I wrote this guide and I will post it here as it is very detailed and should help loads in creating crimes in V2.   I hope you like this guide. I didn't know where to post it but I was hoping it would help people that own V2 but have no idea of how to create crimes. Please don't post negative comments about this as I am trying to help. If you have any criticism then I would gladly accept it to improve my guide. Also feel free to post it on your site or even edit and repost it whereever lol. For all I care copy it and repost it right under this and call it your own. Same topic or w/e. Thanks...
  18. Re: Mysql Injections I won't give any more details about my pass but could someone please help...?
  19. Re: Proposed Features for DBS/MCcodes Next Ver. Could you give a more detailed explanation on this feature?   Thanks.
  20. Re: Mysql Injections Also my password is a series of binary numbers. I can say it out loud and no-one can figure it out.
  21. Re: class_db_mysql.php ERROR?? Ok I am not sure of coding but I think this might work. Line 94: return $db->result($result, 0, 0);
  22. Re: Mysql Injections Ok well I did find a site that can find passes for free and it does work. As for adding salt to the MD5... Huh...? I know what the MD5 is (the encryption for the passwords) but salt...? Isn't that a condiment...? Sorry I'm a noob (still trying to learn...)
  23. Re: Mysql Injections Also if you don't trust me enough to fix it now (personally I wouldn't trust myself becasue I just joined this forum a few months ago) then if you possibly just give me a temp fix for passwords until I can pay for a 100% bug fix? Thank you.
  24. I ned help desperately. I can't pay anyone until the end of the month so I need to know a temp fix or someone that will fix it and will trust me to pay him/her later. I need protection against MySql injections. I got the IP of the hacker but he may of been using a proxy. 142.176.57.62. If someone could post back on a price or to do it for free (either way Idc...). However if I know/think you aren't legit I will not accept your offer =/. Also the main thing I need help with is passwords (the hacker got mine and caused havoc)
  25. Re: Strange problem in V2 Ya I was thinking of that but now it looks better. And seanybob I looked at tht topic b4 I posted this and it didn't help. Thx.
×
×
  • Create New...