Jump to content

BDwinsAlt

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

BDwinsAlt's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thats what I have now, I thought that was the user's time, not the server time.
  2. How do I find the server time in seconds since Jan 1, 1970.  I have this bot that uses MySQL to store ban information and things like that.  Right now I am using the remote user's time to figure out the ban creation time, I need to use the server time.  Since the server time is not correct I use [servertime - 28940], how can I accuratly get the server time in seconds, and then subtract 28940 seconds from that?
  3. Last Login: 1159916451 [code]         $lastseen = $row['lastseen'];         echo('<br /> Last login: ' . $lastseen . '<br />'); [/code]
  4. Can anyone lead me in the right direction to converting milliseconds to the correct time and date? I am using a bot in this game that stores the last login time in milliseconds, I haven't been able to get the exact code I need to convert this into H:M:S on MM:DD:YYYY Thanks.
  5. I need help lining up my text. I want it to look like this: [u]Banned Player      Ban Maker      Comment[/u] Halt                    CP!                Cheating. One Twelve          BDwinsAlt        4910 ms ping. SomeNewbie        Agurus            Abusing his staff powers Right now I it looks like this: Halt banned by Cp!      Comment:Disrespect. One Twelve banned by BDwinsAlt      Comment:PING Current:4910 ms How can I line it up right? (Example code wouldn't hurt.)
  6. THIS WORKED. Thanks sooooo much. I have been trying to figure this out all day.  ;D
  7. Without the quotes. it's just E><istance It prints as E>
  8. How do I print the '<" symbol. I am trying to list a bunch of user names from my sql db. When i did echo, it would stop when it ran across "<". When I use print it ignores the rest and keeps going. How can I make the name: E><istance appear as more than 'E>"?  Please help.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.