Jump to content
MakeWebGames

spirit38

Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by spirit38

  1. Re: Staff Items V2 Help Ok finally fixed this dang code lol. Brackets were missing in the query area, that looked similar to this.. $m=$db->query("INSERT INTO items VALUES('',{$_POST['itmtype']},'$itmname','$itmdesc',{$_POST['itmbuyprice']},{$_POST['itmsellprice']},$itmbuy, '{$_POST['effect1on']}', '$efx1', '{$_POST['effect2on']}', '$efx2', '{$_POST['effect3on']}', '$efx3', $weapon, $armor, $helmet,$boots, $amulet, $braclet, $ring, $special)"); the fixed one is... $m=$db->query("INSERT INTO items VALUES('',{$_POST['itmtype']},'$itmname','$itmdesc',{$_POST['itmbuyprice']},{$_POST['itmsellprice']},$itmbuy, '{$_POST['effect1on']}', '$efx1', '{$_POST['effect2on']}', '$efx2', '{$_POST['effect3on']}', '$efx3', $weapon, $armor, '$helmet',' $boots', '$amulet', '$braclet', '$ring', '$special')");   There is another query you might want to fix also adding the brackets on helmet,boots,amulet,braclet,ring,special.
  2. Re: Staff Items V2 Help   Thanks but that didnt help wrong document lol. We are needing help solving the mysql errors, for the armour,weapons,boots,helmet,and the rest.... I think it has something to do with the tables in mysql, read it had something to do with having more then 4 item tables, but that isnt right because i have exactly 4 and it still saying the same error. :|
  3. Re: Images when equipping an item. Replace if($equip[$ir['equip_secondary']]['itmpic']) { print $itmpic = "[img=/itmpics/".$id[]";   With if($equip[$ir['equip_secondary']]['itmpic']) { print $itmpic = "[img=".$id[]";   Seems to work for me when i take out the /itempics/
  4. Re: Staff Items V2 Help I had problems also with this mod,tried everything and still get the error.
  5. Re: [sHOWCASE] Avalon I love the game, despite what others say, nicely done layout, and theme! :-D
  6. Re: Another New Mailbox   This is a very old topic... I just want to say to people who says this person is being sued over a code. In laws with the states and copyrights, HTML,PHP, anything to do with coding using those will not stand up in court, they are not really copyrighted because you CANT get a copyright on codes. However if you were to copy a graphic you can very well be sued for stealing theyre art and work, but not htmls,php coding. It's free to use by anyone! As for those who are copying others codes, theyre really isnt alot anyone can do to prevent them from NOT doing so.
  7. Re: [sHOWCASE]Riotte City lolz so like rv but i think i like it, got to give you credit :-P
×
×
  • Create New...