Torna indietro   Hardware Upgrade Forum > Software > Programmazione

Marvel's Wolverine, la recensione: Logan torna protagonista in un'avventura brutale e intensa
Marvel's Wolverine, la recensione: Logan torna protagonista in un'avventura brutale e intensa
Marvel's Wolverine porta Logan in un'avventura inedita, violenta e fortemente narrativa, costruita attorno alla sua natura di combattente e al difficile rapporto con il proprio passato. Insomniac Games punta su combattimenti spettacolari, progressione e personalizzazione, inserendo l'azione in un mondo segnato dalla persecuzione dei mutanti. Un viaggio intenso, che alterna mattanza, esplorazione e momenti sorprendentemente emotivi.
DJI Romo 2: tante novità lo rendono un robot completo
DJI Romo 2: tante novità lo rendono un robot completo
Romo 2 è la seconda generazione di robot lavapavimenti di DJI, un modello che si caratterizza per la precisione nel sistema di navigazione e per il funzionamento particolarmente silenzioso. Con le modifiche introdotte in questa seconda versione, e un posizionamento di prezzo più allineato alla concorrenza, rappresenta una valida alternativa sul mercato delle soluzioni di pulizia domestica
Sony Bravia 9 II: il True RGB alla prova, dove l'LCD sfida l'OLED
Sony Bravia 9 II: il True RGB alla prova, dove l'LCD sfida l'OLED
Il primo Sony con retroilluminazione True RGB alla prova del banco di misura e dei contenuti: luminanza enorme, colori accurati in HDR e un antiriflesso molto efficace. I limiti sono due sole HDMI 2.1 e il blooming fuori asse
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 14-09-2005, 16:17   #1
Albozzo
Senior Member
 
L'Avatar di Albozzo
 
Iscritto dal: Feb 2003
Città: Salerno
Messaggi: 1390
installazione forum: ERRORI!

ciao ragazzi... sto installando un forum su altervista.org xò mi da un errore quando vado nella pagina x configurare il sito.
il codice che mi viene generato l'ho messo in corsivo, mentre gli errori sono di colore rosso e in grassetto.

l'errore mi dice di copiare ed incollare... ma che cosa devo copiare ed incollare?

<%
' ************************************************************************
' * ASP-Nuke: Free web portal in ASP *
' ************************************************************************
' * Copyright (c) 2002-2003 by Gaetan Bouveret ([email protected]) *
' * http://www.asp-nuke.com *
' * *
' * This program is free software. You can redistribute it and/or modify *
' * it under the terms of the GNU General Public License as published by *
' * the Free Software Foundation; either version 2 of the License, or *
' * (at your option) any later version. *
' * *
' ************************************************************************
%>
<%
Option Explicit
Response.Expires = 0

Const sVersion = "v1.2"
Const sLangCode = "IT"
Const sCharset = "iso-8859-1"

Const LANG_VERSION_NAME = "Versione Italiana"
Const LANG_ERROR_DB_PATH = "Errore: il percorso del database che avete inserito è errato.<br><a href=""javascript:history.back(1)"">Revenir à la configuration.</a>"
Const LANG_TITLE_PAGE = "Configurazione di Aspnuke"
Const LANG_SITE_ALREADY_CONFIGURED = "Il sito è già configurato"
Const LANG_CONFIGURATION_CREATED1 = "Il file di configurazione (configuration-inc.asp) è stato creato con successo nella cartella ""/includes/"" del vostro sito web."
Const LANG_CONFIGURATION_CREATED2 = "<br>Il sito è perfettamente configurato.<br>"
Const LANG_FILESYSTEM_FORBIDDEN1 = "Il tuo Server non permette la creazione del FileSystemObject. Devi copiare ed incollare il testo nel blocco note e salvare il file come ""configuration-inc.asp"". Metti il file all'interno della cartella /includes/ del tuo sito web.<br>"
Const LANG_FILESYSTEM_FORBIDDEN2 = "<br>Il tuo sito sarà configurato correttamente quando il file verrà creato e messo nella cartella /includes/.<br>"

Const LANG_CONFIGURATION_END1 = "Cancellate il file (setup.asp) dal vostro server web.<br>"
Const LANG_CONFIGURATION_END1_2 = "Ricordatevi di cancellare il file(upgrade.asp) dal vostro server web.<br>"
Const LANG_CONFIGURATION_END2 = "Per riconfigurare il sito basta cancellare il file di configurazione ""/includes/configuration-inc.asp"".<br><br>"
Const LANG_CONFIGURATION_END3 = "<a href=""Default.asp"">Vai al tuo sito !</a>"
Const LANG_BAD_LOGIN_PASSWORD = "La vostra user/password non è di amministrazione."
Const LANG_INTRODUCTION1 = "<br>Per configurare ASP-Nuke rispondete alle seguenti domande."
Const LANG_INTRODUCTION1_2 = "<br>Questo è il setup del tuo sito web. Rispondi alle seguenti domande (se non sai che valori assegnare lascia quelli di default)."
Const LANG_INTRODUCTION2 = "<br>Dopo aver cliccato su ""Invia"", riceverai la conferma che il tuo sito è stato ben configurato. Dopo la conferma rimuovi il file ""setup.asp"" dal tuo server per evitare che altre persone ne abbiano accesso.<br>"
Const LANG_INTRODUCTION3 = "Finchè avrete il vostro file di configurazione ""/includes/configuration-inc.asp"" non vi potranno fare danni, ma vi consiglio comunque di rimuovere il file setup dal vostro server web.<br><br>"
Const LANG_MISSING_FIELDS = "Devi compilare tutti i campi"
Const LANG_WEBSITE_NAME = "Nome del sito"
Const LANG_WEBSITE_URL = "URL del sito"
Const LANG_ADMIN_LOGIN = "Login amministratore"
Const LANG_ADMIN_PASSWORD = "Password amministratore"
Const LANG_WEBSITE_EMAIL = "Email webmaster"
Const LANG_WEBSITE_EMAIL2 = "Email secondaria"
Const LANG_ADMIN_LOGIN_NOTE = "questo nick sarà utilizzato per l'amministrazione del sito"
Const LANG_ADMIN_PASSWORD_NOTE = "ricordate di conservare la password"
Const LANG_WEBSITE_KEYWORDS = "Keywords"
Const LANG_WEBSITE_KEYWORDS_NOTE = "separate da una virgola"
Const LANG_WEBSITE_DESCRIPTION = "Descrizione breve del sito"
Const LANG_WEBSITE_DESCRIPTION_NOTE = "2 o 3 frasi massimo"
Const LANG_WEBSITE_AUTHOR = "Autore"
Const LANG_WEBSITE_AUTHOR_NOTE = "vostro nick, email e/o nome/cognome"
Const LANG_DATABASE_DIRECTORY = "Cartella dei database"
Const LANG_DISPLAY_VISITORS_COUNTER = "Mostrare i visitatori/iscritti?"
Const LANG_DISPLAY_ADVERTISING = "Mostrare la pubblicità?"
Const LANG_DISPLAY_SEARCH = "Mostrare il motore di ricerca?"
Const LANG_DISPLAY_NEWSLETTER_CHECKBOX = "Campo ""Newsletter"" disponibile"
Const LANG_DISPLAY_FAVORITES = "Mostrare i siti preferiti ?"
Const LANG_DISPLAY_ACCOUNTS = "Mostrare le info sugli utenti ?"
Const LANG_DISPLAY_TOP_DIRECTORY = "Mostrare gli ultimi siti nelle directory ?"
Const LANG_DISPLAY_BULLETS = "Mostrare i bullets ?"
Const LANG_DISPLAY_BULLETS_NOTE = "nel menù"
Const LANG_DISPLAY_BACKEND = "Generare il Backend ?"
Const LANG_DISPLAY_BACKEND_NOTE = "dovrete avere i diritti di lettura e scrittura sulla cartella ""/scripts"""
Const LANG_ENABLE_PRIVATE_AVATAR = "Gli utenti possono avere avatar privati?"
Const LANG_AUTO_ACCEPT_PRIVATE_AVATAR = "Gli avatar privati sono validati in automatico?"
Const LANG_DISPLAY_VERSIONS = "Mostrare la versione della lingua scelta?"
Const LANG_AUTO_SIGNUP = "Iscrizione automatica"
Const LANG_AUTO_SIGNUP_NOTE = "se si deseleziona, gli utenti dovranno confermare la registrazione cliccando su di un link che riceveranno via mail"
Const LANG_TOP_IMPORTANT_NOTE = "<b>Attenzione : </b> Rispondendo <b>0</b> nella lista seguente, le sezioni verranno disabilitate."
Const LANG_TOP_NEWS = "Top ultime news"
Const LANG_TOP_NEWS_LINKS = "Top ultime news (links)"
Const LANG_TOP_COMMENTS = "Top ultimi commenti"
Const LANG_TOP_ARTICLES = "Top ultimi commenti articoli"
Const LANG_TOP_DOWNLOADS = "Top ultimi downloads"
Const LANG_TOP_POSTS = "Top ultimi posts (forum)"
Const LANG_TOP_SEARCH_RESULTS = "Numero risultati ricerca"
Const LANG_TOP_POLLS = "Numero ultimi sondaggi"
Const LANG_TOP_IMAGES = "Numero ultime immagini"
Const LANG_TOP_DIRECTORY = "Numero ultimi siti"
Const LANG_COMMENTS_BY_PAGE = "Numero Commenti per pagina"
Const LANG_IMAGES_BY_PAGE = "Numero ultime immagini per pagina"
Const LANG_SUBMIT = "Invia"
Const LANG_PROPERTY = "Proprietà"
Const LANG_VALUE = "Valore"
%>
<!-- #include file="includes/display-inc.asp" -->
<%
Function AutoDetectDBPath(sPath)
Dim oFs, oFolder, oSubFolder, oFile, bMain, bForum, sTempPath, sDBPath

bMain = False
bForum = False
sDBPath = ""
If sPath = "" then sPath = "."

On Error Resume Next
Set oFs = Server.CreateObject("Scripting.FileSystemObject")

If oFs.FolderExists(Server.MapPath(sPath)) Then
Set oFolder = oFs.GetFolder(Server.MapPath(sPath))

For Each oFile In oFolder.Files
If LCase(oFile.Name) = "forum.mdb" Then bForum = True
If LCase(oFile.Name) = "main.mdb" Then bMain = True
Next

If bMain and bForum Then
sDBPath = sPath
Else
For Each oSubFolder In oFolder.SubFolders
sTempPath = AutoDetectDBPath(sPath & "/" & oSubFolder.Name)
If sTempPath <> "" Then
sDBPath = sTempPath
Exit For
End If
Next
End If
End If

If sDBPath <> "" Then
If Left(sDBPath, 2) = "./" Then
sDBPath = Mid(sDBPath, 3)
ElseIf Left(sDBPath, 1) = "." Then
sDBPath = Mid(sDBPath, 2)
ElseIf Left(sDBPath, 1) = "/" Then
sDBPath = Mid(sDBPath, 2)
End If
End If

Set oFs = Nothing

On Error Goto 0

AutoDetectDBPath = sDBPath
End Function

Function GetDBPath(sPath)
Dim sMyDBPath

sMyDBPath = AutoDetectDBPath(sPath)

If sMyDBPath = "" Then
sMyDBPath = "db"
End If

If Left(sMyDBPath, 1) <> "/" Then sMyDBPath = "/" & sMyDBPath

GetDBPath = sMyDBPath
End Function

Function DBConnexion(sPath, sDBName)
Dim oCn, sConnString, oFs, sDBPath
sDBPath = Server.MapPath(sPath)

Set oCn = Server.CreateObject("ADODB.Connection")
sConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; " & "DBQ=" & sDBPath & "/" & sDBName & ".mdb"
On Error Resume Next
oCn.Open sConnString
If Err.number <> 0 Then
Response.Write LANG_ERROR_DB_PATH
Response.End
Err.Clear
End If
On Error Goto 0
Set DBConnexion = oCn
End Function

Function DateTimeToString(dDateTime)
DateTimeToString = Year(dDateTime) & Right("0" & Month(dDateTime), 2) & Right("0" & Day(dDateTime), 2) & " " & Right("0" & Hour(dDateTime), 2) & ":" & Right("0" & Minute(dDateTime), 2) & ":" & Right("0" & Second(dDateTime), 2)
End Function

Dim oFs, oFile, sDirectory, X, bFileSO, bAlreadyConf, sMsg, oCn, oRs, rSQL
Dim bDynCount, bAdvertsing, bSearchEngine, bNewsletter, bFavorites, bAccounts, bLastSites, bBullet, bBackEnd, sAdminPseudo, sAdminPwd, sDBDir
Dim bAllowPrivateAvatars, bAutoAcceptPrivateAvatar, bDisplayVersions, bAutoSignup

sDirectory = Replace(LCase(Request.ServerVariables("PATH_INFO")), "/setup.asp", "")
bAlreadyConf = False
bFileSO = True

Response.Write "<html>" & vbCRLF
Response.Write "<head>" & vbCRLF
Response.Write "<title>" & LANG_TITLE_PAGE & "</title>" & vbCRLF
Response.Write "<meta http-equiv=""Content-Type"" content=""text/html; charset=" & sCharset & """>" & vbCRLF
Response.Write "<link rel=""stylesheet"" href=""themes/default/default.css"" type=""text/css"">" & vbCRLF
Response.Write "</head>" & vbCRLF
Response.Write "<body>" & vbCRLF

On Error Resume Next
Set oFs = Server.CreateObject("Scripting.FileSystemObject")
If Err.number <> 0 Then
Err.Clear
bFileSO = False
End If
On Error Goto 0

If bFileSO Then
If oFs.FileExists(Server.MapPath("./includes/configuration-inc.asp")) Then bAlreadyConf = True
End If

If bAlreadyConf Then
Response.Write LANG_SITE_ALREADY_CONFIGURED
Else
If Request.Form("SiteName") <> "" Then
If Request.Form("DynamicCount") <> "" Then
bDynCount = "True"
Else
bDynCount = "False"
End If
If Request.Form("Advertising") <> "" Then
bAdvertsing = "True"
Else
bAdvertsing = "False"
End If
If Request.Form("SearchEngine") <> "" Then
bSearchEngine = "True"
Else
bSearchEngine = "False"
End If
If Request.Form("Newsletter") <> "" Then
bNewsletter = "True"
Else
bNewsletter = "False"
End If
If Request.Form("Favorites") <> "" Then
bFavorites = "True"
Else
bFavorites = "False"
End If
If Request.Form("Accounts") <> "" Then
bAccounts = "True"
Else
bAccounts = "False"
End If
If Request.Form("LastSites") <> "" Then
bLastSites = "True"
Else
bLastSites = "False"
End If
If Request.Form("Bullet") <> "" Then
bBullet = "True"
Else
bBullet = "False"
End If
If Request.Form("AllowPrivateAvatars") <> "" Then
bAllowPrivateAvatars = "True"
Else
bAllowPrivateAvatars = "False"
End If
If Request.Form("AutoAcceptPrivateAvatar") <> "" Then
bAutoAcceptPrivateAvatar = "True"
Else
bAutoAcceptPrivateAvatar = "False"
End If
If Request.Form("DisplayVersions") <> "" Then
bDisplayVersions = "True"
Else
bDisplayVersions = "False"
End If
If Request.Form("AutoSignup") <> "" Then
bAutoSignup = "True"
Else
bAutoSignup = "False"
End If

If Request.Form("AutoBackEnd") <> "" Then
bBackEnd = "True"
Else
bBackEnd = "False"
End If

sAdminPseudo = Request.Form("uLogin")
sAdminPwd = Request.Form("uPassword")
sDBDir = Request.Form("sDBPath")

Set oCn = DBConnexion(sDBDir, "main")
rSQL = "SELECT * FROM Users WHERE uLogin='" & Replace(sAdminPseudo, "'", "''") & "'"
Set oRs = oCn.Execute(rSQL)
If oRs.EOF Then
rSQL = "INSERT INTO users (uLogin, uPassword, uEmail, uMSN, uYahoo, uICQ, uAIM, uURL, uSignature, uRole, uDate, uNewsletter, uProfile, uValid) VALUES ('" & Replace(sAdminPseudo, "'", "''") & "', '" & Replace(sAdminPwd, "'", "''") & "', '" & Replace(Request.Form("SiteEmail"), "'", "''") & "', '', '', '', '', '" & Replace(Request.Form("SiteURL"), "'", "''") & "', '', 3, '" & DateTimeToString(Now()) & "', 0, 0, 1)"
oCn.Execute rSQL
rSQL = "SELECT * FROM Versions WHERE vCode='" & Replace(sLangCode, "'", "''") & "'"
Set oRs = oCn.Execute(rSQL)
If oRs.EOF Then
rSQL = "INSERT INTO versions (vCode, vTitle, vPicture) VALUES ('" & Replace(sLangCode, "'", "''") & "', '" & Replace(LANG_VERSION_NAME, "'", "''") & "', '')"
oCn.Execute rSQL
End If
Set oCn = DBConnexion(sDBDir, "forum")
rSQL = "INSERT INTO users (UserLogin, UserPosts, UserValid) VALUES ('" & Replace(sAdminPseudo, "'", "''") & "', 0, 1)"
oCn.Execute rSQL
rSQL = "INSERT INTO Owners (OwnerID) VALUES ('" & Replace(sAdminPseudo, "'", "''") & "')"
oCn.Execute rSQL
End If
oCn.Close
Set oCn = Nothing

sMsg = "<" & "%" & vbCRLF
sMsg = sMsg & " ' General website's information" & vbCRLF
sMsg = sMsg & " ' Website's name" & vbCRLF
sMsg = sMsg & " Const GLOBAL_SITE_NAME = """ & Server.HTMLEncode(Request.Form("SiteName")) & """" & vbCRLF
sMsg = sMsg & " ' Website's url" & vbCRLF
sMsg = sMsg & " Const GLOBAL_SITE_URL = """ & Server.HTMLEncode(Request.Form("SiteURL")) & """" & vbCRLF
sMsg = sMsg & " ' Webmaster's email" & vbCRLF
sMsg = sMsg & " Const GLOBAL_SITE_EMAIL = """ & Server.HTMLEncode(Request.Form("SiteEmail")) & """" & vbCRLF
sMsg = sMsg & " ' Accounts email" & vbCRLF
sMsg = sMsg & " Const GLOBAL_ACCOUNTS_EMAIL = """ & Server.HTMLEncode(Request.Form("AccountsEmail")) & """" & vbCRLF
sMsg = sMsg & " ' Copyright display at bottom" & vbCRLF
sMsg = sMsg & " Const GLOBAL_SITE_COPYRIGHT = """ & Server.HTMLEncode(Request.Form("SiteCopyright")) & """" & vbCRLF
sMsg = sMsg & " ' Default language file" & vbCRLF
sMsg = sMsg & " Const GLOBAL_SITE_DEFAULT_VERSION = """ & sLangCode & """" & vbCRLF
sMsg = sMsg & "" & vbCRLF
sMsg = sMsg & " ' META info" & vbCRLF
sMsg = sMsg & " ' Keywords" & vbCRLF
sMsg = sMsg & " Const GLOBAL_META_KEYWORDS = """ & Server.HTMLEncode(Request.Form("MetaKeywords")) & """" & vbCRLF
sMsg = sMsg & " ' Description" & vbCRLF
sMsg = sMsg & " Const GLOBAL_META_DESCRIPTION = """ & Server.HTMLEncode(Request.Form("MetaDescription")) & """" & vbCRLF
sMsg = sMsg & " ' Author" & vbCRLF
sMsg = sMsg & " Const GLOBAL_META_AUTHOR = """ & Server.HTMLEncode(Request.Form("MetaAuthor")) & """" & vbCRLF
sMsg = sMsg & " ' Head structure of subtable" & vbCRLF
sMsg = sMsg & " Const GLOBAL_SITE_SUBTABLE = ""<table width=""""100%"""" class=""""myTable"""" cellspacing=""""1"""" cellpadding=""""2"""" align=""""center"""">""" & vbCRLF
sMsg = sMsg & "" & vbCRLF
sMsg = sMsg & " ' Paths. Edit ALL paths IF YOU ARE IN A VIRTUAL DIRECTORY !" & vbCRLF
sMsg = sMsg & " ' put a ""/myAspNukeDir"" before paths if you're in a virtual directory, " & vbCRLF
sMsg = sMsg & " ' where /myAspNukeDir is your virtual directory. " & vbCRLF
sMsg = sMsg & " ' For example : Const GLOBAL_SITE_PATH = ""/mywebsite/""" & vbCRLF
sMsg = sMsg & "" & vbCRLF
sMsg = sMsg & " ' Website path" & vbCRLF
sMsg = sMsg & " Const GLOBAL_SITE_PATH = """ & sDirectory & "/""" & vbCRLF
sMsg = sMsg & " ' admin path" & vbCRLF
sMsg = sMsg & " Const GLOBAL_SITE_ADMIN_PATH = """ & sDirectory & "/admin/""" & vbCRLF
sMsg = sMsg & " ' Themes Path" & vbCRLF
sMsg = sMsg & " Const GLOBAL_SITE_THEMES_PATH = """ & sDirectory & "/themes/""" & vbCRLF
sMsg = sMsg & " ' Pictures directory" & vbCRLF
sMsg = sMsg & " Const GLOBAL_SITE_IMAGES_PATH = """ & sDirectory & "/imgs/""" & vbCRLF
sMsg = sMsg & " ' News pictures directory" & vbCRLF
sMsg = sMsg & " Const GLOBAL_SITE_IMAGES_NEWS_PATH = """ & sDirectory & "/imgs/news/""" & vbCRLF
sMsg = sMsg & " ' Smileys pictures directory" & vbCRLF
sMsg = sMsg & " Const GLOBAL_SITE_IMAGES_SMILEYS_PATH = """ & sDirectory & "/forum/smileys/""" & vbCRLF
sMsg = sMsg & " ' Backend path and file" & vbCRLF
sMsg = sMsg & " Const GLOBAL_SITE_BACKEND = """ & sDirectory & "/scripts/display_news.js""" & vbCRLF
sMsg = sMsg & " ' Database path" & vbCRLF
sMsg = sMsg & " Const GLOBAL_SITE_DATABASE_PATH = """ & sDBDir & """" & vbCRLF
sMsg = sMsg & " ' Language files path" & vbCRLF
sMsg = sMsg & " Const GLOBAL_SITE_VERSIONS_PATH = """ & sDirectory & "/lang/""" & vbCRLF
sMsg = sMsg & "" & vbCRLF
sMsg = sMsg & " ' Database constants" & vbCRLF
sMsg = sMsg & " Const DB_MAIN = ""main""" & vbCRLF
sMsg = sMsg & " Const DB_FORUM = ""forum""" & vbCRLF
sMsg = sMsg & "" & vbCRLF
sMsg = sMsg & " ' Display configuration (left column)" & vbCRLF
sMsg = sMsg & " ' Dynamic count display" & vbCRLF
sMsg = sMsg & " Const bDisplayDynamicCount = " & bDynCount & vbCRLF
sMsg = sMsg & " ' Advertising display" & vbCRLF
sMsg = sMsg & " Const bDisplayAdvertising = " & bAdvertsing & vbCRLF
sMsg = sMsg & " ' Search engine display" & vbCRLF
sMsg = sMsg & " Const bDisplaySearchEngine = " & bSearchEngine & vbCRLF
sMsg = sMsg & " ' Newsletter" & vbCRLF
sMsg = sMsg & " Const bNewsletter = " & bNewsletter & vbCRLF
sMsg = sMsg & " ' Favorites display" & vbCRLF
sMsg = sMsg & " Const bDisplayFavorites = " & bFavorites & vbCRLF
sMsg = sMsg & " ' Accounts display" & vbCRLF
sMsg = sMsg & " Const bDisplayAccounts = " & bAccounts & vbCRLF
sMsg = sMsg & " ' Last websites display" & vbCRLF
sMsg = sMsg & " Const bDisplayLastSites = " & bLastSites & vbCRLF
sMsg = sMsg & " ' Display a bullet before menu choices" & vbCRLF
sMsg = sMsg & " Const bDisplayBullet = " & bBullet & vbCRLF
sMsg = sMsg & " ' Allow or not private avatar" & vbCRLF
sMsg = sMsg & " Const bAllowPrivateAvatars = " & bAllowPrivateAvatars & vbCRLF
sMsg = sMsg & " ' Auto accept private avatar or not by default" & vbCRLF
sMsg = sMsg & " Const bAutoAcceptPrivateAvatar = " & bAutoAcceptPrivateAvatar & vbCRLF
sMsg = sMsg & " ' Display language choice" & vbCRLF
sMsg = sMsg & " Const bDisplayVersions = " & bDisplayVersions & vbCRLF
sMsg = sMsg & " ' Automatic signup" & vbCRLF
sMsg = sMsg & " Const bAutoSignup = " & bAutoSignup & vbCRLF
sMsg = sMsg & "" & vbCRLF
sMsg = sMsg & " ' Back End" & vbCRLF
sMsg = sMsg & " ' Automatic backend generated" & vbCRLF
sMsg = sMsg & " Const bAutoBackEnd = " & bBackEnd & "" & vbCRLF
sMsg = sMsg & "" & vbCRLF
sMsg = sMsg & " ' TOP results for each section" & vbCRLF
sMsg = sMsg & " Const GLOBAL_NEWS_TOP = " & Request.Form("TopNews") & vbCRLF
sMsg = sMsg & " Const GLOBAL_NEWS_LINKS_TOP = " & Request.Form("TopNewsLinks") & vbCRLF
sMsg = sMsg & " Const GLOBAL_COMMENTS_TOP = " & Request.Form("TopComments") & vbCRLF
sMsg = sMsg & " Const GLOBAL_ARTICLES_TOP = " & Request.Form("TopArticles") & vbCRLF
sMsg = sMsg & " Const GLOBAL_DOWNLOADS_TOP = " & Request.Form("TopDownloads") & vbCRLF
sMsg = sMsg & " Const GLOBAL_FORUM_TOP = " & Request.Form("TopForum") & vbCRLF
sMsg = sMsg & " Const GLOBAL_SEARCH_TOP = " & Request.Form("TopSearch") & vbCRLF
sMsg = sMsg & " Const GLOBAL_POLLS_TOP = " & Request.Form("TopPolls") & vbCRLF
sMsg = sMsg & " Const GLOBAL_IMAGES_TOP = " & Request.Form("TopImages") & vbCRLF
sMsg = sMsg & " Const GLOBAL_DIRECTORY_TOP = " & Request.Form("TopDirectory") & vbCRLF
sMsg = sMsg & " Const GLOBAL_COMMENTS_PAGE = " & Request.Form("PageComments") & vbCRLF
sMsg = sMsg & " Const GLOBAL_IMAGES_PAGE = " & Request.Form("PageImages") & vbCRLF
sMsg = sMsg & " Const GLOBAL_POLLS_MAX_RESULTS = 5" & vbCRLF
sMsg = sMsg & " Const GLOBAL_CUSTOM_BLOCKS = 0" & vbCRLF
sMsg = sMsg & "%" & ">" & vbCRLF

If bFileSO Then
On Error Resume Next
Set oFile = oFs.OpenTextFile(Server.MapPath("./includes/configuration-inc.asp"), 2, True)
oFile.WriteLine sMsg
oFile.Close
If oFs.FileExists(Server.MapPath("./includes/configuration-inc.asp")) Then
Response.Write LANG_CONFIGURATION_CREATED1 & vbCRLF
Response.Write LANG_CONFIGURATION_CREATED2 & vbCRLF
Else
bFileSO = False
End If

Set oFs = Nothing
On Error GoTo 0
End If

If Not bFileSO Then
Response.Write LANG_FILESYSTEM_FORBIDDEN1 & vbCRLF
Response.Write "<div align=""center""><textarea name=""configuration"" class=""cell"" rows=""80"" cols=""100"">" & Server.HTMLEncode(sMsg) & "</textarea></div>" & vbCRLF
Response.Write LANG_FILESYSTEM_FORBIDDEN2 & vbCRLF
End If

Response.Write LANG_CONFIGURATION_END1 & vbCRLF
Response.Write LANG_CONFIGURATION_END2 & vbCRLF
Response.Write LANG_CONFIGURATION_END3 & vbCRLF
Else
sDBDir = GetDBPath(sDirectory)

CreateTopTable "setup", "ASP-Nuke Setup (" & sVersion & ") - " & LANG_VERSION_NAME

Response.Write LANG_INTRODUCTION1 & vbCRLF
Response.Write LANG_INTRODUCTION2 & vbCRLF
Response.Write LANG_INTRODUCTION3 & vbCRLF
Response.Write "<script language=""Javascript"" type=""text/javascript"">" & vbCRLF
Response.Write " function testAndSubmit()" & vbCRLF
Response.Write " {" & vbCRLF
Response.Write " var ok = true;" & vbCRLF
Response.Write " var texte = '" & Replace(LANG_MISSING_FIELDS, "'", "\'") & " :';" & vbCRLF
Response.Write " if (document.ConfigASPNuke.SiteName.value == '')" & vbCRLF
Response.Write " {" & vbCRLF
Response.Write " ok = false;" & vbCRLF
Response.Write " texte = texte + '\n - " & Replace(LANG_WEBSITE_NAME, "'", "\'") & "';" & vbCRLF
Response.Write " }" & vbCRLF
Response.Write " if (document.ConfigASPNuke.SiteURL.value == '')" & vbCRLF
Response.Write " {" & vbCRLF
Response.Write " ok = false;" & vbCRLF
Response.Write " texte = texte + '\n - " & Replace(LANG_WEBSITE_URL, "'", "\'") & "';" & vbCRLF
Response.Write " }" & vbCRLF
Response.Write " if (document.ConfigASPNuke.uLogin.value == '')" & vbCRLF
Response.Write " {" & vbCRLF
Response.Write " ok = false;" & vbCRLF
Response.Write " texte = texte + '\n - " & Replace(LANG_ADMIN_LOGIN, "'", "\'") & "';" & vbCRLF
Response.Write " }" & vbCRLF
Response.Write " if (document.ConfigASPNuke.uPassword.value == '')" & vbCRLF
Response.Write " {" & vbCRLF
Response.Write " ok = false;" & vbCRLF
Response.Write " texte = texte + '\n - " & Replace(LANG_ADMIN_PASSWORD, "'", "\'") & "';" & vbCRLF
Response.Write " }" & vbCRLF
Response.Write " if (document.ConfigASPNuke.SiteEmail.value == '')" & vbCRLF
Response.Write " {" & vbCRLF
Response.Write " ok = false;" & vbCRLF
Response.Write " texte = texte + '\n - " & Replace(LANG_WEBSITE_EMAIL, "'", "\'") & "';" & vbCRLF
Response.Write " }" & vbCRLF
Response.Write " if (document.ConfigASPNuke.AccountsEmail.value == '')" & vbCRLF
Response.Write " {" & vbCRLF
Response.Write " ok = false;" & vbCRLF
Response.Write " texte = texte + '\n - " & Replace(LANG_WEBSITE_EMAIL2, "'", "\'") & "';" & vbCRLF
Response.Write " }" & vbCRLF
Response.Write " if (ok)" & vbCRLF
Response.Write " {" & vbCRLF
Response.Write " document.ConfigASPNuke.submit();" & vbCRLF
Response.Write " }" & vbCRLF
Response.Write " else" & vbCRLF
Response.Write " {" & vbCRLF
Response.Write " alert(texte);" & vbCRLF
Response.Write " }" & vbCRLF
Response.Write " }" & vbCRLF
Response.Write "</script>" & vbCRLF
Response.Write "<table width=""100%"" class=""myTable"" cellpadding=""2"" cellspacing=""1"" border=""0"" align=""center"">" & vbCRLF
Response.Write "<form name=""ConfigASPNuke"" method=""post"" action=""setup.asp"">" & vbCRLF
Response.Write " <tr class=""tablelinemain"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_PROPERTY & "</td>" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_VALUE & "</td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_WEBSITE_NAME & "</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""SiteName"" size=""20"" maxlength=""50"" class=""cell"" value=""""></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_WEBSITE_URL & "</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""SiteURL"" size=""50"" maxlength=""100"" class=""cell"" value=""http://" & Request.ServerVariables("SERVER_NAME") & """></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_ADMIN_LOGIN & " <span class=""small"">(" & LANG_ADMIN_LOGIN_NOTE & ")</span></td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""uLogin"" maxlength=""20"" size=""20"" class=""cell""></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_ADMIN_PASSWORD & " <span class=""small"">(" & LANG_ADMIN_PASSWORD_NOTE & ")</span></td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""uPassword"" maxlength=""20"" size=""20"" class=""cell""></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_WEBSITE_EMAIL & "</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""SiteEmail"" size=""30"" maxlength=""50"" class=""cell"" value=""webmaster@" & Replace(Request.ServerVariables("SERVER_NAME"), "www.", "") & """></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_WEBSITE_EMAIL2 & "</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""AccountsEmail"" size=""30"" maxlength=""100"" class=""cell"" value=""info@" & Replace(Request.ServerVariables("SERVER_NAME"), "www.", "") & """></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">Copyright</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""SiteCopyright"" size=""20"" maxlength=""50"" class=""cell"" value=""&copy;""></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_WEBSITE_KEYWORDS & " <span class=""small"">(" & LANG_WEBSITE_KEYWORDS_NOTE & ")</span></td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""MetaKeywords"" size=""50"" maxlength=""100"" class=""cell"" value=""""></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_WEBSITE_DESCRIPTION & " <span class=""small"">(" & LANG_WEBSITE_DESCRIPTION_NOTE & ")</span></td>" & vbCRLF
Response.Write " <td width=""50%""><textarea name=""MetaDescription"" cols=""40"" rows=""3"" class=""cell""></textarea></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_WEBSITE_AUTHOR & " <span class=""small"">(" & LANG_WEBSITE_AUTHOR_NOTE & ")</span></td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""MetaAuthor"" size=""30"" maxlength=""100"" class=""cell"" value=""""></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_DATABASE_DIRECTORY & "</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""sDBPath"" maxlength=""50"" size=""20"" class=""cell"" value=""" & sDBDir & """></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_DISPLAY_VISITORS_COUNTER & "</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""DynamicCount"" type=""checkbox"" checked></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_DISPLAY_ADVERTISING & "</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""Advertising"" type=""checkbox"" checked></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_DISPLAY_SEARCH & "</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""SearchEngine"" type=""checkbox"" checked></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_DISPLAY_NEWSLETTER_CHECKBOX & "</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""Newsletter"" type=""checkbox"" checked></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_DISPLAY_FAVORITES & "</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""Favorites"" type=""checkbox"" checked></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_DISPLAY_ACCOUNTS & "</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""Accounts"" type=""checkbox"" checked></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_DISPLAY_TOP_DIRECTORY & "</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""LastSites"" type=""checkbox"" checked></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_DISPLAY_BULLETS & " <span class=""small"">(" & LANG_DISPLAY_BULLETS_NOTE & ")</span></td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""Bullet"" type=""checkbox"" checked></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_DISPLAY_BACKEND & " <span class=""small"">(" & LANG_DISPLAY_BACKEND_NOTE & ")</span></td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""AutoBackEnd"" type=""checkbox""></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_ENABLE_PRIVATE_AVATAR & "</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""AllowPrivateAvatars"" type=""checkbox"" checked></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_AUTO_ACCEPT_PRIVATE_AVATAR & "</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""AutoAcceptPrivateAvatar"" type=""checkbox"" checked></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_DISPLAY_VERSIONS & "</td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""DisplayVersions"" type=""checkbox"" checked></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_AUTO_SIGNUP & " <span class=""small"">(" & LANG_AUTO_SIGNUP_NOTE & ")</span></td>" & vbCRLF
Response.Write " <td width=""50%""><input name=""AutoSignup"" type=""checkbox"" checked></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tablelinemain"">" & vbCRLF
Response.Write " <td colspan=""2"">" & LANG_TOP_IMPORTANT_NOTE & "</td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_TOP_NEWS & "</td>" & vbCRLF
Response.Write " <td width=""50%"">" & vbCRLF
Response.Write " <select name=""TopNews"">" & vbCRLF
For X = 0 To 20
Response.Write "<option value=""" & X & """"
If X = 5 Then Response.Write " selected"
Response.Write ">" & X & "</option>" & vbCRLF
Next
Response.Write " </select>" & vbCRLF
Response.Write " </td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_TOP_NEWS_LINKS & "</td>" & vbCRLF
Response.Write " <td width=""50%"">" & vbCRLF
Response.Write " <select name=""TopNewsLinks"">" & vbCRLF
For X = 0 To 20
Response.Write "<option value=""" & X & """"
If X = 10 Then Response.Write " selected"
Response.Write ">" & X & "</option>" & vbCRLF
Next
Response.Write " </select>" & vbCRLF
Response.Write " </td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_TOP_COMMENTS & "</td>" & vbCRLF
Response.Write " <td width=""50%"">" & vbCRLF
Response.Write " <select name=""TopComments"">" & vbCRLF
For X = 0 To 20
Response.Write "<option value=""" & X & """"
If X = 10 Then Response.Write " selected"
Response.Write ">" & X & "</option>" & vbCRLF
Next
Response.Write " </select>" & vbCRLF
Response.Write " </td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_TOP_ARTICLES & "</td>" & vbCRLF
Response.Write " <td width=""50%"">" & vbCRLF
Response.Write " <select name=""TopArticles"">" & vbCRLF
For X = 0 To 20
Response.Write "<option value=""" & X & """"
If X = 5 Then Response.Write " selected"
Response.Write ">" & X & "</option>" & vbCRLF
Next
Response.Write " </select>" & vbCRLF
Response.Write " </td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_TOP_DOWNLOADS & "</td>" & vbCRLF
Response.Write " <td width=""50%"">" & vbCRLF
Response.Write " <select name=""TopDownloads"">" & vbCRLF
For X = 0 To 20
Response.Write "<option value=""" & X & """"
If X = 10 Then Response.Write " selected"
Response.Write ">" & X & "</option>" & vbCRLF
Next
Response.Write " </select>" & vbCRLF
Response.Write " </td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_TOP_POSTS & "</td>" & vbCRLF
Response.Write " <td width=""50%"">" & vbCRLF
Response.Write " <select name=""TopForum"">" & vbCRLF
For X = 0 To 20
Response.Write "<option value=""" & X & """"
If X = 5 Then Response.Write " selected"
Response.Write ">" & X & "</option>" & vbCRLF
Next
Response.Write " </select>" & vbCRLF
Response.Write " </td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_TOP_SEARCH_RESULTS & "</td>" & vbCRLF
Response.Write " <td width=""50%"">" & vbCRLF
Response.Write " <select name=""TopSearch"">" & vbCRLF
For X = 0 To 20
Response.Write "<option value=""" & X & """"
If X = 10 Then Response.Write " selected"
Response.Write ">" & X & "</option>" & vbCRLF
Next
Response.Write " </select>" & vbCRLF
Response.Write " </td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_TOP_POLLS & "</td>" & vbCRLF
Response.Write " <td width=""50%"">" & vbCRLF
Response.Write " <select name=""TopPolls"">" & vbCRLF
For X = 0 To 5
Response.Write "<option value=""" & X & """"
If X = 1 Then Response.Write " selected"
Response.Write ">" & X & "</option>" & vbCRLF
Next
Response.Write " </select>" & vbCRLF
Response.Write " </td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_TOP_IMAGES & "</td>" & vbCRLF
Response.Write " <td width=""50%"">" & vbCRLF
Response.Write " <select name=""TopImages"">" & vbCRLF
For X = 0 To 20
Response.Write "<option value=""" & X & """"
If X = 10 Then Response.Write " selected"
Response.Write ">" & X & "</option>" & vbCRLF
Next
Response.Write " </select>" & vbCRLF
Response.Write " </td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_TOP_DIRECTORY & "</td>" & vbCRLF
Response.Write " <td width=""50%"">" & vbCRLF
Response.Write " <select name=""TopDirectory"">" & vbCRLF
For X = 0 To 20
Response.Write "<option value=""" & X & """"
If X = 10 Then Response.Write " selected"
Response.Write ">" & X & "</option>" & vbCRLF
Next
Response.Write " </select>" & vbCRLF
Response.Write " </td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline1"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_COMMENTS_BY_PAGE & "</td>" & vbCRLF
Response.Write " <td width=""50%"">" & vbCRLF
Response.Write " <select name=""PageComments"">" & vbCRLF
For X = 1 To 30
Response.Write "<option value=""" & X & """"
If X = 10 Then Response.Write " selected"
Response.Write ">" & X & "</option>" & vbCRLF
Next
Response.Write " </select>" & vbCRLF
Response.Write " </td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tableline2"">" & vbCRLF
Response.Write " <td width=""50%"">" & LANG_IMAGES_BY_PAGE & "</td>" & vbCRLF
Response.Write " <td width=""50%"">" & vbCRLF
Response.Write " <select name=""PageImages"">" & vbCRLF
For X = 1 To 30
Response.Write "<option value=""" & X & """"
If X = 12 Then Response.Write " selected"
Response.Write ">" & X & "</option>" & vbCRLF
Next
Response.Write " </select>" & vbCRLF
Response.Write " </td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""tablelinemain"">" & vbCRLF
Response.Write " <td colspan=""2""><input type=""button"" class=""button"" onClick=""testAndSubmit()"" value=""" & LANG_SUBMIT & """>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write "</form>" & vbCRLF
Response.Write "</table>" & vbCRLF

CreateBottomTable ""
End If
End If

Response.Write "</body>" & vbCRLF
Response.Write "</html>" & vbCRLF
%>




aiutatemi xkè sto impazzendo, cazzarola!!!
__________________
La POTENZA è nulla senza il CONTROLLO!
Albozzo è offline   Rispondi citando il messaggio o parte di esso
Old 15-09-2005, 15:48   #2
BloodFlowers
Bannato
 
L'Avatar di BloodFlowers
 
Iscritto dal: Mar 2000
Città: Salerno
Messaggi: 16336
..ma che lingua è?? sanscrito!
BloodFlowers è offline   Rispondi citando il messaggio o parte di esso
Old 15-09-2005, 15:51   #3
BloodFlowers
Bannato
 
L'Avatar di BloodFlowers
 
Iscritto dal: Mar 2000
Città: Salerno
Messaggi: 16336
guarda qua e

Altri link:

1

2

3

4

5

Ultima modifica di BloodFlowers : 15-09-2005 alle 15:54.
BloodFlowers è offline   Rispondi citando il messaggio o parte di esso
Old 15-09-2005, 16:02   #4
Albozzo
Senior Member
 
L'Avatar di Albozzo
 
Iscritto dal: Feb 2003
Città: Salerno
Messaggi: 1390
Quote:
Originariamente inviato da BloodFlowers
..ma che lingua è?? sanscrito!

blood tu sei ignorante!!!

cmq ho risolto tutto.... nn sapevo che altervista nn supportasse asp, quindi sto installando php-nuke 7.5: bisogna trasferire su server 25,7mbbbbbbbbbb in uploadddddddddd!
ciauz
__________________
La POTENZA è nulla senza il CONTROLLO!
Albozzo è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


Marvel's Wolverine, la recensione: Logan torna protagonista in un'avventura brutale e intensa Marvel's Wolverine, la recensione: Logan torna p...
DJI Romo 2: tante novità lo rendono un robot completo DJI Romo 2: tante novità lo rendono un ro...
Sony Bravia 9 II: il True RGB alla prova, dove l'LCD sfida l'OLED Sony Bravia 9 II: il True RGB alla prova, dove l...
Geely EX5, un mese al volante: il SUV elettrico cinese che ci ha sorpreso (quasi) senza riserve Geely EX5, un mese al volante: il SUV elettrico ...
Mova Z70 Ultra Roller Complete: motore potente, rullo di lavaggio e l'IA a guidare Mova Z70 Ultra Roller Complete: motore potente, ...
Dopo 23 anni di silenzio, Warcraft 3 spi...
Roblox sfida l'ecosistema gaming: app st...
OpenAI accusata di plagio dai migliori m...
Altro attacco hacker dell'IA: gli agenti...
Stiamo davvero perdendo il controllo del...
Microsoft perde un pilastro: Frank Shaw ...
Diablo V annunciato a sorpresa: il colpo...
Meno di 5 euro per il 5G: l'offerta Kena...
World of Warcraft: Forever è il Classic+...
La Serie A con DAZN e Amazon Prime con l...
Giochi Ubisoft su Steam senza Ubisoft Co...
Miami Beach ha autorizzato la maxi opera...
Apple regala un altro anno di funzioni s...
Alla fine è successo davvero: Vol...
Il meglio di Amazon del weekend in uno s...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 13:14.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Served by www3v