Jump to content
MakeWebGames

Tonka

Members
  • Posts

    450
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tonka

  1. Re: [MCcode V2] Item Market Revamped replace with $r = sprintf(" SELECT im.`imID`,`imITEM`,`imADDER`,`imPRICE`,`imCURRENCY`, i.`itmid`,`itmtype` FROM `itemmarket` im LEFT JOIN `items` i ON `im.imITEM` = %d WHERE `imID` = %u AND `imADDER` = %d", i.itmid, mysql_real_escape_string($_GET['ID']), $userid); $q = $db->query($r);
  2. Re: [MCcode V2] Item Info revamp! if your trying to add an item pic mod, just edit the table and there you go
  3. Re: Crimes replace "WILL" and "LEVEL" with numbers and the answer you get it the percent of success
  4. Re: game set up it's not there's it's been deleted, you need to recreate any items you attempted to edit and got the error
  5. Re: game set up you added something to your items table and you didn't edit your insert query, most likely an item pic
  6. Re: [New Game!]Legacy Phaser http://www.lunarpages.net
  7. Re: QUERY ERROR just rmove the query from your register page
  8. Re: [mccode v1] Carnival same here, i've had it since it was posted without any problems at all
  9. Re: xmas tree for gamers that's my kind of xmas tree
  10. Re: [mccode v2] body guards [$15.00]   probably just as easy to add as this on is and it's free
  11. Re: Sent Messages, and all removed
  12. Re: Sent Messages, and all if you are using the mailbox that came with mccodes there are some tables that weren't closed properly which could be causing your error
  13. Re: Missions Error your error is here $db->query("INSERT INTO missdone VALUES ($userid,$mission);",$c);   replace with $db->query("INSERT INTO missdone VALUES ($userid,$mission)",$c);
  14. Re: MCCODES Error. the reason is DB is fuckyou is because he didn't remove the installer and someone thought it would be funny to rerun the installer
  15. Re: [mccode] Mod Sale [$10.00 - $80.00] they are different scripts and i believe Isomerizer made his first
  16. Re: Internal Error (out of nowhere) contact your host
  17. Re: Item Error the problem with your query is that it doesn't know what column in the users table to update
  18. Re: Can you rate my game please? Parse error: syntax error, unexpected T_PRINT, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/edstarns/public_html/header.php on line 299
  19. Re: Query Error - Email Validation what is the random_string('alnum', 32) for? there is no column for it in the query
  20. Re: Query Error - Email Validation paste the actual insert query and from the script
  21. Re: [MCcode V2] Ranks   your going to need to prove that as i looked at your posts and searched the forum and didn't find a ranks mod made by you.
  22. Re: [MCcode V2] Ranks that was posted on ce a while back toufail, i'm not sure by who though, so you'll need to search for it also wrong topic $$BULL$EYE$
  23. Tonka

    Help with OS

    Re: Help with OS in most installs on linux, it uses /var/www
  24. Re: [MCcode V2] Ranks good job
  25. Re: item_add function if you use item_add(); for all your insert queries, it will auto merge your items
×
×
  • Create New...