Help! refer to a friend script with captcha code
Posted on
16th Feb 2014 07:03 pm by
admin
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:
Did you know?Explore Trending and Topic pages for more stories like this.
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
No comments posted yet
Your Answer:
Login to answer
172
32
Other forums
Unifying logins of two different scripts
I have two different game scripts which I want to embed on my own site. The problem is I don't want
Stopping page post back
I have few literal contriols in my page and a repeater too. But inspite of using update panel, postb
Creating a db with a query
Hello everyone.
I'm having troubles creating a db with a query.
I'm reading a book called PHP
Why is this function returning a false value when it shouldn't be??
This is in an include file. I want it to check a value in an html form and see if it's just white s
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?
How would I do "Users not logged in since *** delete them"
I know how I would set this up, and delete the user roughly.
I'll create a table called "Use
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
Custom Container in module pool program
Hello everyone,
I have created a custom control in my module pool screen. Now I want to s
Add a sign-up feature to a flat file login script
I'm working on a flat file login script and I would like to add a sign-up feature to it with a email
C problem struct and string
Hi guys,
This is my first post and I'm hoping the experts here can help me solve my problem.<