Jump to content
MakeWebGames

Josh23

Members
  • Posts

    72
  • Joined

  • Last visited

Everything posted by Josh23

  1. Re: [self Made] New Login Page Isnt The ?> In The Wrong Place ?
  2. Re: An introduction to security Used This And It Worked Fine, Thanks. Removed The isset() From (isset($ir['attacking'])) if(isset($dosessh) && isset($_SESSION['attacking'])) { if($ir['attacking']) { echo 'Stop Running from fights!'; } }
  3. Re: An introduction to security Sorry I Think I Forgot To Post Enough. Now Using Your Code It Makes You Loose All Your Exp, And Displays 'You Lost All Your Exp For Running From The Fight' I Am Using This Code. if(isset($dosessh) && (isset($_SESSION['attacking']) || isset($ir['attacking']))) { print "You lost all your exp for running from the fight."; $db->query("UPDATE users SET exp=0, attacking=0 WHERE userid=$userid"); $_SESSION['attacking']=0; }   Thanks For You Help Haunted, +1
  4. Re: An introduction to security Thanks Haunted, That Did It But 1 Don't Work By Using 'isset()' Its This One if ($dosessh && ($_SESSION['attacking'] || $ir['attacking']))   ^^ I Change To This if isset($dosessh && ($_SESSION['attacking'] || $ir['attacking'])) I Also Changed It To Many Others Cant Find A Solution
  5. Re: An introduction to security Is There A Way To Get Rid Of 'Undefined Index' Errors ?   I Tried To Resolve These But, I Still Learning, Sorry.
  6. Re: [McCodes][v2] Staff Menu Mod (1st Mod ive made) Can Anyone Help, Well When I Click On A Dropdown Thing It Highlights Blue, Is There A Way I Can Prevent This ?? Thanks In Advance.
  7. Re: [MCCODES V2] Fully Customise your game layout   *poke* OMG ITS ALIVE.... wait were did i put the brain O.o Lol :-D
  8. Re: [mccode v2] Yet Another Attack Anybody got a solution ?   I get same;   Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 16 in /home/gurpreet/public_html/class/class_db_mysql.php on line 91 1. You tried to hit Average bot you but missed (33350) 2. Average bot tried to hit you but missed (550)
  9. Re: [mccode v2] Events Page Updated. Done :-)
  10. Re: [mccode v2] Lucky Bags I got same problem as ^^
  11. Re: [mccode v2] Events Page Updated. My Delete All Button Doesn't Work :?
  12. Re: [mccode] 8 Lines to secure your site from known sql injections. Can someone tell me what i should put to secure my site ? because in this thread their is lots and people are saying they wont work .. :S
  13. Re: [mccodes]Updated Education Can anybody try to do the v2 one please ?
  14. Re: [mccode v2] ADVANCED USERSONLINE MOD probly sound a little nooby but on mine, the 'Gender' where it should say male, is blank.
  15. Re: [mccodes]Updated Education I Put the codes in but when i try to open i get this.. Warning: include(mysql.php) [function.include]: failed to open stream: No such file or directory in /home/a5622362/public_html/education.php on line 9   PHP Error Message Warning: include() [function.include]: Failed opening 'mysql.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a5622362/public_html/education.php on line 9   PHP Error Message Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/a5622362/public_html/education.php on line 11
  16. Re: [mccode v1] New Jobs When i use them, they works but it doesn't show what you earn. Shows;   You currently work in the ! You receive $ each day at 5pm! You also receive IQ, strength, and labour!
×
×
  • Create New...