Jump to content
MakeWebGames

Recommended Posts

Posted

I got sick and tired of constantly going into the database to look up Item Information, the ID's, The Name etc. so I decided to make this, I just made this to save time and make it more accesssible.

1. Make a file called itemid.php

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

2. Add this to mainmenu.php or wherever you want:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Thanks and I hope you enjoy this, took about two minutes to do, just wanted to see if I could actually execute SQL properly, I kinda suck at it, but hey, I'm getting better, thanks for reading this topic and I hope this "mod" (if you can call it that) is some use to you.

Posted

Re: View Item Information

It always seems to come out wrong when I copy and paste it on here.

I'll update now.

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

There you go, much better.

Alright, its still playing up, I don't know what to do, sorry about this :(

Posted

Re: View Item Information

I don't know what to do, all I can say is remove the annoying   or whatever it says, if not send me your email and I'll email you the file. Thanks.

Posted

Re: View Item Information

Alright, I'll try post up a proper one now.

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Posted

Re: View Item Information

Just a tip, i don't know if it is true.. but your query is pulling the thing's twice.

$sql = $db->query(

"SELECT i.*, i.itmid, i.itmname, i.itmdesc, i.itmbuyprice, i.itmsellprice " .

"FROM items i ");

Your pulling everything at i.* then again with the rest.

Posted

Re: View Item Information

Hmm, what would I do then?

$db->query("SELECT itmid, itmname, itmbuyprice, itmsellprice FROM items");

Would that be better?

  • 5 months later...
Posted

View Item Information

good job Optimus Prime great mod for looking at items added to the game so far....added just like you said works great....thanks for this will be greatly used,and abused by me....lol :thumbsup: :thumbsup:

  • 8 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...