View Single Post
  #30  
Old 14th May 2008, 12:56
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Re: TS SE v4.3 Nulled
OK, i made it work for me, in includes/ts_functions.php i deleted some code and so i don`t get this error anymore:
Code:
Script Error! (SE-I). TS SE is not installed correctly.

This is my ts_functions.php now:

[code]<?

function get_file_icon ($filename, $path = 'images/attach/')
{
$ext = get_extension ($filename);
if (@file_exists ('' . $path . $ext . '.gif'))
{
return '[img]' . $path . $ext . '.gif[/img]
Reply With Quote