hello
item rank .php I want to hide all the tablets, but how?
the basic code
PHP Code:$query = mssql_query("select top 100 it.OptLevel, ch.CharName16, obj.AssocFileIcon128, obj.Country
from _Items as it
LEFT JOIN [dbo].[_Inventory] as inv ON it.ID64 = inv.ItemID
LEFT JOIN [dbo].[_Char] as ch ON inv.CharID = ch.CharID
LEFT JOIN [dbo].[_RefObjCommon] as obj ON it.RefItemID = obj.ID
where ch.CharName16 is not NULL
ORDER BY it.OptLevel DESC");
![]()


Reply With Quote

