View Single Post
  #2  
Old 16th December 2012, 04:20
ivo ivo is offline
Member
 
Join Date: Jul 2012
Croatia
Posts: 14
Unhappy whatsgoinon
Please if anyone can help this to be the time edit members online TIMEOUT(whatsgoinon.php) define ('TS_TIMEOUT', 1200); I threw it but does not work on line 2 Help

PHP Code:
<?php
/*define ('TS_TIMEOUT', 1200);

+--------------------------------------------------------------------------
|   TS Special Edition v.7.2
|   ========================================
|   by xam
|   (c) 2005 - 2010 Template Shares Services
|   http://templateshares.net
|   ========================================
|   Web: http://templateshares.net
|   Time: $_ts_date_
|   Signature Key: $_ts_signature_key_
|   Email: contact@templateshares.net
|   TS SE IS NOT FREE SOFTWARE!
+---------------------------------------------------------------------------
*/
// Dont change for future reference.
if (!defined('TS_P_VERSION'))
{
    
define('TS_P_VERSION''1.3 by xam');
}

// Security Check.
if (!defined('IN_PLUGIN_SYSTEM'))
{
     die(
"<font face='verdana' size='2' color='darkred'><b>Error!</b> Direct initialization of this file is not allowed.</font>");
}

// BEGIN Plugin: whatsgoinon
function TS_Spider_Detect($Data='')
{
Reply With Quote