Jump to content
MakeWebGames

Equinox

Members
  • Posts

    553
  • Joined

  • Last visited

Everything posted by Equinox

  1.   I'm not to sure on this either O.o 'Tis not very updated... As I said in the post there, It's not exactly a big update but yeh -.- jesus You must of clicked "Submit" just before me -.- I didn't see your post
  2.   I'm not to sure on this either O.o 'Tis not very updated...
  3. I made this, and I don't know why, but I like it. And I don't know what IronMan has to do with Equinox, I just liked it :D Comment, I will provide the stock I used Stock: Sig : I made a nice C4D and added some nice effects
  4. echo ' [[url=""]Equip as primary[/url]][[url=""]Equip as secondary[/url]]';}
  5. Here... :)   <td>'.money_formatter($item['itmsellprice']).'</td> <td>'.money_formatter($item['itmsellprice']*$item['inv_qty']).'</td> <td>[[url="iteminfo.php?ID='.$item['itmid'].'"]Info[/url]][[url="itemsend.php?ID='.$item['inv_id'].'"]Send[/url]][[url="itemsell.php?ID='.$item['inv_id'].'"]Sell[/url]][[url="Auction.php?page=Add&ID='.$i['itmid'].'"]Add to Auction[/url]][[url="imadd.php?ID='.$item['inv_id'].'"]Add to market[/url]]'; if($item['effect1_on'] || $item['effect2_on'] || $item['effect3_on']) { echo'[[url="itemuse.php?ID='.$item['inv_id'].'"]Use[/url]]'; } if($item['weapon']) {
  6.   -.- You're going to have to give me more lines, give me line 97 - 103 please :)
  7. if($item['effect1_on'] || $item['effect2_on'] || $item['effect3_on']) {   There...
  8.   Try this:   <td>[[url="iteminfo.php?ID='.$item['itmid'].'"]Info[/url]][[url="itemsend.php?ID='.$item['inv_id'].'"]Send[/url]][[url="itemsell.php?ID='.$item['inv_id'].'"]Sell[/url]][[url="Auction.php?page=Add&ID='.$i['itmid'].'"]Add to Auction[/url]][[url="imadd.php?ID='.$item['inv_id'].'"]Add to market[/url]]';
  9. I didnt say that it was the best, i said it wasnt that bad. My $ir query has 9 joins and only takes 0.001 second. What i was saying is, if you have 100 auctions, you are going to be making a ton of queries to the datebase, everytime every users goes to a new page. I pitty your mysql servers.   I won't even make some kind of smart remark to that. I also never stated that I done things this way, so you have no need to 'pitty' my MySql servers. I miss-read. :huh:
  10.   I think the global $ir shouldn't even exist, even if McCodes had correct indexation - it's still slower than it could've been done (even if it's only a few milliseconds) And just so you know, Zed - you could've mixed <span> with :) <span style = "color:#8B0000">[i]'.number_format($Data['inv_qty']).'[/i]</span> To <span style = "color:#8B0000; font-style:italic;">'.number_format($Data['inv_qty']).'</span> Nothing special. I think this is a great modification and Zed has done well, I think the way it's coded is perfectly fine for a small and large McCodes game :P
  11. I   I suggest using it, Zed.... It automatically merges the items, I think 8| Looking good though :) :thumbsup:
  12.   Very nice Zero, you're a god
  13.   Depends if you want to eliminate all HTML or just some...
  14. Removed the nl2br(), there was no use And added htmlentities() into the function - what was the point in doing:   '.format(htmlspecialchars($Var)).' ? Also, as nothing here requires any HTML, he can just use htmlentities()
  15. May just be an Mc Codes game, but you're just saying, just because it's Mc Codes and it's your game, you don't need to give a crap? Yes Mc Codes is crap, don't make it worse :S
  16. Maybe so, but is it secure?   A few milliseconds is better than nothing.... I'd rather have my page load a few milliseconds faster, than slower. Forgive me if I'm an "annoying little {censored}" for expressing my view
  17. I agree with the mysql_query() Mainly as it was my doing that suggest such a thing, yes there are things mysql_query() can't do without a class, but if you're so worried about the (or die mysql_error()), write your own? Make a function that adds it onto the end of mysql_query() :wacko:
  18. Lol @ "safer to use $db->query" Explain?
  19. Apparently McCodes copied Torn... It could've been to start with, but I doubt it is now.
  20. Care to enlighten us on how the Global is insecure? Care to enlighten us on how the Global is insecure? My bad - I was thinking of the superglobal $GLOBALS :pinch:
  21. Fine - but it looks like McCodes, Has a lot of McCodes files, A lot of same file names and necessities
  22. Thought it was your own engine? It has the same files as McCodes with the exception some are re-named....
  23. So on that script, add a function at the top that works for mysql_query() just like the class. And it still doesn't change the fact that GLOBAL is insecure - also, Unless their username was '<font color = red>Equinox</font>' it shouldn't matter. You could just go to header and have:   <span style = "color : #FF0000;">'.stripslashes(htmlentities($ir['username'[)).'</span>
  24. GLOBAL is very insecure, so I don't use it. No need to use the class when you can just add : or die(mysql_error()); on the end of the 2 queries. Add the username inside of the <font> tags and it won't matter, that's if it's in the header. And <font> has been deprecated :D
  25. Ah, the replica of Torn
×
×
  • Create New...