Thread: remove title
View Single Post
  #2  
Old 20th July 2011, 01:39
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Smile
Quote:
Originally Posted by it53lv View Post
hove to remove "version by xam" from forum title ?
PHP Code:
<?php
if(!defined('IN_TRACKER')) die('Hacking attempt!');

echo
'<br />
        </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
Reply With Quote