Nonya
Beta Tester
Sr. Member
Posts: 375
YaBBse Developer Wannabe!
|
|
Re:I'm a very bad boy
« Reply #1 on: April 21, 2003, 04:41:57 PM » |
|
open you FTP then edit yout template.php Replace this code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta content="<yabb title>" name="description" /> <meta content="PHP, MySQL, bulletin, board, free, open, source, yabb, yet, another, SE" name="keywords" /> <meta content="mshtml 6.00.2600.0" name="generator" /> <title><yabb title></title> <style type="text/css"> a:link { color: #005177; background-color: transparent; text-decoration: none; } a:visited { color: #005177; background-color: transparent; text-decoration: none; } a:hover { color: #cc3333; background-color: transparent; text-decoration: none; } .nav { color: #000000; background-color: transparent; text-decoration: none; } .nav:link { color: #000000; background-color: transparent; text-decoration: none; } .nav:visited { color: #000000; background-color: transparent; text-decoration: none; } .nav:hover { font-weight: bold; color: #cc3333; background-color: transparent; text-decoration: underline; } body { font-size: 12px; font-family: verdana, arial, helvetica, serif; } table { empty-cells: show; } td { font-size: 12px; color: #000000; font-family: verdana, arial, helvetica, serif; } input { font-size: 9pt; color: #000000; font-family: verdana,arial, helvetica, serif; background-color: #afc6db; } textarea { font-size: 9pt; color: #000000; font-family: verdana,arial, helvetica, serif; background-color: #afc6db; } select { font-size: 7pt; color: #000000; font-family: verdana,arial, helvetica, serif; background-color: #afc6db; } .windowbg { font-size: 12px; color: #000000; font-family: verdana, arial, helvetica, serif; background-color: #afc6db; } .windowbg2 { font-size: 12px; color: #000000; font-family: verdana, arial, helvetica, serif; background-color: #f8f8f8; } .windowbg3 { font-size: 12px; color: #000000; font-family: verdana, arial, helvetica, serif; background-color: #6394bd; } hr { color: #6394bd; background-color: transparent; } .titlebg { color: #ffffff; background-color: #6e94b7; } .text1 { font-weight: bold; font-size: 12px; color: #ffffff; font-style: normal; background-color: transparent; } .catbg { font-weight: bold; font-size: 13px; background-image: url(YaBBImages/catbg.jpg); color: #000000; } .bordercolor { font-size: 12px; font-family: verdana, arial, helvetica, serif; background-color: #6394bd; } .quote { font-size: 10px; color: #000000; font-family: arial, verdana, helvetica, serif; background-color: #dee7ef; } .code { font-size: 10px; color: #000000; font-family: courier new, helvetica, times new roman, serif; background-color: #cccccc; } .help { cursor: help; background-color: transparent; } .meaction { color: red; background-color: transparent; } .editor { width : 100%; } </style> </head><body text="#000000" link="#0033ff" bgcolor="#f5f5f5"> <table class="bordercolor" cellspacing="0" cellpadding="0" width="90%" align="center" bgcolor="#6394bd" border="0"> <tr> <td> <table class="bordercolor" cellspacing="1" cellpadding="0" width="100%" align="center" bgcolor="#6394bd" border="0"> <tr> <td> <table cellspacing="0" cellpadding="0" width="100%" align="center" border="0" class="windowbg2"> <tr> <td valign="middle" align="left" bgcolor="#ffffff"><img alt="logo" src="YaBBImages/selogo.gif" /></td> <td valign="middle" bgcolor="#ffffff"><font size="2"><yabb uname><yabb im><br /><yabb time></font></td> </tr> </table> </td> </tr><tr valign="middle" align="center" bgcolor="#b7bbda"> <td bgcolor="#afc6db" class="windowbg2"><font size="1"><yabb menu></font></td> </tr> <tr> <td width="100%" bgcolor="#ffffff" height="24" class="windowbg2"> <yabb news></td> </tr> </table> </td> </tr> </table> <br /> <table class="bordercolor" cellspacing="0" cellpadding="0" width="90%" align="center" bgcolor="#6394bd" border="0"> <tr> <td> <table class="bordercolor" cellspacing="1" cellpadding="0" width="100%" align="center" bgcolor="#6394bd" border="0"> <tr> <td> <table cellspacing="0" cellpadding="10" width="100%" align="center" bgcolor="#ffffff" border="0"> <tr> <td valign="top" width="100%"> <yabb main> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <table cellspacing="0" cellpadding="0" width="90%" align="center" border="0"> <tr> <td nowrap="nowrap" align="right"><yabb VBStyleLogin></td> </tr> </table> <br>
<table class="bordercolor" cellspacing="0" cellpadding="0" width="90%" align="center" bgcolor="#6394bd" border="0"> <tr> <td> <table class="bordercolor" cellspacing="1" cellpadding="0" width="100%" align="center" bgcolor="#6394bd" border="0"> <tr> <td> <table cellspacing="0" cellpadding="3" width="100%" bgcolor="#ffffff" border="0"> <tr> <td valign="middle" align="right" width="25%" bgcolor="#ffffff"> <a href="http://www.mysql.com/"><img height="31" alt="Powered by MySQL" src="YaBBImages/mysql.gif" width="88" border="0" /></a> <a href="http://www.php.net/"><img height="31" alt="Powered by PHP" src="YaBBImages/php.gif" width="88" border="0" /></a> </td> <td valign="middle" align="center" width="50%" bgcolor="#ffffff"><yabb copyright></td> <td valign="middle" align="left" width="25%" bgcolor="#ffffff"> <a href="http://validator.w3.org/check/referer"><img height="31" alt="Valid XHTML 1.0!" src="YaBBImages/valid-xhtml10.gif" width="88" border="0" /></a> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img height="31" alt="Valid CSS!" src="YaBBImages/vcss.gif" width="88" border="0" /></a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html>
|