creatives Posted November 5, 2009 Share Posted November 5, 2009 Hi guys, I am posting on here in desperate need for some help with an ongoing search I have been doing for the last few weeks. Basically I have searched the web, high and low for a "mail to a friend" php (or even javascript) code that will: 1) Send a friend the URL of the page they clicked the "mail a friend" link from. and 2) The submit form HAS to have some form of captcha code to stop spamming. And if possible shows the URL that is going to be sent as a preview to the sender. I have honestly searched everywhere, seen some good scripts but they either dont work or are missing one of the above that I need. I dont even mind paying a small fee it if does what I want it to do. I have a 600 page website so I need more than a refer my website script, it has to be a refer this webpage script. Also, one other thing, is there a way of adding a "tweet this webpage" so that visitors can click on it and it then takes them to the mail twitter log in page, they log in and their tweet defaults to "Wow check out this great webpage (puts the url in from the page they clicked "tweet this page"). Hope that makes sense and any help would be SO appreciated as I have given up the search, lol. Thanks again Link to comment https://forums.phpfreaks.com/topic/180391-help-refer-to-a-friend-script-with-captcha-code/ Share on other sites More sharing options...
seanlim Posted November 5, 2009 Share Posted November 5, 2009 I believe there are plenty of scripts that do those separately. Are you willing to code at all? If you are, it shouldn't be a very tough process. If you just want a copy-paste solution, it will be a tough search and you just have to hope someone here has stumbled across your exact problem before... Link to comment https://forums.phpfreaks.com/topic/180391-help-refer-to-a-friend-script-with-captcha-code/#findComment-951651 Share on other sites More sharing options...
creatives Posted November 5, 2009 Author Share Posted November 5, 2009 depends whats involved in the coding, I can replace bits if copies form other areas, but I have no knowledge of php. Are there any scripts online that I can modify? Could you suggest one, and maybe I can paste it into here for people to help me with. Many thanks Link to comment https://forums.phpfreaks.com/topic/180391-help-refer-to-a-friend-script-with-captcha-code/#findComment-951863 Share on other sites More sharing options...
seanlim Posted November 6, 2009 Share Posted November 6, 2009 Find a "mail a friend" script first, then add on a captcha script. Should not involve too much coding since the captcha scripts are usually made to be easily added on to existing forms. Combine those two and post again if you have any problems. I don't have any to recommend, because I rarely ever download scripts. Maybe someone else will be able to recommend some.... Link to comment https://forums.phpfreaks.com/topic/180391-help-refer-to-a-friend-script-with-captcha-code/#findComment-952392 Share on other sites More sharing options...
Thauwa Posted November 6, 2009 Share Posted November 6, 2009 Use the GET_ function (url) in php for getting the url. It is easy . And you really can search for captcha codes on the net, and even use built-in apps, or ask random questions like : Are you a human? If you are, check this box, and many others (Is grass green) and use simple php verification to verify your work. And I just turned 15 of age! hehe Link to comment https://forums.phpfreaks.com/topic/180391-help-refer-to-a-friend-script-with-captcha-code/#findComment-952426 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.