Ir para conteúdo
Fórum Script Brasil

X.bArArA.X

Membros
  • Total de itens

    1.033
  • Registro em

  • Última visita

Tudo que X.bArArA.X postou

  1. Também queria saber isso, tipo, desativar apenas uma das barras...
  2. TAH legal! Faltou algo que chame a atenção, figuras, flash, cor...!
  3. POP UP NO MEIO DA TELA: <html> <head> <script LANGUAGE="JavaScript"> <!-- function NewWindow(mypage, myname, w, h, scroll) { var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable' win = window.open(mypage, myname, winprops) if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } } //--> </script> </head> <body> <!--agradece1.html=pagina da janela - '400','400'=tamanho da janela - no=sem barra de rolagem--> <a href="agradece1.html" onclick="NewWindow(this.href,'name','400','400','no');return false;">anuncie</a> </body> </html> POP UP EM TELA CHEIA (COLOQUE DENTRO DO BODY): <script language="JavaScript"> function Remote() { var remote = null remote = window.open('','vRemote','toolbar=yes, location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,fullscreen=yes') if (remote != null) { if (remote.opener == null) { remote.opener = self } remote.location.href = 'http://www.xbarara.kit.net' } } Remote(); history.go(-1); </script> FIGURA QUE ACOMPANHA O SCROLL: <html> <body> <head> <style TYPE="text/css"> #floater { position: absolute; right: 0; visibility: visible; z-index: 0; } </style> </head> <script LANGUAGE="JavaScript"> self.onError=null; currentX = currentY = 0; whichIt = null; lastScrollX = 0; lastScrollY = 0; NS = (document.layers) ? 1 : 0; IE = (document.all) ? 1: 0; function heartBeat() { if(IE) { diffY = document.body.scrollTop; diffX = document.body.scrollLeft; } if(NS) { diffY = self.pageYOffset; diffX = self.pageXOffset; } if(diffY != lastScrollY) { percent = .1 * (diffY - lastScrollY); if(percent > 0) percent = Math.ceil(percent); else percent = Math.floor(percent); if(IE) document.all.floater.style.pixelTop += percent; if(NS) document.floater.top += percent; lastScrollY = lastScrollY + percent; } if(diffX != lastScrollX) { percent = .1 * (diffX - lastScrollX); if(percent > 0) percent = Math.ceil(percent); else percent = Math.floor(percent); if(IE) document.all.floater.style.pixelLeft += percent; if(NS) document.floater.left += percent; lastScrollX = lastScrollX + percent; } } function checkFocus(x,y) { stalkerx = document.floater.pageX; stalkery = document.floater.pageY; stalkerwidth = document.floater.clip.width; stalkerheight = document.floater.clip.height; if( (x > stalkerx && x < (stalkerx+stalkerwidth)) && (y > stalkery && y < (stalkery+stalkerheight))) return true; else return false; } function grabIt(e) { if(IE) { whichIt = event.srcElement; while (whichIt.id.indexOf("floater") == -1) { whichIt = whichIt.parentElement; if (whichIt == null) { return true; } } whichIt.style.pixelLeft = whichIt.offsetLeft; whichIt.style.pixelTop = whichIt.offsetTop; currentX = (event.clientX + document.body.scrollLeft); currentY = (event.clientY + document.body.scrollTop); } else { window.captureEvents(Event.MOUSEMOVE); if(checkFocus (e.pageX,e.pageY)) { whichIt = document.floater; StalkerTouchedX = e.pageX-document.floater.pageX; StalkerTouchedY = e.pageY-document.floater.pageY; } } return true; } function moveIt(e) { if (whichIt == null) { return false; } if(IE) { newX = (event.clientX + document.body.scrollLeft); newY = (event.clientY + document.body.scrollTop); distanceX = (newX - currentX); distanceY = (newY - currentY); currentX = newX; currentY = newY; whichIt.style.pixelLeft += distanceX; whichIt.style.pixelTop += distanceY; if(whichIt.style.pixelTop < document.body.scrollTop) whichIt.style.pixelTop = document.body.scrollTop; if(whichIt.style.pixelLeft < document.body.scrollLeft) whichIt.style.pixelLeft = document.body.scrollLeft; if(whichIt.style.pixelLeft > document.body.offsetWidth - document.body.scrollLeft - whichIt.style.pixelWidth - 20) whichIt.style.pixelLeft = document.body.offsetWidth - whichIt.style.pixelWidth - 20; if(whichIt.style.pixelTop > document.body.offsetHeight + document.body.scrollTop - whichIt.style.pixelHeight - 5) whichIt.style.pixelTop = document.body.offsetHeight + document.body.scrollTop - whichIt.style.pixelHeight - 5; event.returnValue = false; } else { whichIt.moveTo(e.pageX-StalkerTouchedX,e.pageY-StalkerTouchedY); if(whichIt.left < 0+self.pageXOffset) whichIt.left = 0+self.pageXOffset; if(whichIt.top < 0+self.pageYOffset) whichIt.top = 0+self.pageYOffset; if( (whichIt.left + whichIt.clip.width) >= (window.innerWidth+self.pageXOffset-17)) whichIt.left = ((window.innerWidth+self.pageXOffset)-whichIt.clip.width)-17; if( (whichIt.top + whichIt.clip.height) >= (window.innerHeight+self.pageYOffset-17)) whichIt.top = ((window.innerHeight+self.pageYOffset)-whichIt.clip.height)-17; return false; } return false; } function dropIt() { whichIt = null; if(NS) window.releaseEvents (Event.MOUSEMOVE); return true; } if(NS) { window.captureEvents(Event.MOUSEUP|Event.MOUSEDOWN); window.onmousedown = grabIt; window.onmousemove = moveIt; window.onmouseup = dropIt; } if(IE) { document.onmousedown = grabIt; document.onmousemove = moveIt; document.onmouseup = dropIt; } if(NS || IE) action = window.setInterval("heartBeat()",1); </script> <div id="floater" style="position:absolute; left:400px; top:10px"> <a href="http://www.ywd,kit,net"> <img src="quake.gif" border="0"></a> </div> <p><a name="topo"></a></p> <div align="center"><center> <!-------------------------------------------------------> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> <font size=5 color=white>PARA TESTAR O EFEITO </FONT> </body> </html>
  4. X.bArArA.X

    Banner Rotator

    Serah q alguehm pod me ajudah? B)
  5. X.bArArA.X

    Pubby

    Está entranho! A fonte é ruim de ler. As fontes dos textos estão muito grande. Odeio site em tela cheia. No demais está bom!
  6. X.bArArA.X

    Banner Rotator

    Tipo, isso eu sei! O negohcio é q o ASP tah exigindo a linha de comando completa. Esse é o problema. Olha só o erro:
  7. X.bArArA.X

    Banner Rotator

    Aezzzzzzzzzzzzzzzzz resopi... Deu certinho! Vlewz...! Porém tive que adicionar aspas simples em outros dim que encontrei no código. Vlewz, caicai. Agora estou com outra dúvida que tá me ferrando. Tipo, nesse meu código, ele pede para indicar o caminho completo. Quando coloco no server, dá pau. Tipo, o diretório principal do site é "../". Dae já vem os arquivos, inclusive a index.asp. Tentei indicar através do http, mas não adiantou. Tentei tudo possível! E agora o que faço? <% ' Set some general variables BackgroundColor = "ffffff" ' background color of the page (hex value) sDataSource = "c:\_servidor\new\bannerright\banners.mdb" ' Local Path to Database ' Open Database Access Connection Set Con = Server.CreateObject( "ADODB.Connection" ) Con.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=" & sDataSource mySQL="SELECT * FROM banners" set rs=Server.CreateObject("adodb.recordset") rs.open mySQL, Con, 3 BannersRecordCount=rs.recordcount randomize() dim RandomNumber dim upperbound dim lowerbound upperbound = BannersRecordCount lowerbound = 1 ' Get a random record number between 1 and number of banners available RandomNumber = int ((upperbound - lowerbound + 1) * rnd + lowerbound) set rs=Server.CreateObject("adodb.recordset") ' Open Static RecordSet ' Equivalent values of adOpenKeyset, adLockPessimistic, adCmdTable ' from the adovbs.inc file which I haven't included here rs.open "banners", Con, 1, 2, &H0002 ' Move to the first record ready to cycle through them rs.movefirst ' Cycle through the banners until we've got the n'th one ' We can't do this with a SELECT statement as the record ' with an ID matching the RandomNumber may have been delete. dim intLoop For intLoop = 1 To RandomNumber - 1 rs.movenext next response.write "<HTML>" response.write "<HEAD>" response.write "</HEAD>" response.write "<BODY bgcolor='#" & BackgroundColor & "' topmargin='0' leftmargin='0'>" response.write "<p style='vertical-align: text-top; border: 0px; margin-top: 0px; padding-top: 0px; padding-bottom: 0px'" response.write "align='center'><a href='" & rs.fields("BannerURL") & "' target='main'>" response.write "<img border='0' src='" & rs.fields("BannerImage") & "'" response.write " width='" & rs.fields("BannerWidth") & "' height='" & rs.fields("BannerHeight") & "'></a></p>" response.write "</BODY>" response.write "</HTML>" ' Increment the display count for this banner dim current current = rs.Fields("BannerDisplayCount")+ 1 rs.Fields("BannerDisplayCount")= current rs.update ' Check to see if the banner has expired - if it has delete its record if rs.fields("BannerExpiryDate") < date() then ' Delete the record - the 1 is the equivalent value of adAffectCurrent ' from the adovbs.inc file which I haven't included here rs.Delete 1 end if ' Finished with the recordset now - so close it con.close set con=nothing %>
  8. Tipo, só as tabelas centrais que tem borda. Não curti. Poderia deixar sem. Outra coisa, o menu está muito simplesinho. Não corresponde a altura ao site. E o nome, o que tem a ver mesmo? :rolleyes: Flwz...!
  9. X.bArArA.X

    Banner Rotator

    Ichi... Eu não entendo ASP, Resopi... Explique melhor, please...! :(
  10. X.bArArA.X

    Banner Rotator

    Tipo, é site da empresa e já tem os anúncios pagos. então não tem como fazer isso! O site é do patraum, não meu! Vlewz...!
  11. X.bArArA.X

    Banner Rotator

    Tipo, tenho esse código aqui: <% ' Set some general variables BackgroundColor = "ffffff" ' background color of the page (hex value) sDataSource = "c:\_servidor\new\bannerright\banners.mdb" ' Local Path to Database ' Open Database Access Connection Set Con = Server.CreateObject( "ADODB.Connection" ) Con.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=" & sDataSource mySQL="SELECT * FROM banners" set rs=Server.CreateObject("adodb.recordset") rs.open mySQL, Con, 3 BannersRecordCount=rs.recordcount randomize() dim RandomNumber dim upperbound dim lowerbound upperbound = BannersRecordCount lowerbound = 1 ' Get a random record number between 1 and number of banners available RandomNumber = int ((upperbound - lowerbound + 1) * rnd + lowerbound) set rs=Server.CreateObject("adodb.recordset") ' Open Static RecordSet ' Equivalent values of adOpenKeyset, adLockPessimistic, adCmdTable ' from the adovbs.inc file which I haven't included here rs.open "banners", Con, 1, 2, &H0002 ' Move to the first record ready to cycle through them rs.movefirst ' Cycle through the banners until we've got the n'th one ' We can't do this with a SELECT statement as the record ' with an ID matching the RandomNumber may have been delete. dim intLoop For intLoop = 1 To RandomNumber - 1 rs.movenext next response.write "<HTML>" response.write "<HEAD>" response.write "</HEAD>" response.write "<BODY bgcolor='#" & BackgroundColor & "' topmargin='0' leftmargin='0'>" response.write "<p style='vertical-align: text-top; border: 0px; margin-top: 0px; padding-top: 0px; padding-bottom: 0px'" response.write "align='center'><a href='" & rs.fields("BannerURL") & "' target='main'>" response.write "<img border='0' src='" & rs.fields("BannerImage") & "'" response.write " width='" & rs.fields("BannerWidth") & "' height='" & rs.fields("BannerHeight") & "'></a></p>" response.write "</BODY>" response.write "</HTML>" ' Increment the display count for this banner dim current current = rs.Fields("BannerDisplayCount")+ 1 rs.Fields("BannerDisplayCount")= current rs.update ' Check to see if the banner has expired - if it has delete its record if rs.fields("BannerExpiryDate") < date() then ' Delete the record - the 1 is the equivalent value of adAffectCurrent ' from the adovbs.inc file which I haven't included here rs.Delete 1 end if ' Finished with the recordset now - so close it con.close set con=nothing %> Está funcionando perfeitamente quando tem apenas este código. Porém, são vários banners na mesma page. Então coloquei várias vezes no mesmo código. Aí surgi o problema, esta mensagem: Erro de compilação do Microsoft VBScript error '800a0411' Redefinição do nome /new/bannerright/banners.asp, line 22 dim RandomNumber ----^ Por favor, ajudem! Está complicado achar um sistema de banner bom, já que não sei fazer! :(
  12. Ichiiiiiiiii... Diraol, deu não, ou eu sou besta demais! Hehhehehe! O que devo usar no <form>? Usei onSubmit="submit" Tipo, qualquer coisa pode ser em ASP também. Verifica e abre pop. VAlewz!
  13. Hum... VAlewz...! Mas eu não entendo de JS. Se alguehm puder me ajudar, eu agradeço... <script language="JavaScript"> function news() { nj=window.open("","news","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=200,height=200"); nj.document.open(); } </SCRIPT> <script language="JavaScript"> function verifica(frm) { { var str = frm.email.value if (str == "") { alert("\nDigite um endereço de e-mail.") return false; } } } </script> Essas duas são as funções. Vlewz...!
  14. Tipo tenho isso aqui: onSubmit="news()" onSubmit="return verifica(this)" Preciso colocá-los dentro disso aqui: <form action="newsletter.asp" method="post" name="adicionar" target="news" onSubmit="";> Aí que tá o problema. Não consigo fazer os dois funcionar ao mesmo tempo. Se for um ou outro, funciona. Tentei outras formas. Até que funciona, mas não da maneira correda. Seria o seguinte. Tem um JS que detecta se o campo foi preenchido. Caso foi, ele abre uma janelinha confirmando. Caso contrahrio aparece um alert. Desta manei aqui funciona. Porém, ele não abre uma pop up. Ele abre uma janela normal: <form action="newsletter.asp" method="post" name="adicionar" target="news" onSubmit="return verifica(this);news()";> Se alguehm souber, pleassseeeeeeee, me ajudem, ou me passem um exemplo melhor.
  15. X.bArArA.X

    O Que Acham?

    Aki abriu todos! BOnssss! Gostei do seu trabalho! Sou seu fã! :rolleyes: Flwz....!
  16. não sah ruim não! Porém, poderia ter mais a cara do jogo. só achei que a fonte usada não tem muito a ver com THE SIMS. TAlvez a própria Comic Sans ficaria mais legal. Faltou um banner na parte superior. TIpo, o site poderia ter mais a cara do The Sims, resumindo...! Aproveitando, você sab me dizer quais saum os requerimentos para o TS 2 ou para o TS Magic, já q foi o uhltimo?
  17. Realmente, algumas imagens estão com a qualidade muito ruim! No demais, está bom, mas é claro, dá pra melhorar!
  18. Bom! Só achei as fontes das figuras que diz o nome das sessões muito grande. No demais está bom! Parabéns!
  19. X.bArArA.X

    Avaliem!

    Tipo, pelo menos aqui, horizontalmente eu deixo 780 se for apenas uma figura. Se ela estiver dentro de tabela, já deixo 777. Agora, na vertical varia, pois nem todos navegadores são padrões os botões, rótulo de textos... Qualquer coisa é só perguntar! :P
  20. Vlewzzzzzzzz...! EU só trabalho com editor, mas sempre procurei conhecer os códigos e saber para que eles servem. COm certeza isso vai ajudar. Vlwzzzzzzz..!
  21. X.bArArA.X

    Search No Site...

    Eu já olhei e peguei todos. Porém, achei muito complexo e não consegui usar. Queria uma coisa bem simples mesmo, só para eu adicionar um campo no site e mais nada. C você tiveh um simplesinho, please, mande preu! Vlewzzzzzzzzzzz...!
  22. X.bArArA.X

    Urgente!

    Imagino que se você criar um guest book ou um mural simples para cada foto já iria ajudar, mas daria trabalho, pois teria um banco de dados para cada foto. O certo era você limitar o número de fotos também,. como 20 por exemplo.
  23. X.bArArA.X

    Search No Site...

    Tipo, quero saber como faço para colocar um sistema de procura no meu site. Por exemplo, a pessoa digita lá o que quer encontrar e aparece os links de onde ela pode encontrar aquilo, mas isso só dentro do meu site.
×
×
  • Criar Novo...