PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs - vBulletin 3.5.X (http://www.photopost.com/forum/bugs-vbulletin-3-5-x/)
-   -   Strange Occurance (http://www.photopost.com/forum/bugs-vbulletin-3-5-x/118887-strange-occurance.html)

ConqSoft August 5th, 2005 08:56 AM

Strange Occurance
 
Brian,

I've seen this in my error logs a few times now. ANY idea where this could be coming from?

Quote:

File does not exist: /usr/www/users/fbforums/gallery/notmyemail@address.com
(The notmyemail@address.com actually shows the e-mail address I have defined in vBulletin Options as my "Webmaster's E-mail".)

It's almost like there's a link somewhere in gallery that should be a mailto, but isn't, or something.... Dunno. I'm stumped.

Brian August 5th, 2005 09:36 AM

Re: Strange Occurance
 
That's a good one... Is it showing up farily often, or just a few times?

ConqSoft August 5th, 2005 09:40 AM

Re: Strange Occurance
 
I've seen it twice already in today's error log. :D

I'll e-mail a section of the error log.

Luciano August 13th, 2005 03:33 AM

Re: Strange Occurance
 
I had something similar, but I was able to reproduce it.... :eek:

OK... it just happened, but normally users should not be doing this.. allthough you never know...

_________

1st I look at a category:
http://www.mysite.com/forum/gallery/browseimages.php?c=18&userid=

then.. just for testing.. i change c=18 to c=1000

http://www.mysite.com/forum/gallery/browseimages.php?c=1000&userid

I get the following error message:

No Category specified. If you followed a valid link, please notify the administrator

that is ok.. because the category does not exist...

BUT:
the word "administrator" is linked... when i click on it, my browser wants to go to the following url:

http://www.mysite.com/forum/gallery/admin-email@adress.net

admin-email@adress.net being the contact email I entered in the board!!!

_____________________


so I guess if there is a wrong link somewhere or a place you users are not allowed to go and the system tells you should contact the admin if you think there is an error... in that case the administrator link appears.

in your case
if a search engine is just indexing a page.. it could be that it would try to follow that link that it is not allowed to.. and you will have it in the logfiles...

q.e.d.

Luciano

Brian August 14th, 2005 02:15 PM

Re: Strange Occurance
 
Thanks Luciano. I had gone through most every page, but couldn't find anywhere that the email addresses were linked like that. To fix the problem, just look in your browseimages.php file for 2 instances of this code:
Code:

Content visible to verified customers only.
Replace each with this:
Code:

Content visible to verified customers only.
And that should take care of the problem.

Zachariah January 12th, 2006 07:34 AM

Correction Added to next Build:

The Fix Brian did works, but does not PATH to the forums.

Apply to all files listed:

includes/functions_gallery.php (1)
includes/functions_gallery_imageedit.php (2)
ecard.php (1)
managecats.php (2)
misc.php (2)
newreply.php (1)
search.php (1)
browseimages.php (2)

Code:

Content visible to verified customers only.
Replace each with this:
Code:

Content visible to verified customers only.


All times are GMT -5. The time now is 10:01 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97