Is it possible to make a form like this
Login : johnd
Password : johnd
Don't ask why is it johnd.
Cause I wanted to show to johnd, but he said it requires maybe a plugin, maybe someone have it or it's possible to make the same.
Printable View
Is it possible to make a form like this
Login : johnd
Password : johnd
Don't ask why is it johnd.
Cause I wanted to show to johnd, but he said it requires maybe a plugin, maybe someone have it or it's possible to make the same.
I say, simply copy the form (edit the source), past it in some nifty PHP page and put your forums userlevelcheck on top of it, then save the results somewhere (in for instance a message)?
Shouldn't be too hard to write really :) (And no, I don't have it... obviously.. :))
Anything is possible.
[N]asser` ~ Out
that's quite easy. just a simple form with a lot of fields. it really would not take much coding for that...
-----------
Send it to a PHP script and use PHP's mail function - easy as cake.
http://nl3.php.net/manual/en/ref.mail.php
php.net is your friend :D
Kk, Ty :D
but how can I know SMTP_PORT , servers of gmail.com?
ooor...you can just do something like <form method='post' action='mailto:email@domain.com'> but most browsers just launch the user's default mail client.
[N]asser` ~ Out
Simple, run your own SMTP server :D
There's enough free software for that available :)
Google's smtp server requires a bit of work, took me a while to figure out outlook lol.
As fragfrog said, run your own smtp server.