1
defel
Re: is this fake or did i end up some posting list unwanted?
  • 2003/12/22 21:45

  • defel

  • Just popping in

  • Posts: 6

  • Since: 2003/11/26


I'm guessing seeing as I also received the said message (and another) after the XOOPS christmas message that a message list was created (at x-mas -at- xoops.org) and was left open so all replies will forward through to everyone on the original list. A tad annoying to say the least.

Upon checking the message from the XOOPS team I noticed the footer:

This message is sent to you by the XOOPS Core Team (www.xoops.org). It is NOT a SPAM message. You receive this e-mail as a registered member of the XOOPS.org community. This is a one time e-mail. Your e-mail address has not been disclosed to any third party.

It may well be a one time email but if the address accepts replies then it won't be will it?



2
defel
Re: What Do You Use?
  • 2003/12/16 21:08

  • defel

  • Just popping in

  • Posts: 6

  • Since: 2003/11/26


A somewhat modified version of wmpDownloads, as I wanted a downloads mod with group permissions, but couldn't get mydownloads rc1 working as well. Added uploading, and a more secure method to prevent unauthorised users viewing files (i.e. uploads moved to a file off the web root and then passed out to client via php allowing no one to guess at a files location). Also changed a few other bits and pieces about the mod to make administration easier.

I'm currently writing a mod thats a bit specialised (and I won't go into detail unless anyones interested) so that'll be used as well, other than that just the standard forum and faq modules.



3
defel
Re: downloads module
  • 2003/11/29 13:07

  • defel

  • Just popping in

  • Posts: 6

  • Since: 2003/11/26


Quote:

bd_csmc wrote:
if you are, a buddy of mine sent me a couple of small lines of code, when implemented, they make it pretty much impossible to determine the origin/location of any download (the code hides remote *or* local file urls the same way), he uses it in several php-nuke modules that he has written, but it's regular php, not CMS-specific


I did something along these lines recently, although I customised wmpdownloads (and added the uploader to it). Basically my approach was to upload all files to a directory off the web folder and then when a file was requested (and verified that the user can download it according to group permissions) I've got some php to retrieve the file and output it, I can't remember where I found it so I'll just post what I used:

$dir="<path to uploads folder>";
$file=$dir.$url;
<any other headers you want to use>
header("Content-length: ".filesize($file));
header("Content-Disposition: inline; filename=\"".$logourl."\"");
readfile("$file");

I've taken quite a simplistic approach in that each file is saved to disk with it's id ($url above) and the original file name ($logourl) is saved as an attribute in the db that admins can edit if they choose, then it's just output with the filename when the download is requested.



4
defel
Re: Who copied who?
  • 2003/11/28 13:28

  • defel

  • Just popping in

  • Posts: 6

  • Since: 2003/11/26


According to Symantec it's part of their ad blocking features:

Link



5
defel
Re: Fourm in Flat Display
  • 2003/11/28 13:23

  • defel

  • Just popping in

  • Posts: 6

  • Since: 2003/11/26


Under Edit Account, set Comments Display Mode to Flat.

On that point I was wondering what's the difference between nested and threaded (I guess it only applies to Comments not forum posts?)



6
defel
Re: Who copied who?
  • 2003/11/26 9:43

  • defel

  • Just popping in

  • Posts: 6

  • Since: 2003/11/26


Actually those will be functions that Symantec software adds on it's behalf to pages you view. I'm guessing you're using Norton Internet Security as that's known to add this. So there's not actually any identical code just NIS is adding extra code to pages you view. Do a google search on "function SymError()" and you'll see many others have found this.




TopTop



Login

Who's Online

148 user(s) are online (114 user(s) are browsing Support Forums)


Members: 0


Guests: 148


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits