View Single Post
  #5  
Old 25th April 2020, 22:30
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Thumbs up
What Plarform are you using on the sever ?
VERSION 5.6

install as
<?
should be

<?php
You will need to set all <? with <?php as you can see it will error out
this is my ts_plugin_config
In include/plugins/ts_plugin_config.php
You see tag at top
<?php
Code:
<?php
define('TS_C_VERSION', '1.2 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>");
}

// Plugin Configuration: START
$_left_plugin_width = '175'; // Leave this default for better results..
$_right_plugin_width = '175'; // Leave this default for better results..
$_left_plugin_padding_right = '15px'; // Leave this default for better results..
$_right_plugin_padding_left = '15px'; // Leave this default for better results..
$_div_padding_bottom = '15px'; // Leave this default for better results..
$_title_bracket = '»'; // Leave this default for better results..
define('MAX_NEWS', 1); // How many news that you want to show on index page. ie: 3
// Plugin Configuration: END
?>

Last edited by Napon; 25th April 2020 at 23:06.
Reply With Quote
The Following User Says Thank You to Napon For This Useful Post:
serseri06 (4th May 2020)