Author |
Topic |
Gargoyle
Junior Member
USA
280 Posts |
Posted - 05 October 2003 : 13:48:38
|
I know the code is in the new zip file if that helps. I just re-installed the "no hover color" version on my site and the code was right in the readme. Works great! Good job Korayem!!
I hope that info helps you out n8pbm.. < |
Here is a link to my Snitz powered Drag Racing site. |
|
|
n8pbm
Junior Member
USA
212 Posts |
|
mark
Starting Member
46 Posts |
Posted - 10 October 2003 : 00:33:21
|
|
Edited by - mark on 10 October 2003 02:07:16 |
|
|
mark
Starting Member
46 Posts |
Posted - 10 October 2003 : 02:39:01
|
What will i do if i want to have bigger space rather than 5-7mb what will i do?
and if it is ok with u guys if u put the link here where i can download the AVATAR and PRIVATE MESSAGE MODS that is compatible with FILE SHARING MOD. Thanks< |
|
|
mark
Starting Member
46 Posts |
Posted - 16 October 2003 : 04:13:09
|
I upgrade my space storage to 5mb to 100mb.
I notice something when every time i upload more than 20mb the upload speed get slower. I waited for 20minutes till then the file isn't uploaded yet!!!
Is there a way where you can increase yor uploade stream when a file is bigger than 20mb?
Thanks.< |
Edited by - mark on 16 October 2003 04:16:23 |
|
|
sikandar
Junior Member
Pakistan
135 Posts |
Posted - 17 October 2003 : 01:24:56
|
I an unable to fine privatesend.asp which I have to modify. I have modified post.asp.
################################## ## in privatesend.asp ## ##################################
search for this < |
|
|
mark
Starting Member
46 Posts |
Posted - 17 October 2003 : 02:22:40
|
you must have privatemessage MOD installed. To able to see in post.asp< |
im the king of the world |
|
|
sikandar
Junior Member
Pakistan
135 Posts |
Posted - 17 October 2003 : 13:53:39
|
I have downloaded the privatemessages mod but in the privatesend.asp the following code is not available.
Response.Write " <tr>" & vbNewLine & _ " <td bgColor=""" & strPopUpTableColor & """> </td>" & vbNewLine & _ " <td bgColor=""" & strPopUpTableColor & """><input class=buttons name=""Submit"" type=""submit"" value=""Send Message""> <input class=buttons name=""Preview"" type=""button"" value=""Preview"" onclick=""OpenPreview()""> <input class=buttons name=""Reset"" type=""reset"" value=""Reset Fields""></td>" & vbNewLine & _
as I have to
then immediatly BEFORE it add the following
___________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________ 'FILE UPLOAD MOD if mlev = 4 or mlev = 3 or mlev = 2 then Response.Write "<tr>" & vbNewLine & _ "<td bgColor=""" & strPopUpTableColor & """ vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>Attach File:</b><br><a href=""JavaScript:openWindowHelp('pop_help.asp?mode=postAttach')"" tabindex=""-1"">" & getCurrentIcon(strIconSmileQuestion,"","") & "</a></font></td>" & vbNewLine & _ "<td bgColor=""" & strPopUpTableColor & """ valign=""center"">" & vbNewLine & _ " <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine if sharedFilesMode = 1 then Response.Write " <a href=""#"" onClick=""window.open('pop_upload_new.asp?attachToPost=true&memberFldrID="&memberID&"','Uploading','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=400');""><acronym title=""Allows you to upload a new file to your upload directory..."">" & getCurrentIcon(strIconPaperClip,"","") & " Upload</acronym></a><br />" & vbNewLine end if Response.Write " <a href=""#"" onClick=""window.open('membersFiles.asp?memberFldrID="&memberID&"&InsertFile=select&attachType=post','Attach','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=400');""><acronym title=""Opens your uploaded files directory to select a file to attach..."">" & getCurrentIcon(strIconPaperClip,"","") & " Attach</acronym></a><br />" & vbNewLine & _ "</font>" & vbNewLine Response.Write "</td>" & vbNewLine & _ "</tr>" & vbNewLine end if 'FILE UPLOAD MOD< |
|
|
mark
Starting Member
46 Posts |
Posted - 18 October 2003 : 02:45:25
|
i think this File Sharing MOD with Private Message is only applicable to older version of snitz.< |
im the king of the world |
|
|
gahfe
Starting Member
Argentina
12 Posts |
Posted - 18 October 2003 : 23:48:04
|
hi, is my first post and excuse my english (yo hablo castellano, je)
i make a patch for use the korayem code (the best MOD) with the avatar MOD of Richard Kinser modified by Hamlin published in snitzbitz i use to make this patch some code from the serverhacked MOD forum
here is the file http://www.ilmortoquiparla.com.ar/snitz/patch_FILESHARING251_w_AvatarMod34_v2.zip
update in v2: fix errors and change the image when pick a new avatar
this post reply that:
quote: Originally posted by mortioli
How would I make it to allow people to use uploaded files as an avatar?
I don't have this line:
"<input class=newlogin type=""text"" name=""Avatar"" value=""" & strMyAvatar & """> <input class=buttons name=""pickavatar"" type=""button"" value=""Our Avatars"" onclick=""javascript:window.viewfull('inc_avatar.asp?box=Avatar')"">" & vbnewline &_
saludos, nos vemos< |
il morto qui parla test forum il morto parla (demo|demo) snitz mods (not available)
|
Edited by - gahfe on 26 October 2003 15:05:06 |
|
|
mark
Starting Member
46 Posts |
Posted - 22 October 2003 : 05:43:00
|
Is there a way that i can go directly on my folder where my files are, upon login?< |
|
|
gahfe
Starting Member
Argentina
12 Posts |
Posted - 23 October 2003 : 01:28:00
|
to see the user folder after login you must insert this code:
if mlev > 0 then
Response.Write " <a href=""membersFiles.asp?memberFldrID="&memberID&"""" & dWStatus("go to my files") & " tabindex=""-1""><acronym title=""see files in your folder"">my files</acronym></a>" & vbNewline
else
Response.Write " <a href=""membersFiles.asp""" & dWStatus("go to files") & " tabindex=""-1""><acronym title=""see files of all members"">shared files</acronym></a>" & vbNewline
end if
bye< |
il morto qui parla test forum il morto parla (demo|demo) snitz mods (not available)
|
Edited by - gahfe on 23 October 2003 01:29:20 |
|
|
mark
Starting Member
46 Posts |
Posted - 23 October 2003 : 13:24:22
|
What i want to happen is upon login it will redirect me to my folder file. I want to see my file
where will i include this script?< |
Edited by - mark on 23 October 2003 13:32:28 |
|
|
gahfe
Starting Member
Argentina
12 Posts |
Posted - 23 October 2003 : 18:05:12
|
the best place to this code is inc_header.asp but only do a link in the header to go to your files if you are login, if not login the link is for all user files
if you want redirect in the login, you need replace that in login.asp
if strLoginStatus = 1 then
Response.Write " <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize & """>" & fLang(strLangLogin00030) & "</font></p>" & vbNewLine
Response.Write " <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><a href="""
if strTarget = "" then
Response.Write "default.asp"
else
Response.Write strTarget
end if
Response.Write """>" & fLang(strLangLogin00040) & "</a></font></p>" & vbNewLine
Response.Write " <meta http-equiv=""Refresh"" content=""2; URL="
if strTarget = "" then
Response.Write "default.asp"
else
Response.Write strTarget
end if
Response.Write """>" & vbNewline & _
" <br />" & vbNewLine
WriteFooter
Response.End
end if for that
if strLoginStatus = 1 then
Response.Write " <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize & """>" & fLang(strLangLogin00030) & "</font></p>" & vbNewLine
Response.Write " <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><a href=""membersFiles.asp?memberFldrID="&memberID&""">" & fLang(strLangLogin00040) & "</a></font></p>" & vbNewLine
Response.Write " <meta http-equiv=""Refresh"" content=""2; URL=""membersFiles.asp?memberFldrID="&memberID&">" & vbNewline & _
" <br />" & vbNewLine
WriteFooter
Response.End
end if i not test this, but can work (the lang* tag is for international version the english say something like "your login is suscefull - back to the forum")
please backup your old files< |
il morto qui parla test forum il morto parla (demo|demo) snitz mods (not available)
|
Edited by - gahfe on 23 October 2003 18:20:02 |
|
|
xtremebigair
Starting Member
9 Posts |
Posted - 28 October 2003 : 12:34:05
|
Just tested the upload file mod! Great works!!! THANK YOU! Kinsley.< |
|
|
Topic |
|