Jump to content
MakeWebGames

gazsr123

Members
  • Posts

    26
  • Joined

  • Last visited

    Never

Everything posted by gazsr123

  1. Nice modification mate, however it would be useless without house sharing really, so maybe you should think about inserting that too your marriage. :)
  2. Nice work, but would be pointless without house sharing.
  3. That didn't solve the problem. Their already is 2 } before ?>
  4. When I use paddytm's version I get the error:   Parse error: syntax error, unexpected $end in /home/theghetto/public_html/sendcash.php on line 138   and that line is ?> so I don't know what the error is.
  5. Hi guys thanks for the support I finally fixed the error, it was just a few mins job and a litle mistake I found.
  6. Okay lol. Shall i post the send cash logs bud?
  7. my staff protected file is only used on staff.php so it doesn't interfere with the logs + it doesnt have no $ip inside the file as it's only some html.
  8. Nope. The only edits I done was created a staff password file and edited the dp's.
  9. Hi I done that, however still on the cash and crystals logs it shows all transfers as MULTI'S when I even sent other staff money to test.
  10. In my register I also have:   $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; twice..   so may the problem because of this i have in my register authenticate.php ?
  11. But if I replace that with the code you said, will not prevent the admin hack? Also I did it but still saying MULTI in the logs and I retested by sending accs money. However it's because I followed a security tutorial on MWG. Although in my authenticate.php I have this:   $_SESSION['userid']=$mem['userid']; $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR'];
  12. I remember inserting this into my header to stop admin hacks:   $ip = mysql_real_escape_string($ip); if ( isset($_SESSION['HTTP_USER_AGENT']) ) { if ( $_SESSION['HTTP_USER_AGENT'] != sha1( $_SERVER['HTTP_USER_AGENT'] )) { session_unset(); session_destroy(); header("Location: login.php"); } } else { $_SESSION['HTTP_USER_AGENT'] = sha1( $_SERVER['HTTP_USER_AGENT'] ); }
  13. What do you mean mate?
  14. Hi It seems that whenever anyone sends any game money or crystals to another member, it classes them as a MULTI in the cash and crystal logs. I have the basic V2 sendcrys.php and the sendcash.php and I am not sure how to fix this problem. Some help would be great. Thanks. :)
  15. Right cheers for that guys. :) I've looked on some articles and finally secured some places and will continue to you.
  16. Yep I got a password on the staff panel but mate it would be great if you can help me patch the common hacks like i just explained.
  17. I have a staff on my staff panel so it prevents hackers from carrying out the worst stuff, but theirs a guy who proved to me by giving himself a dp but he didnt do it via the staff panel. :S
  18. Hi, I have been stuck with this problem for a while and just would like to know how to patch people from making themselves staff and crediting themselves dp's. The person even made himself level 200. I would appreciate it if someone could help. Thanks. :)
  19. Course I knew pal, was just testing you. ;) Ahaha... Thanks for that guys, you really have helped. :)
  20. There isn't no 'WHERE' because i'm editing the job ranks through the staff panel not on phpmyadmin or any other forms.
  21. Hey pal, where do I put the space when I edit a job rank? Regards, Gaz.
  22. Hi I'd be so grateful if someone could help me solve this problem. Basically when I a job rank on my game I get the error:   QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'jrID=40' at line 1 Query was UPDATE jobranks SET jrNAME='Captain', jrJOB = 11, jrPAY= 100, jrIQG=100, jrLABOURG=100, jrSTRG=100, jrIQN=100, jrLABOURN=100, jrSTRN=100WHERE jrID=40   it will be great if someone can help. Thanks.
  23. Thanks for that mate, I've just messaged him. :)
  24. Cheers pal it looks great. I've just downloaded it and its just a .psd image. How much isit to buy the coded template? However I just want a little picture edits like a more realistic gun image as the bottom two guns and thats probably it. Regards, Gaz.
  25. Hi, I'm looking for an ingame header/template that will be army-based. This is for an mccode V2 game and I'm looking for a professional looking template with a maybe a shade of grey in as the background. I'm willing to pay with my budget varying on how professional the header/template is. My msn in [email protected] so please do not hesitate to contact me on there. Thanks, Gaz.
×
×
  • Create New...