Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Free Torrent Source
Reply
  #1  
Old 26th December 2009, 14:43
benjaminbih benjaminbih is offline
Senior Member
 
Join Date: Jul 2008
Bosnia-Herzegovina
Posts: 70
Default [FIX] Missing function "my_substrr"
Missing function my_substrr in /include/functions.php

The following function is not present but required by an other functions.

Add in /include/functions.php after the whole function my_datee( ):
PHP Code:
  function my_substrr ($string$start$length '')
  {
    if (
function_exists ('mb_substr'))
    {
      if (
$length != '')
      {
        
$cut_string mb_substr ($string$start$length);
      }
      else
      {
        
$cut_string mb_substr ($string$start);
      }
    }
    else
    {
      if (
$length != '')
      {
        
$cut_string substr ($string$start$length);
      }
      else
      {
        
$cut_string substr ($string$start);
      }
    }

    return 
$cut_string;
  } 
Reply With Quote
The Following 2 Users Say Thank You to benjaminbih For This Useful Post:
Phogo (29th December 2009), yoligim (3rd January 2010)
Reply

Tags
fix , function , missing , mysubstrr

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
"Tbdev end for public development" ?! Fynnon Annoucements 10 17th April 2010 18:27
Press "Vote" to get +100MB mat22 Yuna Scatari Edition (YSE) 2 4th March 2010 18:37
TSSE 5.4.1 "Tracker sending invalid data" Only for USERS englezu23 Template Shares 1 14th February 2010 06:01
Where i can find the mod "Invitations per E-mail"? roland340 Yuna Scatari Edition (YSE) 0 1st February 2010 19:15
Make "More Smilies" and "Help" on FTS shoutbox a clickable link benjaminbih Mods & Themes 1 22nd December 2009 07:22



All times are GMT +2. The time now is 17:33. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.