Hello,
i need a script to make a contest and the contest has to work this way:
1- the user register on the site (and has to confirm the registration by mail)
2- the user login with the username and password he used before
3- after login he has 2 links, one to send mails to friends telling about the contest, and the other link to see the scores (i’ll explain the scores later on this thread)
4- the user fill a form with the name and e-mail of a friend, or 2 or 3 at the same time if possible, and the friends will receive a mail asking to click on a link to help the friend.
5- the friend click on the link received by the mail and the user that sent the mail scores 1 point. ( the friend can’t click twice on the link to the user get more points)
Thats basicly this… so the score link i told before it’s a link with the list of friends that the user have allready sent an e-mail and a colum telling which ones clicked the link allready.
The user that have more points will win the contest.
Now… my knowledge with php is basicly zero. the only thing i have used php was to make a form on my site, to the users send me msg.
Anyone can help me with this? i don’t know if theres any pre-made script of this kind that i can try to addapt, or if i can mix like 2 or 3 scripts to do this… i have not really a idea, that why i’m asking your help. where should i start to make this project?
Thanks for any help, tips and stuff.