• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Add Show/Hide

xLosT

Member
Joined
Jan 11, 2010
Messages
1,021
Reaction score
13
Location
Brasil, Rio Grande do Sul
i need add show and hide in red text

Code:
<?PHP
if($subtopic == "tibiarules") {
$main_content .= '<B>'.$config['server_name'].' Rules</B><BR><TEXTAREA ROWS="25" WRAP="physical" COLS="80" READONLY="true">';
}
$main_content .= '[COLOR="#FF0000"]Os seguintes atos resultarão no banimento de sua conta:

1- Potar você mesmo com mc para upar ml.

2- Utilizar mc ou amigo para upar com free frag. OBS: Acarretará em final warning.

3- Combo Mc/Mage bomb.

4- MC/Afk no evento CTF (Entrar no evento com mc ou ficar afk durante).

Duraçao das punições:

Banimento: 2 dias.
Final Warning: 90 dias.

Players que doaram VÃO ser punidos como qualquer outro.[/COLOR]';
if($subtopic == "tibiarules") {
$main_content .= '</TEXTAREA>';
}
?>
 
PHP:
<?PHP
if($subtopic == "tibiarules") {
$main_content .= '<B>'.$config['server_name'].' Rules</B><BR>';
}
$main_content .= ' <script language="javascript">
$(document).ready(function(){
  $("#hide").click(function(){
    $("#ninja").hide(500);
  });
  $("#show").click(function(){
    $("#ninja").show(500);
  });
});
</script><center><button id="hide">Hide</button>
<button id="show">Show</button></center><br>';
$main_content .= '<TEXTAREA ROWS="25" WRAP="physical" COLS="80" ID="ninja" READONLY="true">Os seguintes atos resultarão no banimento de sua conta:


1- Potar você mesmo com mc para upar ml.


2- Utilizar mc ou amigo para upar com free frag. OBS: Acarretará em final warning.


3- Combo Mc/Mage bomb.


4- MC/Afk no evento CTF (Entrar no evento com mc ou ficar afk durante).


Duraçao das punições:


Banimento: 2 dias.
Final Warning: 90 dias.


Players que doaram VÃO ser punidos como qualquer outro.';
if($subtopic == "tibiarules") {
$main_content .= '</TEXTAREA>';
}
?>
 
try this

PHP:
 <?PHP
if($subtopic == "tibiarules") {
$main_content .= '<B>'.$config['server_name'].' Rules</B><BR>';
else
$main_content .= '<B>'.$config['server_name'].' Rules</B><BR>';
}
$main_content .= ' <script language="javascript">
$(document).ready(function(){
  $("#hide").click(function(){
    $("#ninja").hide(500);
  });
  $("#show").click(function(){
    $("#ninja").show(500);
  });
});
</script><center><button id="hide">Hide</button>
<button id="show">Show</button></center><br>';
$main_content .= '<TEXTAREA ROWS="25" WRAP="physical" COLS="80" ID="ninja" READONLY="true">Os seguintes atos resultarão no banimento de sua conta:


1- Potar você mesmo com mc para upar ml.


2- Utilizar mc ou amigo para upar com free frag. OBS: Acarretará em final warning.


3- Combo Mc/Mage bomb.


4- MC/Afk no evento CTF (Entrar no evento com mc ou ficar afk durante).


Duraçao das punições:


Banimento: 2 dias.
Final Warning: 90 dias.


Players que doaram VÃO ser punidos como qualquer outro.';


if($subtopic == "tibiarules") {
$main_content .= '</TEXTAREA>';
else
$main_content .= '</TEXTAREA>';
}
?>
 
if not work I would just give the Hide / Show to add on the page instead of rules

Field 1 Portuguese Show/Hide

Code:
Os seguintes atos resultarão no banimento de sua conta:

1- Potar você mesmo com mc para upar ml.

2- Utilizar mc ou amigo para upar com free frag. OBS: Acarretará em final warning.

3- Combo Mc/Mage bomb.

4- MC/Afk no evento CTF (Entrar no evento com mc ou ficar afk durante).

Duraçao das punições:

Banimento: 2 dias.
Final Warning: 90 dias.

Players que doaram VÃO ser punidos como qualquer outro.


Field 2 ingles Show/Hide
Code:
The following acts will result in account banishment:

1- Poting Yourself with mc to up ml.

2- Free Exp and Free Frag (Killing youself with mc or a friend). Note: You will get final warning and ip ban aswell.

3- MC Combo/Mage bomb.

4- MC/Away in CTF event (Get into the event using mc or be afk during it).

Punishment Duration:

Banishment - 2 days.
Final Warning - 90 days.

Players who donated WILL be punished as any other player.
 
if not work I would just give the Hide / Show to add on the page instead of rules

Field 1 Portuguese Show/Hide

Code:
Os seguintes atos resultarão no banimento de sua conta:

1- Potar você mesmo com mc para upar ml.

2- Utilizar mc ou amigo para upar com free frag. OBS: Acarretará em final warning.

3- Combo Mc/Mage bomb.

4- MC/Afk no evento CTF (Entrar no evento com mc ou ficar afk durante).

Duraçao das punições:

Banimento: 2 dias.
Final Warning: 90 dias.

Players que doaram VÃO ser punidos como qualquer outro.


Field 2 ingles Show/Hide
Code:
The following acts will result in account banishment:

1- Poting Yourself with mc to up ml.

2- Free Exp and Free Frag (Killing youself with mc or a friend). Note: You will get final warning and ip ban aswell.

3- MC Combo/Mage bomb.

4- MC/Away in CTF event (Get into the event using mc or be afk during it).

Punishment Duration:

Banishment - 2 days.
Final Warning - 90 days.

Players who donated WILL be punished as any other player.

Bump
 
Back
Top