<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- RSS generation done by Snitz Forums 2000 on Oggi  04:51:43 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="https://www.giumer.it/forum/rss.asp?CAT_ID=6" rel="self" type="application/rss+xml" /><language>it-it</language>
<lastBuildDate>Wed, 22 Apr 2026 04:51:43 +0200</lastBuildDate>
<webMaster>webmaster@giumer.it (Giumer, Forum)</webMaster>
<ttl>60</ttl>
<title>Giumer Forum - webdesign</title>
<link>https://www.giumer.it/forum/default.asp?CAT_ID=6</link>
<description>Giumer Forum</description>
<image>
<link>https://www.giumer.it/forum/default.asp?CAT_ID=6</link>
<url>https://www.giumer.it/forum/images/shadowtech2.gif</url>
<title>Giumer Forum - webdesign</title>
<width>144</width>
<height>47</height>
</image>
<item>
<title>Codice Colori Tabelle  Forum</title>
<author>Giumer@giumer.it (Giumer)</author>
<link>https://www.giumer.it/forum/topic.asp?TOPIC_ID=294</link>
<category>webdesign / Asp</category>
<pubDate>Thu, 02 Feb 2012 07:37:31 +0200</pubDate>
<guid>https://www.giumer.it/forum/topic.asp?TOPIC_ID=294</guid>
<description><![CDATA[ <div style="margin:1em auto; width: 100%;">
 <div><b> Spoiler: </b><a href="policy.asp"><B>Non sei Registrato ? ti devi Registrare per Accedere completamente al Forum, Per Registrarti clicca QUI !</B></div>
 <div style="margin: 0px; padding: 0px; border: 1px solid; border-color: #333399;">
 <div style="display: none;">
<img name='img' src="http://www.giumer.it/public/uploaded/Giumer/rgbhex.gif" border="0" style='cursor:default' onClick='doimage(this,event)'>  </div>
 </div>
</div>
]]></description>
</item>
<item>
<title>inc_func_common</title>
<author>Giumer@giumer.it (Giumer)</author>
<link>https://www.giumer.it/forum/topic.asp?TOPIC_ID=293</link>
<category>webdesign / Asp</category>
<pubDate>Sat, 28 Jan 2012 04:17:43 +0200</pubDate>
<guid>https://www.giumer.it/forum/topic.asp?TOPIC_ID=293</guid>
<description><![CDATA[ <div style="margin:1em auto; width: 100%;">
 <div><b> Spoiler: </b><a href="policy.asp"><B>Non sei Registrato ? ti devi Registrare per Accedere completamente al Forum, Per Registrarti clicca QUI !</B></div>
 <div style="margin: 0px; padding: 0px; border: 1px solid; border-color: #333399;">
 <div style="display: none;">
<b>Download:</b><br /> <img src="https://www.giumer.it/forum/images/icon_zip.gif" width="16" height="16" border="0" align="middle" /> <a href="https://www.giumer.it/forum/pop_download.asp?mode=Edit&referrer=attach&dir=uploaded/Giumer&file=inc_func_common.txt" target="_blank">inc_func_common.txt</a>  <i><font size="1">(205,68 KB)</font></i>  </div>
 </div>
</div>
]]></description>
</item>
<item>
<title>change the path of a director ?</title>
<author>Giumer@giumer.it (Giumer)</author>
<link>https://www.giumer.it/forum/topic.asp?TOPIC_ID=280</link>
<category>webdesign / Asp</category>
<pubDate>Thu, 24 Mar 2011 11:24:55 +0200</pubDate>
<guid>https://www.giumer.it/forum/topic.asp?TOPIC_ID=280</guid>
<description><![CDATA[ web portal on the left side there is' the gallery members, as well as set up and take the path of the file folders in the forum, I must be able to change his path and take the path Public / attach the uploaded file can you help me thanks<br /><br />&lt;%<br />'#################################################################################<br />'## Ver.3.4.07 multi-language Skin3D Portal V2<br />'#################################################################################<br />'## Copyright (C) 2001-10 Gaëtan Dupont All Rights Reserved<br />'##<br />'## By using this program, you are agreeing to the terms of the<br />'## GNU General Public License.<br />'##<br />'## This program is free software; you can redistribute it and/or<br />'## modify it under the terms of the GNU General Public License<br />'## as published by the Free Software Foundation; either version 2<br />'## of the License, or (at your option) any later version.<br />'##<br />'## All copyright notices regarding ImageForums2001 must remain intact<br />'## in the scripts and in the outputted HTML.<br />'## The "Image Forums 2001" text with a link back to <br />'## <a href="http://www.forums2001.ca" target="_blank">http://www.forums2001.ca</a> in the footer of the pages MUST<br />'## remain visible when the pages are viewed on the internet or intranet.<br />'##<br />'## Support can be obtained from support forums at:<br />'## <a href="http://www.forums2001.ca" target="_blank">http://www.forums2001.ca</a><br />'##<br />'## E-mail: <a href="mailto:imageforums2001@hotmail.com">imageforums2001@hotmail.com</a><br />'##<br />'#################################################################################<br />%&gt;<br />&lt;!--#INCLUDE FILE="config.asp"--&gt;<br />&lt;!--#INCLUDE FILE="inc_func_common.asp" --&gt;&lt;%<br /><br />set my_Conn= Server.CreateObject("ADODB.Connection")<br />my_Conn.Open strConnString<br /><br />strDBNTUserName = Request.Cookies(strUniqueID & "User")("Name")<br />if strAuthType = "nt" then<br />	strDBNTUserName = Session(strCookieURL & "userID")<br />end if<br /><br />chkCookie = 1<br />mLev = cLng(chkUser(strDBNTUserName, Request.Cookies(strUniqueID & "User")("Pword"),-1))<br />chkCookie = 0<br /><br />call WriteStyleCss(intStylesCss,getStyles)<br /><br /><br />Response.Write	"&lt;html&gt;" & vbNewline & _<br />		vbNewline & _<br />		"&lt;head&gt;" & vbNewline & _<br />		"&lt;meta http-equiv=""Content-Type"" content=""text/html; charset=" & strLangCharSet & """&gt;" & vbNewline & _<br />		"&lt;title&gt;" & strForumTitle & "&lt;/title&gt;" & vbNewline & _<br />       "&lt;script language=""JavaScript"" type=""text/javascript""&gt;" & vbNewLine & _<br />		"&lt;!-- hide from JavaScript-challenged browsers" & vbNewLine & _<br />       "function jumppage(sel) {" & vbNewLine & _       <br />       "var i = sel.selectedIndex" & vbNewLine & _       <br />       "self.location.href = sel.options[i].value" & vbNewLine & _ <br />		"}" & vbNewLine & _<br />		"// done hiding --&gt;" & vbNewLine & _<br />		"&lt;/script&gt;" & vbNewLine<br />if (mlev = 0 or getStyles = "1") or strStylesCss = "0" then<br />%&gt;&lt;!-- #INCLUDE FILE="inc_default_skin.asp"--&gt;&lt;%<br />Response.Write	"&lt;link rel=""stylesheet"" type=""text/css"" href=""<a href="http://www.giumer.it/forum/css/" target="_blank">http://www.giumer.it/forum/css/</a>" & skin & ".css"" id=""skin"" /&gt;" & vbNewline<br />%&gt;&lt;!-- #INCLUDE FILE="skin.asp"--&gt;&lt;%<br />Response.Write	"&lt;script language=""JavaScript"" type=""text/javascript""&gt;browserChk();&lt;/script&gt;" & vbNewline<br />   Response.Write	   "&lt;/head&gt;" & vbNewLine & _<br />		vbNewLine<br />   Response.Write	   "&lt;body onLoad=""window.focus();""&gt;" & vbNewLine<br />else<br />Response.Write	"&lt;style&gt;&lt;!--" & vbNewline & _<br />       "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 & _<br />		"a:link    {color:" & strLinkColor & ";text-decoration:" & strLinkTextDecoration & "}" & vbNewline & _<br />		"a:visited {color:" & strVisitedLinkColor & ";text-decoration:" & strVisitedTextDecoration & "}" & vbNewline & _<br />		"a:hover   {color:" & strHoverFontColor & ";text-decoration:" & strHoverTextDecoration & "}" & vbNewline & _<br />		"a:active  {color:" & strActiveLinkColor & ";text-decoration:" & strActiveTextDecoration & "}" & vbNewLine & _<br />		"--&gt;&lt;/style&gt;" & vbNewline & _<br />		"&lt;/head&gt;" & vbNewLine & _<br />		vbNewLine & _<br />		"&lt;body bgColor=""" & strPageBGColor & """ text=""" & strDefaultFontColor & """ link=""" & strLinkColor & """ aLink=""" & strActiveLinkColor & """ vLink=""" & strVisitedLinkColor & """ onLoad=""window.focus();""&gt;" & vbNewLine<br />end if<br />  '*End<br /><br />Response.Write "&lt;table width=""100%"" height=""100%"" align=""center""&gt;" & vbNewline & _<br />		"  &lt;tr&gt;" & vbNewline & _<br />		"    &lt;td align=""center"" valign=""middle""&gt;" & vbNewline & _<br />		"    &lt;div align=""center""&gt;" & vbNewline & _<br />		"    &lt;font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """&gt;" & vbNewline<br /><br />if strDBNTUserName = "" then<br />	Response.Write	"     &lt;p align=""center""&gt;&lt;font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize & """ color=""" & strHiLiteFontColor & """&gt;" & fLang("strLangWas_Problem00010") & "&lt;/font&gt;&lt;/p&gt;" & vbNewLine & _<br />			"      &lt;p align=""center""&gt;&lt;font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """&gt;" & fLang("strLangGallery00030") & "&lt;/font&gt;&lt;/p&gt;" & vbNewLine<br />else<br /><br />   ' Fotoalbum<br />   Dim CurFile, ShowSub, ShowPic, PictureNo<br />   Dim strPathInfo, strPhysicalPath<br />   CurFile = "ShowPicture.asp"<br /><br />   Response.Write   "    &lt;form action=" & CurFile & " method=""post""&gt;" & vbNewline & _<br />          "      &lt;table border=""0"" width=""100%"" cellspacing=""0"" cellpadding=""0"" align=""center""&gt;" & vbNewLine & _<br />          "        &lt;tr valign=""middle""&gt;" & vbNewLine & _<br />          "          &lt;td align=""center""&gt;&lt;font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """&gt;&lt;b&gt;" & fLang("strLangGallery00040") & "&lt;/b&gt;&lt;/font&gt;" & vbNewLine & _<br />          "            &lt;select name=""go"" onChange=""jumppage(this);"" size=""1""&gt;" & vbNewline<br /><br />   ShowSub = Request("ShowSub")<br />   ShowPic = Request("ShowPic")<br />   strPathInfo = Request.ServerVariables("PATH_INFO")<br />   strPhysicalPath = Server.MapPath(strPathInfo)<br /> <br />   Set objFSO = CreateObject("Scripting.FileSystemObject")<br />   Set objFile = objFSO.GetFile(strPhysicalPath)<br />   Set objFolder = objFile.ParentFolder<br />   Set objFolderContents = objFolder.Files<br />   for each Folder in objFolder.SubFolders<br /><br />      if Left(Folder.Name,1)&lt;&gt;"_" then<br />         Response.write "&lt;option "<br />         if ShowSub=Folder.Name Then Response.Write("selected ")<br />         Response.Write   "value='" & CurFile & "?ShowSub="<br />         Response.Write(Replace(Folder.Name, " ", "%20"))<br />         Response.Write   "'&gt;"<br />         Response.Write(Folder.Name & "&lt;/option&gt;")<br />         if ShowSub &lt;= " " then<br />            ShowSub = Folder.Name<br />         end if<br />      end if<br />   next <br /><br />   Set objFSO = nothing<br /><br />   Response.Write   "            &lt;/select&gt;" & vbNewline & _<br />          "          &lt;/td&gt;" & vbNewline & _<br />          "        &lt;/tr&gt;" & vbNewline & _<br />          "      &lt;/table&gt;" & vbNewline & _<br />          "    &lt;/form&gt;" & vbNewline<br /><br />   if ShowPic &gt; " " then<br />      ShowPic = Replace(ShowPic, " ", "%20")<br />      Response.Write   "    &lt;a href='JavaScript:history.go(-1)'&gt;&lt;img src='" & ShowPic & "' border=0&gt;&lt;br /&gt;&lt;br /&gt;&lt;font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """&gt;&lt;b&gt;" & fLang("strLangInc_Func_Secure00080") & "&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;"<br />   else<br /><br />      Response.Write   "    &lt;table border=""0"" width=""100%"" cellpadding=""0"" cellspacing=""5""&gt;" & vbNewline & _<br />             "      &lt;tr&gt;" & vbNewline<br /><br />      strPhysicalPath = Server.MapPath(".\" & ShowSub)<br />      if ShowSub &gt; " " then<br />         ShowSub = Replace(ShowSub, " ", "%20")<br />         Set objFSO = CreateObject("Scripting.FileSystemObject")<br />         Set objFolder = objFSO.GetFolder(strPhysicalPath)<br />         Set objFolderContents = objFolder.Files<br />         for Each objFileItem in objFolderContents<br /><br />            if Ucase(Right(objFileItem.Name,4))=".GIF" OR Ucase(Right(objFileItem.Name,4))=".JPG" then<br />               ShowPic = Replace(objFileItem.Name, " ", "%20")<br />               ' Response.Write   "        &lt;td align='center' width='25%'&gt;&lt;a href=" & ShowSub & "\"<br />               Response.Write   "        &lt;td align=""center"" width=""33%""&gt;&lt;a href=" & CurFile & "?ShowPic=" & ShowSub  & "\" & ShowPic<br />               ' Response.Write(Replace(objFileItem.Name, " ", "%20"))<br />               Response.Write   "&gt;"<br />               Response.Write("&lt;img src=""" & ShowSub & "\" & objFileItem.Name & """ width=""120"" border=""0""&gt;")<br />               Response.Write("&lt;center&gt;&lt;font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """&gt;&lt;b&gt;" & Mid(objFileItem.Name,1,Len(objFileItem.Name)-4) & "&lt;/b&gt;&lt;/font&gt;&lt;/center&gt;")<br />               Response.write "&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;"<br />               PictureNo = PictureNo + 1<br />               if PictureNo=3 then<br />                  Response.write "&lt;/tr&gt;&lt;tr&gt;"<br />                  PictureNo = 0<br />               end if<br />            end if<br />         next<br /><br />         Set objFSO = nothing<br />      end if<br /><br />      Response.Write   "      &lt;/tr&gt;" & vbNewline & _<br />             "    &lt;/table&gt;" & vbNewline<br />   end if<br />end if<br />%&gt;&lt;!-- #INCLUDE FILE="inc_footer_short.asp" --&gt;&lt;%<br />Response.End<br />%&gt;<br />]]></description>
</item>
<item>
<title>rinnovo MsSql</title>
<author>orsacchiotta@giumer.it (orsacchiotta)</author>
<link>https://www.giumer.it/forum/topic.asp?whichpage=-1&amp;TOPIC_ID=102&amp;REPLY_ID=912</link>
<category>All / Database</category>
<pubDate>Tue, 23 Feb 2010 22:28:50 +0200</pubDate>
<guid>https://www.giumer.it/forum/topic.asp?TOPIC_ID=102</guid>
<description><![CDATA[ Ci sono 6 risposta/e, l'ultimo messaggio è stato inserito il 23/02/2010alle ore 22:28:50 da orsacchiotta<br />Quote:<br />scusa non avevo capito.... te li mando!!!]]></description>
</item>
<item>
<title>per Maria  nuova skin</title>
<author>Giumer@giumer.it (Giumer)</author>
<link>https://www.giumer.it/forum/topic.asp?whichpage=-1&amp;TOPIC_ID=193&amp;REPLY_ID=897</link>
<category>webdesign / Asp</category>
<pubDate>Mon, 15 Feb 2010 23:11:38 +0200</pubDate>
<guid>https://www.giumer.it/forum/topic.asp?TOPIC_ID=193</guid>
<description><![CDATA[ Ci sono 2 risposta/e, l'ultimo messaggio è stato inserito il 15/02/2010alle ore 23:11:38 da Giumer<br />Quote:<br />allora Maria ti avviso che le gif sono parecchie !!  ti allego la cartella   praticamente   non bisogna ne modicare i nomi  ne modificare le dimensioni  , va solo cambiato il colore  la mia Idea e rendere queste gif  in un colore natalizio  poi  se e possibile farle   per  i colori puoi fare tu  intanto vedi  se sono possibile modificarle ! <br /><br /><b>Download:</b><br /> <img src="https://www.giumer.it/forum/images/icon_zip.gif" width="16" height="16" border="0" align="middle" /> <a href="https://www.giumer.it/forum/pop_download.asp?mode=Edit&referrer=attach&dir=uploaded/Giumer&file=20070624195002_skin3DPortalv2.zip" target="_blank">20070624195002_skin3DPortalv2.zip</a>  <i><font size="1">(984,61&nbsp;KB)</font></i>]]></description>
</item>
<item>
<title>mod video</title>
<author>Giumer@giumer.it (Giumer)</author>
<link>https://www.giumer.it/forum/topic.asp?TOPIC_ID=188</link>
<category>webdesign / Asp</category>
<pubDate>Fri, 12 Feb 2010 18:19:35 +0200</pubDate>
<guid>https://www.giumer.it/forum/topic.asp?TOPIC_ID=188</guid>
<description><![CDATA[ <div style="margin:1em auto; width: 100%;">
 <div><b> Spoiler: </b><a href="policy.asp"><B>Non sei Registrato ? ti devi Registrare per Accedere completamente al Forum, Per Registrarti clicca QUI !</B></div>
 <div style="margin: 0px; padding: 0px; border: 1px solid; border-color: #333399;">
 <div style="display: none;">
<b>Download:</b><br /> <img src="https://www.giumer.it/forum/images/icon_zip.gif" width="16" height="16" border="0" align="middle" /> <a href="https://www.giumer.it/forum/pop_download.asp?mode=Edit&referrer=attach&dir=uploaded/Giumer&file=online_videos-3406-10.zip" target="_blank">online_videos-3406-10.zip</a>  <i><font size="1">(38,88 KB)</font></i>  </div>
 </div>
</div>
]]></description>
</item>
<item>
<title>Help me!!!!</title>
<author>Giumer@giumer.it (Giumer)</author>
<link>https://www.giumer.it/forum/topic.asp?whichpage=-1&amp;TOPIC_ID=108&amp;REPLY_ID=382</link>
<category>webdesign / Asp</category>
<pubDate>Fri, 02 Oct 2009 16:25:48 +0200</pubDate>
<guid>https://www.giumer.it/forum/topic.asp?TOPIC_ID=108</guid>
<description><![CDATA[ Ci sono 12 risposta/e, l'ultimo messaggio è stato inserito il 02/10/2009alle ore 16:25:48 da Giumer<br />Quote:<br />si ho gia mandato il tutto al mio amico ! aspetto risposta !]]></description>
</item>
<item>
<title>Google Language Translation API - Translate Posts</title>
<author>Giumer@giumer.it (Giumer)</author>
<link>https://www.giumer.it/forum/topic.asp?whichpage=-1&amp;TOPIC_ID=59&amp;REPLY_ID=171</link>
<category>webdesign / Asp</category>
<pubDate>Mon, 20 Jul 2009 22:03:09 +0200</pubDate>
<guid>https://www.giumer.it/forum/topic.asp?TOPIC_ID=59</guid>
<description><![CDATA[ Ci sono 6 risposta/e, l'ultimo messaggio è stato inserito il 20/07/2009alle ore 22:03:09 da Giumer<br />Quote:<br />adesso sembra funzionare lo  provo per un po e vedo  se ci sono problemi ! grazie !]]></description>
</item>
<item>
<title>problemi con il mio forum</title>
<author>Giumer@giumer.it (Giumer)</author>
<link>https://www.giumer.it/forum/topic.asp?whichpage=-1&amp;TOPIC_ID=56&amp;REPLY_ID=140</link>
<category>webdesign / Asp</category>
<pubDate>Sat, 18 Jul 2009 17:24:57 +0200</pubDate>
<guid>https://www.giumer.it/forum/topic.asp?TOPIC_ID=56</guid>
<description><![CDATA[ Ci sono 1 risposta/e, l'ultimo messaggio è stato inserito il 18/07/2009alle ore 17:24:57 da Giumer<br />Quote:<br />ciao allora per i moderatori devi andare lista membri e  modificare il loro profilo . da moderatore lo setti  normale poi in admin  dovrebbe esserci la voce moderatori per assegnargli   il forum  <br /><br />per spostare le discussioni ci vuole un mod  merge  o split topic  .<br /><br />e per inserire i video  sempre un mod  ti do un link dove puoi trovare  parecchi mod  in versione inglese  <br /><br /><a href="http://www.snitzbitz.com/mods/default.asp" target="_blank">http://www.snitzbitz.com/mods/default.asp</a>]]></description>
</item>
</channel></rss>