• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Spells.xml to website

you can make a table called spells.php for example and add it to your site?:O


PHP:
 <?php require_once 'engine/init.php'; include 'layout/overall/header.php'; ?>

<hr/>
<h1><center><b>Spells of my server</b></center> </h1>
<hr/>




<TABLE table  BGCOLOR="'.$config['site']['darkborder'].'" BORDER=0 CELLPADDING=4 CELLSPACING=1 WIDTH=100%>
<TR BGCOLOR="'.$config['site']['vdarkborder'].'" ><TD CLASS=white COLSPAN=5><B><center>Outfit Bonus Table</center></B></TD></TR>
<TR><TD><TABLE BORDER=0 CELLPADDING=2 CELLSPACING=1 WIDTH=100%>
<TR BGCOLOR=#eeddb9><TD><B><center>vocation</B></TD></center><TD><B>spell</B></TD></TR>

<TR class="KL" BGCOLOR=#eeddb9><TD><center><b>Vocation</b><br>
&nbsp<br></TD><TD>Spellame</TD></TR>
</table>

<?php include 'layout/overall/footer.php'; ?>
 
Back
Top