Ale Postado Julho 14, 2004 Denunciar Share Postado Julho 14, 2004 // dae galera... bl !?// precisava de um help di vocês...http://psybox.infinitehost.com.br/guestbook/// algm poderia dar uma olhada nos erros q aparecem// durante a postagem !?// qlqr coisa leiam os cdgos...postar.phpver_posts.phpver.inc// flwz ae...// eu q fiz... por isso ta td bugado... hehe// mas é só pra brink... vlw... Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 taudujas Postado Julho 14, 2004 Denunciar Share Postado Julho 14, 2004 Da este erro:Warning: fread(): Length parameter must be greater than 0. in /home/psybox/public_html/guestbook/postar.php on line 55Pelo que vi ele esta tentando ler um arquivo que tem um parametro 0 (acho eu). Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Ale Postado Julho 14, 2004 Autor Denunciar Share Postado Julho 14, 2004 // vlw kara... mas é apenas um waring não é?...// vou tentar resolver...// poderia dar uma olhada depois q ele posta... tipo...// não sei porque mas ele repete sem sentido o menu lá de cima// em baixo!!! mt estranho... qualquer c acha !? Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 taudujas Postado Julho 14, 2004 Denunciar Share Postado Julho 14, 2004 posta os codigos ai.. Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Ale Postado Julho 14, 2004 Autor Denunciar Share Postado Julho 14, 2004 postar.php<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head> <title>GuestBook</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="refresh" content="2; URL=http://members.lycos.co.uk/kbralnights/guestbook/ver_posts.php"> <style type="text/css"><!--body,td,th {font-family: Century Gothic;}a:link {color: #0099CC;}a:visited {color: #006699;}a:hover {color: #0099FF;}a:active {color: #0066CC;}--> </style></head><body><div align="center"><table border="0" cellpadding="0" cellspacing="0" height="20"width="450"><tbody><tr><td align="center" height="20" valign="middle" width="150"><div align="center"><a href="guestbook.htm">[Home]</a></div></td><td align=center" height="20" valign="middle" width="150"><div align="center"><a href="postar.htm">[Postar]</a></div></td><td align="center" height="20" valign="middle" width="150"><div align="center"><a href="ver_posts.php">[Ver posts] </a></div></td></tr></tbody></table><br></div><?php if (!$nome || !$texto){ echo "<center>VOLTE e Preencha todos os campos!</center>"; } else { $ordem = fileatime(postar.htm); $file = fopen($ordem.".post","w+"); $data .= "$nome|"; $data .= "$texto"; fputs($file, $data); clearstatcache(); fclose($file); }?><div align="center"><table border="0" cellpadding="0" cellspacing="0" height="20" width="450"> <tbody> <tr> <td align="center" height="20" valign="middle" width="150">Enviando...<br> </td> </tr> </tbody></table><br></div></body></html>ver.inc usado pelo ver_posts.php<?php $dir="./"; $abre=opendir($dir); while($posts=readdir($abre)){ if($posts!="." && $posts!=".." && is_file($posts) && ereg(".post", $posts)) { $abrefile = fopen($posts,"r"); $conteudo = fread($abrefile,filesize($posts)); $data = explode("|",$conteudo); $user = $data['0]; $texto = $data['1']; echo "<br>"; echo "<div align='center'>"; echo "<table border='1' cellpading='0' height='20' width='450'><tbody>"; echo "<tr><td align='left' height='20' valign='top' width='150'>"; echo "<span style='color: rgb(125, 172, 198);'>user: </span>".$user; echo "</div></td></tr></tbody></table>"; echo "<br>"; echo "<div align='center'>"; echo "<table border='1' cellpading='0' height='20' width='450'><tbody>"; echo "<tr><td align='left' height='100' valign='top' width='150'>"; echo $texto; echo "</div></td></tr></tbody></table>";}}closedir($abre);?>ver_posts.php<?php print "<html><head><title>GuestBook</title>";?> <?php print "<style type='text/css'>";?><!--body,td,th {font-family: Century Gothic;}a:link {color: #0099CC;}a:visited {color: #006699;}a:hover {color: #0099FF;}a:active {color: #0066CC;}--> <?php print "</style></head><body><div align='center'><table border='0' cellpadding='0' cellspacing='0' height='20' width='450'><tbody>"; print "<tr><td align='center' height='20' valign='middle' width='150'>"; print "<div align='center'><a href='guestbook.htm'>[Home]</a></div></td>"; print "<td align='center' height='20' valign='middle' width='150'><div align='center'><a href='postar.htm'>[Postar]</a></div></td>"; print "<td align='center' height='20' valign='middle' width='150'>"; print "<div align='center'><a href='ver_posts.php'>[Ver posts] </a></div></td></tr></tbody></table><br></div>";?><?php print "<div align='center'>"; print "<table border='0' cellpadding='0' cellspacing='0' height='20' width='450'>"; print "<tbody><tr>"; print "<td align='center' height='20' valign='middle' width='150'><br>";?><?php include "ver.inc";?><?php print "</td></tr></tbody></table><br>";?><?php print "<table style='width: 50%; text-align: left;' border='0' cellpadding='0' cellspacing='0'>"; print "<tbody><tr>"; print "<td style='width: 50%; text-align: center; vertical-align: top;'>"; print "<small style='color: rgb(136, 174, 192);'><small>webmaster: <a href='mailto:%20ermac@email.ky'>"; print "Ale</a></small></small><br>"; print "</td></tr></tbody></table>"; print "</div></body></html>";?> Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Ale
// dae galera... bl !?
// precisava de um help di vocês...
http://psybox.infinitehost.com.br/guestbook/
// algm poderia dar uma olhada nos erros q aparecem
// durante a postagem !?
// qlqr coisa leiam os cdgos...
postar.php
ver_posts.php
ver.inc
// flwz ae...
// eu q fiz... por isso ta td bugado... hehe
// mas é só pra brink... vlw...
Link para o comentário
Compartilhar em outros sites
4 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.