Recent content by rforum

  1. R

    Support for PHP 5.3.x?

    I have a few php scripts that rely on features added in PHP 5.3.x. Since support for PHP 5.2.x ended on December 9th, I was wondering if there were any plans to provide PHP 5.3.x in the future. Thanks :)
  2. R

    10 Beta Testers Needed

    I'll help test :-) Also, lotus has been down for a couple of hours, might want to look into that ^.^
  3. R

    Help with Apache 2 Test Page

    Help please :) cPanel Username: rforum Domain: ourforum.x10hosting.com Thanks!
  4. R

    Question About Terms of Service

    (not sure if this is the wrong forum :-S) I'm confused about the Anime terms of service: Anime : Copyrighted anime is not allowed on our servers. This includes variations of anime including manga, hentai etc. Also includes any sites which provide links to information about such material. If...
  5. R

    Trouble With Database and PHP Time

    Run this time script on rforum.x10hosting.com. PHP: $dbtime = strtotime(mysql_result(mysql_query("SELECT NOW()"),0)); $phptime = time(); echo "MYSQL time: $dbtime"; echo "<BR>PHP time: $phptime"; The result I'm getting is: MYSQL time: 1219631462 PHP time: 1219635062
  6. R

    Trouble With Database and PHP Time

    I’m having problems with time on my hosting account. While I’m checking the session time from a database table, then comparing it to time(), the time is an hour off. First I save the time to the database with SET `session_time` = FROM_UNIXTIME(".time()."). (I also tried SET `session_time` =...
Top