Jump to content
MakeWebGames

Danny696

Members
  • Posts

    2,632
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Danny696

  1. I belive it still have vunrebilities :)
  2. Yeh, thats what i ment :whistling:
  3. Danny696

    Need info

    Wow, my post got deled for callinh somone a fool. Sure that means yours should too. Yeh, guessing this power is still in your head then.
  4. Ok, try this file and tell me the results: <?php include "globals.php"; $_GET['ID'] = abs((int) $_GET['ID']); $id=$db->query("SELECT iv.*,it.* FROM inventory iv LEFT JOIN items it ON iv.inv_itemid=it.itmid WHERE iv.inv_id={$_GET['ID']} AND iv.inv_userid=$userid LIMIT 1"); if($db->num_rows($id)==0) { print "Invalid item ID"; $h->endpage(); exit; } else { $r=$db->fetch_row($id); } echo $r['armor']; $h->endpage(); ?>
  5. Mxyi, no it shouldnt, im guessing you havent learn HTML/XHMTL. Now, go to Here Learn, then come back.
  6. Danny696

    shinobi

    If i was to redirect i would have to hack right. I havent hacked, get him to check the IP, my router doesnt normally get turned off, il have the same IP, a mod/admin can check it with the one used.
  7. Danny696

    shinobi

    Wooow, since when did i hack, check everything, IP should be on there, i havent hacked anything
  8. I know, i ment thats why your gettin the error. you said the error you got was Notice its not in the equip_armor.php but its in the equip_weapon.php :)
  9. Your trying to equip a peice of armor as a weapon :)
  10. //Ontopic I would whish for 10 extra whishes xD 1) World peach 2) Control free will 3) Is god real ;/ 4) Sexy people to love me :D 5) Know every coding language ever! 6) Own ms and apple 7) Be mint in everything i do! 8) -1 whish :) 10) 10 more whish 11) so on and soforuth
  11. Danny696

    shinobi

    Demo account details: user + pass = demo :)
  12. Danny696

    shinobi

    Money prepared to spend would be usefull.
  13. Hmm, post your equip_armor.php
  14. Post your inv, from the code above, it doesnt look right :/
  15. Its nothing to do with them :/
  16. mysql_escape isnt a real function, either replace with $db->escape or mysql_real_escape_string :)
  17. remove require "globals.php";
  18. Thats mint!
  19. include (DIRNAME(__FILE) . '/header.php'); Change too include_once(DIRNAME(__FILE__) .'/header.php');
  20. EDIT: Didnt see cims post, use that; much better and easier :) For crims, you have to edit every page For this, you dont; In header.php: Find $u=$ir['username']; Below add this and change for others ( for colours ): if($ir['user_level'] == 2) { $u = '<span style="color: red;">'. $ir['username'] .'</span>'; $ir['username'] = $u; }
  21. Looking good.
  22. gooogle cart mabey
  23. filename isn't real :/ And 'user_name' do you have that function.
  24. Hmm, go into PHPMyAdmin, click users, check to see if a colomn is called equip_armor
×
×
  • Create New...