Jump to content
MakeWebGames

dmcdaid

Members
  • Posts

    24
  • Joined

  • Last visited

    Never

dmcdaid's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: how do i change the backroung i pmed ya my msn add me there ill help ya on it easyer and fsater and stop us from spamming the forum
  2. how high have u all got your most powerfull weapons as in attack power
  3. Re: help Works a charm Thanks
  4. Re: help inv_id inv_itemid inv_userid inv_qty
  5. Re: help   itmid itmtype itmname itmdesc itmbuyprice itmsellprice itmbuyable effect1_on effect1 effect2_on effect2 effect3_on effect3 weapon armor
  6. Need Help when i try to give an item to a user via staff panel   QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO inventory VALUES('',13,1,1,'0','N')   Heres the code $db->query("INSERT INTO inventory VALUES('',{$_POST['item']},{$_POST['user']},{$_POST['qty']},'0','N')");
  7. Re: Need Some Help also my dontor days of my users isnt going down
  8. Re: Need Some Help also i have a problem when i try to add items   QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO items VALUES('',2,'Will Pot','Gives you full will ',0,0,0, '1', 'a:4:{s:4:\"stat\";s:4:\"will\";s:3:\"dir\";s:3:\"pos\";s:8:\"inc_type\";s:7:\"percent\";s:10:\"inc_amount\";i:100;}', '0', 'a:4:{s:4:\"stat\";s:6:\"energy\";s:3:\"dir\";s:3:\"pos\";s:8:\"inc_type\";s:6:\"figure\";s:10:\"inc_amount\";i:0;}', '0', 'a:4:{s:4:\"stat\";s:6:\"energy\";s:3:\"dir\";s:3:\"pos\";s:8:\"inc_type\";s:6:\"figure\";s:10:\"inc_amount\";i:0;}', 0, 0)
  9. 1.Seems when someone wins a fight they get way to much exp just wanted to check wat should it be at   print "You beat {$r['username']} "; $qe=$r['level']*$r['level']*$r['level']; $expgain=rand($qe/2,$qe); $expperc=(int) ($expgain/$ir['exp_needed']*100); print "and gained $expperc% EXP! You hide your weapons and drop {$r['username']} off outside the hospital entrance. Feeling satisfied, you walk home.";     2.also my crons arent working fully voting table is not get wiped to let voters vote again and course days are not going down   $db->query("UPDATE users SET course=0 WHERE cdays=0"); $db->query("TRUNCATE TABLE votes;");   $db->query("UPDATE users SET fedjail=0 WHERE userid IN(".implode(",", $ids).")"); } $db->query("DELETE FROM fedjail WHERE fed_days=0"); $db->query("UPDATE users SET daysingang=daysingang+1 WHERE gang > 0"); $db->query("UPDATE users SET daysold=daysold+1, boxes_opened=0"); $db->query("UPDATE users SET mailban=mailban-1 WHERE mailban > 0"); $db->query("UPDATE users SET donatordays=donatordays-1 WHERE donatordays > 0"); $db->query("UPDATE users SET cdays=cdays-1 WHERE course > 0"); $db->query("UPDATE users SET bankmoney=bankmoney+(bankmoney/50) where bankmoney>0"); $db->query("UPDATE users SET cybermoney=cybermoney+(cybermoney/100*7) where cybermoney>0"); $q=$db->query("SELECT * FROM users WHERE cdays=0 AND course > 0");     Any help would be great :)
  10. How To make custom dps ? :? Where do u got to make em or edit em , i know the deafult ones are there but how can i make more or edit the ones i have at the moment
  11. Re: no encryption i did that earlyer and it didnt work lol
  12. Re: no encryption so i would remove the md5 on md5('{$_POST['password']}') And this would now be..............................
  13. Re: no encryption yea but how do i just put it as Viewable in the DB
  14. Re: no encryption Wat u mean by remove the MD5 From the pages ?
  15. Re: no encryption or if some1 forgets password,that i would be able to tell em it or change it
×
×
  • Create New...