cyberdave57 Posted July 6, 2010 Share Posted July 6, 2010 Hi out there Some years ago I had some script written for a website I was using, this script being designed for new clients to sign up to our company's client base and to have the details forwarded to my email address {signup.php}. They were then allocated an ID number which was forwarded to their email address and was to be used when they signed into the website in future to place orders. I also had a script called list.php which was used by the clients to list their orders which were then emailed to another of my online addresses. My problem is that I had to stop the service for a while and now someone has taken my website name so I have to register another domain, but I can't find where in the .php scripts these email addresses have been included so I can't change them when I get the new domain name organised. I'm not sure who wrote the scripts. I contacted the name on the files but the guy there said they didn't write the files so I'm stuck! Can someone who knows what .php is all about try and let me know how these files were able to direct the clients' details to my email addresses as they did? Your help would be much appreciated indeed!! Cheers David [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/206868-i-need-help/ Share on other sites More sharing options...
Pikachu2000 Posted July 6, 2010 Share Posted July 6, 2010 You'd be better off to past e the contents of each file within . . . tags in the body of your post. Most people won't download an attachment. Link to comment https://forums.phpfreaks.com/topic/206868-i-need-help/#findComment-1081909 Share on other sites More sharing options...
MatthewJ Posted July 6, 2010 Share Posted July 6, 2010 in list.php, the mail reference is on line 111, and is commented out. in signup.php, the only reference to the mail function is on line 145, and it is only emailing the client. The email it is using is the one being sent in from the form. Link to comment https://forums.phpfreaks.com/topic/206868-i-need-help/#findComment-1081953 Share on other sites More sharing options...
Dragosvr92 Posted July 6, 2010 Share Posted July 6, 2010 your saved Emails Were/are in the database And that signup page looks bugged ... alot of <?php tags one in another like <?php <?php ?> Link to comment https://forums.phpfreaks.com/topic/206868-i-need-help/#findComment-1081958 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.