Jump to content
MakeWebGames

duality32

Members
  • Posts

    3
  • Joined

  • Last visited

duality32's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Im interested as well. and you have ignored PM's so this is the only way to get ahold of you
  2. On the disband gang part > Back"; $h->endpage(); exit; } $do1 = sprintf("DELETE FROM gangwars WHERE warDECLARER = '%u' OR warDECLARED = '%u' ", ($ir['gang']), ($ir['gang'])); $do2 = sprintf("DELETE FROM gangs WHERE gangPRESIDENT = '%u' ", ($ir['userid'])); $do3 = sprintf("UPDATE users SET gang = 0 WHERE gang = '%u' ", ($ir['gang'])); mysql_query($do1);mysql_query($do2);mysql_query($do3); echo "Your gang has been deleted. > Back";$h->endpage(); ?>   Thats how i got it to work
  3. I'm sure this has been asked before. But I can't seem to find it. I'm trying to secure my game, like everyone of course. But I keep gettin ////////// in the mailbox and in the forums. I have tried looking at the stripslashes thing, cuz I assumed that was the problem. But it still happens. Can anyone point me in the right direction please? I don't want those slashes in there. Thanks in advance
×
×
  • Create New...