Please see this...

Status
Not open for further replies.

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
i'll just say this now, this could be EASILY abused. try to set restrictions on how many mails a certain ip can send in like 1hr and 24hrs. otherwise people can "mail bomb" peoples email adresses.
 

michaelp

New Member
Messages
568
Reaction score
0
Points
0
Enigma said:
There is no way to "copy" you. It can look the same but the code is allways different.

lol... this emailer is my idea - code doenst mather but idea is the same :dunno:

i wont let you copy my idea
 
Last edited:
B

Brandon

Guest
The one I'm making right now has an limit on how many to send. I had this idea 1 week ago with the name AnyWhere Email.
 
Last edited by a moderator:

Shade

New Member
Messages
154
Reaction score
0
Points
0
michael - if you do, use a IP checking tool to limit the IPs per day. Test it out with as many connections as possible to ensure it picks up the IP properly.

EDIT: The improvements look very sexy indeed

EDIT2: Under terms and conditions you said "IF YOU BROKE THE TERMS.." should be "IF YOU BREAK THE TERMS.."

Also.. when it says Thank you for using e-mailer you should do a redirect after 5 seconds to the original page and maybe say

"This page will be redirected in 5 seconds or click here" along them lines..

etc
 
Last edited:
B

Brandon

Guest
I released my verison with themes. Check it out. Its under the Tech Forum.
 

Shade

New Member
Messages
154
Reaction score
0
Points
0
Sorry dont liek it now Michael - its not shown my real IP :p
 
B

Brandon

Guest
Try this

< ?php
if($HTTP_X_FORWARDED_FOR):
echo "Proxy Name $HTTP_VIA";
echo "Proxy IP $REMOTE_ADDR";
echo gethostbyaddr;
echo "Your Real IP $HTTP_X_FORWARDED_FOR";
else:
// if access direct to Internet, without Proxy
echo "Real IP $REMOTE_ADDR";
endif;
? >
 

Shade

New Member
Messages
154
Reaction score
0
Points
0
Yeah you see Enigmas script looks a bit more complex. Try it out and ill tell you if it shows my IP or not.
 

michaelp

New Member
Messages
568
Reaction score
0
Points
0
i access direct to internet and it works for me :) i will add this later :p
 

Abusi

New Member
Messages
154
Reaction score
0
Points
0
michaelp said:
Enigma said:
There is no way to "copy" you. It can look the same but the code is allways different.

lol... this emailer is my idea - code doenst mather but idea is the same :dunno:

i wont let you copy my idea

Goddamit, cut that out, it's not YOUR idea, he could have done it or have it planned for a long time before you done yours, or he could have simple not seen the thread you made about it, and as I said his is more complex.
 

N2PGames

New Member
Messages
470
Reaction score
0
Points
0
that script's been my dream for over 5 years dam i wish that was public :( so i can add it to my upcoming site !
======================================
-but plz stop chacting ips you might trun evil one day
 
Last edited:

Abusi

New Member
Messages
154
Reaction score
0
Points
0
michaelp said:
stfu bnet noob, do you know any php? no!

You deserve a warning for offensive language. What makes you think i don't know php lad? I won't bother writting down anything else to you since its a waste of time.
 
Last edited:
Status
Not open for further replies.
Top