thats because ur copying it from here.. lolz
those double * (**) are supposed to be close bracess (
shift +
])
to be sure not getting spammed on ur mailing list.. use get the host from the mail i mean the @yahoo.com and ping it.. or so a fsockscheck .. that would stop people from putting
asdaasdasdas@asdasdasasd.com on ur mailing list.
which in the will make ur smtp server have full of bad emails.
or.. u can make them activate it via email.. lolz.
oh yeah.. hanno..
u should try programming ur scripts without register_globals On...
register globals on the security leak on ur script.
instead of something like $action u should use $_POST['action']
one more tip; <form action='$PHP_SELF' method='post'>
if u sending it to the same file.. u dont need to put action='$PHP_SELF'
just remove that... we only use $PHP_SELF ( or rather $_SERVER['PHP_SELF'] ) wen we are targeting a place in the file.. like so. action='<? $_SERVER['PHP_SELF'] ?>?op=soemthing'