Ir para conteúdo
  • 0

Coloca Imagens no Create Character.


Xtudomuito

Pergunta

queria coloca pra quando o player for cria o novo character no meu site gesior acc. mostra-se um imagen da vocaçao que escolhe, igual essa imagen aqui.

 

post-381758-0-21452400-1430087797_thumb.png

Editado por Xtudomuito
Link para o comentário
Compartilhar em outros sites

10 respostass a esta questão

Posts Recomendados

  • 0

queria coloca pra quando o player for cria o novo character no meu site gesior acc. mostra-se um imagen da vocaçao que escolhe, igual essa imagen aqui.

 

attachicon.gifSem título.png

 

use inspecionar elemento e clique com o direito no código da aba ... e selecione edit codigo html ... ai só copiar

#edit me passa o site que eu faço isso pra tu e disponibilizo aqui

Link para o comentário
Compartilhar em outros sites

  • 0

me manda uma foto e o código da sua atual pagina

Abraços

 

qual codigo vc quer, pq eu n sei onde tem que mexe.

 

 

 

use inspecionar elemento e clique com o direito no código da aba ... e selecione edit codigo html ... ai só copiar

#edit me passa o site que eu faço isso pra tu e disponibilizo aqui

 

isso é no server World of naruto online.

Link para o comentário
Compartilhar em outros sites

  • 0

ta ae só adaptar pro teu site ...

 

<div id="sidebar2">




<div id="box3" class="box-style3">


















<div class="main_content">
<table cellpadding="0" cellspacing="0"><tbody><tr background="layouts/dbiw/images/others/homepage16.png"><td width="537" height="37"><center><a style="color: yellow; font-size: 12px; text-shadow: #3d2e05 0.2em 0.2em 0.4em;"><b>Account Management</b></a></center></td></tr></tbody></table>
<center><script type="text/javascript">
var nameHttp;


function checkName()
{
if(document.getElementById("newcharname").value=="")
{
document.getElementById("name_check").innerHTML = '<b><font color="red">Please enter new character name.</font></b>';
return;
}
nameHttp=GetXmlHttpObject();
if (nameHttp==null)
{
return;
}
var newcharname = document.getElementById("newcharname").value;
var url="ajax/check_name.php?name=" + newcharname + "&uid="+Math.random();
nameHttp.onreadystatechange=NameStateChanged;
nameHttp.open("GET",url,true);
nameHttp.send(null);
} 


function NameStateChanged() 
{ 
if (nameHttp.readyState==4)
{ 
document.getElementById("name_check").innerHTML=nameHttp.responseText;
}
}
</script><center><br><table><tbody><tr><td width="94%">Please choose a name, vocation and sex for your character. <br>In any case the name must not violate the naming conventions stated in the <a style="text-decoration:none; color: white;" href="?subtopic=tibiarules" target="_blank">WoNO Rules</a>, or your character might get deleted or name locked.


<br><br>
<form action="?subtopic=accountmanagement&action=createcharacter" method="post">
<input type="hidden" name="world" value="0">
<input type="hidden" name="savecharacter" value="1">
<div class="TableContainer"> 
 <div class="CaptionContainer">     
 <div class="CaptionInnerContainer">
<span class="CaptionEdgeLeftTop" style="background-image:url(layouts/dbiw/images/content/box-frame-edge.gif);"></span>
<span class="CaptionEdgeRightTop" style="background-image:url(layouts/dbiw/images/content/box-frame-edge.gif);"></span>
<span class="CaptionBorderTop" style="background-image:url(layouts/dbiw/images/content/table-headline-border.gif);"></span>
<span class="CaptionVerticalLeft" style="background-image:url(layouts/dbiw/images/content/box-frame-vertical.gif);"></span>
<div class="Text">Create Character</div>        
<span class="CaptionVerticalRight" style="background-image:url(layouts/dbiw/images/content/box-frame-vertical.gif);"></span>
<span class="CaptionBorderBottom" style="background-image:url(layouts/dbiw/images/content/table-headline-border.gif);"></span>
<span class="CaptionEdgeLeftBottom" style="background-image:url(layouts/dbiw/images/content/box-frame-edge.gif);"></span>
<span class="CaptionEdgeRightBottom" style="background-image:url(layouts/dbiw/images/content/box-frame-edge.gif);"></span></div>    
</div></div></form></td></tr><tr>     
 <td>        
<div class="InnerTableContainer">          
<table style="width:100%;"><tbody><tr><td><div class="TableShadowContainerRightTop">  
<div class="TableShadowRightTop" style="background-image:url(layouts/dbiw/images/content/table-shadow-rt.gif);"></div></div>
<div class="TableContentAndRightShadow" style="background-image:url(layouts/dbiw/images/content/table-shadow-rm.gif);">  
<div class="TableContentContainer"><center><div class="InnerTableContainer">          </div></center><table class="TableContent" width="100%"><tbody><tr class="LabelH"><td style="width:50%;">


</td></tr><tr class="Odd">
<td><input id="newcharname" name="newcharname" onkeyup="checkName();" value="" size="30" maxlength="29">
<br><font size="1" face="verdana,arial,helvetica"><div id="name_check">Please enter your character name.</div></font></td></tr></tbody></table><table style="width:100%;"><tbody><tr><td><br><b>Select your vocation:<center><table cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Naruto.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="1"><br>Naruto<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Sasuke.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="11"><br>Sasuke<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Gaara.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="21"><br>Gaara<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Lee.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="31"><br>Lee<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Sakura.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="41"><br>Sakura<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Neji.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="51"><br>Neji<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Kiba.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="61"><br>Kiba<br></center></td></tr></tbody></table></td></tr><tr><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Itachi.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="71"><br>Itachi<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Kakashi.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="81"><br>Kakashi<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Hinata.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="118"><br>Hinata<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Tenten.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="131"><br>Tenten<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Shino.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="144"><br>Shino<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Shikamaru.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="157"><br>Shikamaru<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Chooji.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="170"><br>Chooji<br></center></td></tr></tbody></table></td></tr><tr><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Sai.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="183"><br>Sai<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Yamato.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="196"><br>Yamato<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Ino.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="241"><br>Ino<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Temari.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="271"><br>Temari<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Kankuro.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="256"><br>Kankuro<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Kisame.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="286"><br>Kisame<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Madara.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="301"><br>Madara<br></center></td></tr></tbody></table></td></tr><tr><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Minato.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="316"><br>Minato<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Bee.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="331"><br>Bee<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Hashirama.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="353"><br>Hashirama<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Tsunade.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="368"><br>Tsunade<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Obito.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="383"><br>Obito<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Deidara.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="398"><br>Deidara<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Hidan.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="413"><br>Hidan<br></center></td></tr></tbody></table></td></tr><tr><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Kakuzu.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="428"><br>Kakuzu<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Jiraya.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="443"><br>Jiraya<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Orochimaru.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="458"><br>Orochimaru<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Kabuto.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="473"><br>Kabuto<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Tobirama.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="488"><br>Tobirama<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Nagato.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="504"><br>Nagato<br></center></td></tr></tbody></table></td><td><table cellpadding="0" cellspacing="0"><tbody><tr><td><center><img width="60" src="images/newchar/Konan.png"></center></td></tr><tr><td><center><input type="radio" name="newcharvocation" value="519"><br>Konan<br></center></td></tr></tbody></table></td></tr><tr></tr></tbody></table></center></b></td></tr></tbody></table></div></div></td></tr></tbody></table></div></td></tr></tbody></table><table style="width:100%;"><tbody><tr align="center"><td><table border="0" cellspacing="0" cellpadding="0"><tbody><tr><td style="border:0px;"><div class="BigButton" style="background-image:url(layouts/dbiw/images/buttons/sbutton.gif)"><div onmouseover="MouseOverBigButton(this);" onmouseout="MouseOutBigButton(this);"><div class="BigButtonOver" style="background-image:url(layouts/dbiw/images/buttons/sbutton_over.gif);"></div><input class="ButtonText" type="image" name="Submit" alt="Submit" src="layouts/dbiw/images/buttons/_sbutton_submit.gif"></div></div></td></tr><tr></tr></tbody></table></td><td><table border="0" cellspacing="0" cellpadding="0"><form action="?subtopic=accountmanagement" method="post"></form><tbody><tr><td style="border:0px;"><div class="BigButton" style="background-image:url(layouts/dbiw/images/buttons/sbutton.gif)"><div onmouseover="MouseOverBigButton(this);" onmouseout="MouseOutBigButton(this);"><div class="BigButtonOver" style="background-image:url(layouts/dbiw/images/buttons/sbutton_over.gif);"></div><input class="ButtonText" type="image" name="Back" alt="Back" src="layouts/dbiw/images/buttons/_sbutton_back.gif"></div></div></td></tr></tbody></table></td></tr></tbody></table></center>
</center></div>
</div></div>

Link para o comentário
Compartilhar em outros sites

  • 0

Isso que tah onde coloca? E como se faz essas paradas.

 

amigo para fazer isso tem que ter o minimo de conhecimento html ou php ... lamento não posso ajuda-lo

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...