The ImageFolio Message Board
  General Announcements
  Fix for older versions of ImageFolio

Post New Topic  Post A Reply
profile | register | preferences | faq | search

UBBFriend: Email This Page to Someone! next newest topic | next oldest topic
Author Topic:   Fix for older versions of ImageFolio
dkoppers
Administrator

Posts: 4407
From:Vermont, USA
Registered: Aug 2000
Latest upload:

posted 06-04-2003 03:18 PM     Click Here to see the gallery of dkoppers     Click Here to See the Profile for dkoppers     Edit/Delete Message   Reply w/Quote
In older versions of ImageFolio it is possible to delete files below the gallery structure if a user has your login name and password of the admin area.

--------------------------------
FIX FOR IF 3.1:
- Open
if_lib/shared.pl
- Find:

$value =~ s/\.\.//;

- Replace it with:

$value =~ s/\.\.//g;

--------------------------------
FIX FOR IF 3.0X AND IFC:
- Open all *.cgi files
- Find:

$value =~ s/\.\.//;

- Replace it with:

$value =~ s/\.\.//g;

--------------------------------
FIX FOR ALL OTHER VERSION:
- Open all *.cgi files
- Find:

$value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;

- Add this just below that:

$value =~ s/\.\.//g;

IP: Logged

All times are CT (US)

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A Reply
Hop to:

Contact Us | ImageFolio Home

Copyright 1999-2001 BizDesign, Inc.

Powered by Infopop www.infopop.com © 2000
Ultimate Bulletin Board 5.45c