16
Spedito - 27/03/2011 : 13:54:26
» Soggetto:
Re: Cambiare il percorso di una direttori ?
provato in tutti i modi che potevo pensare ma non riesco a trovare la soluzione per coreggere il percorso immagini se puoi magari darmi una mano pensavo che per il percorso immagine fosse piu facile ma non e cosi : <!--#INCLUDE FILE="config.asp"--> <!--#INCLUDE FILE="inc_func_common.asp" --><% set my_Conn= Server.CreateObject("ADODB.Connection") my_Conn.Open strConnString strDBNTUserName = Request.Cookies(strUniqueID & "User")("Name") if strAuthType = "nt" then strDBNTUserName = Session(strCookieURL & "userID") end if chkCookie = 1 mLev = cLng(chkUser(strDBNTUserName, Request.Cookies(strUniqueID & "User")("Pword"),-1)) chkCookie = 0 call WriteStyleCss(intStylesCss,getStyles) Response.Write "<html>" & vbNewline & _ vbNewline & _ "<head>" & vbNewline & _ "<meta http-equiv=""Content-Type"" content=""text/html; charset=" & strLangCharSet & """>" & vbNewline & _ "<title>" & strForumTitle & "</title>" & vbNewline & _ "<script language=""JavaScript"" type=""text/javascript"">" & vbNewLine & _ "<!-- hide from JavaScript-challenged browsers" & vbNewLine & _ "function jumppage(sel) {" & vbNewLine & _ "var i = sel.selectedIndex" & vbNewLine & _ "self.location.href = sel.options[i].value" & vbNewLine & _ "}" & vbNewLine & _ "// done hiding -->" & vbNewLine & _ "</script>" & vbNewLine if (mlev = 0 or getStyles = "1") or strStylesCss = "0" then %><!-- #INCLUDE FILE="inc_default_skin.asp"--><% Response.Write "<link rel=""stylesheet"" type=""text/css"" href=""http://www.giumer.it/forum/css/ " & skin & ".css"" id=""skin"" />" & vbNewline %><!-- #INCLUDE FILE="skin.asp"--><% Response.Write "<script language=""JavaScript"" type=""text/javascript"">browserChk();</script>" & vbNewline Response.Write "</head>" & vbNewLine & _ vbNewLine Response.Write "<body onLoad=""window.focus();"">" & vbNewLine else Response.Write "<style><!--" & vbNewline & _ "body {Scrollbar-Face-Color:" & strScrollbarFaceColor & ";Scrollbar-Arrow-Color:" & strScrollbarArrowColor & ";Scrollbar-Track-Color:" & strScrollbarTrackColor & ";Scrollbar-Shadow-Color:" & strScrollbarShadowColor & ";Scrollbar-Highlight-Color:" & strScrollbarHighlightColor & ";Scrollbar-3Dlight-Color:" & strScrollbar3DlightColor & "}" & vbNewLine & _ "a:link {color:" & strLinkColor & ";text-decoration:" & strLinkTextDecoration & "}" & vbNewline & _ "a:visited {color:" & strVisitedLinkColor & ";text-decoration:" & strVisitedTextDecoration & "}" & vbNewline & _ "a:hover {color:" & strHoverFontColor & ";text-decoration:" & strHoverTextDecoration & "}" & vbNewline & _ "a:active {color:" & strActiveLinkColor & ";text-decoration:" & strActiveTextDecoration & "}" & vbNewLine & _ "--></style>" & vbNewline & _ "</head>" & vbNewLine & _ vbNewLine & _ "<body bgColor=""" & strPageBGColor & """ text=""" & strDefaultFontColor & """ link=""" & strLinkColor & """ aLink=""" & strActiveLinkColor & """ vLink=""" & strVisitedLinkColor & """ onLoad=""window.focus();"">" & vbNewLine end if '*End Response.Write "<table width=""100%"" height=""100%"" align=""center"">" & vbNewline & _ " <tr>" & vbNewline & _ " <td align=""center"" valign=""middle"">" & vbNewline & _ " <div align=""center"">" & vbNewline & _ " <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewline if strDBNTUserName = "" then Response.Write " <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize & """ color=""" & strHiLiteFontColor & """>" & fLang("strLangWas_Problem00010") & "</font></p>" & vbNewLine & _ " <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & fLang("strLangGallery00030") & "</font></p>" & vbNewLine else ' Fotoalbum Dim CurFile, ShowSub, ShowPic, PictureNo Dim strPathInfo, strPhysicalPath CurFile = "ShowPicture.asp" Response.Write " <form action=" & CurFile & " method=""post"">" & vbNewline & _ " <table border=""0"" width=""100%"" cellspacing=""0"" cellpadding=""0"" align=""center"">" & vbNewLine & _ " <tr valign=""middle"">" & vbNewLine & _ " <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><b>" & fLang("strLangGallery00040") & "</b></font>" & vbNewLine & _ " <select name=""go"" onChange=""jumppage(this);"" size=""1"">" & vbNewline ShowSub = Request("ShowSub") ShowPic = Request("ShowPic") strPhysicalPath = Server.MapPath("/public/uploaded/") Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.getFolder(strPhysicalPath) Set objFolderContents = objFolder.Files For each Folder in objFolder.SubFolders If Left(Folder.Name,1)<>"_" Then Response.write "<option " If ShowSub=Folder.Name Then Response.Write "selected " End if Response.Write"value='" & CurFile & "?ShowSub=" Response.Write(Replace(Folder.Name, " ", "%20")) response.write "'>" Response.Write(Folder.Name & "</option>") If ShowSub <= " " Then ShowSub = Folder.Name End if End if Next Set objFSO = Nothing Response.Write " </select>" & vbNewline & _ " </td>" & vbNewline & _ " </tr>" & vbNewline & _ " </table>" & vbNewline & _ " </form>" & vbNewline if ShowPic > " " then ShowPic = Replace(ShowPic, " ", "%20") Response.Write " <a href='JavaScript:history.go(-1)'><img src='" & ShowPic & "' border=0><br /><br /><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><b>" & fLang("strLangInc_Func_Secure00080") & "</b></font></a>" else Response.Write " <table border=""0"" width=""100%"" cellpadding=""0"" cellspacing=""5"">" & vbNewline & _ " <tr>" & vbNewline strPhysicalPath = Server.MapPath("/public/uploaded/" & ShowSub) If ShowSub > " " then ShowSub = Replace(ShowSub, " ", "%20") Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.GetFolder(strPhysicalPath) Set objFolderContents = objFolder.Files for Each objFileItem in objFolderContents if Ucase(Right(objFileItem.Name,4))=".GIF" OR Ucase(Right(objFileItem.Name,4))=".JPG" then ShowPic = Replace(objFileItem.Name, " ", "%20") ' Response.Write " <td align='center' width='25%'><a href=" & ShowSub & "\" Response.Write " <td align=""center"" width=""33%""><a href=" & CurFile & "?ShowPic=" & ShowSub & "\" & ShowPic ' Response.Write(Replace(objFileItem.Name, " ", "%20")) Response.Write ">" Response.Write("<img src=""" & ShowSub & "\" & objFileItem.Name & """ width=""120"" border=""0"">") Response.Write("<center><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & Mid(objFileItem.Name,1,Len(objFileItem.Name)-4) & "</b></font></center>") Response.write "</a><br /></td>" PictureNo = PictureNo + 1 if PictureNo=3 then Response.write "</tr><tr>" PictureNo = 0 end if end if next Set objFSO = nothing end if Response.Write " </tr>" & vbNewline & _ " </table>" & vbNewline end if end if %><!-- #INCLUDE FILE="inc_footer_short.asp" --><% Response.End %>
firma di Giumer
Paese: ~
Invii: 850 ~
Utente dal: 20/10/2006 ~
UltimaVisita: 05/04/2013
-> Moderatore
17
Spedito - 27/03/2011 : 21:51:23
» Soggetto:
Re: Cambiare il percorso di una direttori ?
Mamma mia, Giumi, ma il turco è più chiaro...
firma di AntonioDL
alla tua corsa la nube e' fango e il vano vento e' suolo
Per aiuto psicologico agli altri utenti
Paese: ~
Invii: 6417 ~
Utente dal: 20/02/2006 ~
UltimaVisita: 30/07/2022
-> Moderatore
18
Spedito - 27/03/2011 : 22:18:42
» Soggetto:
Re: Cambiare il percorso di una direttori ?
e che è ? comunque perchè non guardi i file outputmercatino, outputavatar outputadminupload che hanno lo stesso codice e dove la dir è settata?
firma di amministratore
Paese: ~
Invii: 5329 ~
Utente dal: 15/03/2003 ~
UltimaVisita: 18/04/2023
-> Moderatore
19
Spedito - 28/03/2011 : 00:00:03
» Soggetto:
Re: Cambiare il percorso di una direttori ?
così eh, tanto per non farci i fatti nostri, naturalmente
firma di francer
Animula vagula blandula ....
Modificato da - francer on 28/03/2011 00:00:25
per frequenza e supporto
Paese: ~
Invii: 5094 ~
Utente dal: 02/06/2008 ~
UltimaVisita: 02/03/2021
-> Moderatore
20
Spedito - 28/03/2011 : 12:32:34
» Soggetto:
Re: Cambiare il percorso di una direttori ?
Non ti atteggiare a far finta di capirci qualcosa, che non la bevo...
firma di AntonioDL
alla tua corsa la nube e' fango e il vano vento e' suolo
Per aiuto psicologico agli altri utenti
Paese: ~
Invii: 6417 ~
Utente dal: 20/02/2006 ~
UltimaVisita: 30/07/2022
-> Moderatore
21
Spedito - 28/03/2011 : 17:55:16
» Soggetto:
Re: Cambiare il percorso di una direttori ?
Ragazzi, si fa per dire, io con l'informatica ci campo ma voi siete dei superspecialisti, se vi serve un lavoro a Milano fatemelo sapere, potrebbe servirmi.
Per frequenza, supporto, simpatia e nomina a "Ufficiale Contatore" del forum
Paese: ~
Invii: 1605 ~
Utente dal: 01/11/2009 ~
UltimaVisita: 14/01/2016
-> Moderatore
22
Spedito - 28/03/2011 : 20:00:43
» Soggetto:
Re: Cambiare il percorso di una direttori ?
quote:
e che è ?
comunque perchè non guardi i file outputmercatino, outputavatar outputadminupload che hanno lo stesso codice e dove la dir è settata?
Originariamente inviato da amministratore - Ieri : 22:18:42
il perche non sono uguali non prende le stesse variabili ! mi manca poco devo solo agiustare il percorso immagini !
firma di Giumer
Paese: ~
Invii: 850 ~
Utente dal: 20/10/2006 ~
UltimaVisita: 05/04/2013
-> Moderatore
23
Spedito - 29/03/2011 : 19:37:07
» Soggetto:
Re: Cambiare il percorso di una direttori ?
E siiiiiiiiiiiiii ! doct ho fixxato il file ShowPicture per aruba ! lo puoi vedere sul mio portale ma devi logare ! alla fine ci sono riuscito !
firma di Giumer
Paese: ~
Invii: 850 ~
Utente dal: 20/10/2006 ~
UltimaVisita: 05/04/2013
-> Moderatore