Lorenzo Pascucci & Valvitalba
a- a+

Installazione

Installazione

L'installazione di questo mod sarà un po'lunga, ma estremamente semplice.

Incominciamo estraendo in una cartella i file che ci sononell'archivio ZIP.

Adesso dobbiamo modificare una serie di file:

*************
admin_home.asp 
*************

dopo

 

 

 

 

  • Moderator Setup

 

inseriamo 

LI>Avatar Setup


*************
INC_PROFILE.ASP 
*************

Al posto di:

<% end if ' strPictureif (strBio + strHobbies + strLNews + strQuote) > 0 then

inseriamo

<% end if ' strPicture %><!--#INCLUDE FILE="inc_avatar.asp" --><% if (strBio + strHobbies + strLNews + strQuote) > 0 then

***************
POP_PROFILE.ASP 
***************

dopo

strsql = strsql & " , " & strMemberTablePrefix & "MEMBERS.M_PHOTO_URL"

inseriamo 

strsql = strsql & " , " & strMemberTablePrefix & "MEMBERS.M_AVATAR_URL"

e dopo

if strPicture = "1" thenstrsql = strsql & " , M_PHOTO_URL = '" & ChkString(Request.Form("Photo_URL"),"") & "'" end if

inseriamo


strsql = strsql & " , M_AVATAR_URL = '" & ChkString(Request.Form("Avatar_URL"),"") & "'"

 

************
REGISTER.ASP 
************

dopo

strsql = strsql & " , M_PHOTO_URL"

inseriamo

strsql = strsql & " , M_AVATAR_URL"


e dopo

if strPicture = "1" thenstrsql = strsql & " , '" & ChkString(Request.Form("Photo_URL"),"") & "'" elsestrsql = strsql & " , ''" end if

inseriamo

strsql = strsql & " , '" & ChkString(Request.Form("Avatar_URL"),"") & "'"


Adesso nella riga

 

 

sostituiamo name=form1 con name=Form1


********
TOPIC.ASP 
********

dopo

    strSql = strSql & strMemberTablePrefix & "MEMBERS.M_COUNTRY, "

inseriamo

    strSql = strSql & strMemberTablePrefix & "MEMBERS.M_AVATAR_URL, "


e dopo

    strSql = strSql & strMemberTablePrefix & "MEMBERS.M_POSTS, " & strMemberTablePrefix & "MEMBERS.M_COUNTRY, "

inseriamo

    strSql = strSql & strMemberTablePrefix & "MEMBERS.M_AVATAR_URL, "

 

Adesso osserviamo queste righe di codice:

    <% =rs("M_COUNTRY") %><% =rs("M_POSTS") %> Posts

dopo il primo
mettiamo questo:


    <% if Trim(rs("M_AVATAR_URL")) <> "" and lcase(rs("M_AVATAR_URL")) <> "noavatar.gif" and (IsNull(rs("M_AVATAR_URL")) = false) then %><% '## Forum_SQL - Get Avatar Settings from DBstrSql = "SELECT " & strTablePrefix & "AVATAR2.A_WSIZE"strSql = strSql & " , " & strTablePrefix & "AVATAR2.A_HSIZE"strSql = strSql & " , " & strTablePrefix & "AVATAR2.A_BORDER"strSql = strSql & " FROM " & strTablePrefix & "AVATAR2"set rsav = my_Conn.Execute (strSql) %><% set rsav = nothing %><% end if %>

 

Adesso facciamo l'upload di tutti i file nella cartella principale del forum.

Apriamo il nostro browser e apriamo il file mod_dbsetup.asp; selezioniamo Avatar Mod v2.0 e clicchaimo sul bottone di conferma.

La fase di configurazione è completata.

 


si ringrazia Massimo Farieri e gexifive.com