View Single Post
  #2  
Old 5th June 2013, 02:50
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
PHP Code:
function themefooter(){
global 
$startpagetime;
echo
"</div></td>";
echo
"<td>":
include(
"blocks/usercp2.php");
echo 
"</td></tr></table>";
echo
"";
echo
'<div id="wrapfooter">
    <span class="gensmall"> <!-- Feel free to add you custom disclaimer or copyright notice here -->
 <!-- YOU ARE NOT ALLOWED TO EDIT THE FOLLOWING COPYRIGHT NOTICE!!! -->
<font color=" grey">Κανένα απο τα αρχεία που εμφανίζονται εδώ δεν φιλοξενούνται στον τρέχοντα διακομιστή.<br>
 Δεν φέρουμε ευθύνη για τις αναρτήσεις, ή οποιεσδήποτε πράξεις των χρηστών.<br>
 Ιχνηλάτης phpMyBitTorrent (c)   2005-2012. <a href="http://phpmybittorrent.com"><font color=" white">phpMyBitTorrent Team.   </a><font color=" grey"><br>
 Με επιφύλαξη παντός δικαιώματος. (c)   2009-2012. <font color=" white"> www.archectypo.netii.net<font color=" black"><br>
 <font color=" grey">Δημιουργήθηκε σε ' 
abs(round(microtime()-$startpagetime,2)) . ' δευτερόλεπτα.
 
 <!-- END OF COPYRIGHT NOTICE -->

</span><br /><br />    <span class="copyright">

    
    </span>
</div>



    </td>
</tr>
</table>

</body>
</html>'
;

__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/

Last edited by Krypto; 5th June 2013 at 08:39.
Reply With Quote