PHP Code:
formatex(szTemp,charsmax(szTemp), "SELECT (UNIX_TIMESTAMP(expire) - UNIX_TIMESTAMP()), expire FROM `hb_admin` WHERE `steamid` = '%s'", szSteamID)
All i know the table has to be named hb_admin and 2 columns in it on expire and on steamid.
But where should i the expire date and how? and where do i enter the steam ID?