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