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

Problem with a href

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
Hi everyone, in a few pages on my website when I try click in "1 players online" it doesn't work, seems it is not a link:

5nZvE02.png


Code:
<tr>
                     <td><a href="online">
                     <?php
                       if($config['status']['serverStatus_online'] == 1)
                         echo ''.$config['status']['serverStatus_players'].' players online.';
                       else
                         echo '0 players online.';
                     ?>
                     </a></td>
                   </tr>

Some pages it works, and others it don't, why it?

Thanks.
 
I'm gonna guess you're using znote aac? Your href is "online" The page name is onlinelist.php
 
No, isn't. It's a clean Gesior, without ?subtopic=

I am not understanding why some pages it works and in few others it isn't working how it suppost to works.
 
as long as you put the link of your players online, normally it should work.
 
Back
Top