Author Topic: beta 6: problems with using images as yabb avatars  (Read 3894 times)

0 Members and 1 Guest are viewing this topic.

Offline ChromeCrow

  • album.pl Donor
  • album.pl User
  • *
  • Posts: 3
  • Karma: +0/-0
  • I forgot to change the default text.
beta 6: problems with using images as yabb avatars
« on: November 25, 2002, 16:57:17 »

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: beta 6: problems with using images as yabb ava
« Reply #1 on: November 26, 2002, 05:00:44 »
Hi Tony,

You're right about the avatar problem. It's caused by the image shrouding, which never allows a direct URL to the images to be displayed. So you're always getting a URL like this:

Code: [Select]
URL to picture: [ http://www.mysite.org/cgi-bin/album.pl?image=/admin/stuff.gif ]

And YaBB chokes on the ? I'd say... You can turn off image shrouding, though that leaves your images open to remote links. It's a toss up I guess... :(

As for the 2nd problem, the URL should be http://www.MY SITE.com /cgi-bin/pic/album.pl?function=xxxxxx (where xxxxxx is your admin function code).

Cheers
« Last Edit: December 31, 1969, 19:00:00 by 1039064400 »

Offline ChromeCrow

  • album.pl Donor
  • album.pl User
  • *
  • Posts: 3
  • Karma: +0/-0
  • I forgot to change the default text.
Re: beta 6: problems with using images as yabb ava
« Reply #2 on: November 26, 2002, 05:29:36 »
great  the admin works now.  now about the shrouding, couldn't i disable that. and drop a ht access   in the album file giving yabb only permission to avoid hotlinking and still use the pics on the board for posts and avatars?   if this is a dumb question  forgive me, im new to all of this
« Last Edit: December 31, 1969, 19:00:00 by 1039064400 »

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: beta 6: problems with using images as yabb ava
« Reply #3 on: November 26, 2002, 07:09:01 »
You could use a .htaccess, but that'd mean users would be prompted for a username/password each session, and it would be very difficult to keep that sync'd with their YaBB info...
« Last Edit: December 31, 1969, 19:00:00 by 1039064400 »