PDA

View Full Version : sendmessage.php


GaleForce
Mon 16th Jun '03, 11:18am
After sending a message via the Contact Us link on the bottom, you are redirected to a simple white page that looks like this;

COMMUNITY NAME Contact Us Form - Site Feedback The following message was set to you via the COMMUNITY NAME Contact Us form by USERNAME. -------------------------------- MESSAGE -------------------------------- Referring Page: URL IP Address: IP User Name: USERNAME User ID: #

I obviously edited stuff out, anything in caps lock (community name, message, IP, username, etc.) I edited out of the message to make a generic on.

Chris M
Mon 16th Jun '03, 11:21am
After sending a message via the Contact Us link on the bottom, you are redirected to a simple white page that looks like this;



I obviously edited stuff out, anything in caps lock (community name, message, IP, username, etc.) I edited out of the message to make a generic on.
Confirmed:

TV & Movie Fan Talk Forums Contact Us Form - Test The following message was set to you via the TV & Movie Fan Talk Forums Contact Us form by hellsatan. -------------------------------- test -------------------------------- Referring Page: http://tvfantalk.darkblazes.com/ IP Address: xx.xx.x.xx User Name: hellsatan User ID: 1

Satan

Freddie Bingham
Mon 16th Jun '03, 11:27am
Remove this from sendmessage.php at line 136:
echo "$subject $message";
exit;

Also I see the redirect message needs to be updated.

Chris M
Mon 16th Jun '03, 11:30am
Remove this from sendmessage.php at line 136:
echo "$subject $message";
exit;

Also I see the redirect message needs to be updated.
Thanks freddie:)

All working;)

Satan

GaleForce
Mon 16th Jun '03, 11:55am
Yep, it works now :)

And yeah, the redirect message needs a fixing too :p

Freddie Bingham
Mon 16th Jun '03, 1:15pm
I fixed it while fixing the original problem.