Jump to content


farejador's Content

There have been 18 items by farejador (Search limited from 29/03/2023)


Ordernar por                Order  

#251630 Bloqueio Anti Cópia

Posted by farejador on 12/12/2003, 10:27 in Javascript / DOM / AJAX / ECMAScript

OLá amigo


Segue o código

Abraços





<script language="JavaScript1.3">
if (window.Event)
document.captureEvents(Event.MOUSEUP);

function nocontextmenu()
{
event.cancelBubble = true
event.returnValue = false;

return false;
}

function norightclick(e)
{
if (window.Event)
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}

}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
document.onmouseup = norightclick;
//-->
</script>
  <script language=JavaScript>
<!--
  function mOvr(src,clrOver) {
    if (!src.contains(event.fromElement)) {
  src.style.cursor = 'hand';
  src.bgColor = clrOver;
}
  }
  function mOut(src,clrIn) {
if (!src.contains(event.toElement)) {
  src.style.cursor = 'default';
  src.bgColor = clrIn;
}
  }
  function mClk(src) {
    if(event.srcElement.tagName=='TD'){
  src.children.tags('A')[0].click();
    }
  }
// -->
</script>




#249650 Temas Para Phpnuke 6.9

Posted by farejador on 10/12/2003, 09:20 in PHP

Alguém sabe aonde posso encotrar Temas para PHPNUKE 6.9?



#238972 Webadverts Interno

Posted by farejador on 26/11/2003, 18:23 in Dúvidas sobre Scripts Prontos de CGI/Perl

valeu
:)



#238506 Webadverts Interno

Posted by farejador on 26/11/2003, 00:08 in Dúvidas sobre Scripts Prontos de CGI/Perl

Como configuro o webadverts pra banner interno?



#204156 Script De Leilão Em Php

Posted by farejador on 08/10/2003, 13:54 in PHP

Quem viu ou conhece algum site que tem Script de LEILÃO em PHP?

To precisando urgente e nao achei nada na internet


Abraços

:wacko:



#142002 Janelas Pop-up

Posted by farejador on 11/07/2003, 02:03 in HTML, CSS e Metodologias

Põe ela no seu site e poste a url , pra eu poder ver o erro

abraços

aguardo vc



#135558 Qual O Melhor Servidor De Php...

Posted by farejador on 03/07/2003, 23:59 in PHP

Concordo amigo

PHPTRIAD

funciona legal mesmo!
eu uso



#131362 Dikas Pra Layout

Posted by farejador on 28/06/2003, 21:26 in BrainStorm Design

Eu também viu...
fiz esse ae , são os meus sites, mais nem sei de onde tirei essas idéias, só o farejador.com que só troquei o Logo, pois o layout é do script mesmo, fiz só algumas alterações

www.amorajato.com.br
www.clicktrafego.com.br
www.zonaerotica.net
www.farejador.com



#128953 Sistema De Afiliados Em Php

Posted by farejador on 25/06/2003, 17:41 in PHP

hehehe
se ta nervoso porque?

eu sei que free é grátis!

Eu ja andava quando vc nasceu
:)



#127352 Mznews

Posted by farejador on 23/06/2003, 11:48 in PHP

Ol amigos

entrem aqui

http://www.clicktraf...om.br/teste.php

tentem clicar em alguma notícia, não abre nada, algúém sabe porque?

usei esse include que eles pedem no script

<?php include("data/xHeadlines.txt"); ?>



#124992 Sistema De Afiliados Em Php

Posted by farejador on 20/06/2003, 18:03 in PHP

hehehe
Você não leu o post

eu disse grátis
:)



#124834 Sistema De Afiliados Em Php

Posted by farejador on 20/06/2003, 13:05 in PHP

OLá Amigos!

Eu nunca achei um sistema de afiliados na internet, todos são pagos!

Eu estou sendo patrocinado para montar um site de afiliados pra gerar uma grana para os webmasters..

Alguém sabe de algum script de afiliados, free!

Aguardo a resposta de vocês



#123525 Script De Afliados

Posted by farejador on 19/06/2003, 02:36 in ASP

Olá amigos!

Alguém sabe aonde tem um script de afiliados que rode bannersem html?



#113786 Últimas Postagens Snitz

Posted by farejador on 07/06/2003, 02:33 in ASP

alguem tem o codigo para visualizar as ultimas postagens do snitz?



#111747 Qual O Melhor Programa Pra Fazer Layouts?

Posted by farejador on 03/06/2003, 18:19 in Teoria da arte e tipologia

Amigos

Qual melhor programa pra fazer layouts?



#95923 Alguem Sabe Inserir Algum Codigo Pop Up

Posted by farejador on 10/05/2003, 19:07 in CGI/Perl

Heheh

Como será que faz heim, to curioso



#95854 Alguem Sabe Inserir Algum Codigo Pop Up

Posted by farejador on 10/05/2003, 18:06 in CGI/Perl

Ola amigos que manjam muito de cgi

Coomo coloco um pop para abrir no ads.pl do webadverts?

Veja o codigo do ads.pl, aonde insiro no código algum codigo de pop ups?

____________________________________________________


/home/farejador/www/cgi-bin/banner/ads_settings.pl";

# Define the URL of this configuration file:
$ADVdisplay_cgi = "http://www.farejador...banner/ads.pl";

# Define the zone, if any, unique to this configuration file:
$ADVadvertzone = "";

# NOTHING BELOW THIS LINE NEEDS TO BE ALTERED!

require $ADVsettings_path;

unless ($ADVNoPrint) {
if ($ARGV[0]) { $ADVQuery = $ARGV[0]; }
else { $ADVQuery = $ENV{'QUERY_STRING'}; }
}

if ($ADVUseCookies && $ADVCheckForCookie && ($ADVQuery =~ /page=/)
&& ($ADVQuery !~ /advert=/) && ($ADVQuery !~ /banner=/)
&& ($ENV{'HTTP_COOKIE'} !~ /TestCookie=TestValue/)
&& ($ADVQuery !~ /checkforcookie/)) {
if ($ENV{'PERLXS'} eq "PerlIS") { print "HTTP/1.0 301 Found\n"; }
else { print "Status: 301 Found\n"; }
print "Set-Cookie: TestCookie=TestValue\n";
print "location: $ADVdisplay_cgi?$ADVQuery;checkforcookie\n\n";
exit;
}
elsif ($ADVCheckForCookie
&& ($ENV{'HTTP_COOKIE'} !~ /TestCookie=TestValue/)) {
$ADVUseCookies = 0;
}

require $ADVdisplay_path;
&ADVsetup;

unless ($ADVNoPrint) { reset 'A-Za-z'; exit; }

1;



#86607 Mostrar Usuários Logados

Posted by farejador on 27/04/2003, 18:40 in ASP

OLá Amigos!

Tenho um site com muitos usuários, o www.amorajato.com.br , e gostaria de saber alguém sabe como devo proceder para mostrar eles logados no site....
entenderam?

Quando eles logarem gostaria que aparecesse o APELIDO e o LINK para ver o perfil dele
me ajudem




IPB Skin By Virteq