• 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!

[ModernAAC] Fix the 2 problems on rank

Status
Not open for further replies.

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
i try edit my highscore.php ... and i have its 2 problem... I DONT KNOW FIX IT F**** ERROR...30 minutes try fixed and i could not :eek:

- Remove the black part.
IMG:
f5NUht5iu.png

PHP:
PHP:
echo "<tr width='100%' class='tableheader'>
			<b>  <td width='5%'><strong>Position</strong></td>
			<td><strong><center>Name</center></strong></td>
			<td><strong><center>Exp</center></strong></td>
			<td align='center'><strong>Level</strong></td> </tr></b></font></td> </tr>
			</tr>";

- Im try put the select ranks to where is Rank of (with show)
IMG:
Uo1rhrNKvV.png

PHP:
PHP:
echo "<div class='toolbar'><table cellspacing='0' cellpadding='5' border='0'><tr><td><b>Rank of</b></td></form></tr></table></div>";
	echo "<select name='skill'>";
	echo "<option class='skill' ".set_select('skill', 1, true)." value='level'>Experience</option>";
	echo "<option class='skill' ".set_select('skill', 2)." value='1'>Fist fighting</option>";
	echo "<option class='skill' ".set_select('skill', 3)." value='2'>Club fighting</option>";
	echo "<option class='skill' ".set_select('skill', 4)." value='3'>Sword fighting</option>";
	echo "<option class='skill' ".set_select('skill', 5)." value='4'>Axe fighting</option>";
	echo "<option class='skill' ".set_select('skill', 6)." value='5'>Distance fighting</option>";
	echo "<option class='skill' ".set_select('skill', 7)." value='6'>Shield fighting</option>";
	echo "<option class='skill' ".set_select('skill', 8)." value='7'>Fishing fighting</option>";
	echo "<option class='skill' ".set_select('skill', 9)." value='magic'>Magic level</option>";
	echo "</select> <input type='submit' value='Show'>";

Tranks, everybody
REP++
 
@1
Either find the <table> tag before these lines and add border="0" --> <table border="0">
If this doesn't work show the 'tableheader' class

@2
And what is ur problem?
 
Status
Not open for further replies.
Back
Top