Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 83
2 members and 81 guests
foo7tjtdallergp, health46ev26
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > nukemods releases > Other "stuff"

Reply
 
LinkBack Thread Tools Display Modes
Can somebody create this block for me? From html
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 47
Join Date: May 2003
Can somebody create this block for me? From html - 05-18-2003, 02:25 PM

i tried to use the block creator, and also the html-php creator but it no worky for me.
It is a log-in block for e-mail, here is the code:
Code:
<form action="http://webmail.powweb.com?" method="post">
<input type="hidden" name="server" value="mail.xyz.com">
<input type="hidden" name="action" value="login">



Username: <input type="text" size="15" name="username">


Password: <input type="password" size="15" name="password">
</p>
<input type="submit" name="Submit" value="Login">
</form>
Thank you if anybody can do this for me
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 40
Join Date: Mar 2003
Location: Denmark
05-18-2003, 04:10 PM

Code:
<?php
$content .="<form action=\"http://webmail.powweb.com?\" method=\"post\">\n";
$content .="<input type=\"hidden\" name=\"server\" value=\"mail.xyz.com\">\n";
$content .="<input type=\"hidden\" name=\"action\" value=\"login\">

\n";
$content .="Username: <input type=\"text\" size=\"15\" name=\"username\">
\n";
$content .="Password: <input type=\"password\" size=\"15\" name=\"password\"></p>\n";
$content .="<input type=\"submit\" name=\"Submit\" value=\"Login\"></form>\n";

?>
That should do it
don't know if the form action do work =/
  Send a message via MSN to GorGonDo  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 47
Join Date: May 2003
05-18-2003, 04:16 PM

Thanks you very much, works perfect. :P
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 40
Join Date: Mar 2003
Location: Denmark
05-18-2003, 04:19 PM

never could get the tool to work
  Send a message via MSN to GorGonDo  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 47
Join Date: May 2003
05-18-2003, 04:22 PM

Good then i dont feel stupid
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML embedded in PHP... Can I link to an html anchor? Tabe Site design 0 06-02-2005 12:42 PM
Create a Block that Auto Scroll sentinela Site design 2 10-14-2004 03:49 PM
html code for block Rusty Site design 1 08-09-2003 05:49 AM
Create New Modules ? morhan Purged Topics 0 05-07-2003 12:07 PM
query to create block imhotepp Purged Topics 2 11-21-2002 05:04 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31