un consiglio? te ne sarei grato!
un consiglio? te ne sarei grato!
"Programmare" la vita non serve... è per questo che mi sfogo sul computer!
:maLOL:
Per gli ultimi messaggi... scusatemi, ma non ero io a scrivere...
Un mio amico ha scritto al posto mio... e mi ha fatto fare una figura di m... Questo succede quando fai usare il tuo account ad un altro...
Vado a cambiare la password...
Ciao...
"Programmare" la vita non serve... è per questo che mi sfogo sul computer!
:maLOL:
Segnalo questo hosting free che supporta ASP + access con 100 mb di spazio disponibile:
http://www.asphost4free.com/
http://freeasp.html.it/
http://asp.aspitalia.com/
http://www.webmasterpoint.org/
http://www.italiaweb.org/
http://www.freeaspx.it/
http://www.comefunziona.net/articolo.asp?Ogg=asp&Pro=0
http://www.vbscript.it/HomePage/Default.asp
http://www.aspcode.it/home/home.asp
http://www.autodidact.net/italian/h...?ID=460&mast=46
http://www.guidainlinea.com/asp/
http://www.ligasoft.com/
http://www.webjuice.it/
http://www.amicopc.com/asp/index.asp
http://www.lukeonweb.net/linguaggi.asp?lang=Asp
http://www.simply4you.it/
http://www.creamweb.it/script/
http://www.redangel.it/asp.asp
http://www.acerbi.re.it/corsoasp/
http://www.weppos.com/asg/default.asp
http://www.morpheusweb.it/html/scripts/asp/asp.asp
http://www.mwopen.it/
http://www.aspxnet.it/public/files/d.../upload312.zip ("celebre" upload di baol)
http://www.cpsoristano.altervista.or...%20Manuale.htm (guida sempre dell'upload)
http://www.aspxnet.it/public/Default.asp?page=172 (creare PDF senza componenti esterni)
http://dotnet.dart.com/samples/Everify.asp (verifica email)
http://www.webwizguide.info/asp/samp...iz_CAPTCHA.asp (captcha)
http://www.aspcenter.net/
http://www.asphost4free.com/ hosting
http://msdn.microsoft.com/
http://www.w3schools.com/asp/default.asp
http://www.w3schools.com/vbscript/vb..._functions.asp
http://www.hotscripts.com/ASP/index.html
http://www.4guysfromrolla.com/webtech/index.shtml
http://www.asp101.com/default.asp
http://www.asp.net/Default.aspx?tabindex=0&tabid=1
http://65.19.150.102/
http://www.15seconds.com/
http://www.123aspx.com/
http://aspwire.com/
http://www2.aspcode.net/default.asp...e_subarea&id=11
http://www.aspobjects.com/ASP_Scripts/
http://www.fuzzysoftware.com/
http://www.devguru.com/Technologies.../asp_intro.html
http://www.aspin.com/
http://www.aspwebpro.com/
http://coveryourasp.com/Resources.asp
http://www.webwizguide.com/
http://www.able-consulting.com/tech.htm
http://www.connectionstrings.com
http://www.scriptsearch.com/ASP/
http://www.asptutorial.info/
http://www.advantage.co.nz/ur/aspquiz.htm
http://www.tutorial-web.com/asp/database/
http://www.codeave.com/asp/
http://www.harrrdito.it/corsi/asp_001.asp
http://www.techiwarehouse.com/Articles/2004-02-16.html
http://www.access2asp.com/
http://coveryourasp.com/
http://www.planetsourcecode.com/vb/...Id=4#categories
http://www.2enetworx.com/dev/projects/2enetworx.asp
http://www.internet.com/sections/webdev.html
http://www.lanpoint.com/faqs/designpoint/reserved.asp
http://www.411asp.net/
http://www.alphasierrapapa.com/IISdev/Articles/
http://www.aspfree.com/c/b/ASP/
http://www.learnasp.com/learnasp/
http://www.stylusinc.net/technology/microsoft/ASP.shtml
http://www.codefixer.com/tutorials/index.asp
http://www.aspemporium.com/aspEmporium/help/helpsys.asp
http://www.dwam.net/mysql/
http://msdn.microsoft.com/library/d...tml/ASPtips.asp
http://www.learnasp.com/learn/whygetrows.asp
Ridimensionare immagini
http://www.reneris.com/tools/
http://www.xmlfiles.com/articles/se...fer/default.asp
http://weblogs.asp.net/nleghari/articles/27951.aspx
Se avete installato office, cercate sul vostro harddisk (e linkate eventualmente sul desktop per trovarli più facilmente) i file:
VBUI6.CHM
VBLR6.CHM
ASP Security Image Generator (CAPTCHA)
http://www.tipstricks.org/
ottimo !!!![]()
Create un file .asp con il codice che segue, caricatelo sul server e richiamatelo dal browser.
Scoprirete quale componente email è installato sul server .
Sono presenti 14 componenti, con ovviamente la possibilità di inserirne di altri (se ne conoscete).
Buon lavoro.
codice:<% @ Language="VBScript" %> <% Option Explicit %> <% Dim theComponent(14) Dim theComponentName(14) ' the components theComponent(0) = "SMTPsvg.Mailer" theComponent(1) = "Persits.MailSender" theComponent(2) = "SMTPsvg.Mailer" theComponent(3) = "CDONTS.NewMail" theComponent(4) = "CDONTS.NewMail" theComponent(5) = "dkQmail.Qmail" theComponent(6) = "Geocel.Mailer" theComponent(7) = "iismail.iismail.1" theComponent(8) = "Jmail.smtpmail" theComponent(9) = "SmtpMail.SmtpMail.1" theComponent(10)= "CDO.Message" theComponent(11)= "aspSmartMail.SmartMail" theComponent(12)= "ArclabEmailToolBox.Mailer" theComponent(13)= "VSEmail.SMTPSendMailEx" theComponent(14)= "VSEmail.SMTPSendMail" ' the name of the components theComponentName(0) = "ASPMail" theComponentName(1) = "ASPEMail" theComponentName(2) = "ASPQMail" theComponentName(3) = "CDONTS" theComponentName(4) = "Chili!Mail" theComponentName(5) = "dkQMail" theComponentName(6) = "GeoCel" theComponentName(7) = "IISMail" theComponentName(8) = "JMail" theComponentName(9) = "SMTP" theComponentName(10)= "CDOSYS" theComponentName(11)= "SmartMail" theComponentName(12)= "Emailtoolbox" theComponentName(13)= "VSEmail2.0" theComponentName(14)= "VSEmail1.0" Function IsObjInstalled(strClassString) On Error Resume Next ' initialize default values IsObjInstalled = False Err = 0 ' testing code Dim xTestObj Set xTestObj = Server.CreateObject(strClassString) If 0 = Err Then IsObjInstalled = True ' cleanup Set xTestObj = Nothing Err = 0 End Function %> <html> <head> <title>EMail Component Test</title> </head> <body bgcolor="white" text="midnightblue" link="darkblue" aLink="red" vLink="red"> <font face="Verdana, Arial, Helvetica"> <table border=0 cellspacing=0 cellpadding=0 align=center> <tr valign="top"> <td bgcolor="black"> <table border=0 cellspacing=1 cellpadding=4> <tr valign="top"> <td bgcolor="midnightblue" colspan="2" align="center"><font size="2" color="mintcream">Test componenti Email</font></td> </tr> <tr valign="top"> <td bgcolor="midnightblue" align="center"><font size="2" color="mintcream">COMPONENTE</font></td> <td bgcolor="midnightblue" align="center"><font size="2" color="mintcream">STATUS</font></td> </tr> <% Dim i For i=0 to UBound(theComponent) Response.Write "<tr><td bgColor=""A0B0E0"" align=""right""><font face=""Verdana, Arial, Helvetica"" size=""2"">" & theComponentName(i) & "</td><td bgColor=""A0B0E0"" align=""center"">" If Not IsObjInstalled(theComponent(i)) Then Response.Write "non installato" Else Response.Write "installato!" End If Response.Write "</td></font></tr>" & vbCrLf Next %> </table> </td> </tr> </table> </td> </tr> </table> </font> </body> </html>
Grazie, utilissima anche se esiste una versione più completa per testare tutti i componenti (non solo per le email) che è la seguente:
codice:<html> <head> <title>Check Components</title> </head> <body> <% REM Project: COM Checker REM Creator: James Lindën REM Date: 6/25/2001 12:14am '***************************************************************** ' COM Checker version 1.0 ' © 2001 Ticluse Teknologi, All rights reserved. ' This class may be redistributed, as long as copyright and development ' information remain intact with class source code. Bug reports and / or ' comments may be directed to [email protected]. '***************************************************************** Dim comList(43) comList(0) = Array( "AB Mailer","ABMailer.Mailman" ) comList(1) = Array( "ABC Upload","ABCUpload4.XForm" ) comList(2) = Array( "ActiveFile","ActiveFile.Post" ) comList(3) = Array( "ActiveX Data Object","ADODB.Connection" ) comList(4) = Array( "Adiscon SimpleMail","ADISCON.SimpleMail.1" ) comList(5) = Array( "ASP HTTP","AspHTTP.Conn" ) comList(6) = Array( "ASP Image","AspImage.Image" ) comList(7) = Array( "ASP Mail","SMTPsvg.Mailer" ) comList(8) = Array( "ASP Simple Upload","ASPSimpleUpload.Upload" ) comList(9) = Array( "ASP Smart Cache","aspSmartCache.SmartCache" ) comList(10) = Array( "ASP Smart Mail","aspSmartMail.SmartMail" ) comList(11) = Array( "ASP Smart Upload","aspSmartUpload.SmartUpload" ) comList(12) = Array( "ASP Tear","SOFTWING.ASPtear" ) comList(13) = Array( "ASP Thumbnailer","ASPThumbnailer.Thumbnail" ) comList(14) = Array( "ASP WhoIs","WhoIs2.WhoIs" ) comList(15) = Array( "ASPSoft NT Object","ASPSoft.NT" ) comList(16) = Array( "ASPSoft Upload","ASPSoft.Upload" ) comList(17) = Array( "CDONTS","CDONTS.NewMail" ) comList(18) = Array( "Chestysoft Image","csImageFile.Manage" ) comList(19) = Array( "Chestysoft Upload","csASPUpload.Process" ) comList(20) = Array( "Dimac JMail","JMail.Message" ) comList(21) = Array( "Distinct SMTP","DistinctServerSmtp.SmtpCtrl" ) comList(22) = Array( "Dundas Mailer","Dundas.Mailer" ) comList(23) = Array( "Dundas Upload","Dundas.Upload.2" ) comList(24) = Array( "Dynu Encrypt","Dynu.Encrypt" ) comList(25) = Array( "Dynu HTTP","Dynu.HTTP" ) comList(26) = Array( "Dynu Mail","Dynu.Email" ) comList(27) = Array( "Dynu Upload","Dynu.Upload" ) comList(28) = Array( "Dynu WhoIs","Dynu.Whois" ) comList(29) = Array( "Easy Mail","EasyMail.SMTP.5" ) comList(30) = Array( "File System Object","Scripting.FileSystemObject" ) comList(31) = Array( "Ticluse Teknologi HTTP","InteliSource.Online" ) comList(32) = Array( "Last Mod","LastMod.FileObj" ) comList(33) = Array( "Microsoft XML Engine","Microsoft.XMLDOM" ) comList(34) = Array( "Persits ASP JPEG","Persits.Jpeg" ) comList(35) = Array( "Persits ASPEmail","Persits.MailSender" ) comList(36) = Array( "Persits ASPEncrypt","Persits.CryptoManager" ) comList(37) = Array( "Persits File Upload","Persits.Upload.1" ) comList(38) = Array( "SMTP Mailer","SmtpMail.SmtpMail.1" ) comList(39) = Array( "Soft Artisans File Upload","SoftArtisans.FileUp" ) comList(40) = Array( "Image Size", "ImgSize.Check" ) comList(41) = Array( "Microsoft XML HTTP", "Microsoft.XMLHTTP" ) comList(42) = Array( "Grafici Excel", "OWC.Chart" ) comList(43) = Array( "ADODB Stream", "ADODB.Stream" ) 'This function was modified from the work of Rob Risner. 'http://www.planetsourcecode.com/xq/ASP/txtCodeId.6731/lngWId.4/qx/vb/scripts/ShowCode.htm Function IsAvailable( comIdentity ) On Error Resume Next IsAvailable = False Err = 0 Set xTestObj = Server.CreateObject( comIdentity ) If Err = 0 Then IsAvailable = True Set xTestObj = Nothing Err = 0 End Function Public Function CheckCOM() Avail = 0 strTxt = "<table cellpadding=3 cellspacing=3 border=0 align=center width=300>" & vbNewLine For Idx = LBound( comList ) To UBound( comList ) Provider = Idx strTxt = strTxt & vbTab & "<tr><td width=200><font class=norm>" & comList(Idx)(0) & "</font></td>" strTxt = strTxt & "<td align=right width=20><font class=norm>[</font></td>" If IsAvailable( comList(Idx)(1) ) Then strTxt = strTxt & "<td align=center><font face=tahoma size=2 color=blue>Available</font></td>" Avail = Avail + 1 Else strTxt = strTxt & "<td align=center><font class=norm>Unavailable</font></td>" End If strTxt = strTxt & "<td align=left width=20><font class=norm>]</font></td></tr>" & vbNewLine Next strTxt = strTxt & vbTab & "<tr><td colspan=4 height=30><font class=norm><font color=blue>" & Avail & "</font> of " strTxt = strTxt & UBound( comList ) + 1 & " supported components are available.</font></td></tr>" & vbNewLine CheckCOM = strTxt & "</table>" & vbNewLine End Function Response.Write( CheckCOM() ) %> <p align=center> <font class=arial size=2><a href=http://www.intelidev.com/goto.asp?comchecker>COMChecker</a> version 1.1 - by James Lindën © 2001 Ticluse Teknologi, All rights reserved.</font> </p> </body> </html>
A S P : tutto il resto è noia...
L I N U X : forse mi "converto"...
Io direi di integrare la mia pagina con la tua, nella tua ad esempio il CDOSYS (standard su win 2003 server) non c'è.
![]()
Cavolo, ho sbagliato topic...Originariamente inviato da maximum
Ma è in VB, non ASP... :master:
Scusate i puntini di sospensione...... La verità è che non ho argomenti....
Vabbè potevi risparmiarti il topic, il mio intervento risaliva al 28/02...Originariamente inviato da kalosjo
Cavolo, ho sbagliato topic...![]()
Provare paura per un qualcosa che ti possa capitare nel futuro non ti evita quell'evento,ti fa soltanto vivere un presente sbagliato!