Google

NukeCoder


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
xGSTQ




Joined: Dec 13, 2005
Posts: 107

PostPosted: Wed Nov 29, 2006 3:00 pm
Reply with quote

I think i have a problem, just decided to test it before going live, and after a transaction it took me to the printable page/purchased product but i never recieved a download link, like the one i got when i purchesed the script from yourselfs.

Its installed on Ravens 7.6 Distro

Thx
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Wed Nov 29, 2006 3:54 pm
Reply with quote

Hi, are you testing on your home pc(localhost) or is it on your hosted website?
 
View user's profile Send private message Visit poster's website
xGSTQ




Joined: Dec 13, 2005
Posts: 107

PostPosted: Wed Nov 29, 2006 4:06 pm
Reply with quote

website, but the site is not live yet ... Rolling Eyes

Thx for the fast reponce !
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Wed Nov 29, 2006 4:26 pm
Reply with quote

Well the first step would be to make sure the "From Email" is a valid address. Some providers will reject emails from fake ones.

if that doesn't work...

The next step would be to make sure a simple email will send without problems. So make a test.php file and put this code in.

php:
<?php
// put your email here
$to      'nobody@example.com';
// change this to a real email addy to reduce the chance of being rejected
$from  'nobody@example.com';
$subject 'the subject';
$message 'hello';
$headers "From: " $from "\r\n".
   
"Reply-To: " .$from "\r\n";

if ( 
mail($to$subject$message$headers) )
{
  echo 
"mail sent (but doesn't mean it will actually get delivered)";
}
else
{
  echo 
"error";
}
?>


Let me know what happens and we'll go from there.
 
View user's profile Send private message Visit poster's website
xGSTQ




Joined: Dec 13, 2005
Posts: 107

PostPosted: Wed Nov 29, 2006 4:44 pm
Reply with quote

^^ yeah that worked fine.
 
View user's profile Send private message
xGSTQ




Joined: Dec 13, 2005
Posts: 107

PostPosted: Thu Nov 30, 2006 5:56 pm
Reply with quote

Just thought i would say cheers !

I found out that beacuse my site was not live (disabled via sentinal) it wouldnt work, however as soon as we tested it in the live mode it worked a treat so thanks very much for your help !
Laughing
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 5 Hours
Forums ©