Which file to edit? concerning automated email response.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
erictxradio
Forum Newbie
Posts: 4
Joined: Wed Jan 28, 2004 4:05 pm

Which file to edit? concerning automated email response.

Post by erictxradio »

Which file needs to be edited to control return link that is generated when user receives a PM or email from site.

This link is automatically generated somewhere, but is providing incorrect link.
here is what it is sending..

http://freebeerz.com/modules.php?name=P ... lder=inbox


I do know that the PHP install is not in root of http://www.freebeerz.com

it is in http://www.freebeerz.com/fbb

Any help would be great..
thanks
Eric
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

dead link...
erictxradio
Forum Newbie
Posts: 4
Joined: Wed Jan 28, 2004 4:05 pm

Yeah I know

Post by erictxradio »

I know it is a dead link, that is what I am trying to resolve..
Draco_03
Forum Regular
Posts: 577
Joined: Fri Aug 15, 2003 12:25 pm
Location: Montreal, Canada

Post by Draco_03 »

what sami meant ..it's kind of useless to put a broken link.
put some code instead..it'll help more then to constat what we will beleive if you "tell us" so :)
no need to have the link to prove it :)

humm you might want to look in the form you have to send befoir getting the email or msg..
look in the action of the form it'll tell you what file it is goiing to execute ..

dunno if i helped.. cuz i wasn t sure if it was that you needed to know
Post Reply