My site....... |
Author: |
Message: |
king_of_cool_kids
Full Member
Im a Cat fan.
Posts: 264
– / / –
Joined: Dec 2003
|
O.P. My site.......
I need some help with my site. The forums are perfect (nice job myBB team).
I have a site and want to add the following to it:
To the contact form:
* Send auto email after submitting to let user know email has been recieved (requires database??)
* Let a user submit only 5 times a day to reduce spam (database or cookies??)
* Only click submit once to reduce spam (php please, no silly javascript codes)
* Send it to both me and someone else (simple little code like:
mail( "email@email.com, email@email.com", "Runescape Fan Site Mail"??)
I prefer something stable and unpreventable, eg: not javascript, cause it can be turned off by spammer in the form etc, so php would be nice. I have a database if you need it for the code. Let me know what to do. Much thanks to anyone who can help.
k776
P.S: Also, if you need the files of mine, here they are:
Attachment: contact.php (2.26 KB)
This file has been downloaded 142 time(s).
|
|
07-11-2004 03:30 AM |
|
|
king_of_cool_kids
Full Member
Im a Cat fan.
Posts: 264
– / / –
Joined: Dec 2003
|
O.P. RE: My site.......
And the second file:
Attachment: form.php (3.63 KB)
This file has been downloaded 141 time(s).
|
|
07-11-2004 03:35 AM |
|
|
Eljay
Elite Member
:O
Posts: 2949 Reputation: 77
– / / –
Joined: May 2004
|
RE: My site.......
what is your website?
i would be willing to help if you told me and made me admin
|
|
07-11-2004 07:47 AM |
|
|
king_of_cool_kids
Full Member
Im a Cat fan.
Posts: 264
– / / –
Joined: Dec 2003
|
|
07-11-2004 10:45 AM |
|
|
x4nder
New Member
Posts: 7
Joined: Jul 2004
|
RE: My site.......
well what ever you do try and stay away from cookies. they can be easily deleted. its how loads of sites block people. by ip and cookies.
fools........
also your menu gets in the way of the righting. im on ie just in case it was tested on firefox
This post was edited on 07-11-2004 at 06:55 PM by x4nder.
|
|
07-11-2004 06:53 PM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: My site.......
quote: Originally posted by x4nder
also your menu gets in the way of the righting. im on ie just in case it was tested on firefox
Tested in Netscape, works very fine....
This post was edited on 07-11-2004 at 07:21 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
07-11-2004 07:20 PM |
|
|
Stigmata
Veteran Member
Posts: 3520 Reputation: 45
21 / /
Joined: Jul 2003
|
RE: My site.......
quote: Originally posted by x4nder
also your menu gets in the way of the righting. im on ie just in case it was tested on firefox
fire fox its on the writing
but im 600x 800 though
|
|
07-11-2004 07:22 PM |
|
|
x4nder
New Member
Posts: 7
Joined: Jul 2004
|
RE: My site.......
might just be this pc then. ie suxs anyway
|
|
07-11-2004 07:56 PM |
|
|
king_of_cool_kids
Full Member
Im a Cat fan.
Posts: 264
– / / –
Joined: Dec 2003
|
O.P. RE: My site.......
the resultion for the site is 1024x768, so 800x600 will make it weird :/
As for the questions, no one has answered Im sure there is someone who knows how??
Just add the code to the documents, and reattattach them.
|
|
07-11-2004 08:50 PM |
|
|
KeyStorm
Elite Member
Inn-sewer-ants-pollie-sea
Posts: 2156 Reputation: 45
38 / / –
Joined: Jan 2003
|
RE: My site.......
quote: Originally posted by king_of_cool_kids
I need some help with my site. The forums are perfect (nice job myBB team).
I have a site and want to add the following to it:
To the contact form:
* Send auto email after submitting to let user know email has been recieved (requires database??)
Well, PHP doesn't know if you received the mail, but knows for sure if it has been sent. Doesn't need a db
* Let a user submit only 5 times a day to reduce spam (database or cookies??)
don't rely on cookies if you can use sessions or db. But if it's not a big thing you can use simple text, ini or inc.php files
* Only click submit once to reduce spam (php please, no silly javascript codes)
huh?
* Send it to both me and someone else (simple little code like:
mail( "email@email.com, email@email.com", "Runescape Fan Site Mail"??)
I prefer something stable and unpreventable, eg: not javascript, cause it can be turned off by spammer in the form etc, so php would be nice. I have a database if you need it for the code. Let me know what to do. Much thanks to anyone who can help.
k776
P.S: Also, if you need the files of mine, here they are:
I cna't help you right now, I'm real busy with own coding (ie KSMAS), but if you know a big of PHP and have the official manuals and APIs you can do that easily.
|
|
07-11-2004 09:35 PM |
|
|
Pages: (3):
« First
[ 1 ]
2
3
»
Last »
|
|