Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. function username($ident) { # function username($user_level, $username) { $staff_colours = array( '1' => '#fff', '2' => 'CC0', '3' => '#FFC', '5' => '006' ); foreach ($staff_colours as $c_key => $c_value) { $return_data = ( $ident['user_level'] == $c_key ) ? '<font color='.$c_value.'>'.$ident['username'].'</font>' : $ident['username'] ; # $return_data = ( $user_level == $c_key ) ? '<font color='.$c_value.'>'.$username.'</font>' : $username ; } return $return_data; } echo username($ir); # echo username($ir['user_level'],$ir['username']); Just a quick knock up lol
  2. I have so many people on my MSN i can hardly find who im looking for lol Zu your in a special group :P
  3. I simply was posting due to a member replying lately i didn't want them having issues, i hope i didn't in anyway offend you.
  4. No one noticed Illusions so i vote for kidnapping you and making you write my ideas :D muhahahaha :P a constant drip of amphetamine :D
  5. well it takes one to know one fella :)
  6. im assuming your saying your a noob right lol
  7. oh I'm sorry if my query sounded bad in anyway i want simply asking my friend.
  8. It's exploitable it looks horrific and its mcc based code that's enough to put anyone off it, pay me 1,000 and ill take it off your hands... now if you said rights to MCv2 for 1,000 i would be interested but a single game... your kidding... Renkia rather your younger brother or some noob is on your account...
  9. That's actually pretty close to what i use actually DJK
  10. lmao i just noticed you did the same thing DJK... sorry
  11. Yeah i did actually miss the link my bad but wow secure ;) yeah right... it's about as secure as a sieve stops water.
  12. So since your modification is technically XSS exploitable i mean no thanks is a good reply... <form action="'.$_SERVER['PHP_SELF'].'" method="post"> 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.
  13. nice name billgate... So your just posting that link everywhere for post count or boredom?
  14. Could you explain that statement? personally i use sha256 with salt but i don't see the need in a fuction it would be easier to simple do the existing hash function hash('sha256', $email.'$password'.$endingsalt) A silly plan of mine once was to make sha 256 look like whirlpool therefore if people were to grab a users hash somehow then they would be trying to decipher whirlpool rather than sha256.
  15. Oh shove up a example ill be sure to provide you with a way to get past the security.
  16. No offence but if MCC made it they should be paying us to continue with the project, considering they are normally always insecure.
  17. Code it then CJ... I voted No because i don't have the time but the idea is good, shouldn't be so difficult a simple replace script disregarding tabs and spaces and so forth.
  18. renkia it's actually MCCf lol not MCCF My user level functions on CG are interesting but i keep mine in the same table as the users but i use strings rather than variables.
  19. Wow this has taken a while to complete i really would like to get this so, keep me updated Dayo :D 150 a day lol ill work for 100 :D
  20. I myself have worked for MC/HL and they still have modifications of mine on their games including my little version of captcha, i found afew exploits on MC before which is why i say not even big games are secure, Specially if they use MCC as a base (no matter what version (including v3)). I had Dave on MSN but i don't see the point in bragging about it lol I have Preston on my MSN... lol forget i said that... Also i have MD,CB,Kyle, Sohaib and it continues but still see no reason for bragging about it lol Bill Gates owned the company of which OS i use I OWN!
  21. True Danny i bet even charities make profit, i heard something disturbing about Britain the other day which said they tax charity donations (no idea if it's true) if that's true that's wrong on so many levels.
  22. $_SERVER['PHP_SELF'] alternative/vulnerability
  23. Didn't i basically say that? They probably added your free exploit fixes (including the display picture preg match) which means it's even less insecure lol (joke).
  24. Actually where it says for example "Source code", "Java source code" and so on they could remove it and add a background image with the symbols/icons of the code type is a good example of PHP
  25. I see no reason why weight should even be a subject nor someone's intelligence so guys please just be a little more moderate with your language and so forth
×
×
  • Create New...