Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   remove title (http://www.bvlist.com/showthread.php?t=6770)

it53lv 20th July 2011 00:23

remove title
 
hove to remove "version by xam" from forum title ?

wMan 20th July 2011 01:39

Quote:

Originally Posted by it53lv (Post 29095)
hove to remove "version by xam" from forum title ?

PHP Code:

<?php
if(!defined('IN_TRACKER')) die('Hacking attempt!');

echo
'
        </div>
    </div>

    </div>
    <center>
    <div class="bg-footer">
        <div id="footer">
            <div class="padding">
                Copyright by inferno-24 2010 <font color="white"><a href="http://YOURSITE.COM/index.php" target="_self"><strong>.:: inferno=24 ::.</strong></a></font>  [Executed in <b> 0.0354 </b>seconds]
                </div>

        </div>


'
.$alertpm.'

'
.($CURUSER['options'] && preg_match('#N1#is'$CURUSER['options']) ?'

<!-- TS Auto DST Correction Code -->

<form action="'
.$BASEURL.'/usercp.php?act=auto_dst" method="post" name="dstform">

    <input type="hidden" name="act" value="auto_dst" />

</form>

<script type="text/javascript">

<!--

    var tzOffset = '
.$CURUSER['tzoffset'].' + '.(preg_match('#O1#is'$CURUSER['options']) ? '1' '0').';

    var utcOffset = new Date().getTimezoneOffset() / 60;

    if (Math.abs(tzOffset + utcOffset) == 1)

    {    // Dst offset is 1 so its changed

        document.forms.dstform.submit();

    }

//-->

</script>

<!-- TS Auto DST Correction Code -->

'').($GLOBALS['ts_cron_image'] ? '

<!-- TS Auto Cronjobs code -->

    <img src="'
.$BASEURL.'/ts_cron.php?rand='.TIMENOW.'" alt="" title="" width="1" height="1" border="0" />

<!-- TS Auto Cronjobs code -->

'').'</div></center>

    


     



</body>
</html>
'
;
/*
+-------------------------------------------------------------------------------------
| You have no permission to modify this file unless you purchase a Brading Free Product!
+-------------------------------------------------------------------------------------
*/
?>

include ---->templates---->THEME---->FOOTER

REPLACE THIS WITH YOUR SITE LINK href="http://YOURSITE.COM/index.php

AND
Copyright by inferno-24 RENAME IT

it53lv 20th July 2011 02:30

those are copyrights not title
title is the one you see in you're browser at top in tad next to favicon
if you even know what favicon is

joeroberts 20th July 2011 05:11

:unknown: templates---->THEME----> header
Code:

version by xam

it53lv 20th July 2011 10:21

thanks for trying to help but there is $title function what later call's for some wierd
funtion like
Code:

    $title = $SITENAME.' :: '.($title != '' ? htmlspecialchars_uni($title) : TS_MESSAGE);
and TS_MESSAGE shows up nowhere in code except some file where it's a part of base64 what decodes as Content-Type
:lol:

Edgein 20th July 2011 10:30

hellooooooo
 
Quote:

hove to remove "version by xam" from forum title ?
Go to tsf_forums/include/init.php

find

PHP Code:

define ('TSF_VERSION''v1.5 by xam'); 

and replace by what you want

exemple

PHP Code:

define ('TSF_VERSION''v1.5 by BvList'); 

or

PHP Code:

define ('TSF_VERSION''bv list'); 

greetzz Edgein:bubble:

it53lv 20th July 2011 10:40

you're not suppose to do that since that thing is not a part of "TSF Forums"
title

x360zone 20th July 2011 14:12

lol
 
xams brother?

:drink:

Edgein 20th July 2011 17:51

Quote:

Originally Posted by it53lv (Post 29095)
hove to remove "version by xam" from forum title ?


Quote:

you're not suppose to do that since that thing is not a part of "TSF Forums" title

lol why are you asking for it ?:lol:


All times are GMT +2. The time now is 09:35.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.