What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » My site.......

Pages: (3): « First [ 1 ] 2 3 » Last »
My site.......
Author: Message:
king_of_cool_kids
Full Member
***

Avatar
Im a Cat fan.

Posts: 264
– / Male / –
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:

.php File Attachment: contact.php (2.26 KB)
This file has been downloaded 127 time(s).
See this thread please:
http://shoutbox.menthix.net/showthread.php?action=lastpost&tid=29609

I am running:
Windows XP Pro
MSN messenger: 6.2.0137
MsgPlus!: 3.01.94
07-11-2004 03:30 AM
Profile PM Web Find Quote Report
king_of_cool_kids
Full Member
***

Avatar
Im a Cat fan.

Posts: 264
– / Male / –
Joined: Dec 2003
O.P. RE: My site.......
And the second file:


.php File Attachment: form.php (3.63 KB)
This file has been downloaded 128 time(s).
See this thread please:
http://shoutbox.menthix.net/showthread.php?action=lastpost&tid=29609

I am running:
Windows XP Pro
MSN messenger: 6.2.0137
MsgPlus!: 3.01.94
07-11-2004 03:35 AM
Profile PM Web Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
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
Profile PM Find Quote Report
king_of_cool_kids
Full Member
***

Avatar
Im a Cat fan.

Posts: 264
– / Male / –
Joined: Dec 2003
O.P. RE: My site.......
http://www.linuxbox.co.nz/~kieran/Runescape/ and no, sorry, I can't make you admin as its not my server, its my friends. You can join the forum though :)
See this thread please:
http://shoutbox.menthix.net/showthread.php?action=lastpost&tid=29609

I am running:
Windows XP Pro
MSN messenger: 6.2.0137
MsgPlus!: 3.01.94
07-11-2004 10:45 AM
Profile PM Web Find Quote Report
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
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
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
Profile PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
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
Profile PM Web Find Quote Report
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
Profile E-Mail PM Find Quote Report
king_of_cool_kids
Full Member
***

Avatar
Im a Cat fan.

Posts: 264
– / Male / –
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.

See this thread please:
http://shoutbox.menthix.net/showthread.php?action=lastpost&tid=29609

I am running:
Windows XP Pro
MSN messenger: 6.2.0137
MsgPlus!: 3.01.94
07-11-2004 08:50 PM
Profile PM Web Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
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
Profile E-Mail PM Web Find Quote Report
Pages: (3): « First [ 1 ] 2 3 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On