View file wapirate/wml/Gmail/hosting.php

File size: 811B
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title>Untitled Document</title>

</head>

<body>

<form method="post">

Enter username: <input name="user" type="text" size="20" class="textbox"> <input type="submit" class="button" value="Create">

<br><br><input type="image" border="0" width="200" height="20" src="gmail1/gmail.php?user=<?php echo $_REQUEST['user'] ?>">

<br><br><input type="image" border="0" width="200" height="20" src="gmail2/gmail.php?user=<?php echo $_REQUEST['user'] ?>">

<br><br><input type="image" border="0" width="220" height="64" src="gmail3/gmail.php?user=<?php echo $_REQUEST['user'] ?>">

</form>

</body>

</html>