
Equinox
Members-
Posts
553 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Equinox
-
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
-
I'm not to sure on this either O.o 'Tis not very updated...
-
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
-
echo ' [[url=""]Equip as primary[/url]][[url=""]Equip as secondary[/url]]';}
-
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']) {
-
-.- You're going to have to give me more lines, give me line 97 - 103 please :)
-
if($item['effect1_on'] || $item['effect2_on'] || $item['effect3_on']) { There...
-
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]]';
-
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:
-
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
-
I I suggest using it, Zed.... It automatically merges the items, I think 8| Looking good though :) :thumbsup:
-
Very nice Zero, you're a god
-
Depends if you want to eliminate all HTML or just some...
-
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()
-
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
-
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
-
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:
-
Lol @ "safer to use $db->query" Explain?
-
Apparently McCodes copied Torn... It could've been to start with, but I doubt it is now.
-
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:
-
Fine - but it looks like McCodes, Has a lot of McCodes files, A lot of same file names and necessities
-
Thought it was your own engine? It has the same files as McCodes with the exception some are re-named....
-
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>
-
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
-
Ah, the replica of Torn