Jump to content


marcosmiguez's Content

There have been 52 items by marcosmiguez (Search limited from 28/04/2023)



Ordernar por                Order  

#500024 Donwload

Posted by marcosmiguez on 13/12/2004, 12:22 in PHP

po era isso mesmo valeu!



#499819 Tutorial - Sistema De Login

Posted by marcosmiguez on 13/12/2004, 02:20 in Artigos, Dicas e Tutoriais de PHP

tipo eu quero fazer um stats e como eu descubro

cadastrados on-line no site nesse momento. Ultimo cadastrado . Lista de cadastrados



#499818 Diferencas

Posted by marcosmiguez on 13/12/2004, 02:17 in PHP

uma duvida bestas

tipo quais as diferencas entre arquivo.php ou arquivo.php3

entre outros? oq isso muda? a e como eu sei que devo por .php ou .php3 ?



#499817 Tutorial - Sistema De Login

Posted by marcosmiguez on 13/12/2004, 02:15 in Artigos, Dicas e Tutoriais de PHP

o erro era no my sql uahauhu mais tipo eu logo tudo sertinho amis quando entro na pagina restrita aparece que nao tologado... pq?



#499814 Tutorial - Sistema De Login

Posted by marcosmiguez on 13/12/2004, 02:00 in Artigos, Dicas e Tutoriais de PHP

aqui quando vo criar um usuario aparace esse erro





Warning: mysql_connect(): Access denied for user: 'horadame_test@localhost' (Using password: YES) in /home/horadame/public_html/login/enviar_cadastro.php on line 4

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/horadame/public_html/login/enviar_cadastro.php on line 7

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/horadame/public_html/login/enviar_cadastro.php on line 8

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/horadame/public_html/login/enviar_cadastro.php on line 29




Ocorreu um erro no servidor ao tentar se cadastrar.

isso e no my sql? vo ver se é e vo tenta arruma...



#499601 Donwload

Posted by marcosmiguez on 12/12/2004, 15:03 in PHP

mais outro dia entrei num site e cliquei em baixar um figura quando olhei tava .jpg acho q foi no mns.. la na parte novos emoticons... ai consegui...



#499598 Contador...

Posted by marcosmiguez on 12/12/2004, 14:49 in Artigos, Dicas e Tutoriais de PHP

ou entao so o de hoje...
o total nao presisa pq seria esse mesmo codigo que nos estamos mais como seria ? tipo

STATUS

Hoje: 1
Total: 2
entende? entao valeu!



#499590 Contador...

Posted by marcosmiguez on 12/12/2004, 14:36 in Artigos, Dicas e Tutoriais de PHP

ae tipo pego deireitinho amis como faco para por assim pq eu quero fazer um stats entende ai ficar assim

STATUS VISITAS
Hoje: 22222
Ontem: 22222
Total: 44444

como faco isso?



#499528 Tabela

Posted by marcosmiguez on 12/12/2004, 11:57 in Dreamweaver

valeu vo la muda| =)



#499527 Usuarios Online

Posted by marcosmiguez on 12/12/2004, 11:51 in PHP

Tipo... eu achei q o problema era q eu nao tinha criado o banco de dados mais fui la ve e criei sim... ta dando erro...



#499521 Usuarios Online

Posted by marcosmiguez on 12/12/2004, 11:40 in PHP

ta aparecendo

PHP
<?php


No Database Selected


?>


oq eu faco? a ja sei vo ver se arerrumo qual quer coisa eu volto aqui... acho q sei...



#499338 Usuarios Online

Posted by marcosmiguez on 11/12/2004, 21:34 in PHP

OI tipo coloquei esse codigo amis nao ta pegando olhem

<?

$conexao = mysql_connect("localhost", "horadame_outros", "241091");


mysql_select_db("online");

$apagar = time() - 180;

mysql_query("INSERT into usersonline VALUES('', '".time()."', '".getenv("REMOTE_ADDR")."')");


mysql_query("DELETE from usersonline WHERE time < '$apagar'");

$valor = mysql_query("SELECT DISTINCT ip from usersonline");

$valor = mysql_num_rows($valor);


echo $valor." usuários online.";

?>

o erro que aparece é:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/horadame/public_html/online.php on line 17
usuários online.

me ajudem valeu!

de acordo com os meus calculos o erro esta aqui
$valor = mysql_num_rows($valor);
mais nao manjo quase nda de php entao nao sei oq ta errado!



#499282 Tutorial De Query String

Posted by marcosmiguez on 11/12/2004, 19:29 in Artigos, Dicas e Tutoriais de PHP

nao era esse erro nao... arrumei tava no index valeu ae klaus valeu mesmo a todos q ajudaram aqui no forum agora meu site tem query string q nunca nem sabia como faze =) valeu para verem meu site como fico clique aqui

uff agora me livrei do iframe =)!!!



#499192 Tutorial De Query String

Posted by marcosmiguez on 11/12/2004, 17:06 in Artigos, Dicas e Tutoriais de PHP

tipo qual o erro olhem ai!

vo por todos os meus codigos ok... 

query.php
[QUOTE]<?
@$categoria = $_REQUEST['categoria']; 
@$sub = $_REQUEST['sub'];
?>

<?php
if ($categoria == "" && !$sub) {
$pagina = "main.php"; 
}
elseif ($categoria == "contato" && !$sub) {
$pagina = "contato.php";
}
elseif ($categoria == "parceria" && !$sub) {
$pagina = "parceria.php"; 
}
elseif ($categoria == "asp" && !$sub) {
$pagina = "asp.php"; 
}
elseif ($categoria == "asp" && !$sub) {
$pagina = "asp.php";
}
elseif ($categoria == "asp" && $sub == "tutoriais") {
$pagina = "asp/tutoriais.php"; 
}
?>

index.php
<? include "config.php" ?>
<html>
<head>
<title>Hora da Mentira - Seu Portal de Humor na internet</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="styles.css" type="text/css">
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<img src="images/images_r1_c3.jpg" width="778" height="140">
<br>
<table width="126" border="1" bordercolor="#CCCCCC" height="0" align="left">
  <tr> 
    <td> 
      <table width="120" border="0" background="images/botao.gif">
        <tr> 
          <td height="21"> 
            <div align="center">Principal</div>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td> :: <a href="?categoria=main">Home</a></td>
  </tr>
  <tr> 
    <td> :: <a href="?categoria=contato">Contato</a> </td>
  </tr>
  <tr> 
    <td> :: <a href="?categoria=parceria">Parceria</a></td>
  </tr>
  <tr> 
    <td> 
      <table width="120" border="0" background="images/botao.gif">
        <tr> 
          <td height="21"> 
            <div align="center">Humor</div>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td>:: Cantadas</td>
  </tr>
  <tr> 
    <td>:: Frases Bestas</td>
  </tr>
  <tr> 
    <td>:: Times</td>
  </tr>
  <tr> 
    <td>:: Bebado</td>
  </tr>
  <tr> 
    <td>:: Jo&atilde;ozinho</td>
  </tr>
  <tr> 
    <td>:: Frases Bebidas</td>
  </tr>
  <tr> 
    <td>:: Placas Caminh&atilde;o</td>
  </tr>
  <tr> 
    <td> 
      <table width="120" border="0" background="images/botao.gif">
        <tr> 
          <td height="21"> 
            <div align="center">Fotos</div>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td>:: Geral</td>
  </tr>
  <tr> 
    <td>:: Humor</td>
  </tr>
  <tr> 
    <td>:: Charges</td>
  </tr>
  <tr> 
    <td>:: Interessantes</td>
  </tr>
  <tr> 
    <td>
      <table width="120" border="0" background="images/botao.gif">
        <tr> 
          <td height="21"> 
            <div align="center">Downloads</div>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td>:: Geral</td>
  </tr>
  <tr> 
    <td>:: Humor</td>
  </tr>
  <tr> 
    <td>:: Jogos</td>
  </tr>
  <tr> 
    <td>:: Outras</td>
  </tr>
  <tr> 
    <td>:: Videos</td>
  </tr>
  <tr> 
    <td>:: Som</td>
  </tr>
  <tr> 
    <td>
      <table width="120" border="0" background="images/botao.gif">
        <tr> 
          <td height="21"> 
            <div align="center">Servi&ccedil;os</div>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td>:: Enquete gratis</td>
  </tr>
  <tr> 
    <td>:: Eu_Curto</td>
  </tr>
  <tr> 
    <td>
      <table width="120" border="0" background="images/botao.gif">
        <tr> 
          <td height="21"> 
            <div align="center">Outros</div>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td>::</td>
  </tr>
  <tr> 
    <td>:: </td>
  </tr>
  <tr> 
    <td>:: </td>
  </tr>
  <tr> 
    <td>
      <table width="120" border="0" background="images/botao.gif">
        <tr> 
          <td height="21"> 
            <div align="center">Hopedado por:</div>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td>
      <div align="center"><img src="http://www.chemicalhost.net/promo/88x31.jpg" width="88" height="31"></div>
    </td>
  </tr>
</table>
<table width="648" border="0">
  <tr> 
    <td width="8">&nbsp;</td>
    <td width="412">&nbsp; 
      <? include "468.php" ?>
    </td>
    <td width="214"> 
      <? include "120.php" ?>
    </td>
  </tr>
</table>
<TD valign="top" align="center" WIDTH="676" HEIGHT=321> 
  <?
if( (isset($pagina)) and (file_exists($pagina)) ) {
include($pagina);
} else {
echo "<br><b>Página solicitada não existente.<br><a href=\"javascript:history.back();\">Voltar</a></b>";
}
?>
<p>&nbsp;</p></TD>
</body>
</html>

main.php
<?php include "query.php" php?>
<html>
<head>
<title>Hora da Mentira</title>
<link rel="stylesheet" href="styles.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<div align="center"><? include "http://www.horadamentira.chemicalhost.net/listahpo/listahpo.php"; ?>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>Galera o site esta sendo totalmente arrumado espero que gostem!</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
</div>
</body>
</html>

abaixo vo por as paginas que coloquei query por enquanto... soa so 3

contato
<?php include"query.php"; php?>
<html>



<head>

<meta name="GENERATOR" content="Microsoft FrontPage 5.0">

<meta name="ProgId" content="FrontPage.Editor.Document">

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title>Hora da Mentira - Seu Portal de humor na internet</title>

<style type="text/css">

<!--

body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}

.style1 {font-family: "Comic Sans MS"}

-->

</style></head>



<body>

<p>&nbsp;</p>

<p align="center" class="style1">Ola voc&ecirc; pode estar entrando em contato atravez dos e-mails abaixo....</p>

<p align="center" class="style1"><a href="marcoviz@hotmail.com">marcoviz@hotmail.com</a></p>

<p align="center" class="style1"><a href="marcoviz@globo.com">marcoviz@globo.com</a></p>

<p align="center" class="style1">Obrigado!!!</p>

<div align="center"></div>

</body>



</html>

parceria
<?php include"query.php"; php?>
<html>



<head>

<meta name="GENERATOR" content="Microsoft FrontPage 5.0">

<meta name="ProgId" content="FrontPage.Editor.Document">

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title>Hora da Mentira - Seu Portal de humor na internet</title>

<style type="text/css">

<!--

body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}

.style1 {font-family: "Comic Sans MS"}

-->

</style></head>



<body>

<p>&nbsp;</p>

<p align="center" class="style1">Ola voc&ecirc; pode estar entrando em contato para fazermos uma parceria atravez dos e-mails abaixo....</p>

<p align="center" class="style1"><a href="marcoviz@hotmail.com">marcoviz@hotmail.com</a></p>

<p align="center" class="style1"><a href="marcoviz@globo.com">marcoviz@globo.com</a></p>

<p align="center" class="style1">Obrigado!!!</p>

<div align="center"></div>

</body>



</html>

entao é isso mais ele nao esta pegando olhem

www.horadamentira.chemicalhost.net/teste/

me ajudem acho q o erro e no query... mais nao sei onde!



#499130 Tabela

Posted by marcosmiguez on 11/12/2004, 15:21 in Dreamweaver

onde acho a opcao de tabelas pq aqui eu coloca a tabela e fica dupla... eu queria só uma linha entende... onde acho isso no DW ou se nao tem qual o codigo que eu ponho? valeu!



#499089 Tutorial De Query String

Posted by marcosmiguez on 11/12/2004, 14:11 in Artigos, Dicas e Tutoriais de PHP

tipo eu to criando uma categoria para cada parte do meu site ai to separando as partes por pasta tipo a categoria aaaa ai fica assim www/aaaa/arquivo serto mais como eu ponho no link?



#498865 Tutorial De Query String

Posted by marcosmiguez on 10/12/2004, 22:50 in Artigos, Dicas e Tutoriais de PHP

arrumeu na linha 14 ta assim:

elseif ($categoria == "asp" && $sub == "tutoriais" {



o serto e assim

elseif ($categoria == "asp" && $sub == "tutoriais") {


valeu olha la gora oq eu fiz... valeu mesmo vo reprogramar me site todo auahahu!!!



#498850 Donwload

Posted by marcosmiguez on 10/12/2004, 22:27 in PHP

tem num lugares q da para baixar aquivo .jpg e tambem vc poe ele no site .jpg e a pessoa baixa ele .zip como fazer?



#498831 Tutorial De Query String

Posted by marcosmiguez on 10/12/2004, 21:39 in Artigos, Dicas e Tutoriais de PHP

Aqui deu erro

Parse error: parse error, unexpected '{' in /home/horadame/public_html/query/query.php on line 14


http://www.horadamen...query/index.php



#498221 Formmail

Posted by marcosmiguez on 10/12/2004, 01:57 in PHP

Ola gente tipo...esse formmail ta pegando sertinho nao da nem um erro no ie so que na hora q envia ele nao chega no meu e-mail ele aparece q foi enviado cm sucesso amis nao chega... onde ta o erro?


<body>
<?
//Seu email

$destinatario="marcoviz@hotmail.com";
$titulo="JOGO";

function mail_html($destinatario,$origem, $titulo, $mensagem, $mensagem2)
{
  $headers ="Content-Type: text/html; charset=iso-8859-1\n";
  $headers.="From: $origem\n";
  mail("$destinatario", "$titulo", "$mensagem", "$mensagem2", "$headers");
}

if(($origem) && ($mensagem) && ($mensagem2))
{

mail_html($destinatario,$origem, $titulo, $mensagem, $mensagem2);
echo "Menssagem enviada com sucesso!";
exit;
}

?>
<p><font size="4" face="Trebuchet MS">Contato</font></p>
<font size="2" face="Trebuchet MS"><form name="form1" method="post" action="">
  <p>Seu e-mail:<br>
    <input name="origem" type="text" id="origem" size="50">
    <br>
    Login<font size="2" face="Trebuchet MS">:<br>
    <input type="text" name="mensagem" size="50" id="mensagem" value="">
    </font> </p>
  <p> Senha<font size="2" face="Trebuchet MS">:<br>
    <input type="text" name="mensagem2" size="50" id="mensagem2" value="">
    </font></p>
<p>
<input type="submit" name="Submit" value="Enviar">
</p>
</form>
</font>
</body>
</html>




#497365 Contador...

Posted by marcosmiguez on 08/12/2004, 15:52 in Artigos, Dicas e Tutoriais de PHP

tipo para usa ele poe um include?

a e para fraudar essas coisas e muito simples ate pega nos top sites eu fazia isso =) e so vc pegar desconectar renomear o nome da sua conexao e conectar de novo q da pra votar auhauahu amis isso nao e aula hacker eu so to falando como q muda o ip...



#497364 Formmail

Posted by marcosmiguez on 08/12/2004, 15:49 in Artigos, Dicas e Tutoriais de PHP

Nao sei seto se e aqui....

Tipo alguem ai faz um tutorial de como fazer um formmail esplicando tudo pra que serve isso aquilo pq nao sei e ele e muito ultimo na net eu achei varios formmail amis nem um explica como fazer....
eu peguei oq tem aqui no wm la no site amis nao sei usar... alguem ai me ajuda....



#494582 Iron Top Sites - Php

Posted by marcosmiguez on 03/12/2004, 17:59 in PHP

tipo eu dei permicao para todas as pastas q ele pedia... vo ver se arrumo



#488946 Pq Esse Codigo N Tah Enviando?

Posted by marcosmiguez on 24/11/2004, 17:01 in PHP

eu ano saco muito de coisas de php nao mais sie la pode ser o e-mail... se tiver ati-spam mais pode ser no php tb é q nao saco quase nada...



#488942 Iron Top Sites - Php

Posted by marcosmiguez on 24/11/2004, 16:54 in PHP

peguei o top site = Iron top sites - PHP mais na hora de instala ele nao consegue criar o banco de dados e se eu coloco oque eu tenho ele da erro igualzinho... pq sera? vo por o erro q da



Warning: fopen(config.php): failed to open stream: Permission denied in /home/horadame/public_html/topsite/install.php on line 20

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21

Warning: fgets(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 22

Warning: feof(): supplied argument is not a valid stream resource in /home/horadame/public_html/topsite/install.php on line 21



aparece isso e nao para de continuar aparecendo... oque eu faco?




-----------------------------------------------------------------------------------------------


QUER SABER EU VO FAZER MEU PROPRIO SISTEMA MAIS TIPO.... eu posto aqui as coisas q nao sei vcs me ajudam a fazer esse script? tipo uma duvida de cara... como faço para permitir q o cara clicle no link uma vez so por dia para ele nao votar variaz vezes? e tambem quando ele clicar aumentar um...e tambem por onde comeco... me ajudem ai....




IPB Skin By Virteq